@charset "UTF-8";
#article {
	overflow: hidden;
}
#article_head_tag_container {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
	margin-bottom: 15px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#article_head_tag_container .article_head_tag {
	padding: 0 0.5em;
	border: 1px solid #3f464d;
	background-color: #3f464d;
	color: #fff;
	font-weight: 700;
	line-height: 1.8rem;
}
#article_head_tag_container .article_head_tag + .article_head_tag {
	margin-left: 10px;
}
#article_head_tag_container .article_head_tag_category {
	background-color: transparent;
	color: #3f464d;
}
#article_head_title {
	font-weight: 700;
}
#article_head_date {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}
#article_content {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}
#article_content_fragrance, #article_content .article_content_event {
	background-color: #f4f6f8;
}
#article_content_fragrance:last-child, #article_content .article_content_event:last-child {
	margin-bottom: 0;
}
#article_content_fragrance {
	font-weight: 700;
}
#article_content_fragrance_head {
	border-bottom: 1px solid #414141;
}
#article_content_fragrance .article_content_fragrance_list_item {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
}
#article_content_fragrance .article_content_fragrance_list_item_label {
	max-width: 80%;
	padding-right: 1em;

	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}
#article_content_fragrance .article_content_fragrance_list_item_number {
	position: relative;
	width: 100%;
	text-align: right;
}
#article_content_fragrance .article_content_fragrance_list_item_number:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc(100% - 2em);
	height: 0;
	margin: auto 0;
	border-top: 2px dotted rgba(63, 70, 77, 0.5);
	content: "";
}
#article_content .article_content_event_table th {
	min-width: 5em;
	padding-right: 1em;
	font-weight: 700;
}
#article_content .article_content_event_table td {
	padding-left: 1em;
	text-indent: -1em;
}
#article_content .article_content_event_link {
	margin: 0 auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}
