@charset "utf-8";


.wf-sawarabimincho { font-family: "Sawarabi Mincho", serif; }

html,body{
    width: 100%;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}

 * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}



body{
	font-family:'Open Sans', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:95%;
    color: #333;

	
	
	
}

a {
	color:#333;
	outline: none;
	text-decoration: none;
	
}

a:hover{
	color: #666;
	text-decoration: none;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 2px;

}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
}


.width100{
	width:100%;
}

.wrap{
	
}


.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}



img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 10px 0 0;
}
img.float-right {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



 Alternate Gothic No2 D Regular{
 font-family: alternate-gothic-no-2-d, sans-serif;
font-weight: 400;
font-style: normal;
}


.wrap{
   padding: 95px 0 0 0;
}


#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-150px;
   padding-top:150px;
}

 Cormorant Garamond Regular{
font-family: cormorant-garamond, serif;
font-weight: 400;
font-style: normal;
}

Cormorant Garamond Medium{
font-family: cormorant-garamond, serif;
font-weight: 500;
font-style: normal;
}
Cormorant Garamond Bold{
font-family: cormorant-garamond, serif;
font-weight: 700;
font-style: normal;
}

Futura PT Heavy{
font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;
}
Futura PT Book{
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
}
Futura PT Demi{
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
}
Futura PT Bold{
font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
}
Futura PT Cond Book{
font-family: futura-pt-condensed, sans-serif;
font-weight: 400;
font-style: normal;
}
Futura PT Cond Bold{
font-family: futura-pt-condensed, sans-serif;
font-weight: 700;
font-style: normal;
}
 Futura PT Cond Medium{
font-family: futura-pt-condensed, sans-serif;
font-weight: 500;
font-style: normal;
}

 Yu Mincho Pr6N R{
font-family: yu-mincho-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
}
 Adobe Caslon Pro Regular{
font-family: adobe-caslon-pro, serif;
font-weight: 400;
font-style: normal;
}
Adobe Caslon Pro Italic{
font-family: adobe-caslon-pro, serif;
font-weight: 400;
font-style: italic;
}
Adobe Caslon Pro Bold{
font-family: adobe-caslon-pro, serif;
font-weight: 700;
font-style: normal;
}
Adobe Caslon Pro Bold Italic{
font-family: adobe-caslon-pro, serif;
font-weight: 700;
font-style: italic;
}

 

/*ヘッダー
------------------------------------------------*/
header{
    background: rgba(0,0,0,.3);
    position:fixed;
    top:0;
    width: 100%;
    z-index: 10000;
}
.header{
    max-width:1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}
.logo a{
    color: #fff;
}
.logo img{
    max-height: 30px;
}
.gnavi{
    flex-basis: 80%;
}
.gnavi ul{
    display: flex;
    justify-content: space-around;
    font-size: 85%;
    flex-wrap: wrap;
}
.gnavi a{
    color: #fff;
}
.headavantia img{
    max-height: 30px;
  
}
.menu_sp{
    display: none;
}




/*全体レイアウト
------------------------------------------------*/
.mainbody{
    max-width: 1000px;
    margin: 0 auto;
}
.mainbody2{
    max-width: 1200px;
    margin: 0 auto;
}

