@charset "UTF-8";
#nav .menu_ttl{
	padding: 31px 20px;
}
#nav .menu_ttl img{
	margin-top: 0px;
}
#nav .menu_ttl{
	display: block;
}

.main_cnt{
	margin-top: 120px;
}
.main_cnt .cnt{
	padding: 60px 50px 70px;
}
.main_cnt .cnt .main_copy{
	font-size: 2.8rem;
	line-height: 1.8;
}

.an_btn{
	margin-bottom: 116px;
}

.list{
	margin-bottom: 80px;
}
.cnt{
	padding: 50px 50px;
}
.list_cnt{
	margin-bottom: 50px;
}
.list_cnt_img{
	margin-bottom: 15px;
}
.list_cnt_txt{
	font-size: 2.8rem;
	line-height: 1.8;
}
.list_cnt_txt .spec{
	margin-bottom: 38px;
}
.list_cnt_txt .spec p.floor{
	font-size: 2.4rem;
}
.cnt .link_btn{
	border: solid 1px;
	border-radius: 20px;
}
#top.kasou_btn{
	margin-bottom: 30px;
}
.mn{
	margin-bottom: 0px !important;
}

/*スライダー*/
.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 100%;
  position: relative;
  width: 100%;
	margin-bottom: 30px;
}
.slick-img img {
  height: auto;
  width: 100%;
}
.slick-img p{
	font-size: 2.4rem;
	line-height: 1.6;
}
.container .slick-num{
	margin-top: 20px;
}
.slick-prev, .slick-next{
	bottom: -30px;
	top: auto;
}
.slick-prev:before, .slick-next:before{
	color: #333333;
}
.slick-prev {
  left: 0;
  z-index: 1;
	width: 52px;
	height: 52px;
}
.slick-prev:before{
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	background: url("img/kasou/prev.png");
	background-size: 100%;
}
.slick-next:before{
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	background: url("img/kasou/next.png");
	background-size: 100%;
}
.slick-next {
  right: 0;
	width: 52px;
	height: 52px;
}
.container .slick-num {
  bottom: 0;
  font-size: 2.4rem;
  left: 0;
  line-height: 2;
  position: static;
  right: 0;
  text-align: center;
	font-family: "Noto Sans JP";
}

.list_cnt_img img {
	width: 100%;
	height: auto;
}
.list_cnt_img::after {
	content: "";
	background-color: #333333;
	display: block;
	width: 1px;
	height: 50px;
	margin: 30px auto 15px;
}
.list_cnt_img.line_none::after {
	display: none;
}
.bland {
	font-size: 2.8rem;
	font-weight: 500;
}
.list_cnt_txt p.list_notes {
  font-size: 2.4rem;
	margin-top: 1em;
}
.list_ttl {
	margin-bottom: 20px;
}
.list_ttl img {
	display: block;
}
.list_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #B5A15E 0%, #B5A15E 108px, #312A25 108px, #312A25 100%);
	margin-top: 20px;
}