@charset "UTF-8";


@media screen and (max-width: 767px) {
/* -----------------------------------------------------------------------------
  
  	mv
    
  ----------------------------------------------------------------------------- */
#mv{
}
#mv header{
  height: 26px;
  width: 100%;
  background:#fff;
}
#mv header p:first-child{
  float: left;
  margin: 5px 0 0 10px;
}
#mv header p:first-child img{
  height: 14px;
  width: auto;}

#mv header p:last-child{
  float: right;
  margin: 3px 10px 0 0;
}
#mv header p:last-child img{
  height: 20px;
  width: auto;
}
#mv .info{
  margin: 0 auto;
  font-size: 10px;
}
#mv .info a{
  height: 25px;
  line-height: 25px;
  display: block;
  color: #fff;
  background: #9b9b9b;
  text-align: center;
}
#mv .info a span{
  font-size: 10px;
}
#mv .info a span.pdf{
  background: #da4343;
  border-radius: 2px;
  padding: 0px 2px;
  margin: 0 2px;
}
#mv .inner{
  position: relative;
  height: 355px;
  padding: 0;
  background-image: url(../img/sp/img_mv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
#mv .inner .read{
  height: 30px;
  text-align: center;
  padding-top: 15px;
  margin: 0 10px;
}
#mv .inner .read img{
  max-height: 67px;
  width: auto;
  max-width: 100%;
}
#mv .inner h1{
  position: absolute;
  top: 162px;
  text-align: center;
  margin: 0 10px;
}
#mv .inner h1 img{
  width: 100%;
  max-height: 140px;
  max-width: 100%;
}
#mv .inner ul li{
  width: 100%;
  height: 95px;
  position: absolute;
}
#mv .inner ul li a span{
  text-align: center;
  display: block;
  width: 100%;}
#mv .inner ul li a span.bg{
  width: 290px;
  height: 290px;
  top: 0;
  left: 0;}
#mv .inner ul li a{
  position: relative;
  width: 77.5%;
  max-width: 275px;
  height: 75px;
  display: block;
  margin: auto;
  background-image: url(../img/sp/bg_frame.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size:100%;
}
#mv .inner ul li.house{
  top: 83px;
}
#mv .inner ul li.mansion{
  top: 241px;}
#mv .inner ul li a span.icon{
  top: 15px;
  margin-left: -20px;
  height: 45px;
  text-align: center;
  position: absolute;
  width: auto;
}
#mv .inner ul li a span.icon img{
  height: 45px;
  width: auto;
  }
#mv .inner ul li a span.txt{
  top: 14px;
  text-align: center;
  position: absolute;
}
#mv .inner ul li a span.txt img{
  width: auto;
  max-height: 23px;
  max-width: 75%;
}
#mv .inner ul li a span.btn{
  top: 42px;
  text-align: center;
  position: absolute;}
#mv .inner ul li a span.btn img{
    height: 20px;
    width: auto;
}
/* -----------------------------------------------------------------------------
  
  	sympathy
    
  ----------------------------------------------------------------------------- */
#sympathy{
  background: #fff;
  padding: 20px 0 ;
}
#sympathy .sympathyBox{
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  border: 1px #000 solid;
}
#sympathy p{
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
#sympathy p + p{
  margin-top: 15px;
}
#sympathy p.telNumWrap{
  font-weight: bold;
}
#sympathy p.telNumWrap .telNum{
  font-size: 30px;
  margin: 10px 0;
}
#sympathy p .telReception{
  font-size: 14px;
}
/* -----------------------------------------------------------------------------
  
  	info
    
  ----------------------------------------------------------------------------- */
#info .inner {
  padding: 30px 0;
}
#info .box {
  border: 1px solid #333;
  padding: 15px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#info .box p {
  font-size: 13px;
  line-height: 1.5;
}
#info .box p + p {
  margin: 10px 0 0;
}
#info .box dl {
  margin: 20px 0 0;
  font-weight: bold;
}
#info .box dl dd p {
  margin: 0;
}
#info .box dl dd .tel {
  font-size: 26px;
}
/* -----------------------------------------------------------------------------
  
  	best
    
  ----------------------------------------------------------------------------- */
#best{
  background: #fff;
  padding: 30px 0 ;
}
#best .floatBox p + p{
  margin-top: 20px;
}
/* -----------------------------------------------------------------------------
  
  	pack
    
  ----------------------------------------------------------------------------- */
