.artist-index figure {
	margin: 0;
}

.artist-index.single {
	border-top: 1px solid var(--color-lightblue);
}

.artist-index figure img {
	object-fit: cover;
}

.artist-index h3 {
	font-family: var(--font-serif);
	font-weight: normal;
}
.artist-index h3 small {
	display: block;
	font-size: 70%;
}


@media (max-width: 567px) {
	.artist-index {
		width: calc(100% - 4rem);
	}
	.artist-index > div {
		display: grid;
		align-items: center;
		grid-template-columns: max-content auto;
		grid-gap: 1.5rem;
	}
	.artist-index > div:nth-of-type(n+2) {
		margin-top: 1rem;
	}
	.artist-index figure img {
		--size: 10rem;
		width: var(--size);
		height: var(--size);
	}
	.artist-index.single {
		margin-top: 3rem;
		padding-top: 3rem;
	}
}


@media (min-width: 568px) {
	.artist-index {
		width: 50rem;
		display: flex;
		justify-content: center;
	}
	.artist-index.single {
		margin-top: 4rem;
		padding-top: 4rem;
	}
	.artist-index > div {
		width: 12.8rem;
		margin: 1rem;
	}
	.artist-index h3 {
		font-size: 130%;
		text-align: center;
	}
	.artist-index figure img {
		--size: 12.8rem;
		width: var(--size);
		height: var(--size);
	}
}


.artist-list {
}

.artist-list h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: var(--font-serif);
	font-weight: normal;
}
.artist-list h2 small {
	font-size: 57%;
}
.artist-list h2::before {
	content: '';
	display: block;
	width: 2rem;
	height: 2rem;
	margin-bottom: 0.5em;
	background: url(../images/oceanday_logo_sun.svg) no-repeat center center / contain;
}

.artist-list .about {
	margin: 2rem auto;
}

.artist-list figure {
	margin: 0;
}
.artist-list figure img {
	width: 100%;
}

.artist-list .items figcaption {
	margin-top: 0.5em;
	text-align: center;
	font-family: var(--font-serif);
}
.artist-list .items > figure {
	margin: 1rem;
}


@media (max-width: 567px) {
	.artist-list {
		padding: 0 2rem;
	}
	.artist-list h2 {
		font-size: 160%;
	}
	.artist-list .items {
		padding: 0 1rem;
	}
}


@media (min-width: 568px) {
	.artist-list h2 {
		font-size: 200%;
	}
	.artist-list .about {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 2rem;
		width: 50rem;
	}
	.artist-list .about p {
		margin: 0;
		line-height: 1.8;
		font-size: 120%;
	}
	.artist-list .items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 50rem;
	}

	.artist-list .items > figure {
		width: 19.2rem;
	}

}


body {
	margin: 0;
	font-family: -apple-system, sans-serif;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	letter-spacing: 0.05em;
	line-height: 1.4;
	word-break: break-all;
	color: #333;
}

body.index:not(.loaded) {
	opacity: 0;
	filter: brightness(200%);
}
body.index.loaded {
	opacity: 1;
	filter: none;
	transition: 1.6s 400ms;
}


@media (max-width: 567px) {
	body {
		font-size: 95%;
	}
}


@media (min-width: 568px) {
	body {
		font-size: 70%;
	}
}


.cnt-title {
	margin: 2em 0;
	color: var(--color-lightblue);
	font-family: var(--font-serif);
	font-weight: normal;
	letter-spacing: 0.25em;
	text-align: center;
}

.cnt-title a {
	color: inherit;
}

.cnt-title.index {
	padding-top: 3.5rem;
	background: url(../images/oceanday_logo_sun.svg) no-repeat center top / 3rem;
}

.cnt-title.instagram {
	font-size: 120%;
}

.cnt-title.instagram img {
	display: block;
	width: 3rem;
	margin: 0 auto 0.5em;
}


@media (max-width: 567px) {
	.cnt-title {
		font-size: 190%;
	}
	.cnt-title.index {
		font-size: 140%;
	}
}


@media (min-width: 568px) {
	.cnt-title {
		font-size: 286%;
	}
	.cnt-title.index {
		font-size: 160%;
	}
}


.column-breadcrambs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: var(--font-serif), serif;
}

.column-breadcrambs a {
	color: var(--color-blue);
}

.column-breadcrambs i {
	margin: 0 0.5em;
	color: var(--color-gray);
}

.column-breadcrambs strong {
	font-size: 133%;
	font-weight: inherit;
}