.pagetitle{
    height: 400px;
    background: rgba(0,0,0,.3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
.pagetitle dt{
    padding:100px 0 0px;
    font-size: 180%;
    font-family: adobe-caslon-pro, serif;
font-weight: 400;
font-style: normal;
    font-size: 270%;
    letter-spacing: .1em;   
}
.pagetitle dd{
   font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 110%;
}





/**フッター
------------------------------------------------*/
.footerbnrwrap{
    background: #333;
    padding: 60px 0;
}
.footerbnr{
    position: relative;
}
.gotop{
    position: absolute;
    top: -110px;
    right: -100px;
}
.gotop a{
    display: block;
}
.gotop img{
    height: 50px; 
}

.footerbnr a{
    color: #fff;
}
.footerbnr ul{
    display: flex;
    justify-content: center;
}
.footerbnr li{
    flex-basis: 30%;
    text-align: center;
    margin: 0 5px;
}
.footerbnr li a{
    display: block;
    border:1px solid #fff;
    padding: 20px 0;
    position: relative;
}
.footerbnr li:nth-child(2) a{
    background: #fff;
    color: #333;
}

.footerbnr li a:after{
    content: "";
    display: block;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}
.footerbnr li:nth-child(2) a:after{
    border-color: #333;
}
.footerbnr h2{
 font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    font-size: 140%;
    padding: 0 0 5px;
}
.footerbnr h3{
    font-size: 90%;
    font-weight: 400;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

.footnavi{
    padding: 20px 0 40px;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fnavi {
 flex-basis: 84%;
}
.fnavi ul{
    margin: 0 auto;
}
.fnavi li{
border-right: 1px solid #000;
padding: 0 10px;
margin: 0 0 5px;
font-size: 85%;
display: inline-block;
}
.fnavi li:last-child{
border:none;
}
.footnavi a{
    color: #000;
}
.footbnr{
    flex-basis: 16%;
flex-basis: 20%;
}
.footbox{
    text-align: center;
    padding: 0 0 50px;
}
.footlogo img{
    max-height: 30px;
    max-height: 65px;
}
.footcontact span{
    font-size: 220%;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    display: block;
}

.sidefixbtn{
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1000;
    box-shadow: -6px 6px 7px -6px #000000;

}
.footfixbtn{
    display: none;
}



/* メイン画像
---------------------------------------------------------- */
.bxslider img{
	transform: scale(1.2);
	transition-duration: 4s;
}
.bxslider .active-slide img{
	transform: scale(1);
}
/**1つ目のみ必要**/
.bxslider .slidenum1 img{
animation: zoom-in-anim 5s;
}
@keyframes zoom-in-anim {
	from  {
	transform: scale(1.2);
	}
	to {
	transform: scale(1);
	}
}

.bxslider .slidenum2 img,
.bxslider .slidenum7 img{
transform-origin:right;
}
.bxslider .slidenum3 img,
.bxslider .slidenum8 img{
transform-origin:left;
}
.bxslider .slidenum4 img{
transform-origin:bottom;
}
.bxslider .slidenum5 img,
.bxslider .slidenum9 img{
transform-origin:top;
}




.btn_fixed{
	position: fixed;
	right: 0;
	top: 30%;
}
/* page_index 
---------------------------------------------------------- */
#main_img_wrap img{
	width: 100%;
}

/*トップページ
------------------------------------------------*/
.top_site_point_wrap{
    background: #e0e0d6;
    padding: 30px 0;
}
.top_site_point{
   display: flex;
   text-align: center;
   justify-content: center;
   flex-wrap: wrap;
}
.top_site_point dl{
    border-left: 1px solid #ccc;
    flex-basis: 25%;
    margin: 10px 0% ;
    padding: 0 1%;
    display: flex;
    align-content: center;
    justify-content:center;
    flex-direction: column;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    font-size: 150%;
}
.top_site_point dl:last-child,
.top_site_point dl:nth-child(4n){
    border-right: 1px solid #ccc;
}
.top_site_point dd{
    font-size: 130%;
    color: #3a6e4a;
}


.topindexwrap{
    padding: 100px 0;
}
.title01 {
font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}

.title01 h2{
    text-align: center;  
    font-size: 200%;
    font-weight: 400;
    padding: 0 0 50px;
    letter-spacing: .1em;
}
.toppage .title01 h2{
    font-size: 240%;
}


.topnewslist{
    max-width: 1000px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}
.topnewslist h3{
     font-family: adobe-caslon-pro, serif;
font-weight: 400;
font-style: normal;
letter-spacing: .1em;
font-size: 200%;
flex-basis: 25%;
text-align: center;
}
.newslist {
    flex-basis: 75%;
}
.newslist dl{
    display: flex;
    margin: 0 0 5px;
}
.newslist dt{
    flex-basis: 15%;
    color: #666;
}
.newslist dd{
    flex-basis: 85%;
}
.morebtn01{
    background: #333;
display: inline-block;
color: #fff;
padding: 8px 40px;
font-size: 80%;
position: relative;
vertical-align: middle;
letter-spacing: .2em;
}
.morebtn02,
.morebtn03{
    background: #333;
display: inline-block;
color: #fff;
padding: 15px 50px;
font-size: 100%;
position: relative;
vertical-align: middle;
}

.morebtn01:after,
.morebtn02:after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    margin: 3px 0 0 10px;
    vertical-align: middle;
}
.morebtn03:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(-135deg);
    margin: 3px 10px 0 0;
    vertical-align: middle;
}
.morebtn01:hover,
.morebtn02:hover,
.morebtn03:hover{
    color: #fff;
    opacity:0.8;
	filter: alpha(opacity=80);
}

.title02 h2{
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    font-size: 160%;
    font-weight: 400;
    padding: 0 0 30px;
}
.topsiteindexbox dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.topsiteindexbox dl:nth-child(even){
    flex-direction: row-reverse;
}
.topsiteindexbox dt{
    flex-basis: 50%;
}
.topsiteindexbox dd{
    flex-basis: 50%;
    padding: 0 5%;
}

.topcontenttitle{
    text-align: center;
}
.topcontenttitle {
    margin: 0 0 30px;
   font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;  
}

.topmainwrap{
    overflow: hidden;
}

.topcontenttitle h2{
    font-size: 200%;
    font-weight: 400;
    padding: 0 0 0px;
    letter-spacing: .1em;
}
.toppage .topcontenttitle h2{
    font-size: 240%;
}


.topcontentmainimgbox {
    height: 480px;
    margin: 0 0 50px;

}
.topcontentbox dl{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 150px;
}
.topcontentbox dt{
    flex-basis: 50%;
}
.topcontentbox dd{
    flex-basis: 43%;
    padding: 50px 0 0;
}
.topcontentbox h3{
     font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    font-size: 150%;
    font-weight: 400;
    margin: 0 0 30px;
    letter-spacing: .1em;
}
.topcontentstext{
    padding: 0 0 50px;
    line-height: 170%;
    font-size: 110%;
}

/**最新情報**/
.newswrap{
    background:#f3f3f0;
    padding: 50px 0;
  
}
.newslistbox{
    background: #fff;
    padding: 20px 50px 50px 50px; 
      margin: 0 0 20px;
}
.newslistbox dl{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}
.newslistbox dt{
    flex-basis: 15%;
    color: #959595;
}
.newslistbox dd{
    flex-basis: 85%;
}
/*最新情報詳細**/
.newsdetailbox{
    background: #fff;
    padding: 20px 50px 20px 50px; 
      margin: 0 0 20px;
}
.newsdetailbox dl{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.newsdetailbox dt{
    flex-basis: 15%;
    color: #959595;
}
.newsdetailbox dd{
    flex-basis: 85%;
}

.pageset ul{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 110%;
    font-weight: 800;
    margin: 0 0 50px 0;
}
.pageset li{
    padding: 10px;
 
}
.pagenext,
.pagebefore{
   min-width: 50px;
}
.backbtn a{
    padding: 5px 30px;
    color: #fff;
    display: inline-block;
    background: #000;
}

/**コンセプト
--------------------------**/
.concept_main_wrap{
    padding: 100px 0;
}
.concept_main{
    text-align: center;
    height: 550px;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    background-size: cover;
    padding: 80px 0;
    background-position: center;
}
.concept_main h2{
    font-size: 220%;
    letter-spacing: .1em;
    margin: 0 0 20px;
}
.concept_main p{
    font-size: 130%;
}

.concept_point_bg{
  background-repeat: no-repeat;
  padding: 100px 0;
  background-size: 48% auto;
}
.concept_point_bg:nth-child(even){
    background-position: top right;
}

.concept_point_box{
    background: #f3f3f1;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.concept_point_bg:nth-child(even) .concept_point_box{
    flex-direction: row-reverse;
}

.concept_point_main{
    flex-basis: 50%;
    padding:0 5%;
}
.concept_point_photo{
    flex-basis: 50%;
     padding:0 7% 0 0;
}
.concept_point_bg:nth-child(even) .concept_point_photo{
    padding:0 0 0 7%;
}


.concept_point_main h3{
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    margin: 0 0 50px;
}
.concept_point_main h4{
 font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
 font-size: 150%;
    margin: 0 0 20px; 
    letter-spacing: .1em;
}
.concept_point_main h3 span{
    position: relative;
    display: block;
}

.concept_point_main h3 span:before{
    display: block;
    content: "";
    height: 1px;
    width: 10%;
    background:#000;
    position: absolute;
    left: -12.5%;
    top: 10px;
}
.concept_point_main h3 strong{
    font-size: 400%;
    display: block;
    color: #376e47;
    line-height: 100%;
}
.concept_point_text{
    line-height: 180%;
    font-size: 110%;
}


.concept_point_photo ul{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.concept_point_photo li{
    flex-basis: 49%;
    padding: 0 0 10px;
}
.concept_point_photo li:nth-child(1){
   flex-basis: 100%;
}
.concept_point_photo ul p{
    padding: 5px 0 0;
}

/**レコメンド**/
.concept_recommended_pointwrap{
    background: #f3f3f1;
    padding: 80px 0;
}
.concept_recommended_pointwrap h2{
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
 font-size: 200%;
 letter-spacing: .1em;
 color: #376e47;
}
.concept_recommended_pointwrap h3{
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
 font-size: 130%;
 margin: 0 0 40px;
}
.concept_recommended_point_box{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-size: 120%;
}
.concept_recommended_point_box dl{
    flex-basis: 31%;
    margin: 0 1% 40px 1%;
}
.concept_recommended_point_box dt{
    margin: 0 0 10px;
    
}



/*プランニング
--------------------------**/
.planning_main_wrap{
    padding: 100px 0;
}
.planning_main{
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    background-size: cover;
    padding: 80px 0;
    background-position: center;
}
.planning_main h2{
    font-size: 220%;
    letter-spacing: .1em;
    margin: 0 0 20px;
}
.planning_main p{
    font-size: 130%;
}

.planning_wrap{
    
}
.planning_point_bg{
  background-repeat: no-repeat;
  padding: 50px 0 0;
  background-size: 48% auto;
}
.planning_point_bg._reverse{
    background-position:top right;
}


.planning_point_box{
    background: #fff;
    padding: 50px 50px 100px;
    display: flex;
    justify-content: space-between;
}
._reverse .planning_point_box{
    flex-direction: row-reverse;
}

.planning_point_main{
    flex-basis:48%;
    padding: 30px 0 0 20px;
}
.planning_point_photo{
    flex-basis:40%;
    text-align: center;
}
.planning_point_main h3{
     font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
 font-size: 150%;
 margin: 0 0 40px;
 letter-spacing: .1em;
}


.planning_gallery_wrap .plan_gallery_navibox{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 50px;
}

.planning_point_text_img{
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    padding: 0 0 50px;
}
.planning_point_text_img h2{
    padding: 0 0 10px;
}
.planning_point_text_img p{
    padding: 10px;
}




/**物件ページ一覧
--------------------------**/
.project_img_box{
    padding: 50px 0;
    text-align: center;
}
.plan_list_wrap{
       background: #f3f3f0;
    padding: 50px 0;
}
.plan_list_wrap .title01 h2{
    padding: 0 0 20px;
} 

.plan_list_case{
    display: flex;
    flex-wrap: wrap;
    
}
.plan_list_box{
    flex-basis: 31%;
    margin: 0 1% 20px;
    background: #fff;
}
.plan_list_box_title dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
   
}
.plan_list_box_title dt{
    background: #333;
    text-align: center;
    color: #fff;
    flex-basis: 20%;
     padding: 10px;
     font-size:90%;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
}
.plan_list_box_title dt strong{
    font-size: 170%;
    
    
}

.plan_list_box_title dd{
    flex-basis: 80%;
    padding: 10px;
}
.plan_list_box_title h3{
    
    font-size: 150%;
}
.plan_list_box_title h4{
    font-size: 100%;
}
.plan_list_box_info dl{
    padding: 20px;
}
.plan_list_box_info dt{
    border-bottom: 1px solid #ccc;
    font-size: 110%;
    text-align: center;
    padding: 0 0 5px;
    margin: 0 0 10px;
}
.plan_list_box_info dt strong{
    font-size: 150%;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}
.plan_list_box_info dd{
    font-size: 90%;
    text-align: center;
}
.preparation_contents {
    background-color: #4D4D4D;
    width: 100%;
    height: 129px;
    margin-top: 10px;
    position: relative;
}
.preparation_mark {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    width: 190px;
    padding: 15px 0;
    font-size: x-large;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    position: relative;
    top: 33px;
    font-weight: bold;
}
/**物件ページ詳細
--------------------------**/
.planinfo_wrap{
    padding: 50px 0;
}
.planinfo_title{
    padding: 0 0 20px;
}
.planinfo_title dl{
    display: flex;
    justify-content: space-between;
    margin: 0 0 5px;
}
.planinfo_title dt{
    background: #333;
    color: #fff;
    flex-basis: 10%;
    text-align: center;
    padding: 10px;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;

}
.planinfo_title dt strong{
    font-size: 150%;
}
.planinfo_title dd{
    background: #e0e0d6;
    flex-basis: 90%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.planinfo_title dd strong{
    font-size: 150%;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}
.planinfo_title dd span{
    background: #063968;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}
.plan02 .planinfo_title dd span{
    background: #007180;
}

.planinfo_box dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.planinfo_box dt{
    flex-basis: 20%;
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 300%;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}
.planinfo_box dd{
    flex-basis: 75%;
}
.planinfo_box dd ul{
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.planinfo_box dd li{
    flex-basis: 40%;
}
.planinfo_box dd li:nth-child(1){
    font-size: 150%;
    text-align: center;
    flex-basis: 60%;
}
.planinfo_box dd li:nth-child(1) strong{
    font-size: 220%;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}
/**ギャラリー部分**/
.plan_gallery_wrap{
    background: #e0e0d6;
    padding: 50px 0;
}
.plan_gallery_mainbox{
    background: #fff;
    text-align: center;
    margin: 0 0 30px;
    padding: 20px;
}
.plan_gallery_mainbox img{
    max-height: 460px;
    margin: 0 auto;
}
.plan_gallery_navibox {
    position: relative;
}

.plan_gallery_navibox li{
    padding: 5px;
    text-align: center;
    font-size: 80%;
}
.plan_gallery_navibox img{
    max-height: 160px;
     margin: 0 auto 10px;
}


.plan_gallery_navibox .prev  {
    position: absolute;
top: 40%;
left: -3%;
display: block;
width: 15px;
height: 50px;
padding: 0;
cursor: pointer;
z-index: 90;
}

.plan_gallery_navibox .next  {
    position: absolute;
top: 40%;
right: -3%;
display: block;
width: 15px;
height: 50px;
padding: 0;
cursor: pointer;
z-index: 90;
}
.plan_detail_comment{
    margin: 0 0 50px;
    font-size: 110%;
}

.housedtltitle1 {
    background: #666;
    padding: 5px;
    color: #fff;
    font-size: 120%;
    margin: 0 0 20px 0;
    text-align: center;
}
.housedtlshiyou li {
    display: inline-block;
    width: 12%;
    padding: 0 0 20px 0;
    text-align: center;
}
.housedtlremark {
    margin: 0 30px 50px 30px;
    font-size: x-small;
}
@media screen and (max-width: 768px) {
.housedtlshiyou li {
    padding: 0 2px 10px 2px;
}
}
@media screen and (max-width: 620px) {
.housedtlshiyou li {
    width: 24%;
    padding: 0 0 10px 0;
}
}

/**設備
-------------------------***/
.equipment_menubox{
    padding: 50px 0;
    background: #e0e0d6;
    margin: 0 0 80px;
}
.equipment_menu_title h2{
       font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    font-size: 160%;
    font-weight: 400;
    padding: 0 0 30px;
    text-align: center;
}
.equipment_menu ul{
    display: flex;
    flex-wrap: wrap;
}
.equipment_menu li{
    flex-basis: 23%;
    margin: 0 1% 20px;
    position: relative;
}
.equipment_menu a{
    display: block;
    background: #000;
    text-align: center;
    
}
.equipment_menu img{
    opacity: 0.3;
}
.equipment_menu a:hover img{
    opacity: .6;
}
.equipment_menu span{
    color: #fff;
    font-size: 130%;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.equipment_menu span:after {
    display: block;
    margin: 0 auto;
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
}


.equipment_menu span big{
font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}

.equipment_contents_title{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 260px;
    color: #fff;
    position: relative;
    margin: 0 0 20px;
    
      background-color: rgba(0,0,0,0.5);
  background-blend-mode: darken;
}

.equipment_contents_title h2{
font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
border-bottom: 1px solid #fff;
padding: 10px 0 5px 20px;
display: inline-block;
}
.equipment_contents_title dl{
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-align: right;
}
.equipment_contents_title dd{
    font-size: 300%;
    letter-spacing: .1em;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}

.equipment_contents_title_wrap h3{
    margin: 0 0 30px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    font-size: 110%;
    font-weight: 400;
}

.equipment_contents_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 100px;
}

.equipment_contents_list dl{
    flex-basis: 31%;
    margin: 0 1% 30px 1%;
}
.equipment_contents_list dt{
    background: #e0e0d6;
    padding: 10px;
    font-size: 110%;
    font-weight: 800;  
}
.equipment_contents_list dd img{
    margin: 0 0 10px;
}

/*ロケーション
-----------------------------*/
.location_menubox{
    padding: 50px 0;
    background: #f1f1ee;
    margin: 0 0 100px;
}
.location_menu_title{
    text-align: center;
}
.location_menu_title h2{
font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 160%;
font-weight: 400;
padding: 0 0 30px;
}
.location_menu_title p{
    margin: 0 0 30px;
        font-size: 110%;
    line-height: 180%;
}

.location_menu {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}
.location_menu dl{
    flex-basis: 23%;
    margin: 0 1% 20px;
   
}
.location_menu dt{
 position: relative;
 margin: 0 0 10px;
}
.location_menu a{
    display: block;
    background: #000;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}
.location_menu img{
    opacity: 0.3;
}
.location_menu a:hover img{
    opacity: .6;
}
.location_menu span{
    color: #fff;
    font-size: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
}
.location_menu span:after{
    display: block;
    margin: 0 auto;
    content: "";
     width: 10px;
  height: 10px;
  border: 1px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
}
.location_menu dd{
    text-align: center;
    font-size: 120%;
}
.location_menu dd strong{
    font-size: 140%;
    color: #396e4a;
}
.location_title_img {
 overflow: hidden;
}
.location_title_img ul{
    display: flex;
    justify-content: center;
    background: #f1f1ee;
    margin: 0 0 40px;
   
}
.location_title_img li{
    flex-basis: 50%;
}
.location_title_img img{
    width: 100%;
}
.location_point_box{
    text-align: center;

}
.location_point_box dt{
    font-size: 130%;
    margin: 0 0 20px;
     font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}
.location_point_box dt strong{
    font-size: 150%;
    color: #396e4a;
}
.location_point_box dd{
    padding: 0 0 50px;
    font-size: 110%;
    line-height: 180%;
}
.location_cont01_box{
    margin: 0 0 100px;
}
.location_cont01_mainimg{
    margin: 0 0 50px;
    text-align: center;
}
.location_cont01_box dl{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.location_cont01_box dt{
    flex-basis: 45%;
}
.location_cont01_box dd{
    flex-basis: 48%;
}
.location_cont01_box h2{
    font-size: 150%;
    padding: 0 0 10px;
}
.location_cont01_box h3{
    font-size: 120%;
    padding: 0 0 10px;
}
.location_point_gallery_box{
    padding:0 0 100px;
}
.location_point_gallery_box ul{
    display: flex;
    flex-wrap: wrap;
}
.location_point_gallery_box li{
    flex-basis: 31%;
    margin: 0 1% 30px 1%;
}
.location_point_gallery_box img{
    margin: 0 0 10px;
}
.location_point_gallery_box big{
    display: block;
    font-size: 120%;
}



.location_info_wrap{
    padding: 50px 0;
    background: #f1f1ee;
    margin: 0 0 10px;
}
.location_info_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.location_info{
    flex-basis: 49%;
    padding: 0 0 40px;
}
.location_info h4{
    font-size: 120%;
    padding: 10px;
    background: #ddded4;
}
.location_info table{
    width: 100%;
    border-collapse: collapse;
}
.location_info th,
.location_info td{
    padding: 10px;
}
.location_info th{
    text-align: left;
}
.location_info td{
    text-align: right;
}
.location_info tr:nth-child(even){
    background: #fff;
}

.location_gallery_wrap{
    padding: 50px 0;
}
.location_gallery_box ul{
    display: flex;
    flex-wrap: wrap;
}
.location_gallery_box li{
    flex-basis: 23%;
    margin: 0 1% 30px 1%;
}
.location_gallery_box img{
    margin: 0 0 10px;
}

.location_map_wrap{
    padding: 50px 0;
    background: #f1f1ee;
}
.mapaddress{
    text-align: center;
    padding:  0 0 20px;
}

#map_canvas {
    width: 100%;
    height: 500px;
}




/*物件概要
-----------------------------*/
.outline_wrap{
    padding: 50px 0 0 0;
}

.outline_wrap h3{
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    font-size: 170%;
    text-align: center;
    margin: 0 0 30px;
    letter-spacing: .1em;
}
.outlinetale{
    padding: 0 0 100px;
}
.outlinetale table{
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #000;
}

.outlinetale th,
.outlinetale td{
    padding: 10px;
    border-bottom: 1px solid #000;
    background: #fff;
}
.outlinetale th{
    background: #e0e0d6;
    text-align: left;
    white-space: nowrap;
    width: 30%;
}
.adpage_wrap{
     background: #eee;
     padding: 50px 0 0 0;
}





/**フリースペースを追加**/
.freespace01{
    padding: 50px 0 30px;
}

















/**ログイン***/
.specialloginwrap .houselimtedwrap{
    padding-top: 50px;
}
.specialloginwrap .housecontactbtn li a{
    background-position: 10px;
}



#main_img_wrap{
    text-align: center;
    padding: 0 0 0px;
}
.txt_c{
    text-align: center;
    padding: 0 0 20px;  
}
.page_login{
    max-width: 980px;
    margin: 0 auto 20px auto;
}
.page_login table {
    width: 100%;
}
.page_login table td{
	padding:10px;
}
.page_login th{ width: 35%; }

.page_login #outline p{
	margin: 0 15px 10px 15px;
}
.page_login .btn_area{
	padding:30px 0;
}
.page_login .merit .title{
	font-size:24px;
	color:#191f61;
	margin-bottom:12px;
	text-align:center;
}
.page_login .merit h4{
	font-size:18px;
	margin-bottom:15px;
	text-align:center;
}
.page_login .merit{
	width:620px;
	margin-left:auto;
	margin-right:auto;
	padding:50px 0;
}
.page_login .merit .txt{
	line-height:230%;
}
.btn04{
  position: relative;
  display:inline-block;
  text-decoration:none;
  border-radius: 4px;
  color: #fff;
  line-height: 70px;
  font-size:20px;
  padding:0 5%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0px 1px 0px #666;
  width:100%;
  color:#fff !important;
  cursor:pointer;
  box-sizing:border-box;
}
.btn04:visited{
	color:#fff;
}
.btn04,
.btn04:hover {
  border-bottom: 4px solid #08321d;
  background-color: #0f4f30;
  background-image: -webkit-linear-gradient(top, #13613a, #0f4f30);
  background-image: linear-gradient(to bottom, #13613a, #0f4f30);
  box-shadow: inset 1px 1px 0 #194561;
}
.btn04::before,
.btn04::after {
  bottom: -1px;
  left: -1px;
  width: 200px;
  height: 50px;
  border: 1px solid #ee8090;
  border-bottom: 1px solid #b84d5a;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: none;
  transition: none;
}
/**追加ボタン*/
.two_btn {
    padding: 30px 0;
    text-align: center;
}
.two_btn li{
    width: 48%;
    display: inline-block;
}
.btn01,
.btn01:link,
.btn01:visited{
	cursor: pointer;
	display: block;
	border: none;
	font-size:20px;
	width:80%;
	position: relative;
	background-color: #72b8c8;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 4px 0 #357e8e;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	border:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
}
.btn01:hover{
	/*background-color:#8A472E;
	box-shadow: 0 4px 0 #4A1F0F;*/
}
.btn01:active {
	top: 3px;
	box-shadow: none;
}
.two_btn #inspection-button{
    width:80%;
}


@media screen and (max-width:768px) {
.two_btn li{
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
}
}


input[type=submit],input[type=text],input[type=password]{ 
	-webkit-appearance: none;
	border-radius: 0;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-top: 5px;
	width:100%;
}
.page_register #regis_form .btn_submit{
}

#inspection-button{
	cursor: pointer;
	display: block;
	border: none;
	font-size:20px;
	width:50%;
	position: relative;
	background-color: #7f351a;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 4px 0 #4A1F0F;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	border:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#inspection-button:hover{
	background-color:#8A472E;
	box-shadow: 0 4px 0 #4A1F0F;
}
#inspection-button:active {
	top: 3px;
	box-shadow: none;
}
























.pager {
	text-align: center;
	padding: 10px 0 50px 0;
}
.pager span,
.pager a{
	display: inline-block;
	padding: 3px 10px;

    color: #000;
	
}

.pager .current{
	background: #000 ;
    color: #fff;
	
}





/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {	
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	display: block!important;
}


.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}



.acordion_tree_top{
    display: none !important;
}


}





