@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/news/mv.jpg);
}

/*============================
お知らせ
============================*/
#news {
	padding-bottom: 1.50rem;
}

@media screen and (max-width: 640px) {
	#news .title_wrap {
		padding-bottom: 0;
	}
}

#news .list .item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding: 0.40rem 0;
}
@media screen and (max-width: 640px) {
	#news .list .item {
		border-bottom: 0;
		background-image : linear-gradient(to right, #000 1px, transparent 1px);
		background-size: 6px 1px;
		background-repeat: repeat-x;
		background-position: left bottom;
	}
}


#news .list .item a {
	display: flex;
	flex-wrap: wrap;
	color: #000;
}

#news .list .item a:hover {
	opacity: 0.7;
}

/* 画像 */
#news .list .item .ph_wrap {
	width: 2.20rem;
	height: 1.50rem;
}
@media screen and (max-width: 640px) {
	#news .list .item .ph_wrap {
		width: 100%;
		height: 60vw;
		border-radius: 0.06rem;
		overflow: hidden;
	}
}

#news .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#news .list .item .text_wrap {
	box-sizing: border-box;
	padding-left: 0.30rem;
	padding-top: 0.10rem;
	width: calc(100% - 2.20rem);
}
@media screen and (max-width: 640px) {
	#news .list .item .text_wrap {
		padding-left: 0;
		padding-top: 0.20rem;
		width: 100%;
	}
}


/* 日付 */
#news .list .item .text_wrap .date {
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	margin-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	#news .list .item .text_wrap .date {
		font-size: 0.12rem;
	}
}

/* タイトル */
#news .list .item .text_wrap .title {
	font-size: 0.20rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	#news .list .item .text_wrap .title {
		font-size: 0.16rem;
		margin-bottom: 0.04rem;
	}
}


/* テキスト */
#news .list .item .text_wrap .text {
	font-size: 0.15rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 0.20rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

@media screen and (max-width: 640px) {
	#news .list .item .text_wrap .text {
		font-size: 0.13rem;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
		white-space:inherit;
		text-overflow:inherit;
	}
}

/* リンク */
#news .list .item .text_wrap .btn {
	font-size: 0.14rem;
	width: 1.80rem;
	border-bottom: 1px solid #000;
	padding-bottom: 0.15rem;
	position: relative;
}

#news .list .item .text_wrap .btn::after {
	content: '';
	width: 0.053rem;
	height: 0.10rem;
	display: inline-block;
	background: url(../img/roomlist/icon_arrow_right.svg) no-repeat;
	background-size: contain;
	transition: all .3s;
	position: absolute;
	right: 0;
	top: 0.03rem;
}


/*============================
詳細
============================*/
#detail {
	position: relative;
	z-index: 1;
	padding-bottom: 1.00rem;
}

#detail .wrapper {
	display: flex;
	flex-wrap: wrap;
	max-width: 10.0rem;
	width: 100%;
	margin: auto;
}

#detail .cont_box {
	width: 100%;
	max-width: 6.7rem;
	box-sizing: border-box;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	#detail .cont_box {
		padding-top: 0.30rem;
	}
}

/* 日付 */
#detail .date_tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.15rem;
}

#detail .date_tag .date {
	font-size: 0.16rem;
	padding-right: 0.10rem;
}

@media screen and (max-width: 640px) {
	#detail .date_tag .date {
		font-size: 0.14rem;
	}
}



/* タイトル */
#detail .cont_box .title {
	font-size: 0.29rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	#detail .cont_box .title {
		font-size: 0.2rem;
	}
}


#detail .cont_box img {
	margin-bottom: 0.20rem;
}

.cont_box h1 {
	font-size: 0.26rem;
	font-weight: 600;
	border-left: 10px solid #5F2F06;
	line-height: 1.3;
	padding: 0.05rem 0.10rem;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	.cont_box h1 {
		font-size: 0.2rem;
		border-left: 5px solid #5F2F06;
		padding: 0 0.1rem;
	}
}

.cont_box h2 {
	font-size: 0.24rem;
	font-weight: 600;
	border-left: 10px solid #5F2F06;
	line-height: 1.3;
	padding: 0.05rem 0.10rem;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	.cont_box h2 {
		font-size: 0.18rem;
		border-left: 5px solid #5F2F06;
		padding: 0 0.1rem;
	}
}


.cont_box h3 {
	font-size: 0.22rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	.cont_box h3 {
		font-size: 0.16rem;
	}
}


