@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: 15%;
	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;
}
#gHead .banner li.request a {
	background: #5BC8AC;
    color:#ffffff;
    letter-spacing : 0.42em;
}
#gHead .banner li.contact a {
	background:#E6D72A;
    color:#ffffff;
    letter-spacing : 0.42em;
}
#gHead .banner li.request a:hover {
	background: #021C1E;
    color:#ffffff;
}
#gHead .banner li.contact a:hover {
	background:#021C1E;
    color:#ffffff;
}
#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: 20px;
    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:30%;
    float:left;
	font-size:120%;
    font-weight:bold;
}
.tit span{
	font-size:80%;
}

#menu-wrap {
  width: 60%;
  height:30px;
  background:#ffffff;
  padding:5px 0;
  z-index:1000;
}	

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

 #menu li{
  width:16.2%; 
  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;
  }



#menu_contact{
  list-style-type: none;
  width:20%;
  height: 25px;
  position: fixed;
  right:5%;
  top:3%;    
}

 #menu_contact li{
  width:46%; 
  float: left;
  text-align: center;
  font-size:85%;
  margin: 0 2% 0 2%;
}

#menu_contact li {
  display: block;
  color: #fff;
  background: #5BC8AC;
  line-height: 1.3;
  padding:3% 0 3% 0;
  text-decoration: none;
  display:block;
  z-index:100;
}
#menu_contact li:nth-child(2){
  display: block;
  color: #fff;
  background: #E6D72A;
  line-height: 1.3;
  padding:3% 0 3% 0;
  text-decoration: none;
  display:block;
  z-index:100; 
}
#menu_contact li a{
  color: #fff;
}

#menu_contact li:hover {
   background: #021C1E;
   text-decoration: none;
}
#menu_contact li:hover:nth-child(2) {
   background:#021C1E;
   text-decoration: none;
}
 #menu li a:last-child{
     border-right:none;
}
      
#menu li a.active{
  background: black;
  text-decoration: none;
  }
#menu li a.active:nth-child(2n){
  background: red;
  text-decoration: none;
  }



.omoi{
    position: absolute;
    top:30%;
    right: 5%;
    background: #26B3BF;
    border: thin solid #26B3BF;
    color: #fff;
    padding: 0.5% 1.5%;
}
.omoi:hover {
   color:#0C7782;
   text-decoration: none;
   background: #fff;
   color:#26B3BF;
}



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

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

/*----------------------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:90%;
    height: 70px;
    width: 80%;
    float:left;
    padding: 0;
    margin: 0 0 0 1%;
    color:#000000;
    text-align: left;
	} 
.tit span{
    font-size: 5%;
	} 

	#gNav li {
		padding: 12px 20px;
        font-size: 90%;
	}

    #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 1% 20px 1%;
}
.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:#008080;*/
  width:80%;
  margin:50px auto;
  background: linear-gradient(90deg, rgba(27,85,115,1), rgba(17,125,160,1),rgba(27,85,115,1));
}
/*開いたときに表示される部分*/
.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:80%;
   background: linear-gradient(90deg, rgba(12,107,155,1), rgba(130,170,212,1));
   border-radius: 10px;
    color:#ffffff;
 float: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:110%;
    padding:1.5% 3%;
    text-align: left;
    margin-top:1%;
    line-height: 1.0;
    position: relative;
}

#links02 li.loc_02 h4 .sub{
    position: absolute;
    font-size: 90%;
    top: 30%;
    right:3%;
    }

#links02 li.loc_02 h5{
   width:80%;
   background: linear-gradient(-90deg, rgba(12,107,155,1), rgba(130,170,212,1));
   border-radius: 10px;
    color:#ffffff;
 float: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:110%;
    padding:1.5% 3%;
    text-align: left;
    margin-top:1%;
    line-height: 1.0;
    position: relative;
}

#links02 li.loc_02 h5 .sub{
    position: absolute;
    font-size: 90%;
    top: 30%;
    right:3%;
    }

.caption{
    width:50px;
    float: left;
    margin-top:0.6%;
    margin-right:1%;
}
.caption img{
    width:100%;
}


#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: 10% 0 3% 0;
  padding: 15px;
  /*background-color:#008080;*/
  width:80%;
  margin:0 auto;
  font-size: 80%;
}
/*開いたときに表示される部分*/
.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:96%;
   margin: 3% 2% 3% 2%;
   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:89%;
    float: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:90%;
    padding:2.5% 2.5%;
    text-align: left;
    margin-top:1%;
    line-height: 1.0;
    position: relative;
}
#links02 li.loc_02 h4 .sub{
    position: absolute;
    font-size: 80%;
    top: 30%;
    right:3%;
    }
#links02 li.loc_02 h5{
    width:89%;
    float: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:90%;
    padding:2.5% 2.5%;
    text-align: left;
    margin-top:1%;
    line-height: 1.0;
    position: relative;
}

#links02 li.loc_02 h5 .sub{
    position: absolute;
    font-size: 80%;
    top: 30%;
    right:3%;
    }    

.caption{
    width:10%;
    float: left;
    margin-top:0.6%;
    margin-right:1%;
}
.caption img{
    width:100%;
}    
    
    
#links02 li.loc_02 dl{
    width:90%;
    font-size:100%;
    margin-bottom: 1%;
}

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

#links02 li.loc_02 dd{
    width:100%;
    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);
    border:none!important;
    padding: 6% 0 0 0; 
}



.fullsc_slide {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
    padding-top: 100px;
}


.circle_slide{
      display: flex;
            justify-content: center;
            align-items: center;
          width:1200px;
            height: 500px;
           
            margin-left:20%;
        }
        .slider-container {
         position: relative; /* ページ中央に固定 */
    top:100%;
    left: 80%;
    transform: translate(-50%, -50%); /* 中央調整 */
    width: 1600px; /* 楕円の横サイズ */
    height: 500px; /* 楕円の縦サイズ */
        }
        .slide {
            position: absolute;
            width: 400px;
            height: 300px;
          /*  background: #ff5733;*/
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
           /* border-radius: 50%;
            font-size: 20px;*/
        }

.con_tit{
    position: relative;
    top:-10px;
     background:#fff352;
    width: 100%;
  
    z-index: 99;
    
}

.con_tit img{
    width:50%;
    margin-left:25%;
}



.con_tit2{
    position: relative;
    top:-10px;
     background:#40e0d0;
    width: 100%;
  
    z-index: 99;
    
}

.con_tit2 img{
    width:50%;
    margin-left:25%;
}




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



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

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

 .fullsc	{
	position: relative;
	margin:0;
 /* padding-top:55px;*/
  border:0;
	width: 100%;
}
   




    
    
    
.fullsc	img{
	width:100%;
    display: block;
    margin-top: 16%;
}
    
    
.fullsc_slide{
	width:100%;
    display: block;
    padding-top: 16%;
}    
    
    
 .con_tit{
    position: relative;
    top:-10px;
     background:#fff352;
    width: 100%;
  
    z-index: 99;
    
}

.con_tit img{
    width:98%;
    margin-left:0;
}



.con_tit2{
    position: relative;
    top:-10px;
     background:#40e0d0;
    width: 100%;
  
    z-index: 99;
    
}

.con_tit2 img{
    width:98%;
    margin-left:0;
}


    

    
    
}


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

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

.booking_kyanpen img{
   width:1100px;
}

.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:5% auto;
}    
.booking_kyanpen img{
   width:100%;
 }
.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--------------------------------*/

.homenew_post{
    /*font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; */
    
	font-family:/*YuMincho, / * Mac用 * /'Yu Mincho',*/ /* Windows用 */	serif;
    font-weight: 700;
}

.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%;
     font-family: 'Noto Sans JP', sans-serif; 
    line-height: 1.2;
    font-weight: 400!important;
    color: #717071;
}
.kome2{
    font-size: 80%;
    line-height: 1.2;
    font-weight: 400!important;
    text-align: right;
    color: #717071;
}

/*-------------------------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;
}
.kome2{
    font-size: 70%;
    line-height: 1.2;
}
    
#myVideo{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
    
}   
    
      
    
}

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




/*-------------------------sec01コンセプトpc--------------------------------*/
.homenew_post .sec01 {
	width: 100%;
    margin-top:0;
	padding: 1% 0 0 0;
    background: #76ada9; 
    /*background: linear-gradient(90deg, rgba(27,85,115,1), rgba(17,125,160,1),rgba(27,85,115,1));*/
    /*background: linear-gradient(90deg, rgba(96,96,96,1), rgba(160,160,160,1),rgba(96,96,96,1));
    background-repeat: no-repeat;
    background-size: cover;*/
}
.homenew_post .sec01 .hakusen{
    border-top:6px solid #fff;
    margin-bottom: 3%;
}


.homenew_post .sec01 .inner {
    max-width: 1100px;
    margin:0 auto;
	
}

