@charset "UTF-8";


@media print, screen and (min-width: 768px) {
/* -----------------------------------------------------------------------------

  	mv

  ----------------------------------------------------------------------------- */
#mv{
  background:#fff url(../img/img_mv.jpg?ver=20250331) no-repeat center bottom / 1400px auto;
}
#mv header{
  height: 51px;
  max-width: 1400px;
  min-width: 645px;
  position: relative;
  margin: 0 auto;
  background: #fff;
}
#mv header p:first-child{
  position: absolute;
  top: 14px;
  left: 17px;
}
#mv header p:first-child img{
  height: 34px;
  width: auto;}
#mv header p:last-child{
  position: absolute;
  right: 27px;
  top: 8px;
}
#mv .info{
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
}
#mv .info a{
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  background: #9b9b9b;
  text-align: center;
  width: 100%;
}
#mv .info a:hover{
  text-decoration: none;
  opacity:.8;
}
#mv .info a span{
  font-size: 14px;
}
#mv .info a span.pdf{
  background: #da4343;
  border-radius: 4px;
  padding: 1px 5px;
  margin: 0 5px 0px 15px;
}
#mv .inner{
  width: 100%;
  height: 440px;
}
#mv .inner .read{
  position: absolute;
  width: 586px;
  height: 75px;
  left: 0;
  right: 0;
  top: 25px;
  margin: auto;
}
#mv .inner h1{
  position: absolute;
  width: 408px;
  height: 264px;
  left: 0;
  right: 0;
  top: 100px;
  margin: auto;
}
#mv .inner h1 img {
  width: 100%;
  max-width: 100%;
}
#mv .inner ul {
  /* opacity:0; */

  display: flex;
  column-gap: 173px;
  justify-content: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  translate: -50% 0;
}
#mv .inner ul li{
  background-color: #fff;
  width: 100%;
  max-width: 520px;
  position: relative;
  z-index: 1;
}
#mv .inner ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
  width: 100%;
  height: 100px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#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% - 6px);
  height: calc(100% - 6px);
  margin: 3px;
}
#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:hover {
  opacity: .7;
  transition: .2s;
}
#mv .inner ul li a span {
  display: block;
  font-size: 22px;
}
#mv .inner ul li a img {
  position: absolute;
  top: 50%;
  right: 42px;
  translate: 0 -50%;
}
/*  -------------------------------------------------  */

.sideBtn {
    position: absolute;
    top: 130px;
    right: 0;
    z-index: 200;
}
/* -----------------------------------------------------------------------------

	banner

----------------------------------------------------------------------------- */
.btnSide {
  position: absolute;
  right: 0;
  top: 101px;
  z-index: 999;
  background-color: #ffe100;
  border-radius: 4px 0 0 4px;
  border: 1px solid #d0c35e;
  border-right: none;
}

.btnSidePart {
  padding: 12px 6px;
}

.btnSidePart:first-of-type {
  border-bottom: 1px solid #d0c35e;
}

.btnSidePart a {
  display: block;
  text-align: center;
}
.btnSidePart:last-child {
  background: #fff1a3;
}

@media print, screen and (min-width: 751px) {
  .btnSidePart a {
    transition: opacity 0.3s;
  }

  .btnSidePart a:hover {
    opacity: 0.7;
  }
}
/* -----------------------------------------------------------------------------

  	sympathy

  ----------------------------------------------------------------------------- */
#sympathy{
  background: #fff;
  padding: 30px 0 ;
}
#sympathy .sympathyBox{
  width: 600px;
  margin: 0 auto;
  padding: 30px;
  border: 1px #000 solid;
}
#sympathy p{
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
#sympathy p + p{
  margin-top: 10px;
}
#sympathy p.telNumWrap{
  font-weight: bold;
}
#sympathy p.telNumWrap .telNum{
  font-size: 26px;
  pointer-events: none;
}
#sympathy p .telReception{
  font-size: 14px;
}
/* -----------------------------------------------------------------------------

  	info

  ----------------------------------------------------------------------------- */