@media (max-width: 567px) {
	.column-breadcrambs {
		margin-bottom: 2rem;
	}
}


@media (min-width: 568px) {
	.column-breadcrambs {
		width: 53rem;
		margin-bottom: 1rem;
	}
}


.column-entries figure {
	margin: 0 0 1rem;
}
.column-entries figure img {
	width: 100%;
}

.column-entries .title,
.column-entries time {
	font-family: var(--font-serif);
}

.column-entries .title {
	margin: 0;
	color: var(--color-blue);
	font-size: 133%;
	line-height: 1.3;
	letter-spacing: -0.05em;
	text-align: center;
}
.column-entries .title a {
	color: inherit;
}

.column-entries time {
	color: var(--color-gray);
	display: block;
	margin-top: 0.5rem;
}

.column-entries p {
	word-break: break-all;
	margin: 0.5rem 0 0;
}


@media (max-width: 567px) {
	.column-entries .entry:nth-of-type(n+2) {
		margin-top: 4rem;
	}

	.column-entries figure {
		width: 100%;
		aspect-ratio: 4 / 3;
		/* height: 8rem; */

	}
	.column-entries img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* index */
	.column-entries.index {
		padding: 0 2rem;
	}
	.column-entries.index .entry:nth-of-type(n+5) {
		display: none;
	}
}


@media (min-width: 568px) {
	.column-entries {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 0 2rem;
	}
	.column-entries .entry:nth-of-type(n+2) {
		margin-top: 2rem;
	}

	/* index */
	.column-entries.index {
		width: 50rem;
		grid-template-columns: 1.3fr repeat(3,1fr);
	}

	.column-entries.index > div:nth-of-type(1) .entry {
		font-size: 120%;
	}

}


/* 2021.11.15 */
@media (min-width: 568px) {
	.column-entries {
		display: flex;
	}
	.column-entries > div {
		width: 30%;
	}
	.column-entries > div figure {
		height: 8.5rem;
		overflow: hidden;
	}
	.column-entries > div figure a {
		width: 100%;
		height: 100%;
		display: block;
	}
	.column-entries > div figure a img {
		/* width: auto;
		max-width: none; */
		width: 100%;
		height: 100%;
		display: block;
		margin: 0 auto;
		object-fit: cover;
	}
	.column-entries > div .title {
		height: 72px;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		display: flex;
		align-items: center;
		align-content: center;
	}
	.column-entries > div .title a {
		width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.column-entries > div time,
	.column-entries > div p {
		font-size: 14px;
		line-height: 20px;
	}
	.column-entries > div time {
		color: #999;
		display: block;
		margin-top: 0.2rem;
	}
	.column-entries > div p {
		height: 100px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
		margin: 0.2rem 0 0;
	}
	/* トップ */
	.column-entries.index > div {
		width: 20%;
	}
	.column-entries.index > div figure {
		height: 7rem;
	}
	.column-entries.index > div:nth-of-type(1) {
		width: 28%;
	}
	.column-entries.index > div:nth-of-type(1) figure {
		height: 10rem;
	}
}


@media (max-width: 567px) {
	.column-entry {
		padding: 0 2rem;
	}
}


.column-entry .body {
	margin-top: 3rem;
}

.column-entry .body h2 {
	display: flex;
	align-items: center;
	font-family: var(--font-serif);
	border-left: 0.5em solid var(--color-lightblue);
	margin: 2em auto;
	padding: 0.25em;
	padding-left: 0.5em;
}

.column-entry .body > figure img {
	display: block;
	margin: 1rem auto;
}


@media (min-width: 568px) {
	.column-entry .body {
		width: 38.4rem;
	}
	.column-entry .body h2 {
		font-size: 150%;
	}
	.column-entry .body p {
		line-height: 2;
		font-size: 120%;
	}
}


.column-entry .foot {
	margin: 3rem auto;
}

.column-entry .categories ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.column-entry .categories li {
	margin: 0 0.5em;
}
.column-entry .categories li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.5em;
	padding: 0 0.75em;
	background: var(--color-lightblue);
	color: white;
}


@media (max-width: 567px) {
	.column-entry .foot .categories {
		font-size: 90%;
	}
}


.column-entry .head {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	font-family: var(--font-serif);
	align-items: center;
}

.column-entry .head figure {
	width: 100%;
	margin: 0;
}
.column-entry .head figure img {
	width: 100%;
}