.homenew_post .sec01 .inner .kokuchi{
    width: 100%; 
    margin-bottom: 2%;
}
.homenew_post .sec01 .inner .kokuchi h1{
    font-size: 220%;
    color:#fff;
    line-height: 1.5;
    margin-bottom: 1%;
    text-align: center;
}
.homenew_post .sec01 .inner .kokuchi h2{
    font-size: 120%;
    color:#fff;
    line-height: 1.5;
    margin:4% auto 0 auto;
    text-align: center;
}


.homenew_post .sec01 .inner .kokuchi p{
    font-size: 100%;
    color:#fff;
    line-height: 2.5;
    text-align: center;
    font-weight: 700;
}

.homenew_post .sec01 .inner .kokuchi img{
    width:100%;
}

.homenew_post .sec01  .concept{
    width: 100%;
    /*background-image:url(../img/bg_concept.png);
    background-repeat: no-repeat;
    background-size: 100%;*/
}        

.homenew_post .sec01  .concept img{
    width: 100%;
    z-index:99;
}   
.homenew_post .sec01  .concept .img01{
    width: 50%;
    margin: 3% 25% 5% 25%;
    position: relative;

}   

.homenew_post .sec01  .concept .img01 img{
    z-index:99;
    position: relative;
}  




      /* 線のスタイル */
.homenew_post .sec01  .concept .img01::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -5px; /* 画像の下に線を配置 */
            width: 0;
            height:35px;
            background-color: #e6b422; /* 線の色 */
            animation: drawLine 3s ease-in-out forwards; /* ゆっくり線を引く */
            animation-delay: 2s;
        }

        /* アニメーション定義 */
        @keyframes drawLine {
            from {
                width: 0;
            }
            to {
                width: 100%;
            }
        }









.homenew_post .sec01  .concept .concept_text01{
    font-size:110%;
    margin: 2% 0 0 0;
    line-height: 2.2;
    color: #fff;
    text-align: center;
   
}  

.homenew_post .sec01  .concept .concept_text02 {
    font-size:220%;
    margin: -1% 0 3% 0;
    line-height: 2.2;
    color: #fff;
    text-align: center;
   
}  




.homenew_post .sec01  .concept .concept_text02 span{
    font-size:80%;   
}  

.homenew_post .sec01  .concept .concept_text02 span2{
    font-size:180%;
    margin: 0 1% 0 1%;
}  


.homenew_post .sec01  .concept .concept_text02 span::after {
  content: "/";  /* 縦線を追加 */
  margin-left: 10px;  /* 文字と縦線の間に余白 */
  color: black;  /* 縦線の色 */
  font-weight: bold;  /* 縦線の太さを調整 */
   color: #fff;
}






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

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

@media only screen and (max-width: 769px){
.homenew_post .sec01 {
	width: 100%;
	margin: auto;
	padding: 3% 0 4% 0;
}
.homenew_post .sec01 .hakusen{
    border-top:3px solid #fff;
    margin-bottom: 5%;
}    
.homenew_post .sec01 .inner {
  flex-direction: column;
  display: flex;
  width: 96%;
  margin: 0 2% 0 2%;
}


.homenew_post .sec01 .inner .kokuchi{
    width: 100%;
    padding: 0 ;
}
.homenew_post .sec01 .inner .kokuchi h1{
    font-size: 120%;
    line-height: 1.1;
    margin-bottom: 2%;
    text-align: center;
}
.homenew_post .sec01 .inner .kokuchi h2{
    font-size: 70%;
    color:#fff;
    line-height: 1.5;
    margin:4% auto 0 auto;
    text-align: center;
}
.homenew_post .sec01 .inner .kokuchi p{
    font-size: 70%;
    line-height: 1.8;
    margin-bottom: 1%;
    text-align: center;
}

.homenew_post .sec01 .inner .kokuchi img{
    width:100%;
}
    
  
.homenew_post .sec01  .concept{
    width: 100%;
    /*background-image:url(../img/bg_concept_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 53%;*/
}      
    
.homenew_post .sec01  .concept img{
    width: 100%;
}   

.homenew_post .sec01  .concept .concept_text01{
    font-size:80%;
    line-height: 2;
    
    
} 
    
    
 .homenew_post .sec01  .concept .concept_text02 {
    width:100%;
    font-size:120%;
    margin: 0 0 0 0;
    line-height: 1.5;
    text-align: center;
}  




.homenew_post .sec01  .concept .concept_text02 span{
    font-size:100%;
    margin: 2% 0 3% 0;
    line-height: 2.2;  
}  

.homenew_post .sec01  .concept .concept_text02 span2{
    font-size:230%;
    margin: 2% 0 3% 0;
    line-height: 2.2;  
   
}  


.homenew_post .sec01  .concept .concept_text02 span::after {
  content: "/";  /* 縦線を追加 */
  margin-left: 10px;  /* 文字と縦線の間に余白 */
  font-weight: bold;  /* 縦線の太さを調整 */
}
   
    
    
    
    
    

}

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



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

.homenew_post .sec02 {
	width: 100%;
    margin-top:0;
	padding: 3% 0 3% 0;
    position: relative;
    /*background: #f0efed;*/

}


 

    
.homenew_post .sec02 .bg01{
    margin: 2% 0 2% 0;
    background: linear-gradient(to bottom, #fff 0%, #fff 18%, #A2C6CA 18%,  #A2C6CA 100%);
    width:100%;
    padding-bottom: 2%;
}   
.homenew_post .sec02 .bg02{
    margin: 2% 0 2% 0;
    background-image: url(../img/location_mv_end.png);
    width:100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 30%;
}      





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

.homenew_post .sec02 .inner h1{
   font-size: 350%;
   color:#006a6c;
   line-height: 1.5;
   margin: 3% 0 1% 0;
   text-align: center;
     font-family: "Smooch Sans", serif;
  font-optical-sizing: auto;
  font-weight:200;
  font-style: normal;
    
    
    
}
.homenew_post .sec02 .inner .text01{
   font-size: 100%;
   line-height: 2;
   margin: 1% 0 5% 0;
   text-align: center;
   font-weight: 550;
}



.homenew_post .sec02 .inner .locationmv{
    width: 100%;
    /*background-image: url("../img/location_mv.png");
    background-repeat: no-repeat;
    background-size: cover;*/
    padding-bottom: 2%;
}


.homenew_post .sec02 .inner .locationmv2{
    /*background-image: url("../img/location_mv.png");
    background-repeat: no-repeat;
    background-size: cover;*/
 

    
    
}


.homenew_post .sec02 .inner .locationmv img{
    width: 100%;
    margin:0 auto;
}
.homenew_post .sec02 .inner .locationmv h1{
    font-size: 350%;
    /*color: #005777;*/
    color:#3e3a39;
    text-align: center;
    line-height: 1;
    margin-bottom: 2%;
        font-family: "Smooch Sans", serif;
  font-optical-sizing: auto;
  font-weight:200;
  font-style: normal;
    
    
    
    
}
/*.homenew_post .sec02 .inner .locationmv h2{
    font-size: 100%;
    text-align: center;
    line-height: 1;
    padding:0 0 1rem 0;
    margin-bottom: 0.5rem;
    background-image: linear-gradient(90deg, rgba(0,0,0,0) 0% 45%, #606060 45% 55%, rgba(0,0,0,0) 0% 55%);
    background-repeat: no-repeat;
    background-size: 100% 0.1rem;
    background-position: center bottom;
    margin-bottom: 3%;
}*/
.homenew_post .sec02 .inner .locationmv h3{
    font-size: 160%;
    color:#3e3a39;
    text-align: center;
    margin-bottom: 2%;
}


.homenew_post .sec02 .inner .locationmv p{
    font-size: 100%;
    text-align: center;
    color:#3e3a39;
    line-height: 2.2;
    margin:0 0 3% 0;
}


.homenew_post .sec02 .location_mv{
    width:100%;
    margin-bottom: 1%;
}
.homenew_post .sec02 .location_mv img{
    width:100%;
}


.homenew_post .sec02 .inner .sky{
    width:100%;
    margin: 1% 0 2% 0;
}
.homenew_post .sec02 .inner .sky p{
    font-size: 100%;
    margin: 1% 0 0 0;
}





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

.homenew_post .sec02 .inner .loc01 img{
    width:100%;
}


.homenew_post .sec02 .inner .loc01 h1{
    font-size:110%;
    line-height: 1.5;
    font-weight:600;
    text-align: center;
    margin-bottom: 1%;
    color:#3e3a39;
}


.homenew_post .sec02 .inner .loc01 p{
    font-size:100%;
    line-height:1;
    text-align: center;
    color:#3e3a39;
}







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

.homenew_post .sec02 .inner .loc03 dl {
    width:24%;
  /*margin-left:1%;*/
    margin:1% 0.2% 2% 0.2%;
    display:inline-block;
}

.homenew_post .sec02 .inner .loc03 dt {
    width:100%;
    margin-bottom: 1%;
}
.homenew_post .sec02 .inner .loc03 dd {
    width:98%;
    font-size:100%; 
    text-align: center;
    line-height: 1.5;
    margin: 0 1% 0 1%;
}


/*-------------------------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 2% 0;
    background: linear-gradient( #A2C6CA 18%,  #A2C6CA 100%);
    width:100%;
    padding: 5% 0 5% 0;
}   
.homenew_post .sec02 .bg02{
    margin: 2% 0 2% 0;
    background-image: url(../img/location_mv_end_sp.png);
    width:100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 25%;
}    
 
    
    
.homenew_post .sec02 .inner {
	flex-direction: column;
    display: flex;
    width: 96%;
    margin: 0 2% 0 2%;
}
    
.homenew_post .sec02 .inner h1{
   font-size: 130%;
   color:#006a6c;
   line-height: 1.5;
   margin: 3% 0 1% 0;
   text-align: center;
}
.homenew_post .sec02 .inner .text01{
   width:90%;
   font-size: 80%;
   line-height: 2;
   margin: 1% 5% 5% 5%;
   text-align: center;
}    
    


 
    
.homenew_post .sec02 .inner .locationmv{
    width: 100%;
    /*background-image: url("../img/location_mv_sp.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2%;
}
    
    
    
    
    
    
    
.homenew_post .sec02 .inner .locationmv img{
    width: 100%;
}
.homenew_post .sec02 .inner .locationmv h1{
    font-size: 250%;
    text-align: center;
    line-height: 1;
}
.homenew_post .sec02 .inner .locationmv h2{
    font-size: 80%;
    text-align: center;
    line-height: 1;
    padding:0 0 1rem 0;
    margin-bottom: 0.5rem;
    background-repeat: no-repeat;
    background-size: 100% 0.1rem;
    background-position: center bottom;
    margin-bottom: 3%;
}   
.homenew_post .sec02 .inner .locationmv h3{
    font-size: 110%;
    text-align: center;
    margin-bottom: 2%;
    line-height: 2;
}    
.homenew_post .sec02 .inner .locationmv p{
    font-size: 80%;
    text-align: center;
}    
    
    
    
.homenew_post .sec02 .location_mv{
    width:100%;
    margin-bottom: 1%;
}
.homenew_post .sec02 .location_mv img{
    width:100%;
}    
.locationmv2{
    width:100%;
    background:#ece179; 
    margin-bottom: 1%;
}  
    
    
.homenew_post .sec02 .inner .sky{
    width:100%;
    margin: 1% 0 2% 0;
}
.homenew_post .sec02 .inner .sky p{
    font-size: 90%;
    margin: 1% 0 0 0;
}    
    
    
    
    
.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:90%;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1%;
}


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

    

.homenew_post .sec02 .inner .loc03 {
	flex: 1;
	padding:0;
    width:100%;
}
.homenew_post .sec02 .inner .loc03 dl {
    width:48%;
  /*margin-left:1%;*/
    margin: 3% 0.5% 3% 0.5%;
    display:inline-block;
}

