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

.main_vi img {
	width: 100%;
}

.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;
	text-align: center;
}
.main_cnt .cnt .main_copy p {
	font-family: "Noto Serif JP", serif;
}

.an_btn{
	margin-bottom: 116px;
}

/* .list{
	margin-bottom: 180px;
} */
.list .list_ttl img {
	width: 100%;
	height: auto;
}
.cnt{
	padding: 0;
}
.list_cnt {
	margin-bottom: 50px;
}
.list_cnt_img {
	margin-bottom: 15px;
}
.list_cnt_img img {
	width: 100%;
	height: auto;
}
.list_cnt_txt{
	margin: 30px auto;
	padding: 0 50px;
	line-height: 1.8;
}
.list_cnt_txt .comment {
	font-size: 2.6rem;
	margin: 20px 0 0;
}
.list_cnt_txt .spec {
	/* margin-bottom: 38px; */
}
.list_cnt_txt .spec p {
	font-family: "Noto Serif JP", serif;
}
.list_cnt_txt .spec p.bland {
	font-size: 2.8rem;
	font-weight: 500;
}
.list_cnt_txt .spec p.name {
	font-size: 2.8rem;
}
.list_cnt_txt .spec p.price {
	font-size: 2.8rem;
}
.list_cnt_txt .spec p.floor {
	font-size: 2.4rem;
}
.cnt .link_btn{
	border: solid 1px;
	border-radius: 20px;
}
#top {
	margin-top: 160px;
}
#top.kasou_btn{
	margin-bottom: 30px;
}
.mn{
	margin-bottom: 0px !important;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_100 {
	margin-bottom: 100px;
}
.mb_150 {
	margin-bottom: 150px;
}

/*スライダー*/
.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";
}
.sub_link_btn {
	width: calc(100% - 100px);
	margin: 30px auto;
}
.sub_link_btn a {
	border: 1px solid #67463D;
	color: #67463D;
	font-size: 2.8rem;
	line-height: 1;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 35px 20px;
}
.sub_link_btn a span {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.12em;
}
.sub_link_btn a::after {
	content: "";
	display: inline-block;
	background-image: url(img/kasou/btn.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	margin-left: 30px;
}
.cont_time_arrow {
	width: 26px;
	height: 78px;
	margin: 40px auto;
}
.cont_time_arrow img {
	width: 100%;
	height: auto;
}