/*
Theme Name: Relier Inc. Original Theme
URI: https://relier-inc.co.jp/
Description: Relierが提供するオリジナルテーマ
Author: Relier Inc.
*/
/*=======================================================
リセット
=======================================================*/
*{
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
	font-style: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	line-break: strict;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}/*
*,*:focus,a:focus{
	outline:none;
}*/
:focus-visible {
  outline: 2px solid red;
  outline-offset: 3px;
}
html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
p,table,blockquote,address,pre,iframe,form,figure,dl {
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
address {
	font-style: inherit;
}
abbr[title] {
	text-decoration: underline dotted;
}
b,strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
svg,img,iframe {
	vertical-align: bottom;
	border: none;
}
button,input,select,textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}
[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}
[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}
:-moz-focusring {
	outline: auto;
}
select:disabled {
	opacity: inherit;
}
textarea {
	overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
label[for] {
	cursor: pointer;
}
details {
	display: block;
}
summary {
	display: list-item;
}
[contenteditable]:focus {
	outline: auto;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
td,th {
	vertical-align: top;
	padding: 0;
}
th {
	text-align: left;
}
article,aside,figcaption,figure,picture,
footer,main,header,nav,section {
	display: block;
}
ul,ol {
	list-style: none;
}
p,li,dt,dd,th,td {
	line-break:strict;
}
img {
	max-width: 100%;
	height: auto;
}
picture {
	line-height: 0;
}
picture img {
	vertical-align: top;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
/* PC SP */
.pc {
	display: block!important;
}
.sp {
	display: none!important;
}
@media screen and (max-width : 767px){
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
}
/*=======================================================
基本設定
=======================================================*/
:root {
	--color-brand: #284E8C;/*ブルー*/
	--color-label: #E5D6B7;/*ベージュ*/
	--color-bg: #f5f5f5;/*薄グレー*/
	--color-bg-accent: #F3F8FF;/*薄ブルー*/
	--color-variant: #892C63;/*紫*/
	--color-variant-bg:#F5E8F0;/*薄ピンク*/
	--color-variant-bg-accent:#D499BC;/*ピンク*/
	--font-base: 'Zen Old Mincho', serif;
	--font-accent: 'Noto Sans JP', sans-serif;
}
html {
	height: 100%;
}
body {
	font-size: 16px;
	color: #333;
	font-family: var(--font-base);
	font-weight: 400;
	font-style: normal;
	background: var(--color-bg);
	position: relative;
	display: flex!important;
	flex-flow: column;
	min-height: 100vh;
	line-height: 1.7;
	letter-spacing: 0;
	margin: auto;
}
a,
a:hover {
	transition: .5s;
}
a[href^="tel:"] {
	pointer-events: none;
}
@media screen and (max-width : 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
	}
	a,
	a:hover {
		transition: 0;
		opacity: 1;
	}
	section {
  		scroll-margin-top: 118px;
	}
}
/*--------------------------------------------------
hoverしたら明るくなる画像
--------------------------------------------------*/
.hover__item {
	position: relative;
}
.hover__item::after {
	content: "";
	position: absolute;
	inset: 0; 
	background: rgba(0,0,0,0.5);
	transition: opacity 0.5s ease;
	z-index: 1;
}
.hover__item:hover::after {
	opacity: 0;
}
@media screen and (max-width : 767px) {	
	.hover__item::after {
		content: none;
	}
}
/*--------------------------------------------------
フォント関係
--------------------------------------------------*/
.text-xs { font-size: 12px!important; }
.text-sm { font-size: 14px; }
.text-md { font-size: 16px; }
.text-lg { font-size: 18px; }
.text-xl { font-size: 20px; }
.text-2xl { font-size: 24px!important; }
.text-3xl { font-size: 28px; }
.text-4xl { font-size: 36px; }
.fw-thin { font-weight: 100; }
.fw-light { font-weight: 300; }
.fw-normal { font-weight: 400; }
.fw-medium { font-weight: 500; }
.fw-semibold { font-weight: 600; }
.fw-bold { font-weight: 700; }
.fw-black { font-weight: 900; }
.ft-shippori { font-family: "Shippori Mincho B1", serif; }
.v-text-rl { writing-mode: vertical-rl; text-orientation: upright; }
.v-text-lr { writing-mode: vertical-lr; text-orientation: upright; }
.text-center { text-align: center; }
.underline { border-bottom: 1px solid currentcolor!important; }
@media screen and (max-width : 767px) {
	.text-xs { font-size: 12px!important; }
	.text-sm { font-size: 14px; }
	.text-md { font-size: 16px; }
	.text-lg { font-size: 18px; }
	.text-xl { font-size: 19px; }
	.text-2xl { font-size: 21px!important; }
	.text-3xl { font-size: 23px; }
	.text-4xl { font-size: 31px; }
}
/*--------------------------------------------------
レイアウト関係
--------------------------------------------------*/
.layout {	
	display: flex;
}
.sidebar {
	position: sticky; 
	top: 0; 
	height: 100vh;
	width: 280px;
	flex: 0 0 280px;
}
.main {
	border-left: 1px solid var(--color-brand);
	flex: 1;
	min-width: 0;
}
.inner {
	padding-left: 89px; 
	padding-right: 89px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}
.reverse {
	flex-direction: row-reverse;
}
.flex {
	display: flex; 
	align-items: center; 
	justify-content: center;
}
.center {
	margin-inline: auto;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width : 1024px) {
	.inner {
		padding-inline: 18px!important;
	}
}
@media screen and (max-width : 767px) {
	.layout {
		display: block;
	}
	.sidebar {
		display: none;
	}
}
/*--------------------------------------------------
サイドバー
--------------------------------------------------*/
.sidebar__logo {
	width: 280px;
	height: 242px;
	background: var(--color-brand);
	display: flex; 
	align-items: center;
	justify-content: center;
}
.sidebar__logo a {
	display: flex; 
	align-items: center;
	justify-content: center;
	padding-top: 19px; 
	padding-bottom: 20px;
	width: 100%; 
	height: 100%;
}
.sidebar__logo img {
	width: 203px;
	height: 203px;
}
.nav .nav__list {
	padding: 0 17px;
	font-size: 14px;
}
.nav__item a {
	display: block; 
	width: 100%; 
	height: 100%;
}
.nav__item-image {
	padding: 20px 0 6px;
	text-align: center;
}
.nav__item-image + .nav__item-image {
	border-top: 1px solid #ddd;
}
.nav .nav__item-banner {
	margin-top: 14px;
	margin-bottom: 13px;
	width: 245px;
}
.nav .nav__item-text + .nav__item-text {
	margin-top: 7px;
}
.nav .nav__item-text span {
	display: block; 
	font-size: 12px;
}
/*--------------------------------------------------
ヘッダー（SP）
--------------------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: var(--color-brand);
	z-index: 1001;
	height: 118px;
}
.header__logo {
	width: 103px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 38px 20px 34px;
}
.header .nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 33px;
}
.header .nav__item a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	width: 100%;
    display: block;
    height: 100%;
}
/* ========================= 
ハンバーガーメニュー 
========================= */
.js-toggle-nav {
	width: 37px;
	height: 19px;
	border: none;
	cursor: pointer;
	z-index: 1200;
	position: absolute;
    right: 15px;
    top: 14px;
}
.js-toggle-nav span {
	display: block;
	height: 1px;
	width: 100%;
	background: #fff;
	transition: all 0.3s ease;
	transform-origin: center;
	position: absolute;
}
.js-toggle-nav span:first-of-type {
	top: 0;
}
.js-toggle-nav span:nth-of-type(2) {
	top: 9px;
}
.js-toggle-nav span:last-of-type {
	bottom: 0;
	width: 20px;
	right: 0;
}
.js-toggle-nav.active span:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
	background: #000;
}
.js-toggle-nav.active span:nth-child(2) {
	opacity: 0;
}
.js-toggle-nav.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
	width: 100%;
	background: #000;
}
/* 中身 */
.nav--drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: none;
}
html.is-loaded .nav--drawer{
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.nav--drawer.nav--open {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 1000;
	overflow-y: scroll;
	opacity: 1;
	visibility: visible;
}
.nav--drawer .nav__list {
	display: grid;
	place-items: center;
	padding-block: 71px;
    gap: 16px;
}
.nav--drawer .nav__item {
	font-size: 18px;
	font-weight: 500;
	width: 100%; 
	text-align: center;
	padding-bottom: 6px;
}
.nav--drawer .nav__item:first-of-type,
.nav--drawer .nav__item:nth-of-type(2) {
	border-bottom: 1px solid #ddd;
}
.nav--drawer .nav__item:nth-of-type(4) img {
	max-width: 245px; 
	width: 100%;
	margin: auto;
}
.nav--drawer .nav__item-text {
	padding-bottom: 0;
	line-height: 1.1;
	text-align: left;
}
.nav--drawer .nav__item-text span {
	font-size: 12px; 
	margin-top: 7px;
	display: block;
}
@media screen and (max-width : 767px) {
	.main {
		margin-top: 118px;
		border: none;
	}
}
/*--------------------------------------------------
フッター
--------------------------------------------------*/
.footer__inner {
	margin: 118px auto 100px;
	padding: 0;
	max-width: 100%;
}
/* ナビ */
.footer__nav {
	padding-top: 20px;
}
.footer__nav-inner {
	display: flex; 
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.footer__nav .nav__item {
	font-weight: 500;
}
.footer__copyright {
	display: block;
	font-size: 12px;
	margin-top: 18px;
	text-align: center;
}
/*参集殿へのリンクバナー*/
.banner__inner {
	border-bottom: 1px solid var(--color-brand);
	padding-bottom: 97px;	
}
.banner__inner a {	
	display: grid;
	grid-template-columns: 386fr 371fr 386fr;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
	text-decoration: none;
}
.banner__title {
	display: flex; 
	align-items: center; 
	justify-content: center;
	flex-direction: column;
	background: #000;
	color: #fff;
	font-size: clamp(16px, 1.7vw, 26px);
	gap: 15px;
	position: relative;
}
.banner__title::after {
	content: "";
	position: absolute;
	inset: 6px;
	border: 1px solid #fff;
	pointer-events: none;
}
.banner__title img {
	width: clamp(100px, 16vw, 225px);
	height: auto;
}
.banner__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1000px){
	.footer__inner {
		padding-inline: 0!important;
	}
	.banner__inner {
		padding-bottom: 68px;
	}
	.banner__inner a {
		display: block;
	}
	.banner__title {
        padding-block: 64px;
		font-size: 26px;
		padding-inline: 10px; 
		text-align: center;
    }
	.banner__title img {
		width: 218px;
	}
}
@media (max-width: 767px) {
	.footer__inner {
		margin-top: 73px;
	}
	.footer__copyright {
		margin-top: 10px;
	}
}
/*--------------------------------------------------
八福餅バナー
--------------------------------------------------*/
.hachifuku-banner {
	max-width: 755px;
	width: 100%; 
	margin: auto;
	padding: 0 15px 0;
}
.hachifuku-banner__inner {
	border: 2px solid var(--color-variant);
	background: #fff;
}
.hachifuku-banner__title {
	color: #fff;
	background: var(--color-variant);
	text-align: center;
	line-height: 1.3;
    padding: 11px 10px 12px;
	font-size: 26px;
}
.hachifuku-banner__items {
	padding: 35px 26px 35px 27px;
}
.hachifuku-banner__item {
	display: flex;
}
.hachifuku-banner__item--reverse {
	flex-direction: row-reverse;
}
.hachifuku-banner__body,
.hachifuku-banner__img {
	flex: 1;
}
.hachifuku-banner__img img {
	object-fit: cover;
	height: 180px;
}
.hachifuku-banner__body {
	display: flex; 
	justify-content: center;
	align-items: center; 
	flex-direction: column;
}
.hachifuku-banner__note {
	text-align: center;
}
.hachifuku-banner__item:first-of-type .hachifuku-banner__body {
	background: var(--color-bg);
}
.hachifuku-banner__item:first-of-type .hachifuku-banner__text {
	color: var(--color-variant);
	font-size: 21px;
	line-height: 1.5;
}
.hachifuku-banner__label {
	color: #fff;
	font-size: 36px;
	line-height: 1.62;
}
.hachifuku-banner__price {
	background: #fff;
	color: var(--color-variant);
	max-width: 258px; 
	width: 100%;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 8px;
}
.hachifuku-banner__item:last-of-type .hachifuku-banner__body {
	background: var(--color-variant);
}
.hachifuku-banner__item:last-of-type .hachifuku-banner__text {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.hachifuku-banner__logo {
	margin-block: 5px;
}
@media screen and (max-width : 964px) {
	.hachifuku-banner__note {
		font-size: 13px;
	}
	.hachifuku-banner__label {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.hachifuku-banner__item:last-of-type .hachifuku-banner__text {
		font-size: 13px;
	}
	.hachifuku-banner__price {
		max-width: 228px;
	}
}
@media screen and (max-width : 867px) {
	.hachifuku-banner {
		padding: 0;
	}
	.hachifuku-banner__inner {
		margin-bottom: 80px;
	}
	.hachifuku-banner__items {
		padding: 15px 16px;
	}
	.hachifuku-banner__item {
		flex-direction: column-reverse;
	}
	.hachifuku-banner__img img {
		height: auto;
	}
	.hachifuku-banner__body {
		padding: 20px 0 12px;
	}
	.hachifuku-banner__item:first-of-type .hachifuku-banner__text {
		font-size: 20px;
	}
	.hachifuku-banner__logo {
		margin-block: 10px;
	}
	.hachifuku-banner__logo img {
		width: 166px;
	}
	.hachifuku-banner__note {
		font-size: 15px;
	}
	.hachifuku-banner__title {
		font-size: 23px;
	}
	.hachifuku-banner__label {
		font-size: 34px;
	}
	.hachifuku-banner__item:last-of-type .hachifuku-banner__body {
		padding: 5px  5px 17px;
	}
}
@media screen and (max-width : 767px) {
}
/*--------------------------------------------------
ラベル/タグ
--------------------------------------------------*/
.labels,
.tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
}
.label,
.tag {
	display: flex; 
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	font-size: 18px; 
	font-weight: 500;
	font-family: var(--font-accent);
	color: var(--color-brand);
	background: var(--color-label);
}
.tags {
	gap: 14px;
}
.tag {
	background: #fff;
	padding: 4px 18px;
	font-size: 15px;
}
@media screen and (max-width : 767px) {
	.label,	.tag {
		font-size: 15px;
		padding: 0 9px;
	}
	.tag {
		padding: 0 9px;
        width: 100px;
        height: 29px;
		gap: 12px;
	}
}
/*--------------------------------------------------
画像フェードイン
--------------------------------------------------*/
.fadein__img-wrapper {
	position: relative;
	width: 100%;
}
.fadein {
	opacity: 0;
	transition: opacity 0.8s ease, transform 0.8s ease;
	position: absolute;
}
.fadein.is-visible {
	opacity: 1;
}
.fadein img {
	width: 100%;
}
@media screen and (max-width : 767px) {
	.fadein__img-wrapper {
		width: 100%!important;
	}
}
/* ----------------------------------------------
スライダーナビ
---------------------------------------------- */
.js-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.js-slider .slick-dots li {
    width: 54px; 
    height: 3px;
}
.js-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #D9D9D9;
}
.js-slider .slick-dots li button:before {
    font-size: 0;
    line-height: 1;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
	transition: .5s;
}
.js-slider .slick-dots li.slick-active button:before,
.js-slider .slick-dots li:hover button:before {
    opacity: 1;
    background: var(--color-brand);
}
/*ドット*/
.js-each-slider .slick-dots li {
    width: 10px; 
    height: 10px;
}
.js-each-slider .slick-dots li button,
.js-each-slider .slick-dots li.slick-active button:before,
.js-each-slider .slick-dots li button:before {
	border-radius: 100%; 
}
/*----------------------------------------------
モーダル
---------------------------------------------- */
.fancybox__toolbar__column.is-right .f-button:not(:last-of-type) {
	display: none!important;
}
/*----------------------------------------------
アイコン付きリンク
---------------------------------------------- */
.external_link {
	position: relative;
}
.external_link::after {
	content: "";
	display: inline-block; 
	width: 15px;
	height: 15px;
	background: url(images/common/external-icon.svg) center / cover no-repeat;
	margin-left: 2px;
}
/*----------------------------------------------
ボタン
---------------------------------------------- */
.buttons {
	display: flex;
	align-items: center; 
	justify-content: center;
	flex-wrap: wrap;
	gap: 23px;
}
.button {
	cursor: pointer;
	position: relative;
}
.button-s {
	width: 202px;
	height: 46px;
}
.button-m {
	width: 214px; 
	height: 52px;
}
.button-l {
	width: 216px; 
	height: 52px;
}
.button__link {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center; 
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;	
}
/*----------------------------------------------
ボタン矢印付き
---------------------------------------------- */
.button--more {
	background: var(--color-brand);
	color: #fff;
	border: 1px solid var(--color-brand);
}
.button--width-icon::after {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: transform 0.3s ease;
}
.button--icon-right::after {
	width: 25px;
	height: 5px;
	background-image: url(images/common/button-right.svg);
	margin-left: 15px;
	position: absolute; 
	right: 17px;
} 
.button--icon-down::after {
	width: 16px;
	height: 8px;
	background-image: url(images/common/button-down.svg);
	margin-right: 4px;
}
/*hover*/
.button--more:hover {
	color: var(--color-brand);
	background: #fff;	
}
.button--icon-right:hover::after {
	background-image: none;
	background-color: #284e8c;
	mask: url(images/common/button-right.svg) no-repeat center / contain;
	-webkit-mask: url(images/common/button-right.svg) no-repeat center / contain;
}
/*ニュースもっと見るボタン*/
.news__more-button {
	max-width: 670px; 
	margin-inline: auto;
	margin-top: -37px;
	text-align: right;
	display: flex; 
	justify-content: flex-end;
	position: relative;
}
.news__more-button a {
	display: flex; 
	align-items: center; 
	justify-content: flex-end;
	padding-right: 46px;
	font-size: 14px; 
	color: var(--color-brand);
}
.news__more-button a::after {
    width: 36px;
    height: 3px;
    background-image: url(images/common/button-news.svg);
    position: absolute;
    right: 0;
}

.news__more-button a:hover::after {
	background-image: none;
	background-color: var(--color-brand);
	mask: url(images/common/button-news.svg) no-repeat center / contain;
	-webkit-mask: url(images/common/button-news.svg) no-repeat center / contain;
}
@media screen and (max-width : 389px) {
	.news__more-button {
		margin-top: 0;
	}
}
/* ----------------------------------------------
デコレーション背景
---------------------------------------------- */
.bg-deco::before,
.bg-deco::after {
	position: absolute; 
	content: "";
	width: 127px;
	height: 127px;
	display: block;
}
.bg-deco::before {
	background: url(images/common/deco.svg) center / cover no-repeat;
	left: 62px; 
	top: -62px;
}
.bg-deco::after {
	background: url(images/common/deco2.svg) center / cover no-repeat;
	right: 62px; 
	bottom: -62px;
}
@media screen and (max-width : 1279px) {
	.bg-deco::before,
	.bg-deco::after {
		width: 83px;
		height: 83px;
	}
	.bg-deco::before {
		left: 18px;
		top: -43px;
	}
	.bg-deco::after {
		right: 18px;
		bottom: -43px;
	}
}
/* ----------------------------------------------
見出し
---------------------------------------------- */
.title {
	font-size: 30px; 
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 30px;
}
.title .subtitle {
	display: block;
	font-size: 16px; 
	color: var(--color-brand);
}
@media screen and (max-width : 767px) {
	.title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.title .subtitle {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.page-hachifuku-chaya .title {
		margin-bottom: 30px;
	}
}
/*=======================================================
お知らせ
=======================================================*/
.news__part {
	background: var(--color-bg-accent);
}
.news__part .news__inner {
	padding-block: 30px 37px;
}
.news__part .news__title {
	margin-bottom: 10px;
	font-size: 26px;
}
.news__part .news__list {
	max-width: 670px; 
	margin: auto;
	border-top: none;
	margin-top: 20px;
}
.news__part .news__item {
	font-size: 14px;
}
.news__part .news__item + .news__item {
	border-top: 1px solid #ccc;
	padding-top: 7px;
	margin-top: 7px;
}
.news__part .news__link {
	display: flex; 
	gap: 14px;
}
.news__part .news__item a {
	border-bottom: 0;
}
.news__part .news__date {
	color: var(--color-brand);
	font-weight: 600;
	flex-shrink: 0;
}
.news__empty {
	text-align: center;
}
@media screen and (max-width : 1024px) {
	.news__part .news__inner {
		padding-inline: 20px;
	}
}
@media screen and (max-width : 767px) {
	.news__part .news__inner {
		padding-block: 37px 46px;
	}	
	.news__title title {
		font-size: 24px;
	}
	.news__part .news__link {
		flex-direction: column;
		gap: 0;
	}
}
.page-top .fancybox__track {
	background: var(--color-bg-accent);
}
.fancybox__toolbar__column.is-left {
	display: none!important;
}