.homenew_post .sec02 .inner .loc03 dt {
    width:100%;
    font-size:90%; 
}


.homenew_post .sec02 .inner .loc03 dd {
    width:100%;
    font-size:80%; 
    padding:1.5%;
    text-align: center;
    line-height: 1.5;
    
}
    
    
    
    
    
    
    
}


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



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

.homenew_post .sec03 {
	width: 100%;
	padding: 5% 0 5% 0;
    background:#FAF8F4;
    background-size: cover;
    
}


.homenew_post .sec03 .inner {
    max-width: 1100px;
    margin:0 auto;
	
}




.homenew_post .sec03 .inner .modelmv img{
    width: 100%;
}

.homenew_post .sec03 .inner .modelmv h1{
    font-size: 350%;
    /*color: #005777;*/
    color:#000;
    text-align: center;
    line-height: 1;
    margin-bottom: 2%;
  font-family: "Smooch Sans", serif;
  font-optical-sizing: auto;
  font-weight:200;
  font-style: normal;
}


.homenew_post .sec03 .inner .modelmv h3{
    font-size: 170%;

    /*color: #005777;*/
    color:#000;
    text-align: center;  
}

.homenew_post .sec03 .inner .modelmv h3::before, 
.homenew_post .sec03 .inner .modelmv h3::after {
    content: '';
    width: 3px;
    height: 40px;
    background-color: #000;
}




.homenew_post .sec03 .inner .modelmv h3::before {
   display: inline-block;
    margin-right: 30px;
    transform: rotate(-35deg);
}

.homenew_post .sec03 .inner .modelmv h3::after {
     display: inline-block;
    margin-left: 30px;
    transform: rotate(35deg);
}




.slick-slider-wrapper {
  width: 100%; /* 親要素に幅を設定 */
  margin: 2% auto 5% auto; /* 中央揃え */
  /*padding: 0;*/ /* 不要なパディングをリセット */

}


.slider{
 display: flex; 
}

 .photo{
   width: 100%!important;               /* 幅指定 */
    height: 100%;              /* 高さ指定 */
    /*border: solid 2px #fff; */    /* 枠線指定 */
    background-color: #fff;     /* 背景色指定 */
    /*border-radius: 30px;   */
/*    padding:0.1% 1%;
    margin:0 0.5%;
*/
    
}

 .photo img{
        margin:0 auto;
    width: 100%;
    }


 .photo p.catch{
    font-size: 100%;
    line-height: 1.1;
    text-align: center;
    margin: 1% 0 1% 0;
}







.booking_h1{
    font-size:140%;
    text-align: center;
    font-weight:bold;
    background: #000;
    color:#ffffff;
    margin:5% auto;
    width:100%;
    padding:2% ;
}






.table-scroll{
     width: 800px;
  margin:0.5% auto;
}


.table-scroll h2{
    font-size:110%;
    margin:3% 0;
}




.table-scroll {
    overflow-x: auto;
  }



 #dateTable {
    width: 98%;
    border-collapse: collapse;
    table-layout: fixed;
     font-size:88%;
     font-weight: 300;
    margin-bottom: 30px;
      margin-top: 5px;
  }
  #dateTable th, #dateTable td {
    border: 1px solid #ccc;
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
      font-weight:bold;
    transition: background-color 0.3s;
  }
  #dateTable th {
    background-color: #f2f2f2;
      padding:5px 10px;
  }
  #dateTable td:hover {
    background-color: #335167;
      color:#fff;
  }
  #dateTable .selected {
    background-color: #335167; !important;
    color: white;
    font-weight: bold;
  }
  #dateTable .full {
    background-color: #eee;
    color: #999;
    cursor: not-allowed;
  }


.time-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 10px;
  width: 100%;
}

.time-list-row {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  min-width: 700px; /* スクロールを強制させる */
}


  .time-item {
    flex: 0 0 auto;
    display:inline-block;   
    width: 75px;
    padding: 8px 8px;
      margin:1% 0.3%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
  }
  .time-item:hover {
    background-color: #335167;
      color:#fff;
  }
  .time-selected {
    background-color: #335167; !important;
    color: white;
    font-weight: bold;
  }
  .form-area, .output {
    margin-top: 20px;
    font-size: 18px;
  }
  input[type="text"] {
    width: 300px;
    padding: 8px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

 .week-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .week-buttons button {
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
  }




.selected-date {
  background-color: #335167;
  color: #fff;
  font-weight: bold;
 
}

.selected-time {
  background-color: #335167;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
}


.homenew_post .sec03 .inner .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;
}

.homenew_post .sec03 .inner .model_title:before {
    position: absolute;
    top: -75%;
    left: -24px;
    content: '';
    width:150px;
    height: 200%;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    background: #000;
}
.homenew_post .sec03 .inner .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:120%;
    text-align:center;
}
.homenew_post .sec03 .inner p.model_exam2{
    position: relative;
    margin-top:1%;
    font-size:90%;
    text-align:center;
}

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


.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;
    color:#005777;
    }
.homenew_post .sec03 .inner .modelphoto p{
    font-size: 100%;
    line-height: 1.2;
    text-align:left;
    font-weight: 500;
    }
.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;
    color:#005777;
    text-align:left;
    }
.homenew_post .sec03 .inner .modelphoto2 p{
    font-size: 100%;
    line-height: 1.3;
    text-align:left;
    font-weight: 500;
    }	    


.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 .point ul {
    width:100%;
	display: flex;
    margin:0 auto;
	justify-content: space-between;
}
.homenew_post .sec03 .inner .point 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:60%;
    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:60%;
    display: inline-block;
    margin: 0 0 0 4%;
}
.homenew_post .sec03 .inner .price_ex{
    width:100%;
    margin:0 auto 3% auto;
    background: #000000;
    color:#ffffff;
   font-size: 110%;
    padding: 0 0 0 2%;
}

.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:120%;
    display:inline-block;
    text-align: right;
    line-height: 1.2;
    vertical-align: bottom;
}

.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:220%;
    color:red;
}
.homenew_post .sec03 .inner .kingaku dd span2{
   font-size:200%;
}
.homenew_post .sec03 .inner .ka_tx{
    margin-top:3%;
    font-size:80%;
    line-height:1.5;
    font-weight: 500;
}





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


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