/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
/*@media screen and (max-width: 768px) {*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {



}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

.slick-slider,
.mainbody .slick-slider{
    touch-action: pan-y;
}




.wrap{
   padding: 65px 0 0 0;
}




.wrap{
   
}



#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}




/*ヘッダー
------------------------------------------------*/
header{
background: rgba(0,0,0,.8);
}
.header{
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.logo h1 {
    font-size: 110%;
}
.gnavi{
   display: none;
}

.gnavi a{
    color: #fff;
}
.headavantia {
   display: none;
}
.menu_sp{
    display: block;
    width: 30px;
    margin: 20px 10px;
}

/**スマホメニュー**/
.acordion_tree_top{
    display: none;
}
.top_menu{
    position: fixed;
    top: 50px;
    width: 100%;
    background: rgba(0,0,0,.6);
    z-index: 10000;
    font-size: 100%;
}
.top_menu ul{
    padding: 10px;
}
.top_menu li a{
    padding: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
      display: block;
      text-align: center;
}
.spreservebtn {
    padding: 10px;
}
.spreservebtn a{
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: block;
}
.spmenulogo{
    text-align: center;
    padding: 0 0 20px;
}
.spmenulogo img{
    max-height: 30px;
  
}


/*全体レイアウト
------------------------------------------------*/
.mainbody,
.mainbody2{
	margin:0 20px;
	width:auto;
}

.pagetitle{
    height: 200px;
}
.pagetitle dt{
    padding:50px 0 0px;
    font-size: 150%;
}








/*トップページ
------------------------------------------------*/
.top_site_point_wrap{
    padding: 20px 0;
}
.top_site_point{
   display: flex;
   text-align: center;
   justify-content: center;
   flex-wrap: wrap;
}
.top_site_point dl:nth-child(1),
.top_site_point dl:nth-child(2){
 border-top: 1px  solid #ccc;
}
.top_site_point dl,
.top_site_point dl:nth-child(4n),
.top_site_point dl:last-child{
    flex-basis: 48%;
    margin: 0 1% 10px;
    font-size: 100%;
    border: none;
    border-bottom: 1px  solid #ccc;
    padding: 10px 0;
}

.top_site_point dd{
    font-size: 130%;
}


.topindexwrap{
    padding: 50px 0;
}

.title01 h2{
    font-size: 110%;
    padding: 0 0 30px;
}
.toppage .title01 h2{
    font-size: 130%;
}
.topnewslist{
    display: block;
    padding: 20px 0;
}
.topnewslist h3{
font-size: 150%;
text-align: center;
margin: 0 0 10px;
}
.newslist {
    flex-basis: 75%;
}
.newslist dl{
    display: block;
    margin: 0 0 5px;
}

.morebtn01{
    background: #333;
display: block;
width: 75%;
margin: 0 auto;
color: #fff;
padding: 8px 0px;
font-size: 80%;
text-align: center;
}
.morebtn02,
.morebtn03
{
    background: #333;
display: block;
color: #fff;
width: 75%;
margin: 0 auto 10px auto;
padding: 10px 0px;
text-align: center;
}


.title02 h2{
    font-size: 140%;
    padding: 0 0 20px;
}


.topcontenttitle{
    text-align: center;
}
.topcontenttitle {
    margin: 0 0 30px;
}

.topcontenttitle h2{
    font-size: 150%;
}
.toppage .topcontenttitle h2{
    font-size: 160%;
}

.topcontentmainimgbox {
    height: 150px;
    margin: 0 0 30px;

}
.topcontentbox dl{
    display: block;
    margin: 0 0 50px;
    text-align: center;
}
.topcontentbox dt{
    padding: 0 0 30px;
}
.topcontentbox dd{
    padding: 0;
}
.topcontentbox h3{
    font-size: 105%;
    margin: 0 0 25px;
}
.topcontentstext{
    padding: 0 0 20px;
    font-size: 85%;
}


/*コンテンツ
-----------------------------------------------*/
/**最新情報**/
.newswrap{
    padding: 30px 0;
  
}
.newslistbox{
    padding: 20px 20px 10px 20px; 
}
.newslistbox dl{
    display: block;
    padding: 20px 0;
}
.newslistbox dt{
    padding: 0 0 5px;
}
.newslistbox dd{
    
}
/*最新情報詳細**/
.newsdetailbox{
    padding: 20px 20px 10px 20px; 
}
.newsdetailbox dl{
    display: block;
    padding: 30px 0;
}
.newsdetailbox dt{
    padding: 0 0 10px;
}
.newsdetailbox dd{
    
}

/**コンセプト
--------------------------**/
.concept_main_wrap{
    padding: 50px 0;
}
.concept_main{
    height: auto;
    padding: 50px 20px 120px;
}
.concept_main h2{
    font-size: 150%;
    margin: 0 0 10px;
}
.concept_main p{
    font-size: 80%;
}

.concept_point_bg{
  padding: 100px 0 50px;
  background-size: 90% auto;
}
.concept_point_box{
    display: block;
    padding: 30px 0;
}
.concept_point_bg:nth-child(even) .concept_point_box{

}
.concept_point_main{
    padding:0 20px 30px 20px;
}
.concept_point_photo{
     padding:0 20px;
}
.concept_point_bg:nth-child(even) .concept_point_photo{
    padding:0 20px;
}
.concept_point_photo ul p{
    font-size: 80%;
}

.concept_point_main h3{ 
    margin: 0 0 20px;
}
.concept_point_main h4{
 font-size: 120%;
    margin: 0 0 20px;  
}
.concept_point_main h3 span{
    position: relative;
    display: block;
}

.concept_point_main h3 span:before{
    display: block;
    content: "";
    height: 1px;
    width: 20px;
    background:#000;
    position: absolute;
    left: -20px;
    top: 10px;
}
.concept_point_main h3 strong{
    font-size: 200%;
}
.concept_point_text{
    font-size: 90%;
}



/**レコメンド**/
.concept_recommended_pointwrap{
    padding: 40px 0;
}
.concept_recommended_pointwrap h2{
 font-size: 150%;
}
.concept_recommended_pointwrap h3{
 font-size: 90%;
 margin: 0 0 20px;
}
.concept_recommended_point_box{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-size: 80%;
}
.concept_recommended_point_box dl{
    flex-basis: 48%;
    margin: 0 1% 20px 1%;
}



/*プランニング
--------------------------**/
.planning_main_wrap{
    padding: 50px 0;
}
.planning_main{
    padding: 50px 20px 50px;
}
.planning_main h2{
    font-size: 150%;
    margin: 0 0 10px;
}
.planning_main p{
    font-size: 80%;
}


.planning_wrap{
    
}
.planning_point_bg{
  padding: 100px 0 0;
  background-size: 90% auto;
}
.planning_point_box{
    background: #fff;
    padding: 20px 20px 50px 20px;
    display: block;
}
.planning_point_main{
    padding: 0px 0 20px;
}
.planning_point_photo{
  
}
.planning_point_main h3{
 font-size: 120%;
 margin: 0 0 20px;
}


.planning_gallery_wrap .plan_gallery_navibox{
    margin: 0 auto;
    padding: 0 0 40px;
}
 .plan_gallery_navibox .slick-slider,
 .plan_gallery_mainbox .slick-slider{
     margin: 0;
 }


.planning_point_text_img{
    padding: 0 0 30px;
}




/**物件ページ一覧
--------------------------**/
.project_img_box{
    padding: 30px 0;
}
.project_img_box .title01 h2{
    font-size:100%;
}
.plan_list_wrap{
    padding: 30px 0;
}
.plan_list_wrap .title01 h2{
    padding: 0 0 20px;
} 

.plan_list_case{
    display: block;
    
}
.plan_list_box{
    margin: 0 0% 20px;
}



.plan_list_box_info dl{
    padding: 20px;
}
.plan_list_box_info dt{
    font-size: 100%;
}
.plan_list_box_info dt strong{
    font-size: 140%;
}

/**物件ページ詳細
--------------------------**/
.planinfo_wrap{
    padding: 40px 0;
}

.planinfo_title dl{
    display: flex;
    justify-content: space-between;
}
.planinfo_title dt{
    background: #333;
    color: #fff;
    flex-basis: 20%;
    text-align: center;
    padding: 10px;
}
.planinfo_title dt strong{
    font-size: 150%;
    display: block;
}
.planinfo_title dd{
    background: #e0e0d6;
    flex-basis: 80%;
    display: block;
    padding: 10px;
}
.planinfo_title dd strong{
    font-size: 105%;
    padding: 0 0 10px;
    display: block;
}
.planinfo_title dd span{
    padding: 3px 0px;
    display: block;
    font-size: 80%;
    text-align: center;
}
.planinfo_box dl{
    display: block;
}
.planinfo_box dt{
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 250%;
    margin: 0 0 10px;
}
.planinfo_box dd{

}
.planinfo_box dd ul{
    display: block;
    text-align: center;
}
.planinfo_box dd li{
}
.planinfo_box dd li:nth-child(1){
    font-size: 110%;
}
.planinfo_box dd li:nth-child(1) strong{
    font-size: 180%;
}
/**ギャラリー部分**/
.plan_gallery_wrap{
    padding: 30px 0;
}
.plan_gallery_mainbox{
    margin: 0 0 30px;
    padding: 20px;
}

.plan_gallery_navibox img{
    max-height: 100px;
}

.plan_gallery_navibox .prev  {
    position: absolute;
top: 30%;
left: -5%;
display: block;
width: 15px;
height: 50px;
padding: 0;
cursor: pointer;
z-index: 90;
}

.plan_gallery_navibox .next  {
    position: absolute;
top: 30%;
right: -5%;
display: block;
width: 15px;
height: 50px;
padding: 0;
cursor: pointer;
z-index: 90;
}
.plan_detail_comment{
    margin: 0 0 50px;
    font-size: 95%;
}


/**設備
-------------------------***/
.equipment_menubox{
    padding: 40px 0;
    margin: 0 0 40px;
}
.equipment_menu_title h2{
    font-size: 120%;
    padding: 0 0 20px;
}
.equipment_menu ul{
    display: flex;
    flex-wrap: wrap;
}
.equipment_menu li{
    flex-basis: 48%;
    margin: 0 1% 10px;
}

.equipment_menu span{
    font-size: 90%;
    line-height: 110%;
}
.equipment_menu small{
    font-size: 80%;
}


.equipment_contents_title{
    height: 150px;
    margin: 0 0 20px;   
 
}

.equipment_contents_title h2{
font-size: 90%;
}

.equipment_contents_title dd{
    font-size: 200%;
}

.equipment_contents_title_wrap h3{
    margin: 0 0 30px;
}

.equipment_contents_list{
    margin: 0 0 50px;
}

.equipment_contents_list dl{
    flex-basis: 48%;
    margin: 0 1% 20px 1%;
}
.equipment_contents_list dt{
    padding:0 10px;
    display: flex;
    align-items: center;
    height: 60px;
}



/*ロケーション
-----------------------------*/
.location_menubox{
    padding: 30px 0;
    margin: 0 0 50px;
}

.location_menu_title h2{
font-size: 120%;
padding: 0 0 30px;
}
.location_menu_title p{
    margin: 0 0 20px;
    font-size: 90%;

}

.location_menu {

}
.location_menu dl{
    flex-basis: 48%;
    margin: 0 1% 20px;
   
}

.location_menu span{
    font-size: 120%;
}

.location_menu dd{
    font-size: 90%;
}
.location_menu dd strong{
    font-size: 110%;
}

.location_title_img ul{
    margin: 0 0 40px;
    display: block;
}


.location_point_box dt{
    font-size: 120%;
    margin: 0 0 20px;
}
.location_point_box dt strong{
    font-size: 120%;
}
.location_point_box dd{
    padding: 0 0 30px;
    font-size: 90%;
}
.location_cont01_box{
    margin: 0 0 50px;
}
.location_cont01_mainimg{
    margin: 0 0 30px;
    text-align: center;
}
.location_cont01_box dl{
    display: block;

}
.location_cont01_box dt{
   padding: 0 0 20px;
}
.location_cont01_box dd{
    
}
.location_cont01_box h2{
    
}
.location_point_gallery_box{
    padding:0 0 50px;
}
.location_point_gallery_box ul{
    display: flex;
    flex-wrap: wrap;
}
.location_point_gallery_box li{
    flex-basis: 48%;
    margin: 0 1% 20px 1%;
    font-size: 80%;
}
.location_point_gallery_box big{
     font-size: 100%;
}



.location_info td {
    line-height: 1.8;
}
.location_info th, .location_info td {
    padding: 7px 10px;
}
.location_info td span {
    display: inline-block;
}
.location_info td span.info_name {
    float: left;
    font-weight: bold;
    text-align: left;
}
.location_info td span.info_detail {
    float: right;
    text-align: right;
}

.location_info_wrap{
    padding: 30px 0;
}
.location_info_box{
    display: block;

}
.location_info{
    padding: 0 0 20px;
}
.location_info h4{
    font-size: 120%;
    padding: 10px;
    background: #ddded4;
}
.location_info table{
    width: 100%;
    border-collapse: collapse;
}


.location_gallery_wrap{
    padding: 30px 0;
}

.location_gallery_box li{
    flex-basis: 48%;
    margin: 0 1% 20px 1%;
}
.location_gallery_box img{
    margin: 0 0 10px;
}

.location_map_wrap{
    padding: 30px 0;
}


#map_canvas {
    width: 100%;
    height: 500px;
}