#info .inner {
  padding: 40px 0 20px;
}
#info .box {
  border: 1px solid #333;
  padding: 25px;
  width: 600px;
  margin: 0 auto;
  text-align: center;
}
#info .box p {
  line-height: 1.6;
}
#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: 30px;
}
/* -----------------------------------------------------------------------------

  	best

  ----------------------------------------------------------------------------- */
#best{
  background: #fff;
  padding: 30px 0 ;
}
#best .inner{
  width: 1400px;
}
#best .floatBox{
  margin: 0 auto;
}
#best .floatBox .left{
  float: left;
}
#best .floatBox .right{
  float: right;
}
/* -----------------------------------------------------------------------------

  	pack

  ----------------------------------------------------------------------------- */
#pack{
  background: #d8d8d8;
  padding: 12px 0 10px;
}
#pack .inner{
  height: 160px;
}
#pack p{
  width: 100%;
  text-align: center;
}
#pack h2{
  top: 59px;
  width: 100%;
  position: absolute;
  text-align: center;
}
#pack h3 {
  margin-bottom: 6px;
  text-align: center;
}
#pack h3 img{
  height: 44px;
  width: auto;
}
#pack .house{
  width: 245px;
  position: absolute;
  left: 0px;
  top: 54px;
}
#pack .house li{
  width: 144px;
  margin-right: 5px;
  float: left;
  background-position: 83px center;
}
#pack .house li a{
  background-position: 128px center;
}
#pack .house li:last-child{
    width: 240px;
    margin-right: 0;
  }
#pack .house li:last-child a{
  background-position: 220px center;
}
#pack .mansion{
  width: 240px;
  position: absolute;
  right: 0px;
  top: 54px;
}
#pack .mansion li a{
  background-position: 220px center;
}
#pack ul li a{
  text-align: center;
  display: block;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #fff url(../img/arrow_pack.png) no-repeat;
  box-shadow:2px 2px 0px -1px #adadad;
}
#pack ul li a:hover{
  text-decoration: none;
  box-shadow:none;
}

/* -----------------------------------------------------------------------------

  	bnrTop

  ----------------------------------------------------------------------------- */
  #bnrTop {
    background: #fff;
    padding: 30px 0;
  }
  #bnrTop .packBnr + .packBnr {
    margin-top: 30px;
  }
  a.packBnr {
    display: block;
    transition: 0.2s;
  }
  a.packBnr:hover {
    opacity: 0.75;
  }

  .oriconBnr {
    width: 60%;
    margin: 20px auto 0;
    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/bg_event02.jpg) no-repeat top center;
  padding: 44px 0 65px;}
#event h2{
  text-align: center;
  margin-bottom: 30px;
}
#event h2 + p{
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}
#event .map{
  margin-bottom: 65px;
  position: relative;
  width: 100%;
  height: 500px;
  font-size: 17px;
  background: url(../img/img_map.png) no-repeat;
}
#event .map p{
  margin-bottom: 8px;
}
#event .map p img{
  height: 17px;
  width: auto;
}
#event .map ul{
  position: absolute;
  display:block!important;

}
#event .map ul li{
  border: 1px solid #666;
  float: left;
  margin: 0 8px 8px 0;
  overflow: hidden;
}
#event .map ul li a{
  display: block;
  width: 73px;
  height: 34px;
  line-height: 34px;
  padding-right: 10px;
  text-align: center;
  background:#fff url(../img/arrow_map.png) no-repeat 62px center;
}
#event .map ul li a:hover{
  background: #f6f3e1 url(../img/arrow_map.png) no-repeat 62px center;
  text-decoration: none;
}
#event .map div{
  position: absolute;
}
#event .map .hokkaido{
  left: 705px;
  top: 0;
}
#event .map .tohoku{
  left: 705px;
  top: 98px;
  width: 250px;}