#pack{
  background: #d8d8d8;
  padding: 10px 0 15px;
}
#pack .inner{
  padding-bottom: 2px;
  }
#pack p{
  text-align: center;
  margin-bottom:5px;
}
#pack p img{
  width: auto;
  max-height:45px;
  max-width: 100%;
  }
#pack h2{
  margin: 0 40px 8px;
  text-align: center;}
#pack h2 img{
  width: auto;
  max-height:55px;
  max-width: 100%;}
#pack h3 {
  text-align: center;
  float: left;
  width: 15%;
}
#pack h3 img{
	width:100%;
}
  #pack .wrap{
    overflow: hidden;
  }
#pack .house{
  width: 52.5%;
  float: left;
  border-right: 1px solid #cdcdcd;
  padding-right: 3%;
  padding-bottom: 2px;
}
#pack .house h3{
  margin-top: 15px;
  }
#pack .mansion{
  width: 45%;
  float: right;
}
#pack .mansion h3{
  margin-top: 5px;}
#pack .house li{
  width: 80%;
  background-position: 95% center;
  margin-bottom: 6px;
  float: right;
}
#pack .mansion li{
  width: 80%;
  float: right;
}
#pack .house li:last-child{
  margin-bottom: 0;
}
#pack .house li a{
}
#pack ul li a{
  text-align: center;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  background: #fff url(../img/arrow_pack.png) no-repeat 95% center;
  background-size: 7px auto;
  box-shadow:2px 2px 0px -1px #adadad;
}

#pack .house li a{
  height: 85px;
  line-height: 26px;
  padding: 14px 10px 0 0;
}
#pack .mansion li a{
  height: 85px;
  line-height: 85px;
  padding-right: 10px;
}
/* -----------------------------------------------------------------------------
  
  	bnrTop
    
  ----------------------------------------------------------------------------- */
  #bnrTop {
    background: #fff;
    padding: 15px 0;
  }
/* -----------------------------------------------------------------------------
  
  	event
    
  ----------------------------------------------------------------------------- */
#event{
	background: #f9f8f3 url(../img/sp/bg_event.png) no-repeat top center;
  background-size: 100% auto;
  padding: 30px 0 35px;}
#event h2{
  text-align: center;
  margin:0 30px 10px;
}
#event h2 img{
  width: 100%;
}
#event h2 + p{
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}
#event .map{
  width: 100%;
  font-size: 15px;
}
#event .map div{
  overflow: hidden;
  margin-bottom: -1px;
}
#event .map div:first-child{
  border-top: solid 1px #bfbfbf;
}
#event .map div + div{
  border-top: solid 1px #bfbfbf;
}
#event .map p{
  padding: 17px 0;
  border-bottom: solid 1px #bfbfbf;
  background: url(../img/sp/icon_plus.png) no-repeat right 5px center;
  background-size: 14px auto;
}
#event .map div p.active{
  background: url(../img/sp/icon_minus.png) no-repeat right 5px center;
  background-size: 14px auto;
}
#event .map div:first-child p{
	padding:0;
	background:none;
}
#event .map div:first-child p a{
  display: block;
  padding: 17px 0;
  padding-right: 10px;
  text-align: left;
  background: url(../img/sp/arrow_map.png) no-repeat right 5px center;
  background-size: 9px auto;
}
#event .map p img{
  height: 16px;
  width: auto;
}
#event .map ul{
  margin-left: 40px;
  display: none;
}
#event .map div:first-child ul{
  display:none;
}
#event .map ul li + li{
  border-top: solid 1px #bfbfbf;
}
#event .map ul li:nth-child(3n){
  margin-right: 0;
}
#event .map ul li a{
  display: block;
  height: 50px;
  line-height: 50px;
  padding-right: 10px;
  text-align: left;
  background: url(../img/sp/arrow_map.png) no-repeat right 5px center;
  background-size: 9px auto;
}
#event .btn{
  margin: 30px 0 20px;
}
#event .btn span{
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
}
/* -----------------------------------------------------------------------------
  
  	example
    
  ----------------------------------------------------------------------------- */
#example{
	background: #f6f3e1;
  padding: 30px 0;}