.cont_box h4 {
	font-size: 0.2rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	.cont_box h4 {
		font-size: 0.16rem;
	}
}


.cont_box h5 {
	font-size: 0.18rem;
	font-weight: 600;
	margin-bottom: 0.15rem;

}

@media screen and (max-width: 640px) {
	.cont_box h5 {
		font-size: 0.16rem;
	}
}

.cont_box p {
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	.cont_box p {
		font-size: 0.15rem;
	}
}

.cont_box p a {
	font-weight: 600;
	text-decoration: underline;
	color: #B4272D;
}

.cont_box p a:hover {
	text-decoration: none;
}

#detail .cont_box img {
width: auto;
height: auto;
}


/* ページャー */
#detail .single_pager {
	margin-top: 1rem;
	padding-bottom: 1rem;
}

@media screen and (max-width: 640px) {
	#detail .single_pager {
		margin-top: 0.40rem;
		padding-bottom: 0.30rem;
	}
}

#detail .single_pager ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 5rem;
	margin: auto;
}

#detail .single_pager li {
	width: calc(100% / 3);
	box-sizing: border-box;
}

#detail .single_pager li.prev {
	text-align: left;
}

#detail .single_pager li a {
	font-size: 0.16rem;
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	#detail .single_pager li a {
		font-size: 0.14rem;
	}
}

#detail .single_pager li a:hover {
	color: #FF7A59;
}

#detail .single_pager li.list {
	text-align: center;
}

/* 一覧アイコン */
#detail .single_pager li.list::before {
	content: '';
	width: 0.18rem;
	height: 0.14rem;
	background: url(../img/common/news_icon_list.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	margin-right: 0.10rem;
	position: relative;
	top: 0.01rem;
}

@media screen and (max-width: 640px) {
	#detail .single_pager li.list::before {
		top: 0.02rem;
	}
}

/* 戻るアイコン */
#detail .single_pager li.prev a::before {
	content: '';
	width: 0.18rem;
	height: 0.14rem;
	background: url(../img/common/news_icon_prev.svg) no-repeat left center;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 0.01rem;
}

@media screen and (max-width: 640px) {
	#detail .single_pager li.prev a::before {
		top: 0.02rem;
	}
}

/* 進むアイコン */
#detail .single_pager li.next a::after {
	content: '';
	width: 0.18rem;
	height: 0.14rem;
	background: url(../img/common/news_icon_next.svg) no-repeat right center;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 0.01rem;
}

@media screen and (max-width: 640px) {
	#detail .single_pager li.next a::after {
		top: 0.02rem;
	}
}

#detail .single_pager li.next {
	text-align: right;
}

/* ボトムコンテンツ */
#detail .cont_box .bottom_box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.8rem;
}

@media screen and (max-width: 640px) {
	#detail .cont_box .bottom_box {
		margin-top: 0.4rem;
	}
}

#detail .cont_box .bottom_box .ph_wrap {
	width: 50%;
	height: 2.6rem;
}

@media screen and (max-width: 640px) {
	#detail .cont_box .bottom_box .ph_wrap {
		width: 100%;
		height: 2rem;
	}
}


#detail .cont_box .bottom_box .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem 0 0 0.1rem;
}

@media screen and (max-width: 640px) {
	#detail .cont_box .bottom_box .ph_wrap img {
		border-radius: 0.10rem 0.10rem 0 0;
	}
}


#detail .cont_box .bottom_box .text_wrap {
	width: 50%;
	background: #F2F2F2;
	border-radius: 0 0.1rem 0.1rem 0;
	padding: 0 0.2rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	#detail .cont_box .bottom_box .text_wrap {
		width: 100%;
		padding: 0 0.2rem 0.3rem;
		border-radius: 0 0 0.1rem 0.1rem;
	}
}

#detail .cont_box .bottom_box .text_wrap .sisetu_title {
	font-size: 0.2rem;
	padding-top: 0.3rem;
}

@media screen and (max-width: 640px) {
	#detail .cont_box .bottom_box .text_wrap .sisetu_title {
		font-size: 0.18rem;
		padding-top: 0.15rem;
	}
}


#detail .cont_box .bottom_box .text_wrap .text {
	font-size: 0.14rem;
}

@media screen and (max-width: 640px) {
	#detail .cont_box .bottom_box .text_wrap .text {
		font-size: 0.13rem;
	}
}



#detail .cont_box .bottom_box .text_wrap .tel {
	font-size: 0.14rem;
	margin-bottom: 0.15rem;
}

#detail .cont_box .bottom_box .text_wrap .tel a {
	color: #000;
}