@media only screen and (max-width: 769px) {
    
.homenew_post .sec03 {
	width: 100%;
	margin: auto;
	padding: 3% 0 2% 0;
	}
.homenew_post .sec03 .inner {
	flex-direction: column;
    display: flex;
    width: 96%;
    margin: 5% 2% 0 2%;
}
    
.homenew_post .sec03 .inner h1{
   font-size: 160%;
   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: 150%;
   text-align:center;
   padding: 1% 0 1% 0;
   margin:3% 0 1% 0 ;
   width:98%;
}    
.homenew_post .sec03 .inner h5{
   font-size: 100%;
   text-align:center;
   padding: 1% 0 1% 0;
   margin:3% 0 10% 0 ;
}      

    
.homenew_post .sec03 .inner .modelmv{
    width: 100%;
    /*background-image: url("../img/location_mv_sp.png");
    background-repeat: no-repeat;
    background-size: cover;*/
    padding-bottom: 2%;
}
.homenew_post .sec03 .inner .modelmv img{
    width: 100%;
}
.homenew_post .sec03 .inner .modelmv h1{
    font-size: 250%;
    text-align: center;
    line-height: 1;
}
.homenew_post .sec03 .inner .modelmv h2{
    font-size: 80%;
    text-align: center;
    line-height: 1;
    padding:0 0 1rem 0;
    margin-bottom: 0.5rem;
    background-repeat: no-repeat;
    background-size: 100% 0.1rem;
    background-position: center bottom;
    margin-bottom: 3%;
}    
.homenew_post .sec03 .inner .modelmv p{
    font-size: 90%;
    text-align: center;
    font-weight: 550;
}        
    
    

    
    
.homenew_post .sec03 .inner .night-tour{
  width:96%; 
  margin: 2% auto;
  padding: 2.5% 1% 1% 1%;
  background:#191970 ;  
}
.homenew_post .sec03 .inner .night-tour .leftside{
  float: left;
  width:80%;
  margin: 1% 10%;
  
}
.homenew_post .sec03 .inner .night-tour .rightside{
  float:right;
  width:96%;
  margin: 0 2% 0 2%;      
}
.homenew_post .sec03 .inner .night-tour h1{
  font-size: 150%;
     font-weight: 600;
  color: #ffff00;
  text-align: center;
  border: 2px solid #ffff00;
  padding: 4% 1% 4% 1% ;
 }
.homenew_post .sec03 .inner .night-tour p{
  font-size: 130%;
    font-weight: 600;  
  color: #fff;
  padding: 2.5% 0 2% 0 ;
 }    
    
    
    
    
.homenew_post .sec03 .inner .spec01{
    width:100%;
    margin: 1% 0 10% 0;
}
.homenew_post .sec03 .inner .spec01 .leftside{
    width:100%;
    float: left;
    padding-top: 0;
}
.homenew_post .sec03 .inner .spec01 .rightside{
    width:100%;
    float: right;
    margin: 0 0 0 0;
}
.homenew_post .sec03 .inner .spec01 h1{
    font-size: 100%;
}
.homenew_post .sec03 .inner .spec01 p{
    font-size: 80%;
    text-align:left;
}
.homenew_post .sec03 .inner .spec01 p span{
   
}
.homenew_post .sec03 .inner .spec01 p span2{
    font-size: 110%;
    line-height: 2;
}

.homenew_post .sec03 .inner .spec01 p.spectext{
    font-size: 130%;
    text-align:center;
    margin-top: 4%;
}
.homenew_post .sec03 .inner .spec01 p.spectext span{
    font-size: 300%;
}
.homenew_post .sec03 .inner .spec01 p.spectext span2{
    font-size: 200%;
}



.homenew_post .sec03 .inner .spec02{
    width:100%;
    margin: 1% 0 10% 0;
}
.homenew_post .sec03 .inner .spec02 .leftside{
    width:100%;
    float: left;
    margin: 0 0 0 0;
}
.homenew_post .sec03 .inner .spec02 .rightside{
    width:100%;
    float: right;
    padding-top: 0;
}
.homenew_post .sec03 .inner .spec02 h1{
    font-size: 100%;
    text-align: center;
}
.homenew_post .sec03 .inner .spec02 p{
    font-size: 80%;
    text-align:left;
}
.homenew_post .sec03 .inner .spec02 p span{

}
.homenew_post .sec03 .inner .spec02 p span2{
    font-size: 110%;
    line-height: 2;
}    
    
    
.homenew_post .sec03 .inner .modelmv h3{
    font-size: 160%;
    text-align: center;  
}

.homenew_post .sec03 .inner .modelmv h3::before, 
.homenew_post .sec03 .inner .modelmv h3::after {
    content: '';
    width: 3px;
    height: 40px;
    background-color: #000;
}




.homenew_post .sec03 .inner .modelmv h3::before {
   display: inline-block;
    margin-right: 30px;
    transform: rotate(-35deg);
}

.homenew_post .sec03 .inner .modelmv h3::after {
     display: inline-block;
    margin-left: 30px;
    transform: rotate(35deg);
}

    
    
    
    
    
.homenew_post .sec03 .inner .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;
}

.homenew_post .sec03 .inner .model_title:before {
    position: absolute;
    top: -50%;
    left: -24px;
    content: '';
    width:70px;
    height: 160%;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    background: #000;
}
.homenew_post .sec03 .inner .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:100%;
    text-align:left;
    line-height: 1.3;
}    
.homenew_post .sec03 .inner p.model_exam2 {
    position: relative;
    margin-top:1%;
    font-size:80%;
    text-align:left;
    line-height: 1.1;
}   
    
    
.slick-slider-wrapper {
  width: 100%; /* 親要素に幅を設定 */
  margin: 2% auto 5% auto; /* 中央揃え */
  /*padding: 0;*/ /* 不要なパディングをリセット */

}


.slider{
 display: flex; 
}

 .photo{
   width: 100%!important;               /* 幅指定 */
    height: 100%;              /* 高さ指定 */
    /*border: solid 2px #fff; */    /* 枠線指定 */
    background-color: #fff;     /* 背景色指定 */
    /*border-radius: 30px;   */
/*    padding:0.1% 1%;
    margin:0 0.5%;
*/
    
}

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


 .homenew_post .sec03 .inner .photo p.catch{
    font-size: 85%;
    line-height: 1.1;
    text-align: left;
    margin: 1% 0 1% 0;
}

    
    
    
.homenew_post .sec03 .inner .modelphoto{
    width:80%;
    margin: 3% 10% 3% 10%;
    }
.homenew_post .sec03 .inner .modelphoto h1{
    font-size: 100%;
    text-align:left;
    line-height: 1.8;
    }
.homenew_post .sec03 .inner .modelphoto p{
    font-size: 90%;
    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 .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;
	 align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.homenew_post .sec03 .inner .point 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: 80%;
}


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

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

.homenew_post .sec03 .inner .price dt{
    width:15%;
    margin:0 0 0 0;
    font-size:90%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 1.5;
}
  
.homenew_post .sec03 .inner .price dd{
    width:80%;
    padding: 1%;
    font-size:110%;
    display: inline-block;
    text-align:left;
    margin: 0 0 0 2%;
    line-height: 1.2;
}
    
.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%; 
    margin: 0;
}
.homenew_post .sec03 .inner .price_ex{
    width:100%;
    margin:0 auto 3% auto;
    text-align: center;
    font-size: 100%;
}
    
.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:90%;
    display:inline-block;
    text-align: right;
    line-height: 1.2;
}

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

    
.homenew_post .sec03 .inner .ka_tx{
    margin-top:3%;
    font-size:80%;
    line-height:1.5;
}
    
.sec03 .inner.building{
	flex-direction: column;
    display: flex;
    width: 96%;
    margin: 5% 2% 0 2%;
}   
    
.sec03 .inner .building h2{
        font-size:150%;
        color:#ffffff;
        background: #000000;
        text-align: center;
        padding:2%;
    }    
    
    
       
.modelselect{
    width:97%;
    float:left;
    margin: 2% 1.5% 3% 1.5%;
    display: inline-block;    
}
    
 .modelselectimg{
    width:100%;
    position: relative;
    margin-bottom: 1%;
}
.modelselect_text{
    position: absolute;
    bottom: 2%;
    left: 2%;
    font-size: 110%;
    border-top: 1.5px solid gray;
    border-bottom: 1.5px solid gray;
    padding: 2% 5%;
}
.modelselect_text2{
    font-size: 110%;
    text-align: center;
    margin: 0 0 1% 0;
}


modelselect.model_bt{margin-bottom: 0px;}
modelselect.model_bt a{
	display: block;
	text-align: center;
    color: #ffffff;
    border: 1px solid #000000;
    background: #000000;
	font-size: 100%;
	font-weight: bold;
	padding: 3% 0 3.5% 0;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}
modelselect.model_bt a:hover{
	color: #000000;
	background: #ffffff;
}
modelselect.model_bt a:hover:after{
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
}
modelselect.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;
}

   
    