/*物件概要
-----------------------------*/
.outline_wrap{
    padding: 40px 0 0 0;
}

.outline_wrap h3{
    font-size: 130%; 
    margin: 0 0 30px;
}
.outlinetale{
    padding: 0 0 50px;
}

.outlinetale th,
.outlinetale td{
    padding: 5px;
    display: block;
}
.outlinetale th{
    white-space:pre-wrap;
    width: 100%;
}
.adpage_wrap{
     background: #eee;
     padding: 50px 0 0 0;
}


































.pager {
	padding: 10px 0 10px 0;
}



/*フッター
------------------------------------------------*/
.footerbnrwrap{
    padding: 20px 0;
    margin:80px 0 0 ;
}
.gotop {
    top: -90px;
    right: 0px;
}

.footerbnr ul{
    display: block;
}
.footerbnr li{
    margin:10px 0;
}
.footerbnr a{
    padding: 10px 0;
}
.footerbnr h2 {
    font-size: 110%;
}

.footnavi{
    display: none;
}

.footbox{
    padding: 20px 0 70px;
}


.sidefixbtn{
 display: none;
   
}
.footfixbtn{
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}



















.onlypc{
	display:none;
}
.onlysp{
	display: block;
}



.spblock{
	display: block;
}

}





/*safariのみ**/
_::-webkit-full-page-media, _:future, :root .contacttel dd{
  
}


/*ieのみ*/
@media all and (-ms-high-contrast: none) {




}