#event .map .kanto{
  left: 622px;
  top: 218px;
  width: 340px;}
#event .map .tokai{
  left: 622px;
  top: 349px;
  width: 340px;}
#event .map .shikoku{
  left: 455px;
  top: 434px;
  width: 340px;}
#event .map .hokuriku{
  left: 209px;
  top: 0;
  width: 250px;}
#event .map .kinki{
  left: 0;
  top: 98px;
  width: 250px;}
#event .map .chugoku{
  left: 0;
  top: 217px;
  width: 250px;}
#event .map .kyusyu{
  left: 0;
  top: 387px;
  width: 340px;}
#event .map .kyusyu li:nth-child(3){
  float: none;
  width: 75px;
}
#event .btn{
  text-align: center;
  margin-bottom: 30px;
}
#event .btn span{
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}
/* -----------------------------------------------------------------------------

  	example

  ----------------------------------------------------------------------------- */
#example{
	background: #f6f3e1;
  padding: 50px 0;}
#example h2{
  text-align: center;
  margin-bottom: 35px;
}
#example h2 img{
  height: 34px;
  width: auto;
}
#example .caseWrap + .caseWrap {
	margin-top:25px;
}
#example .caseWrap h2{
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 8px 15px;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}
#example .caseWrap.house h2{
  background: #c6b971;
}
#example .caseWrap.mansion h2{
  background: #8b94bc;
}
#example .caseWrap ul{
  overflow: hidden;
  margin-bottom: 15px;
}
#example .caseWrap ul li{
  float: left;
  width: 174px;
  margin-right: 18.5px;
  line-height: 1.4;
  position: relative;
}
#example .caseWrap ul li .icon_new{
  position: absolute;
    top: 0;
    left: 0;
    width: 55px;
  }

#example .caseWrap ul li:last-child{
  margin-right: 0;
}
#example .caseWrap ul li img{
  width: 100%;
  margin-bottom: 15px;
}
#example .caseWrap ul li a:hover img{
  opacity: 0.7;
  }
#example p a{
  display: block;
  text-align: center;
  background: #fff url(../img/arrow_example.png) no-repeat 178px center;
  width: 205px;
  padding: 13px 0;
  border: 1px solid #d2ca93;
  margin: 0 auto;
}
#example p a:hover{
  background: #f9f8f3 url(../img/arrow_example.png) no-repeat 178px center;
  text-decoration: none;
}
/* -----------------------------------------------------------------------------

  	notice

  ----------------------------------------------------------------------------- */
#notice{
	background: #fff;
  padding: 50px 0 35px;
}
#notice h2{
  text-align: center;
  margin-bottom: 40px;
}
#notice h2 img{
  height: 33px;
  width: auto;
}
#notice ul.link{
  text-align: right;
  margin-bottom: 20px;
}
#notice ul.link li{
  display: inline-block;
  margin-left: 20px;
  padding-right: 15px;
}
#notice ul.link li:first-child{
  background: url(../img/arrow_noticeHouse.png) no-repeat right center;
}
#notice ul.link li:last-child{
  background: url(../img/arrow_noticeMansion.png) no-repeat right center;
}
#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: 25px 30px 25px 240px;
  position: relative;
}
#notice ul.list li a:hover{
  background: #f9f8f3;
}
#notice ul.list li a .time{
  font-weight: bold;
  color: #9d9d9d;
  position: absolute;
  left: 30px;
  top: 25px;
}
#notice ul.list li a .icon{
  position: absolute;
  width: 90px;
  text-align: center;
  color: #fff;
  left: 130px;
  top: 20px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 12px;}
#notice ul.list li a .house{
  background: #c6b971;}