#example h2{
  text-align: center;
  margin-bottom: 18px;
}
#example h2 img{
  height: 23px;
  width: auto;
}
#example .caseWrap h2{
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding:8px 10px;
  margin-bottom: 15px;
  color: #fff;
  text-align:left;
}
#example .caseWrap.house h2{
  background: #c6b971;
}
#example .caseWrap.mansion h2{
  background: #8b94bc;
}
#example ul{
  overflow: hidden;
  margin-bottom: 20px;display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#example .caseWrap ul li{
  width: 48.5%;
  line-height: 1.4;
  margin:0 3% 10px 0;
  position: relative;
}
#example .caseWrap ul li .icon_new{
  position: absolute;
    top: 0;
    left: 0;
    width: 80px;
  }
  
#example .caseWrap ul li:nth-child(2n){
  margin-right: 0;
}
#example .caseWrap ul li img{
  width: 100%;
  margin-bottom: 5px;
}
#example .caseWrap + .caseWrap {
  margin-top: 25px;
}
#example p a{
  display: block;
  text-align: center;
  background: #fff url(../img/sp/arrow_example.png) no-repeat 178px center;
  background-size: 7px auto;
  width: 205px;
  padding: 13px 0;
  border: 1px solid #d2ca93;
  margin: 0 auto;
}
/* -----------------------------------------------------------------------------
  
  	notice
    
  ----------------------------------------------------------------------------- */
#notice{
	background: #fff;
  padding: 35px 0 20px;
}
#notice h2{
  text-align: center;
  margin-bottom: 20px;
}
#notice h2 img{
  height: 23px;
  width: auto;
}
#notice ul.link{
  margin-bottom: 10px;
  text-align: right;
}
#notice ul.link li{
  display: inline-block;
}
#notice ul.link li:first-child{
  border-right: 1px solid #d6d6d6;
  margin-right: 2px;
  padding-right: 10px;}
#notice ul.link li a{
  padding:4px 15px 4px 4px;
  }
#notice ul.link li:first-child a{
  background: url(../img/sp/arrow_noticeHouse.png) no-repeat right center;
  background-size: 7px auto;
}
#notice ul.link li:last-child a{
  background: url(../img/sp/arrow_noticeMansion.png) no-repeat right center;
  background-size: 7px auto;
}
#notice ul.list{
  border-top: 1px solid #dcdcdc;
}
#notice ul.list li{
  border-bottom: 1px solid #dcdcdc;}
#notice ul.list li a{
  display: block;
  padding: 10px 0;
  position: relative;
}
#notice ul.list li a .time{
  font-weight: bold;
  color: #9d9d9d;
  font-size: 13px;
  display: inline-block;
}
#notice ul.list li a .icon{
  display: inline-block;
  width: 90px;
  text-align: center;
  color: #fff;
  line-height: 24px;
  font-size: 12px;
  border-radius: 12px;
  margin-left: 10px;}
#notice ul.list li a .txt{
 display: block;
  margin-top: 5px;
  line-height: 1.6;
  }
#notice ul.list li a .house{
  background: #c6b971;}
#notice ul.list li a .mansion{
  background: #7e86a9;
}
  
.newslist{
  border-top: 1px solid #dcdcdc;
  vertical-align: middle;
}
.newslist dt{
  vertical-align: middle;
  display: block;
  padding-top: 15px;
}
.newslist dt .tag {
	margin-left: 5px;
	position: relative;
	top: 3px;
}
.newslist dt img{
  height: 23px !important;
  width: auto !important;
  vertical-align: bottom;
  margin: 0 2px;
  }
.newslist dd{
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #dcdcdc;} 

.newslist dd img{
  width: auto !important;
  height: auto !important;

} 

#notice p.bnr{
  margin-top: 40px;
  text-align: center;
  display: block;
}
/* -----------------------------------------------------------------------------
  
  	introduction
    
  ----------------------------------------------------------------------------- */
#introduction{
	background: #f9f8f3;
  padding: 15px 0 30px;
  overflow: hidden;
}
#introduction .inner{
  overflow: hidden;
}
#introduction h2{
  text-align: center;
  margin-bottom: 10px;
}
#introduction h2 img{
  height: 67px;
  width: auto;
}
#introduction .inner li{
  width: 48.5%;
  top: 0;
}
#introduction .inner li img{
  width: 100%;
  height: auto;
}
#introduction .inner li.house{
  float: left;
}
#introduction .inner li.mansion{
  float: right;
}
}