#tab_menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0 0 1em;
}
#tab_menu li{
	width: 30%;
	padding: 1% 0 1% 0;
	margin: 1%;
	text-align: center;
	list-style: none;
	cursor: pointer;
	color: black;
	background: darkgrey;
	font-size: 110%;
}

 
input[name="tab_name"] {
  display: none;
}
 
input:checked + .tab_class {
  background-color: cadetblue;
  color: aliceblue;
}
 

 
input:checked + .tab_class + .tab_panel {
  display: block;
}    
 

.tab_panel {
  display: none;
  width: 100%;
 /*background-color:#f5f5f5;*/
  padding:0px;
}

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

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


.homenew_post .sec03 .inner .other{
	width:100%;
	margin-bottom: 6%;
} 
.homenew_post .sec03 .inner .other p{
	font-size: 90%;
} 


.model_bt{margin-bottom: 0px;}
.model_bt a{
	display: block;
	text-align: center;
    color: #ffffff;
    border: 1px solid #000000;
    background: #000000;
	font-size: 80%;
	font-weight: bold;
	padding: 3% 0 3.5% 0;
	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;
}   
    
    
 
.slick-slider-wrapper {
  width: 98%; /* 親要素に幅を設定 */
  margin: 0 auto; /* 中央揃え */
  padding: 0; /* 不要なパディングをリセット */

}


.slider2{
 display: flex; 
}
   
    
    
  .table-scroll{
     width:98%;
  margin:8% auto;
}    
   
.table-scroll p{
    font-size:95%;
    margin:3% 0;
}
    

 #dateTable {
    width: 560px;
    border-collapse: collapse;
    table-layout: fixed;
     overflow-x: scroll; 
     font-size:88%;
     font-weight: 300;
    margin-bottom: 30px;
      margin-top: 5px;
  }    
    
    
    
    
    #dateTable {
        font-size:85%!important;
    }   
    
    
    #dateTable th, #dateTable td{
        font-size:90%;
        text-align: center!important;
    }    
#dateTable th {
    text-align: center !important;
    vertical-align: middle;

    }
    
 .time-list {
  width: 100%;
     overflow-x: scroll; 
  }    
    
    
 .time-item {
     width: 70px;
    margin:1% 0.1%;
     font-size:90%;
   
  }  
    
    
  .week-buttons button {
    padding: 8px 10px;
    font-size: 12px;
    cursor: pointer;
  }

     
       
    
    
    
    
    

}


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





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

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

}

.homenew_post .sec04 .bg01{
    margin: 0 0 0 0;
    background:#e9ecea;
    width:100%;
    padding:3% 0 3% 0;
}

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

.homenew_post .sec04 .inner h2{
   font-size: 200%;
   text-align: left;
   color:#957b62;
   display: flex;
   align-items: center;    
}
.homenew_post .sec04 .inner h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #957b62;
}
.homenew_post .sec04 .inner h2:after {
    margin-left: 1rem;
}

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


.homenew_post .sec04 .inner .mapmv{
    width: 100%;
    padding-bottom: 2%;
}
.homenew_post .sec04 .inner .mapmv img{
    width: 100%;
}
.homenew_post .sec04 .inner .mapmv h1{
    font-size: 200%;
    color: #3e3a39;
    text-align: center;
    line-height:2;
}
.homenew_post .sec04 .inner .mapmv h2{
    font-size: 100%;
    text-align: center;
    line-height: 1;
    padding:0 0 1rem 0;
    margin-bottom: 0.5rem;
    background-image: linear-gradient(90deg, rgba(0,0,0,0) 0% 45%, #606060 45% 55%, rgba(0,0,0,0) 0% 55%);
    background-repeat: no-repeat;
    background-size: 100% 0.07rem;
    background-position: center bottom;
    margin-bottom: 3%;
}
.homenew_post .sec04 .inner .mapmv h3{
    font-size: 160%;
    color: #3e3a39;
    text-align: center;
    line-height:2;
}
.homenew_post .sec04 .inner .mapmv p{
    font-size: 100%;
    text-align: center;
    color: #3e3a39;
}




.homenew_post .sec04 .inner .facility{
    width:96%;
    margin: 3% 2% 3% 2%;
}
.homenew_post .sec04 .inner .facility .facility_loc{
    width:47.5%;
    margin: 1% 1% 2% 1%;
    display: inline-block;
    vertical-align: top;
}
.homenew_post .sec04 .inner .facility .facility_loc h1{
    font-size: 120%;
    color:#788076;
    text-align: left;
}

.homenew_post .sec04 .inner .facility  .facility_loc dl{
    width:100%;
    display:inline-block;
    vertical-align: top;
    margin: 1% 0 10% 0;
}

.homenew_post .sec04 .inner .facility  .facility_loc dt{
    width:56%;
    display: inline-block;
    text-align: left;
    font-size:85%;
    line-height: 1.1;
    padding: 2% 0 1% 0;
    color:#3e3a39;
    border-bottom: thin dotted #3e3a39;
}
.homenew_post .sec04 .inner .facility  .facility_loc dt span1{
    color:#957b62;
}
.homenew_post .sec04 .inner .facility  .facility_loc dt span2{
    color:#788076;
}

.homenew_post .sec04 .inner .facility  .facility_loc dd{
    width:44%;
    display: inline-block;
    text-align: left;
    font-size:85%;
    line-height: 1.1;
    padding: 2% 0 1% 0;
    color:#3e3a39;
    border-bottom: thin dotted #3e3a39;
}

.homenew_post .sec04 .inner .train01{
    width:30%;
    margin: 1% 1.5% 2% 1.5%;
    display: inline-block;
}
.homenew_post .sec04 .inner .train01 h1{
    font-size: 200%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #3e3a39;
    text-align: left;
}
.homenew_post .sec04 .inner .train01 h1 span{
    font-size: 70%;
}
.homenew_post .sec04 .inner .train01 p{
    font-size: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #3e3a39;
    text-align: left;
    padding-left: 4%;
}


.homenew_post .sec04 .inner .mapikoi{
    width:100%;
    margin: 5% 0 0 0;
}
.homenew_post .sec04 .inner .mapikoi h1{
    font-size: 140%;
    line-height: 1.5;
   padding: 1% 0 1% 0;
    text-align: center;
}

.homenew_post .sec04 .inner .mapikoi img{
    width: 100%;
    margin-bottom: 1%;
}

.homenew_post .sec04 .inner .mapikoi2{
    width:100%;
    margin: 3% 0 0 0;
}
.homenew_post .sec04 .inner .mapikoi2 .leftside{
    width:48%;
    margin: 0 2% 0 0;
    float: left;
}
.homenew_post .sec04 .inner .mapikoi2 .rightside{
    width:50%;
    margin: 0 0 0 0;
    float: right;
}
.homenew_post .sec04 .inner .mapikoi2 h1{
    font-size: 140%;
    margin-bottom: 2%;
    border-bottom: thin gray solid;
}
.homenew_post .sec04 .inner .mapikoi2 p{
    font-size: 100%;
    text-align: left;
}
.homenew_post .sec04 .inner .mapikoi2 p span{
    text-align:center;
    padding: 1% 2% 1% 2%;
    color: white;
    background: #335167;
}

.homenew_post .sec04 .inner .mapikoi2 li{
    width:46%;
    margin:1.5%;
    display: inline-block;
    padding: 1.5%;
    background: gray;
    color: white;
    text-align: center;
}

.homenew_post .sec04 .inner .mapikoi3{
    width:50%;
    margin:3% 25% 0 25%;
}
.homenew_post .sec04 .inner .mapikoi3 h1{
    font-size: 140%;
    line-height: 1.5;
    padding: 2% 0 2% 0;
    text-align: center;
    background: #005471;
    color:white;
}


/*---------------------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: 2% 0 0 0;
    width:100%;
    padding:5% 0 5% 0;
}    
.homenew_post .sec04 .inner {
	/*flex-direction: column;
    display: flex;*/
    width: 96%;
    margin: 0 2% 0 2%;
}
    
    
.homenew_post .sec04 .inner h1{
   font-size: 150%;
   text-align: center;
}
.homenew_post .sec04 .inner h2{
   font-size: 150%;
}
.homenew_post .sec04 .inner p{
   font-size: 90%;
   text-align: left;
}   

.homenew_post .sec04 .inner .mapmv{
    width: 100%;
    padding-bottom: 2%;
}
.homenew_post .sec04 .inner .mapmv img{
    width: 100%;
}
.homenew_post .sec04 .inner .mapmv h1{
    font-size: 150%;
    text-align: center;
    line-height: 2;
}
.homenew_post .sec04 .inner .mapmv h2{
    font-size: 80%;
    text-align: center;
    line-height: 1;
    padding:0 0 1rem 0;
    margin-bottom: 0.5rem;
    background-repeat: no-repeat;
    background-size: 100% 0.1rem;
    background-position: center bottom;
    margin-bottom: 3%;
}    
.homenew_post .sec04 .inner .mapmv h3{
    font-size: 110%;
    text-align: center;
    line-height:2;
}    
.homenew_post .sec04 .inner .mapmv p{
    font-size: 90%;
    text-align: center;
    font-weight: 550;
}      
    
    
.homenew_post .sec04 .inner .train01{
    width:46%;
    margin: 1% 1% 2% 1%;
    display: inline-block;
}
.homenew_post .sec04 .inner .train01 h1{
    font-size: 130%;
    text-align: left;
}
.homenew_post .sec04 .inner .train01 h1 span{
    font-size: 70%;
}
.homenew_post .sec04 .inner .train01 p{
    font-size: 80%;
    text-align: left;
    padding-left: 4%;
}    
    
    

