@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;
  position: relative;
  padding-bottom: calc(710% / 780 * 100);
}
/* #mv .inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%
} */
#mv .inner .read{
  /* height: 30px; */
  text-align: center;
  /* padding-top: 15px; */
  margin-left: 35px;
  margin-right: 35px;
  position: absolute;
  top: 27px;
}
#mv .inner .read img{
  max-height: 67px;
  width: auto;
  max-width: 100%;
}
#mv .inner h1{
  width: calc(710% / 780  * 100);
  position: absolute;
  text-align: center;
  margin: 0 10px;
  top: 55%;
  left: 50%;
  translate: -50% -50%;
}
#mv .inner h1 img{
  width: 100%;
  max-height: 140px;
  max-width: 100%;
}
#mv .inner ul {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
  justify-content: center;
  width: calc(520% / 770 * 100);
  position: absolute;
  top: 56%;
  left: 50%;
  translate: -50% -50%;
}
#mv .inner ul li{
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#mv .inner ul li + li {
  margin-top: 41%;
}
#mv .inner ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
  width: 100%;
  font-size: min(4.2vw, 32px);
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: .62em 0;
}
#mv .inner ul li a::before, #mv .inner ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#mv .inner ul li a::before {
  background: #fcf1ce;
  background: linear-gradient(332deg, rgb(252, 241, 206) 0%, rgb(252, 241, 206) 30%, rgb(136, 107, 33) 60%, rgb(252, 240, 204) 100%);
}
#mv .inner ul li a::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: 2px;
}
#mv .inner ul li.house a::after {
  background: #ff8d87;
  background: linear-gradient(140deg, rgb(255, 37, 41) 0%, rgb(163, 17, 20) 30%, rgb(136, 3, 8) 60%, rgb(230, 63, 53) 100%);
}
#mv .inner ul li.mansion a::after {
  background: #ff8d87;
  background: linear-gradient(140deg, rgb(0, 60, 193) 0%, rgb(1, 51, 143) 45%, rgb(4, 28, 62) 70%, rgb(0, 46, 128) 100%);
}
#mv .inner ul li a span {
  display: block;
  font-size: .7em;
}
#mv .inner ul li a img {
  width: 0.52em;
  position: absolute;
  top: 50%;
  right: 7%;
  translate: 0 -50%;
}
/* -----------------------------------------------------------------------------

  	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;
  }
  #bnrTop .packBnr + .packBnr {
    margin-top: 15px;
  }
  a.packBnr {
    display: block;
  }

  .oriconBnr {
    width: 75%;
    margin: 15px auto;
    display: none;
  }
  .oriconBnr img {
    width: 100%;
  }
  a.oriconBnr {
    display: block;
    transition: 0.2s;
  }
  a.oriconBnr:hover {
    opacity: 0.75;
  }
/* -----------------------------------------------------------------------------

  	event

  ----------------------------------------------------------------------------- */
#event{
	background: #f9f8f3 url(../img/sp/bg_event02.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;
}

.boxText{
  margin: 20px auto 20px auto;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #888;
  padding: 10px;
}

.boxText p ~ p {
  margin-top: 10px;
}

.boxText .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px;
}
.boxText .txt2{
  font-weight: bold;
}
.boxText .txt span {
  font-size: 22px;
}
/* -----------------------------------------------------------------------------

  	snsLink

  ----------------------------------------------------------------------------- */
	#snsLink{
		background: #f9f8f3;
    padding: 20px 0;
	}
	#snsLink .inner{
	text-align: center;}
	#snsLink .inner p.linkYoutube,#snsLink .inner p.linkInstagram {
		width: 100%;
		margin-bottom: 13px;
	}
	#snsLink .inner p.linkYoutube a,#snsLink .inner p.linkInstagram a{
		padding: 5px 10px;
		display: block;
		border: 1px solid #dcdcdc;
		background: #fff;
		border-radius: 8px;
    font-size: 13px;
	}
	#snsLink .inner p span{
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
		align-items:center;
    gap: 10px;
	}
	#snsLink .inner p span:before{
		content: "";
		width: 32px;
		height: 32px;
		background-image: url(/2018/common/img/icon_youtube.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		display: block;
	}
	#snsLink .inner p.linkInstagram span:before{
		background-image: url(/2018/common/img/icon_instagram.png);
	}
	#snsLink .inner ul{
		display: flex;
		justify-content:center;

	}
	#snsLink .inner ul li{
		margin: 0 15px;
		width: 32px;
	}
	#snsLink .inner ul li img{
		width: 100%;
	}
	#snsLink .inner ul li a:hover{
		opacity: 0.7;
	}

	.bnrEco{
		margin-top: 15px;
		position: relative;
	}
	.bnrEco ul{
		position: absolute;
		top: 35%;
		margin: 0 4%;
	}
	.bnrEco ul li{
		margin-bottom: 4px;
	}

}



