@charset "utf-8";
/* CSS Document */
@import url("/common/css/all.css");
@import url("/common/css/all.min.css");
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100..900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@font-face {
  font-family: 'Beausite';
  src:
  	url(https://nagasaki.hotelindigo.com/rakuten/font/BeausiteGrand-Light.otf) format("opentype"),
	url(https://nagasaki.hotelindigo.com/rakuten/font/beausitegrand-light-webfont.woff) format('woff'),
}
@font-face {
  font-family: 'BeausiteLight';
  src:
	url(https://nagasaki.hotelindigo.com/rakuten/font/beausitefit-light-webfont.woff2) format("woff2"),
	url(https://nagasaki.hotelindigo.com/rakuten/font/BeausiteFit-Light.otf) format("opentype");
}

:root {
	font-size: 15px;
	--pale-blue: #e0eef1;
	--navy-blue: #002e52;
	--red: #d7465f;
	--beige: #f4f4f1;
	--pink: #e9cde3;
	--deep-green: #063837;
	--gray: #bfcbd4;
	--white: #fff;
}

article#updates > section > ul.filter {
	display: flex;
	width: fit-content;
	margin: 0 auto 32px;;
}
article#updates > section > ul.filter > li {
	display: flex;
	font-family: 'BeausiteLight';
	text-transform: uppercase;
  	border-bottom: #e0eef1 1px solid;
}

/* 振り分け */
article#updates > section > ul.filter > li {
  cursor: pointer;
  color: var(--navy-blue);
  font-size: 16px;
  padding: 24px;
}

article#updates > section > ul.filter > li.is-active {
	color: var(--red);
	border-bottom: var(--red) 1px solid;
}

.category li {
  display: none;
}

.category li.is-show {
  display: block;
}


article#updates {
	max-width: 1400px;
	margin: auto;
	padding: 72px 0;
	box-sizing: border-box;
}
article#updates > section {
	width: 100%;
}
article#updates h2 {
	font-family: 'Beausite';
	font-size: 72px;
	color: var(--navy-blue);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 32px;
	padding: 8px;
}

article#updates ul > li.title {
	width: 100%;
	display: block;
	color: var(--navy-blue);
	font-family: 'Beausite';
	font-size: 72px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 32px;
	
}
/*250328 pureworks舛谷追記*/
article#updates ul > li.title {
display: none;
}
article#updates ul > li.title.is-show {
	display: block;
}


article#updates > section > ul.category {
	display: block;
	max-width: 1800px;
	margin: auto;
	padding: 0 24px;
}

article#updates > section > ul.category > li {
	border-bottom: #cbcbcb 1px solid;
	padding: 8px 8px 16px;
}
article#updates > section > ul.category > li > div {
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
}

article#updates > section > ul.category > li > div > div:nth-of-type(1){
	flex: 1;
}
article#updates > section > ul.category > li > div > div:nth-of-type(2){
	width: 100px;
}
article#updates > section > ul.category > li > div > div > div {
	font-family: 'BeausiteLight';
	color: var(--navy-blue);
	font-size: 14px;
	padding: 8px 0 7px;
}
article#updates > section > ul.category > li > div > div > h3 {
	font-family: 'Beausite','noto serif jp', serif;
	color: var(--navy-blue);
	font-size: 22px;
	line-height: 120%;
	margin: 0 0 7px;
}
article#updates > section > ul.category > li > div > div > p {
	font-family: 'noto serif jp', serif;
	color: #54595f;
	font-size: 15px;
	line-height: 170%;
}
article#updates > section > ul.category > li > div > div.btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center; 
}
article#updates > section > ul.category > li > div > div.btn > a {
	display: inline-block;
	color: var(--navy-blue);
	text-transform: uppercase;
	border: var(--navy-blue) 1px solid;
	padding: 15px 24px;
}
@media only screen and (max-width: 1024px) {
	article#updates > section > ul.category > li > div {
		display: block;
		flex-wrap: nowrap;
		gap: 0;
	}

	article#updates > section > ul.category > li > div > div:nth-of-type(1){
		width: 100%;
	}
	article#updates > section > ul.category > li > div > div:nth-of-type(2){
		width: 100%;
	}
	article#updates > section > ul.category > li > div > div.btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		padding: 20px 0 10px;
	}
}

@media only screen and (max-width: 768px) {
	article#updates > section > ul.filter {
		padding: 0;
	}
}

article#offer {
	overflow: hidden;
}
article#offer h2 {
	font-family: 'Beausite';
	font-size: 72px;
	color: var(--navy-blue);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 32px;
	padding: 8px;
}