.homenew_post .sec04 .inner .mapikoi{
    width:100%;
    margin: 10% 0 0 0;
}
.homenew_post .sec04 .inner .mapikoi h1{
    font-size: 90%;
    line-height: 1.5;
}    
    
.homenew_post .sec04 .inner .mapikoi2{
    width:100%;
    margin: 3% 0 2% 0;
    display:inline-block;
    padding: 1.5%;
}
.homenew_post .sec04 .inner .mapikoi2 .leftside{
    width:100%;
    margin: 0 0 5% 0;
    float: left;
}
.homenew_post .sec04 .inner .mapikoi2 .rightside{
    width:100%;
    margin: 0 0 0 0;
    float: right;
}    
.homenew_post .sec04 .inner .mapikoi2 h1{
    font-size: 100%;
    margin-bottom: 2%;
    border-bottom: thin gray solid;
}
.homenew_post .sec04 .inner .mapikoi2 p{
    font-size: 80%;
    text-align: left;
    line-height: 1.5;
}    
.homenew_post .sec04 .inner .mapikoi2 li{
    width:46%;
    margin:1.5%;
    display: inline-block;
    padding: 1.5%;
    text-align: center;
    font-size: 80%;
}
.homenew_post .sec04 .inner .mapikoi3{
    width:80%;
    margin:0 10% 10% 10%;
}
.homenew_post .sec04 .inner .mapikoi3 h1{
    font-size: 110%;
    line-height: 1.5;
    padding: 3% 0 3% 0;
    text-align: center;
}    
    
    
}
/*---------------------sec04 MAP sp end--------------------------------*/



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

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

.homenew_post .sec05 .bg01{
    background:#EDEEEE;
    width:100%;
    padding:5% 0 5% 0;
}



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



.homenew_post .sec05 .inner .outlinemv{
    width: 100%;
    padding-bottom: 2%;
      font-family: 'Noto Sans JP', sans-serif;
}
.homenew_post .sec05 .inner .outlinemv img{
    width: 100%;
}
.homenew_post .sec05 .inner .outlinemv h1{
    font-size: 350%;
      font-family: "Smooch Sans", serif;
  font-optical-sizing: auto;
  font-weight:200;
    color: #3e3a39;
    text-align: center;
    line-height: 2;
}
.homenew_post .sec05 .inner .outlinemv h2{
    font-size: 100%;
    text-align: center;
    line-height: 1;
    padding:0 0 1rem 0;
    margin-bottom: 0.5rem;
    background-image: linear-gradient(90deg, rgba(0,0,0,0) 0% 45%, #606060 45% 55%, rgba(0,0,0,0) 0% 55%);
    background-repeat: no-repeat;
    background-size: 100% 0.07rem;
    background-position: center bottom;
    margin-bottom: 3%;
}
.homenew_post .sec05 .inner .outlinemv p{
    font-size: 100%;
    text-align: center;
    color:#3e3a39;
}
.homenew_post .sec05 .inner .outline_01{
   font-family: 'Noto Sans JP', sans-serif; 
    margin-bottom: 2%;
}
.homenew_post .sec05 .inner .outline_01 h1{
    font-size: 110%;
    line-height: 1.5;
    color:#3e3a39;
}
.homenew_post .sec05 .inner .outline_01 p{
    font-size: 90%;
    line-height: 1.8;
    color:#3e3a39;
    font-weight: 500;
}

.homenew_post .sec05 .inner .outline_list{
    width: 100%;
    margin-bottom: 3%;
    border-collapse: separate;
    border-spacing: 0px 5px;
}

.homenew_post .sec05 .inner .outline_list th{
    width: 25%;
    padding: 0.5% 0 0.5% 0;
    background: #a0a0a0;
    color:#fff;
    font-size: 100%;
    text-align: center;
    vertical-align: ="middle";
}
.homenew_post .sec05 .inner .outline_list td{
    width: 75%;
    padding: 0.5% 0 0.5% 1%;
    background: #F9F9F9;
    font-size: 100%;
    text-align: left;
    vertical-align: ="middle";
}

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


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

@media only screen and (max-width: 769px) {
    
.homenew_post .sec05 {
	width: 100%;
	margin: auto;
	padding: 2% 0 2% 0;
	}
.homenew_post .sec05 .bg01{
    width:100%;
    padding:5% 0 5% 0;
}


    
.homenew_post .sec05 .inner {
	flex-direction: column;
    display: flex;
    width: 96%;
    margin: 0 2% 0 2%;
}

.homenew_post .sec05 .inner .outlinemv{
    width: 100%;
    padding-bottom: 2%;
}
.homenew_post .sec05 .inner .outlinemv img{
    width: 100%;
}
.homenew_post .sec05 .inner .outlinemv h1{
    font-size: 150%;
    text-align: center;
    line-height: 2;
}
.homenew_post .sec05 .inner .outlinemv h2{
    font-size: 80%;
    text-align: center;
    line-height: 1;
    padding:0 0 1rem 0;
    margin-bottom: 0.5rem;
    background-repeat: no-repeat;
    background-size: 100% 0.1rem;
    background-position: center bottom;
    margin-bottom: 3%;
}    
.homenew_post .sec05 .inner .outlinemv p{
    font-size: 80%;
    text-align: center;
    font-weight: 550;
}      
    
.homenew_post .sec05 .inner .outline_01{
    margin-bottom: 5%;
}
.homenew_post .sec05 .inner .outline_01 h1{
    font-size: 90%;
    line-height: 1.5;
}
.homenew_post .sec05 .inner .outline_01 p{
    font-size: 80%;
    line-height: 1.5;
}

.homenew_post .sec05 .inner .outline_list{
    width: 100%;
    margin-bottom: 3%;
    border-collapse: separate;
    border-spacing: 0px 5px;
}

.homenew_post .sec05 .inner .outline_list th{
    width: 100%;
    padding: 1% 0 1% 1%;
    font-size: 80%;
    text-align: left;
    vertical-align: ="middle";
    display:block;
}
.homenew_post .sec05 .inner .outline_list td{
    width: 100%;
    padding: 1% 0 1% 1%;
    font-size: 80%;
    text-align: left;
    vertical-align: ="middle";
    display:block;
}
    
    
}

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


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

.homenew_post .sec06 {
	width: 100%;
    margin-top:0;
    font-family: 'Noto Sans JP', sans-serif;
    
}

.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: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    background: linear-gradient(90deg, rgba(27,85,115,1), rgba(17,125,160,1),rgba(27,85,115,1));
    background-repeat: no-repeat;
    background-size: cover;
        margin-bottom: 2%;
 }



   
    
    
.picup_list {
    overflow: hidden;
    width:100%;
}
.picup_list .list_in{
	width:45%;
    margin:3% 2% 3% 2%;
    float:left;
    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;
    font-weight: 700;
}
.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:110%;
        line-height:2;
        text-align:center;
        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-----------------------*/







/*--------------------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:#5BC8AC;
  -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);

  color:#fff;
  background: #021C1E;
  -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: #ffff;
  background:#E6D72A;
  -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:#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-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: #404040 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:#021C1E;
  -webkit-box-shadow: 0 2px 0 #001e43;
  box-shadow: 0 2px 0 #001e43;
}



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


/*---------------------sec07 問い合わせ　sp-----------------------*/

@media only screen and (max-width: 769px) {
	
.homenew_post .sec07{
      width:100%;
       margin:5% auto;
}

	
}
	
	
/*-----------------sec07 問い合わせ　sp end ------------------------*/	


/*------------------------sec08 Land Plan pc--------------------------------*/

.homenew_post .sec08 {
	width: 100%;
    margin:5% 0 5% 0;

}

.homenew_post .sec08 .bg01{
    margin: 0 0 0 0;
    background:#fff/*#f5f5f5/#EBF5F5*/;
    width:100%;
    padding:3% 0 0 0;
}

.homenew_post .sec08 .inner {
    max-width: 1100px;
    margin:0 auto;
    /*display: flex;
	align-items: center;
	flex-flow: row-reverse;*/
}
.homenew_post .sec08 .inner h1{
   font-size: 160%;
   text-align: center;
   color:#3e3a39;
}

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