.column-entry .head h1 {
	margin: 0.5em 0;
	letter-spacing: -0.05em;
	line-height: 1.3;
}

.column-entry .head time {
	font-size: 120%;
	color: var(--color-gray);
}


@media (min-width: 568px) {
	.column-entry .head {
		width: 25.6rem;
	}
	.column-entry .head h1 {
		font-size: 200%;
	}	
}


.column-entry .iteminfo {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	margin: 3em auto;
	box-sizing: border-box;
}

.column-entry .iteminfo figure {
	margin: 0;
}
.column-entry .iteminfo figure img {
	width: 10em;
}

.column-entry .iteminfo .text {
	margin-left: 1em;
}

.column-entry .iteminfo h3 {
	margin: 0;
}
.column-entry .iteminfo h3 a {
	color: var(--color-blue);
	text-decoration: underline;
	font-family: var(--font-serif);
}

.column-entry .iteminfo p {
	margin: 0.5em 0;
}

.column-entry .iteminfo button {
	align-self: end;
	display: flex;
	width: max-content;
	align-items: center;
	border: none;
	margin: 1em 0 0;
	padding: 0 1.5em 0 1em;
	background: var(--color-blue);
	color: white;
	cursor: pointer;
	font-size: inherit;
}


@media (max-width: 567px) {
	.column-entry .iteminfo {
		padding: 1rem;
	}
	.column-entry .iteminfo h3 {
		font-size: 100%;
	}
	.column-entry .iteminfo button {
		height: 2.5em;
	}
}


@media (min-width: 568px) {
	.column-entry .iteminfo {
		padding: 1.5rem;
		width: max-content;
	}
	.column-entry .iteminfo h3 {
		font-size: 120%;
	}
	.column-entry .iteminfo button {
		height: 3em;
	}
}


.column-index {
	display: grid;
}

@media (max-width: 567px) {
	.column-index {
		grid-template-columns: 1fr;
		grid-gap: 2rem;
		padding: 0 2rem;
	}
}


@media (min-width: 568px) {
	.column-index {
		grid-template-columns: 40rem 10rem;
		grid-gap: 0 3rem;
	}
}


footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../images/footer_border.png) repeat-x center center / 3.6rem 100%;
	background-color: var(--color-lightblue);
	color: white;
}

footer nav {
	margin: 3rem 0;
}

footer .logo img {
	width: 13.4rem;
}

footer .instagram {
	margin: 2rem auto;
}
footer .instagram img {
	width: 2rem;
}

footer address {
	margin: 0.5em;
	font-style: normal;
}


@media (max-width: 567px) {
	footer {
		margin-top: 4rem;
	}
}


@media (min-width: 568px) {
	footer {
		margin-top: 6rem;
	}
}


html {
	height: 100%;
}
body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
header,
footer {
	flex-grow: 0;
}
main {
	flex-grow: 1;
}