#notice ul.list li a .mansion{
  background: #7e86a9;
}
#notice ul.list li a:hover{
  text-decoration: none;
}
#notice p.bnr{
  margin-top: 80px;
  text-align: center;
  display: block;
}
#notice ul.list li a .txt{
  line-height: 1.6;
}
.newslist{
  border-bottom: 1px solid #dcdcdc;
  vertical-align: middle;
}
.newslist dl{
	display: table;
	width: 100%;
	border-top: 1px solid #dcdcdc;
}
.newslist dt{
  width: 190px;
  padding: 17px 0;
  display: table-cell;
  vertical-align: middle;
}
.newslist dt .tagWrap{
	display: table;
	width: 100%;
}
.newslist dt .date{
	display: table-cell;
	width: 95px;
	padding-right: 10px;
	vertical-align: middle;
}
.newslist dt .tag{
	display: table-cell;
	vertical-align: middle;
}
.newslist dt img{
  height: 24px;
  width: auto;
  /*position: absolute;*/
  /*top: 50%;*/
  right: 0;
 /* margin-top: -3px;*/
	margin: 2px 0;
  }
.newslist dd{
  padding: 17px 0 20px 17px;
  display: table-cell;
  vertical-align: middle;
}
.newslist dd a img{
	position:absolute;
	margin-top:0px;
}



/* -----------------------------------------------------------------------------

  	introduction

  ----------------------------------------------------------------------------- */
#introduction{
	background: #f9f8f3;
  padding: 40px 0;
}
#introduction .inner{
  overflow: hidden;
  height: 220px;
}
#introduction h2{
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 236px;
}
#introduction .inner li{
  width: 305px;
  height: 220px;
  position: absolute;
  top: 0;
}
#introduction .inner li img{
  width: 100%;
  height: auto;
}
#introduction .inner li.house{
  left: 0;
}
#introduction .inner li.mansion{
  right: 0;
}
.boxText{
  margin: 50px auto 20px auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  border: 1px solid #888;
  padding: 20px;
}

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

.boxText .txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px;
}
.boxText .txt2{
  font-weight: bold;
}
.boxText .txt span {
  font-size: 30px;
}
.boxText a{
  pointer-events: none;
}

	/* -----------------------------------------------------------------------------

  	snsLink

  ----------------------------------------------------------------------------- */
	#snsLink{
		background: #f9f8f3;
    padding: 20px 0;
	}
	#snsLink .inner{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items:center;}
	#snsLink .inner p.linkYoutube a,#snsLink .inner p.linkInstagram a{
		padding: 5px 20px;
		display: block;
		border: 1px solid #dcdcdc;
		background: #fff;
		border-radius: 8px;
	}
	#snsLink .inner p.linkYoutube,#snsLink .inner p.linkInstagram {
		margin-right: 10px;
	}
	#snsLink .inner p.linkYoutube a:hover,#snsLink .inner p.linkInstagram a:hover{
		border: 1px solid #ccc;
		opacity: .7;

	}
	#snsLink .inner p span{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items:center;
	}
	#snsLink .inner p span:before{
		content: "";
		width: 40px;
		height: 40px;
		background-image: url(/2018/common/img/icon_youtube.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		margin-right: 10px;
		display: block;
	}
	#snsLink .inner p.linkInstagram span:before{
		background-image: url(/2018/common/img/icon_instagram.png);
	}
	#snsLink .inner ul{
		display: flex;
		justify-content:flex-end;

	}
	#snsLink .inner ul li{
		margin-left:20px;
		width: 40px;
	}
	#snsLink .inner ul li img{
		width: 100%;
	}
	#snsLink .inner ul li a:hover{
		opacity: 0.7;
	}

	.bnrEco{
		margin-top: 30px;
		position: relative;
	}
	.bnrEco ul{
		position: absolute;
		top: 90px;
		left: 19px;
		display: flex;
		justify-content: flex-start;
	}
	.bnrEco ul li{
		margin-right: 19px;
	}
	.bnrEco ul li a:hover img{
		opacity: .7;
	}



}

@media all and (-ms-high-contrast:none){
dl.newslist dd a img{
	margin-top:-3px;
}
}