.homenew_post .sec08 .inner .landmv{
    width: 100%;
    padding: 0;
   
}
.homenew_post .sec08 .inner .landmv img{
    width: 100%;
}
.homenew_post .sec08 .inner .landmv h1{
     font-family: "Smooch Sans", serif;
  font-optical-sizing: auto;
  font-weight:200;
  font-style: normal;
    
    font-size: 350%;
    color: #3e3a39;
    text-align: center;
    line-height: 2;
}
.homenew_post .sec08 .inner .landmv h2{
    font-size: 100%;
    text-align: center;
    line-height: 1;
    padding:0 0 1rem 0;
    margin-bottom: 0.5rem;
    background-image: linear-gradient(90deg, rgba(0,0,0,0) 0% 45%, #606060 45% 55%, rgba(0,0,0,0) 0% 55%);
    background-repeat: no-repeat;
    background-size: 100% 0.07rem;
    background-position: center bottom;
    margin-bottom: 3%;
}
.homenew_post .sec08 .inner .landmv h3{
    font-size: 160%;
    color: #3e3a39;
    text-align: center;
    margin-bottom: 2%;
}
.homenew_post .sec08 .inner .landmv p{
    font-size: 100%;
    text-align: center;
    color:#3e3a39;
}



.homenew_post .sec08 .landplan_mv{
     width:100%;
    margin:5% 0 0 0;
}
.homenew_post .sec08 .landplan_mv img{
     width:100%;
}

.homenew_post .sec08 .inner .landplan01{
    margin: 0 0 10% 0;
}


.homenew_post .sec08 .inner .landpoint{
    width: 30%;
    margin: 3% 1.5% 3% 1.5%;
    /*border: #005777 solid 2px; 
    border-radius: 10px;*/
    display: inline-block;
    vertical-align:top;
}


.homenew_post .sec08 .inner .landpoint h1{
    font-size: 120%;
    text-align: center;
    line-height: 1.2;
    color:#3e3a39;
    border-bottom: 1px solid black;
    margin-bottom: 4%;
    padding: 2.5% 0 2.5% 0;
}

.homenew_post .sec08 .inner .landpoint p{
    font-size: 100%;
    text-align: left;
    line-height: 1.8;
    margin:0 0 4% 0;
    color:#3e3a39;
}




.homenew_post .sec08 .inner .landplan_list{
    width:90%;
    margin: 2% 5% 2% 5%;
    border-top: thin gray solid;
    border-left: thin gray solid;
    border-collapse: collapse;
}

.homenew_post .sec08 .inner .landplan_list th{
   width:10% ; 
    padding-top: 1%;
    font-size: 100%;
    color: #fff;
    background: #A3C0C0;
    display: inline-block;
    text-align: center;
    border-bottom: thin gray solid;
    border-right: thin gray solid;
}
.homenew_post .sec08 .inner .landplan_list th span{
    font-size: 150%
}

.homenew_post .sec08 .inner  .landplan_list td{
   width: 15%; 
    padding-top: 1%;
    font-size: 100%;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-bottom: thin gray solid;
    border-right: thin gray solid;
}
.homenew_post .sec08 .inner .landplan_list td span{
    font-size: 150%
}

.homenew_post .sec08 .inner .home_plan{
   width:100%;
   margin: 5% 0 0 0;
}
.homenew_post .sec08 .inner .home_plan .leftside{
   width:50%;
   float: left;
}
.homenew_post .sec08 .inner .home_plan .rightside{
   width:49%;
   float: right;
   margin: 0 0 0 1%;
}
.homenew_post .sec08 .inner .home_plan h1{
   font-size:120%;
   color:#fff;
   background:#788076 ;
   padding: 1% 2% 1% 2%; 
}
.homenew_post .sec08 .inner .home_plan p{
   font-size:100%;
   color:#3e3a39;
   line-height: 1.2;
}
.homenew_post .sec08 .inner .home_plan .plan_text01{
   font-size:100%;
    padding:1% 0 1% 0;
    border-bottom:1px dashed #3e3a39;
}
.homenew_post .sec08 .inner .home_plan .plan_text02{
   font-size:100%;
   text-align: right;
}
.homenew_post .sec08 .inner .home_plan .plan_text02 span{
   font-size:150%;
}
.homenew_post .sec08 .inner .home_plan .pricebox{
   width:100%;
   margin: 0 0 2% 0;
   padding: 2%;
   border: solid thin #3e3a39;
}
.homenew_post .sec08 .inner .home_plan .pricebox h1{
   font-size: 100%;
   background: #fff;
   line-height: 1.2;
   margin-bottom: 2%;
}
.homenew_post .sec08 .inner .home_plan .pricebox h1 span1{
   font-size: 140%;
   color:#640125;
   line-height: 1.2;
}
.homenew_post .sec08 .inner .home_plan .pricebox h1 span2{
   font-size: 260%;
   margin: 0 1.5% 0 1.5%;
    color:#640125;
}
.homenew_post .sec08 .inner .home_plan .pricebox h1 span3{
   font-size: 110%;
   color:#3e3a39;
}
.homenew_post .sec08 .inner .home_plan .pricebox h2{
   font-size: 120%;
   background: #3e3a39;
   line-height: 1.2;
   margin-bottom: 2%;
   padding: 1% ;
   letter-spacing : 3px;
   color: #fff;
   text-align: center;
}
.homenew_post .sec08 .inner .home_plan .pricebox p{
   font-size:100%;
   color:#3e3a39;
   line-height: 1.2;
   text-align: left;
}


/*---------------------sec08 Land Plan pc end--------------------------------*/



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

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

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

.homenew_post .sec08 .inner .landmv{
    width: 100%;
    padding-bottom: 2%;
}
.homenew_post .sec08 .inner .landmv img{
    width: 100%;
}
.homenew_post .sec08 .inner .landmv h1{
    font-size: 150%;
    text-align: center;
    line-height: 2;
}
.homenew_post .sec08 .inner .landmv h2{
    font-size: 80%;
    text-align: center;
    line-height: 1;
    padding:0 0 1rem 0;
    margin-bottom: 0.5rem;
    background-repeat: no-repeat;
    background-size: 100% 0.1rem;
    background-position: center bottom;
    margin-bottom: 3%;
}    
.homenew_post .sec08 .inner .landmv h3{
    font-size: 110%;
    text-align: center;
    margin-bottom: 2%;
}    
.homenew_post .sec08 .inner .landmv p{
    font-size: 80%;
    text-align: center;
}          
    
.homenew_post .sec08 .landplan_mv{
     width:100%;
    margin-bottom: 1%;
}
.homenew_post .sec08 .landplan_mv img{
     width:100%;
}
    
.homenew_post .sec08 .inner .landplan01{
    margin: 0 0 10% 0;
}    

.homenew_post .sec08 .inner .landpoint{
    width: 90%;
    margin: 2% 5% 5% 5%;
    display: inline-block;
}


.homenew_post .sec08 .inner .landpoint h1{
    font-size: 110%;
    text-align: center;
    line-height: 1.2;
    padding: 0 0 1% 0;
    margin-bottom: 2%;
}

.homenew_post .sec08 .inner .landpoint p{
    font-size: 80%;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 0;
}

.homenew_post .sec08 .inner .landpoint img{
    margin-bottom: 3%;
}
    
   
    
    

.homenew_post .sec08 .inner .landplan_list{
    width:90%;
    margin: 2% 5% 2% 5%;
    border-top: thin gray solid;
    border-left: thin gray solid;
    border-collapse: collapse;
}

.homenew_post .sec08 .inner .landplan_list th{
    width:20% ; 
    padding-top: 2%;
    font-size: 90%;
    text-align: center;
    border-bottom: thin gray solid;
    border-right: thin gray solid;
}
.homenew_post .sec08 .inner .landplan_list th span{
    font-size: 150%
}

.homenew_post .sec08 .inner  .landplan_list td{
   width: 30%; 
    padding-top: 2%;
    font-size: 90%;
    text-align: center;
    border-bottom: thin gray solid;
    border-right: thin gray solid;
}
.homenew_post .sec08 .inner .landplan_list td span{
    font-size: 150%
}    
    
    
.homenew_post .sec08 .inner .home_plan{
   width:100%;
   margin: 5% 0 8% 0;
}
.homenew_post .sec08 .inner .home_plan .leftside{
   width:100%;
   float: left;
   margin: 0 0 0 0;
}
.homenew_post .sec08 .inner .home_plan .rightside{
   width:100%;
   float: right;
   margin: 0 0 0 0;
}
.homenew_post .sec08 .inner .home_plan h1{
   font-size:120%;
   padding: 1% 2% 1% 2%; 
   margin-bottom: 2%;
}
.homenew_post .sec08 .inner .home_plan p{
   font-size:100%;
   line-height: 1.2;
}
.homenew_post .sec08 .inner .home_plan .plan_text01{
   font-size:75%;
   padding:1% 0 2% 0;
}
.homenew_post .sec08 .inner .home_plan .plan_text02{
   font-size:75%;
}
.homenew_post .sec08 .inner .home_plan .plan_text02 span{
   font-size:140%;
}
.homenew_post .sec08 .inner .home_plan .pricebox{
   width:100%;
   margin: 3% 0 2% 0;
   padding: 2%;
}
.homenew_post .sec08 .inner .home_plan .pricebox h1{
   font-size: 100%;
   line-height: 1.2;
   margin-bottom: 2%;
}
.homenew_post .sec08 .inner .home_plan .pricebox h1 span1{
   font-size: 150%;
   line-height: 1.2;
}
.homenew_post .sec08 .inner .home_plan .pricebox h1 span2{
   font-size: 280%;
   margin: 0 1.5% 0 1.5%;
}
.homenew_post .sec08 .inner .home_plan .pricebox h1 span3{
   font-size: 120%;
}
.homenew_post .sec08 .inner .home_plan .pricebox h2{
   font-size: 110%;
   line-height: 1.2;
   margin-bottom: 2%;
   padding: 1% ;
   letter-spacing : 3px;
   text-align: center;
}
.homenew_post .sec08 .inner .home_plan .pricebox p{
   font-size:80%;
   line-height: 1.2;
   text-align: left;
}    
    

}
/*---------------------sec08 Land Plan sp end--------------------------------*/