#detail .cont_box .bottom_box .text_wrap .link {
	font-size: 0.14rem;
}

#detail .cont_box .bottom_box .text_wrap .link a {
	text-decoration: underline;
	color: #000;
}


/* サイドバー */
#detail .wrapper .sidebar {
	width: calc(100% - 6.7rem);
	box-sizing: border-box;
	padding-left: 0.5rem;
}

@media screen and (max-width: 640px) {
	#detail .wrapper .sidebar {
		width: 100%;
		padding-left: 0;
		margin-top: 0.30rem;
	}
}


/* 全体 */
#detail .wrapper .sidebar .side_title {
	font-size: 0.22rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.2rem;
}

#detail .wrapper .sidebar .side_box {
	box-sizing: border-box;
	border-radius: 0.1rem;
	margin-bottom: 0.3rem;
	padding: 0.25rem 0.20rem;
}

/* 最新記事 */
#detail .wrapper .sidebar .new {
	background: rgba(95, 47, 6, 0.1);
}

#detail .wrapper .sidebar .new .date {
	font-size: 0.14rem;
	margin-bottom: 0.06rem;
}

/* 日付 */
#detail .wrapper .sidebar .new .date_tag {
	display: flex;
	align-items: center;
	margin-bottom: 0.03rem;
}

#detail .wrapper .sidebar .new .date_tag .date {
	font-size: 0.14rem;
	padding-right: 0.10rem;
	font-family: 'Roboto', sans-serif;
	margin-top: 0.10rem;
}

@media screen and (max-width: 640px) {
	#detail .wrapper .sidebar .new .date {
		font-size: 0.14rem;
	}
}

#detail .wrapper .sidebar .new .date_tag .tag {
	font-size: 0.13rem;
	border-radius: 0.20rem;
	padding: 0.05rem 0;
	width: 0.80rem;
	text-align: center;
}

#detail .wrapper .sidebar .new .date_tag .tag.tag_news {
	background: #5F2F06;
}

#detail .wrapper .sidebar .new .date_tag .tag.tag_active {
	background: #5BB48F;
}

#detail .wrapper .sidebar .new .item {
	padding-bottom: 0.25rem;
}

#detail .wrapper .sidebar .new .item:last-child {
	padding-bottom: 0.10rem;
}

#detail .wrapper .sidebar .new .item a {
	font-size: 0.14rem;
	color: #000;
	text-decoration: underline;
	line-height: 1.6;
	transition: all .3s;
}

#detail .wrapper .sidebar .new .item a:hover {
	text-decoration: none;
	opacity: 0.7;
}


/* 月別一覧 */
#detail .wrapper .sidebar .month {
	background: rgb(232, 224, 210, 0.5);
}


#detail .wrapper .sidebar .month select {
	width: 100%;
	box-sizing: border-box;
	padding: 0.1rem;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 0.05rem;
	-webkit-appearance: none;
	appearance: none;
	font-size: 0.16rem;
}

#detail .wrapper .sidebar .month .select_wrap {
	position: relative;
}

#detail .wrapper .sidebar .month .select_wrap::after {
	content: "";
	width: 0.12rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_right_bold_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(90deg);
	position: absolute;
	right: 0.10rem;
	top: 0.14rem;
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	#detail .wrapper .sidebar .month select {
		font-size: 0.16rem;
		position: relative;
	}

	#detail .wrapper .sidebar .month .select_wrap::after {
		content: "";
		width: 0.12rem;
		height: 0.12rem;
		background-image: url(../common/img/icon_right_bold_black.svg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: contain;
		transform: rotate(90deg);
		position: absolute;
		right: 0.10rem;
		top: 0.14rem;
		opacity: 0.7;
	}
}




/* カテゴリー一覧 */
#detail .wrapper .sidebar .category {
	background: rgb(0, 143, 57, 0.1);
}

#detail .wrapper .sidebar .category .side_title {
	color: #5F2F06;
}

#detail .wrapper .sidebar .category .list .item {
	margin-bottom: 0.20rem;
}

#detail .wrapper .sidebar .category .list .item a {
	color: #000;
	position: relative;
	padding-left: 0.15rem;
	font-size: 0.16rem
}

#detail .wrapper .sidebar .category .list .item a:hover {
	opacity: 0.7;
}

#detail .wrapper .sidebar .category .list .item a::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 5px;
	border-color: transparent transparent transparent #05bb48;
	position: absolute;
	top: 0.09rem;
	left: 0;
}