#article_content .article_content_event_link_container {
	margin-top: 20px;
	border-top: 1px solid #707070;
}
#article_reserve {
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	#article_inner {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 60px;
	}
	#article_container {
		padding: 100px 0;
	}
	#article_head {
		margin-bottom: 36px;
	}
	#article_head_title {
		margin-bottom: 35px;
		font-size: 3rem;
		line-height: 4.2rem;
	}
	#article_head_date {
		font-size: 1.4rem;
	}
	#article_fv {
		margin-bottom: 36px;
	}
	#article_content {
		margin-bottom: 70px;
		font-size: 1.6rem;
		line-height: 3rem;
	}
	#article_content div + div, #article_content p + div, #article_content figure + div, #article_content ol + div, #article_content ul + div, #article_content img + div, #article_content [class*="wp-block"] + div, #article_content div + p, #article_content p + p, #article_content figure + p, #article_content ol + p, #article_content ul + p, #article_content img + p, #article_content [class*="wp-block"] + p, #article_content div + figure, #article_content p + figure, #article_content figure + figure, #article_content ol + figure, #article_content ul + figure, #article_content img + figure, #article_content [class*="wp-block"] + figure, #article_content div + ol, #article_content p + ol, #article_content figure + ol, #article_content ol + ol, #article_content ul + ol, #article_content img + ol, #article_content [class*="wp-block"] + ol, #article_content div + ul, #article_content p + ul, #article_content figure + ul, #article_content ol + ul, #article_content ul + ul, #article_content img + ul, #article_content [class*="wp-block"] + ul, #article_content div + img, #article_content p + img, #article_content figure + img, #article_content ol + img, #article_content ul + img, #article_content img + img, #article_content [class*="wp-block"] + img, #article_content div + [class*="wp-block"], #article_content p + [class*="wp-block"], #article_content figure + [class*="wp-block"], #article_content ol + [class*="wp-block"], #article_content ul + [class*="wp-block"], #article_content img + [class*="wp-block"], #article_content [class*="wp-block"] + [class*="wp-block"] {
		margin-top: 36px;
	}
	#article_content_fragrance, #article_content .article_content_event {
		margin: 36px 0;
		padding: 40px;
	}
	#article_content_fragrance_head {
		margin-bottom: 40px;
		padding-bottom: 30px;
		font-size: 2rem;
	}
	#article_content_fragrance_head br {
		display: none;
	}
	#article_content_fragrance_list {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
		-webkit-column-gap: calc((40 / 900) * 100%);
		   -moz-column-gap: calc((40 / 900) * 100%);
		        column-gap: calc((40 / 900) * 100%);
	}
	#article_content_fragrance .article_content_fragrance_list_item {
		line-height: 3.6rem;

		break-inside: avoid;
	}
	#article_content .article_content_event_link_container {
		padding-top: 30px;
	}
	#article_reserve_container {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 768px) {
	#article_inner {
		padding: 0 24px;
	}
	#article_container {
		padding: 75px 0;
	}
	#article_head {
		margin-bottom: 25px;
	}
	#article_head_title {
		margin-bottom: 15px;
		font-size: 2rem;
		line-height: 2.6rem;
	}
	#article_head_date {
		font-size: 1.2rem;
	}
	#article_fv {
		margin-bottom: 20px;
	}
	#article_content {
		margin-bottom: 50px;
		font-size: 1.3rem;
		line-height: 2.5rem;
	}
	#article_content div + div, #article_content p + div, #article_content figure + div, #article_content ol + div, #article_content ul + div, #article_content img + div, #article_content [class*="wp-block"] + div, #article_content div + p, #article_content p + p, #article_content figure + p, #article_content ol + p, #article_content ul + p, #article_content img + p, #article_content [class*="wp-block"] + p, #article_content div + figure, #article_content p + figure, #article_content figure + figure, #article_content ol + figure, #article_content ul + figure, #article_content img + figure, #article_content [class*="wp-block"] + figure, #article_content div + ol, #article_content p + ol, #article_content figure + ol, #article_content ol + ol, #article_content ul + ol, #article_content img + ol, #article_content [class*="wp-block"] + ol, #article_content div + ul, #article_content p + ul, #article_content figure + ul, #article_content ol + ul, #article_content ul + ul, #article_content img + ul, #article_content [class*="wp-block"] + ul, #article_content div + img, #article_content p + img, #article_content figure + img, #article_content ol + img, #article_content ul + img, #article_content img + img, #article_content [class*="wp-block"] + img, #article_content div + [class*="wp-block"], #article_content p + [class*="wp-block"], #article_content figure + [class*="wp-block"], #article_content ol + [class*="wp-block"], #article_content ul + [class*="wp-block"], #article_content img + [class*="wp-block"], #article_content [class*="wp-block"] + [class*="wp-block"] {
		margin-top: 20px;
	}
	#article_content_fragrance, #article_content .article_content_event {
		margin: 20px 0;
	}
	#article_content_fragrance {
		padding: 30px 20px 20px;
	}
	#article_content_fragrance_head {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 1.5rem;
		line-height: 2.1rem;
	}
	#article_content_fragrance .article_content_fragrance_list_item {
		line-height: 3rem;

		break-inside: avoid;
	}
	#article_content .article_content_event {
		padding: 25px 20px;
	}
	#article_content .article_content_event_link_container {
		padding-top: 25px;
	}
	#article_reserve_container {
		margin-bottom: 50px;
	}
}
#article_content #article_content_fragrance div + div {
	margin-top: 0;
}
.lined_head {
	position: relative;
	margin-bottom: 45px;
	padding-left: 20px;
	letter-spacing: 0.05em;
}
.lined_head:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 0;
	margin: auto 0;
	border-top: 1px solid;
	content: "";
}
@media screen and (min-width: 769px) {
	.lined_head {
		font-size: 3rem;
	}
}
@media screen and (max-width: 768px) {
	.lined_head {
		margin-bottom: 45px;
		font-size: 2.5rem;
	}
}
.list_section_block {
	border-top: 1px solid #e1e2e3;
}
@media screen and (min-width: 769px) {
	.list_section_block {
		padding: 100px 0;
	}
	.list_section_box {
		display: -webkit-box;
		display:    -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         box;
		display:         flex;

		-webkit-box-lines: multiple;
		   -moz-box-lines: multiple;
		     -o-box-lines: multiple;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		     -o-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
}
@media screen and (max-width: 768px) {
	.list_section_block {
		padding: 75px 0;
	}
	.list_section_button_container {
		display: -webkit-box;
		display:    -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         box;
		display:         flex;
	}
	.list_section_button_container .arrow_button {
		margin-left: auto;
	}
}
.list_carousel {
	z-index: 1;
}
.list_carousel .slick-list {
	overflow: visible !important;
}
.list_carousel:not(.slick-slider) .list_carousel_item + .list_carousel_item {
	display: none;
}
.list_carousel_container {
	position: relative;
}
.list_carousel_item_link {
	display: block;
}
.list_carousel_item_photo {
	margin-bottom: 14px;
}
.list_carousel_item_text_basicdata {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
	margin-bottom: 10px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.list_carousel_item_text_date {
	margin-right: 1em;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2rem;
}
.list_carousel_item_text_tag {
	padding: 0 0.5em;
	border: 1px solid;
	font-weight: 700;
	line-height: 1.8rem;
}
.list_carousel_item_text_title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.2rem;
}
.list_carousel_arrows {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.list_carousel_arrows .slick-arrow {
	display: block;
	position: absolute;
	z-index: 2;
	border-radius: 50%;
	background-color: #3f464d;
	font-size: 0;
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
	    -ms-transition-duration: 0.3s;
	     -o-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-property: visibility, opacity;
	   -moz-transition-property: visibility, opacity;
	    -ms-transition-property: visibility, opacity;
	     -o-transition-property: visibility, opacity;
	        transition-property: visibility, opacity;
}
.list_carousel_arrows .slick-arrow.slick-disabled {
	visibility: hidden;
	opacity: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    filter: alpha(opacity=0);
}
.list_carousel_arrows .slick-arrow:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20%;
	height: 20%;
	margin: auto;
	color: #f8f7f5;
	content: "";
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.list_carousel_arrows .slick-prev:before {
	right: 36%;
	border-bottom: 2px solid;
	border-left: 2px solid;
}
.list_carousel_arrows .slick-next:before {
	left: 36%;
	border-top: 2px solid;
	border-right: 2px solid;
}
@media screen and (min-width: 769px) {
	.list_carousel {
		margin: 0 -16px;
	}
	.list_carousel_container {
		width: calc(100% + 120px);
		margin: 0 -60px;
		padding: 0 60px;

		-webkit-box-ordinal-group: 3;
		   -moz-box-ordinal-group: 3;
		     -o-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		        order: 3;
	}
	.list_carousel_item {
		width: 338px !important;
		padding: 0 16px;
	}
	.list_carousel_arrows .slick-arrow {
		top: 60px;
		width: 60px;
		height: 60px;
	}
	.list_carousel_arrows .slick-prev {
		left: 45px;
	}
	.list_carousel_arrows .slick-next {
		right: 45px;
	}
}
@media screen and (max-width: 768px) {
	.list_carousel {
		margin: 0 -12px;
	}
	.list_carousel_container {
		margin: 0 -24px 25px;
		padding: 0 24px;
	}
	.list_carousel_item {
		width: 250px !important;
		padding: 0 12px;
	}
	.list_carousel_arrows .slick-arrow {
		top: 45px;
		width: 50px;
		height: 50px;
	}
	.list_carousel_arrows .slick-prev {
		left: 20px;
	}
	.list_carousel_arrows .slick-next {
		right: 20px;
	}
}