/*------------------------sec09 Plan pc--------------------------------*/

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

.homenew_post .sec09 .bg01{
    margin: 2% 0 0 0;
    background:#EBF5F5;
    width:100%;
    padding:5% 0 5% 0;
}

.homenew_post .sec09 .inner {
    max-width: 1100px;
    margin:0 auto;
    /*display: flex;
	align-items: center;
	flex-flow: row-reverse;*/
    background: #fff;
    padding: 5%;
}
.homenew_post .sec09 .inner h1{
   font-size: 300%;
   text-align: center;
}

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


.homenew_post .sec09 .inner .planmv{
    width: 100%;
    padding-bottom: 2%;
}
.homenew_post .sec09 .inner .planmv img{
    width: 100%;
}
.homenew_post .sec09 .inner .planmv h1{
    font-size: 180%;
    color: #606060;
    text-align: center;
    line-height: 2;
}
.homenew_post .sec09 .inner .planmv h2{
    font-size: 100%;
    text-align: center;
    line-height: 1;
    padding:0 0 1rem 0;
    margin-bottom: 0.5rem;
    background-image: linear-gradient(90deg, rgba(0,0,0,0) 0% 45%, #606060 45% 55%, rgba(0,0,0,0) 0% 55%);
    background-repeat: no-repeat;
    background-size: 100% 0.07rem;
    background-position: center bottom;
    margin-bottom: 3%;
}
.homenew_post .sec09 .inner .planmv p{
    font-size: 150%;
    text-align: center;
    font-weight: 550;
    color:black;
}


.homenew_post .sec09 .inner .plan_out{
    width:100%;
    margin: 2% 0 0 0; 
}
.homenew_post .sec09 .inner .plan_out h1{
    font-size: 150%;
    line-height: 1.8;
    text-align: center;
}
.homenew_post .sec09 .inner .plan_out .leftside{
    width:40%;
    float: left;
}
.homenew_post .sec09 .inner .plan_out .rightside{
    width:60%;
    float: right;
    padding: 5% 2% 3% 2%;
}

.homenew_post .sec09 .inner .plan_label{
    width:100%;
    margin: 1% 0 2% 0; 
    border-top: 2px solid #005777;
    border-bottom: 2px solid #005777;
}
.homenew_post .sec09 .inner .plan_label .plan_label_left{
    width:17%;
    padding: 1%; 
    border-right: 2px solid #005777;
    display: inline-block;
}
.homenew_post .sec09 .inner .plan_label .plan_label_left h1{
    font-size: 150%;
    text-align: center;
    line-height: 1.5;
    color: #005777;
}
.homenew_post .sec09 .inner .plan_label .plan_label_left p{
    font-size: 130%;
    text-align: center;
    line-height: 1.2;
    color: #005777;
}
.homenew_post .sec09 .inner .plan_label .plan_label_center{
    width:20%; 
    display: inline-block;
}
.homenew_post .sec09 .inner .plan_label .plan_label_center h1{
    font-size: 300%;
    text-align: center;
    line-height: 1;
    color: #005777;
}
.homenew_post .sec09 .inner .plan_label .plan_label_right{
    width:62%;
    padding-top: 0.5% ; 
    display: inline-block;
}
.homenew_post .sec09 .inner .plan_label .plan_label_right p{
    font-size: 100%;
    text-align: left;
    line-height: 1.1;
}






/*---------------------sec09 Plan pc end--------------------------------*/



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

.homenew_post .sec09 .bg01{
    margin: 2% 0 0 0;
    width:100%;
    padding:5% 0 5% 0;
}    
.homenew_post .sec09 .inner {
	flex-direction: column;
    display: flex;
    width: 90%;
    margin: 0 5% 0 5%;
}
    
    
.homenew_post .sec09 .inner h1{
   font-size: 160%;
   text-align: center;
}

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

.homenew_post .sec09 .inner .planmv{
    width: 100%;
    padding-bottom: 2%;
}
.homenew_post .sec09 .inner .planmv img{
    width: 100%;
}
.homenew_post .sec09 .inner .planmv h1{
    font-size: 150%;
    text-align: center;
    line-height: 2;
}
.homenew_post .sec09 .inner .planmv h2{
    font-size: 80%;
    text-align: center;
    line-height: 1;
    padding:0 0 1rem 0;
    margin-bottom: 0.5rem;
    background-repeat: no-repeat;
    background-size: 100% 0.1rem;
    background-position: center bottom;
    margin-bottom: 3%;
}    
.homenew_post .sec09 .inner .planmv p{
    font-size: 90%;
    text-align: center;
    font-weight: 550;
}          
    
.homenew_post .sec09 .inner .plan_out{
    width:100%;
    margin: 2% 0 0 0; 
}
.homenew_post .sec09 .inner .plan_out h1{
    font-size: 110%;
    line-height: 1.8;
    text-align: center;
}
.homenew_post .sec09 .inner .plan_out .leftside{
    width:100%;
    float: left;
}
.homenew_post .sec09 .inner .plan_out .rightside{
    width:100%;
    float: right;
    padding: 5% 2% 3% 2%;
}    
    
   
.homenew_post .sec09 .inner .plan_label{
    width:100%;
    margin: 1% 0 2% 0; 

}
.homenew_post .sec09 .inner .plan_label .plan_label_left{
    width:49.5%;
    padding: 1%; 
    display: inline-block;
}
.homenew_post .sec09 .inner .plan_label .plan_label_left h1{
    font-size: 120%;
    text-align: center;
    line-height: 1.5;
}
.homenew_post .sec09 .inner .plan_label .plan_label_left p{
    font-size: 100%;
    text-align: center;
    line-height: 1.2;
}
.homenew_post .sec09 .inner .plan_label .plan_label_center{
    width:49%; 
    display: inline-block;
}
.homenew_post .sec09 .inner .plan_label .plan_label_center h1{
    font-size:200%;
    text-align: center;
    line-height: 1;
}
.homenew_post .sec09 .inner .plan_label .plan_label_right{
    width:100%;
    padding-top: 1% ; 
    display: inline-block;
}
.homenew_post .sec09 .inner .plan_label .plan_label_right p{
    font-size: 80%;
    text-align: left;
    line-height: 1.1;
    margin-left: 15%;
}
    
    
    

}
/*---------------------sec09 Plan 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:#E6D72A;    
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:#ffff;
} 

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




div#footer-nav-ck{	
background-color:#5BC8AC;     /* 背景色 */	
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%;      
}     
div#footer-nav-tel img{
    width:80%;
    margin: 0 10% 0 10%;
    }	    
    
    
 }    
    
/*---------------------footer-nav 問い合わせ　sp　固定　end-----------------------*/       

    



/*ふわっと出現
***************************************************************/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
/*ふわっと出現
***************************************************************/




/*LINE資料請求
***************************************************************/

/*フローティングバナー*/
.floating-bnr {
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 220px;
    max-width: 90vw;
    height: auto;
    z-index: 9999;
}
.floating-bnr a:hover {
    opacity: 0.7;
    transition: 0.2s;
}

/*閉じるボタン*/
.bnr_close {
    background-color: #f8f8f8;
    border: none;
    /*border-radius: 25px;*/
    box-shadow: 0 0 7px rgb(0, 0, 0, 0.4);
    color: #777;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 8px;
    position: absolute;
    right: -4px;
    top: -2px;
}
.fa-xmark:before {
    content: "×";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
}




/*---------------------floating-bnr　sp　固定-----------------------*/

@media only screen and (max-width: 769px) {
/*フローティングバナー*/
.floating-bnr {
   /* box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);*/
    display: none;
    position: fixed;
    bottom: 48px;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 9999;
}
.floating-bnr a:hover {
    opacity: 0.7;
    transition: 0.2s;
}

/*閉じるボタン*/
.bnr_close {
    background-color: #f8f8f8;
    border: none;
  /*  border-radius: 22px;*/
    box-shadow: 0 0 5px rgb(0, 0, 0, 0.4);
    color: #777;
    cursor: pointer;
    font-weight: bold;
    padding:1px 5px;
    position: absolute;
    right: 2px;
    top: -2px;
}
.fa-xmark:before {
    content: "×";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
}
}

/*LINE資料請求
***************************************************************/