header {
	background-color: var(--color-lightblue);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
@media (min-width: 568px) {
	header {
		width: 100%;
		flex-direction: row;
		align-items: center;
		align-content: center;
		justify-content: center;
	}
}

header .logo h1 {
	font-size: 1rem;
	margin: 0;
}
header .logo img {
	width: 12.8rem;
}
@media (max-width: 567px) {
	header .logo img {
		margin: 1rem 0;
	}
}

header nav .mainmenu li {
	position: relative;
	z-index: 9;
}
header nav .mainmenu li ul {
	display: none;
	padding: 15px;
	background-color: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	color: #333;
	position: absolute;
	top: 22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
header nav .mainmenu li ul li {
	margin: 0 0 10px;
}
header nav .mainmenu li ul li:last-child {
	margin: 0;
}
header nav .mainmenu li ul li a {
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.2em;
	display: block;
}
header nav .mainmenu li ul li a span {
	font-size: 10px;
	display: block;
	margin-top: 5px;
}
@media (min-width: 568px) {
	header nav {
		display: flex;
		color: white;
	}
	header nav .mainmenu {
		width: 40.2rem;
		height: 3rem;
		justify-content: flex-end;
	}
	header nav .mainmenu li {
		margin: 0 0 0 1.5em;
	}
}
@media (max-width: 567px) {
	header nav {
		display: flex;
		position: fixed;
		align-items: center;
		justify-content: center;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: white;
		color: var(--color-blue);
		z-index: 999;
	}
	header nav .mainmenu li ul {
		display: none !important;
	}
	body:not(.openMenu) header nav {
		visibility: hidden;
		opacity: 0;
		transform: translateY(-1rem);
	}
	body.openMenu header nav {
		visibility: visible;
		transition: 300ms;
	}
}

@media (min-width: 568px) {
	header button {
		display: none;
	}
}
@media (max-width: 567px) {
	header button {
		display: grid;
		align-items: center;
		justify-content: center;
		position: fixed;
		right: 0;
		top: 0;
		width: 4rem;
		height: 3.4rem;
		border: none;
		margin: 0;
		padding: 0;
		background: none;
		font-size: 2rem;
		z-index: 999;
	}
	header button i {
		grid-column: 1;
		grid-row: 1;
	}
	header button i:nth-of-type(1) {
		color: white;
		transition: 300ms;
	}
	header button.dark i:nth-of-type(1) {
		color: var(--color-blue);
	}
	header button i:nth-of-type(2) {
		color: var(--color-blue);
	}
	body.openMenu header button i {
		transition: 300ms;
	}
	body:not(.openMenu) header button i:nth-of-type(2),
	body.openMenu header button i:nth-of-type(1) {
		opacity: 0;
		transform: scale(0.5);
	}
}

header .bg_box {
	width: 100%;
	height: 8rem;
	margin: 0;
	position: relative;
	z-index: 8;
}
header .bg_box div,
header .bg_box li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
header .bg_box div[data-slick-index="0"] li {
	/* background-image: url(../images/header_back01.png?2303); */
}
header .bg_box div[data-slick-index="1"] li {
	/* background-image: url(../images/header_back02.png?2303); */
}
header .bg_box div[data-slick-index="2"] li {
	/* background-image: url(../images/header_back03.png?2303); */
}
header .bg_box div[data-slick-index="3"] li {
	/* background-image: url(../images/header_back04.png?2303); */
}
@media (min-width: 568px) {
	header.index .bg_box {
		height: 30rem;
		max-height: 70vh;
	}
}
@media (max-width: 567px) {
	header .bg_box {
		height: 4rem;
	}
	header.index .bg_box {
		height: 24rem;
	}
}


.instagram-feeds {
	display: grid;
	grid-gap: 1rem;
}

.instagram-feeds video,
.instagram-feeds img {
	aspect-ratio: 1/1;
	width: 100%;
	object-fit: cover;
}


@media (max-width: 567px) {
	.instagram-feeds {
		width: 90%;
		margin: 0 auto;
		/* padding: 0 2rem; */
		/* grid-template-columns: repeat(3, 1fr); */
	}
	/* .instagram-feeds a:nth-of-type(n+13) {
		display: none;
	} */
}


@media (min-width: 568px) {
	.instagram-feeds {
		width: 50rem;
		/* grid-template-columns: repeat(5, 1fr);
		grid-gap: 1rem; */
	}
	/* .instagram-feeds a:nth-of-type(n+16) {
		display: none;
	} */
}


.irohani-banner img {
	width: 100%;
	border: 1px solid rgba(140,198,62,1);
}


@media (max-width: 567px) {
	.irohani-banner {
		width: 90vw;
	}
}


@media (min-width: 568px) {
	.irohani-banner {
		width: 50em;
	}
}


main {
	display: flex;
	flex-direction: column;
	align-items: center;
}


ul.mainmenu {
	margin: 0;
	font-family: var(--font-serif);
}

.mainmenu li {
	letter-spacing: 0.25em;
}

.mainmenu a {
	color: inherit;
}


@media (max-width: 567px) {
	ul.mainmenu.header {
		font-size: 140%;
	}
	ul.mainmenu.header li {
		margin: 1em;
		text-align: center;
	}
	ul.mainmenu.footer {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1em;
		text-align: center;
	}
}


@media (min-width: 568px) {
	ul.mainmenu {
		display: flex;
		align-items: center;
	}
	.mainmenu li {
		margin: 0 1.5em;
		font-size: 114%;
	}
}


i.material-icons {
	font-size: inherit;
}


.news dl {
	display: grid;
	grid-template-columns: max-content auto;
	grid-gap: 1em;
	font-family: var(--font-serif);
}

.news dt {
	color: var(--color-lightblue);
	white-space: nowrap;
}
.news dd {
	margin: 0;
}
.news dd a {
	color: var(--color-blue);
}


@media (max-width: 567px) {
	.news {
		margin-top: 1rem;
		padding: 0 1rem;
	}
}


@media (min-width: 568px) {
	.news {
		margin-top: 2rem;
	}
	.news dl {
		font-size: 114%;
	}
}


.banner_box {
	width: 1000px;
	margin: 50px auto 0;
}
.banner_box a,
.banner_box img {
	width: 100%;
	display: block;
}
@media (min-width: 568px) {
	.banner_box a img.sp {
		display: none;
	}
}
@media (max-width: 567px) {
	.banner_box a img.pc {
		display: none;
	}
	.banner_box {
		width: 94%;
		margin-top: 30px;
	}
}


.pager {
	align-items: center;
	margin: 2rem auto;
	color: var(--color-blue);
	font-family: 'Noto Serif JP';
	font-size: 114%;
	letter-spacing: 0.1em;
}

.pager a {
	color: inherit;
}


@media (max-width: 567px) {
	.pager {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 2em;
		margin-top: 2rem;
		background: linear-gradient(0deg, #ccc, #ccc) no-repeat center center / 1px 100%;
	}
	.pager > div:nth-of-type(2) {
		text-align: right;
	}
	.pager.entry {
		font-size: 90%;
	}
}


@media (min-width: 568px) {
	.pager {
		display: flex;
		justify-content: space-between;
	}
	.pager.entry {
		width: 38.4rem;
	}
}


* {
	outline: none;
}
ul {
	padding: 0;
	list-style-type: none;
}

a {
	color: var(--color-blue);
	text-decoration: none;
	transition: 300ms;
}
a:hover {
  /*filter: brightness(120%);*/
}
a img {
  transition: all .2s;
}
main a:hover img {
	transform: scale(1.1);
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

p {
	text-align: justify;
}

button,
label {
	cursor: pointer;
}

hr {
	height: 1rem;
	border: none;
	margin: 0;
}


.shop-detail {
	text-align: center;
}

.shop-detail figure {
	margin: 0;
}

.shop-detail dt {
	margin: 1.5em 0 0.5em;
	color: var(--color-lightblue);
	font-family: var(--font-serif);
	letter-spacing: 0.05em;
}
.shop-detail dt:nth-of-type(2) {
	display: none;
}

.shop-detail a[href^="tel"],
.shop-detail p.mail {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1em;
	color: inherit;
	font-family: 'Lora';
	font-size: 171%;
	letter-spacing: 0.05em;
}
.shop-detail a[href^="tel"]::before {
	content: 'phone';
	font-family: 'Material Icons';
}

.shop-detail dd {
	margin: 0;
}

.shop-detail dd .map {
	font-size: 14px;
	color: #333;
	text-decoration: underline;
	display: block;
	margin-top: 5px;
}


@media (max-width: 567px) {
	.shop-detail h3 {
		margin: 2rem auto;
	}
	.shop-detail figure {
		padding: 0 2rem;
	}
	.shop-detail img[src*="logo"] {
		width: 18rem;
	}
	.shop-detail dd .map {
		font-size: 12px;
	}
}


@media (min-width: 568px) {
	.shop-detail {
		width: 50rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		/* align-items: center; */
		font-size: 120%;
	}

	.shop-detail figure {
		grid-column: 1;
		grid-row: 1/3;
	}
	.shop-detail h3 {
		align-self: end;
	}

	.shop-detail img[src*="logo"] {
		width: 14rem;
	}

	.shop-detail dl {
		align-self: start;
	}
}


.sidebar-archives {
	margin: 1.5rem 0;
}

.sidebar-archives h2 {
	color: var(--color-gray);
	font-family: var(--font-serif), serif;
	font-weight: normal;
	font-size: 143%;
	letter-spacing: 0.1em;
}

.sidebar-archives a {
	color: var(--color-blue);
}


.sidebar-search {
	display: flex;
	background: rgba(0,0,0,0.05);
}

.sidebar-search input {
	border: none;
	padding: 0.5em;
	background: none;
	font-size: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	flex-grow: 1;
	box-sizing: border-box;
	width: auto;
	width: calc(100% - 3em);
}

.sidebar-search button {
	display: flex;
	flex-grow: 2;
	align-items: center;
	justify-content: center;
	border: none;
	margin: 0;
	padding: 0;
	width: 3em;
	background: none;
}
.sidebar-search button i {
	font-size: 171%;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


html {
	--color-blue: #008c9c;
	--color-lightblue: #abd6db;
	--color-gray: rgba(0,0,0,0.2);
	--font-serif: 'Lora', 'Noto Serif JP', serif;
}