/*!
Theme Name: artseason
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artseason
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

artseason is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

:root {
	--fz70: calc(70 / 16 * 1rem);
	--fz60: calc(60 / 16 * 1rem);
	--fz48: calc(48 / 16 * 1rem);
	--fz42: calc(42 / 16 * 1rem);
	--fz40: calc(40 / 16 * 1rem);
	--fz39: calc(39 / 16 * 1rem);
	--fz35: calc(35 / 16 * 1rem);
	--fz32: calc(32 / 16 * 1rem);
	--fz30: calc(30 / 16 * 1rem);
	--fz29: calc(29 / 16 * 1rem);
	--fz28: calc(28 / 16 * 1rem);
	--fz27: calc(27 / 16 * 1rem);
	--fz26: calc(26 / 16 * 1rem);
	--fz25: calc(25 / 16 * 1rem);
	--fz24: calc(24 / 16 * 1rem);
	--fz23: calc(23 / 16 * 1rem);
	--fz22: calc(22 / 16 * 1rem);
	--fz21: calc(21 / 16 * 1rem);
	--fz20: calc(20 / 16 * 1rem);
	--fz19: calc(19 / 16 * 1rem);
	--fz18: calc(18 / 16 * 1rem);
	--fz17: calc(17 / 16 * 1rem);
	--fz16: calc(16 / 16 * 1rem);
	--fz15: calc(15 / 16 * 1rem);
	--fz14: calc(14 / 16 * 1rem);
	--fz13: calc(13 / 16 * 1rem);
	--fz12_5: calc(12.5 / 16 * 1rem);
	--fz12: calc(12 / 16 * 1rem);
	--fz11: calc(11 / 16 * 1rem);
	--fz10: calc(10 / 16 * 1rem);
	--fz9: calc(9 / 16 * 1rem);
	--fz8: calc(8 / 16 * 1rem);

	--blue: #26328F;

}

@media (max-width: 768px) {
	:root {
		--fz70: clamp(10px, 19.0vw, 70px);
		--fz60: clamp(10px, 17.0vw, 60px);
		--fz48: clamp(10px, 14.31vw, 48px);
		--fz42: clamp(10px, 12.31vw, 42px);
		--fz40: clamp(10px, 11.31vw, 40px);
		--fz39: clamp(10px, 11.0vw, 39px);
		--fz35: clamp(10px, 9.31vw, 35px);
		--fz30: clamp(10px, 8.54vw, 32px);
		--fz30: clamp(10px, 7.99vw, 30px);
		--fz29: clamp(10px, 7.74vw, 29px);
		--fz28: clamp(10px, 7.43vw, 28px);
		--fz27: clamp(10px, 7.19vw, 27px);
		--fz26: clamp(10px, 6.92vw, 26px);
		--fz25: clamp(10px, 6.66vw, 25px);
		--fz24: clamp(10px, 6.40vw, 24px);
		--fz23: clamp(10px, 6.13vw, 23px);
		--fz22: clamp(10px, 5.84vw, 22px);
		--fz21: clamp(10px, 5.43vw, 21px);
		--fz20: clamp(10px, 5.33vw, 20px);
		--fz19: clamp(10px, 5.05vw, 19px);
		--fz18: clamp(10px, 4.78vw, 18px);
		--fz17: clamp(10px, 4.54vw, 17px);
		--fz16: clamp(10px, 4.25vw, 16px);
		--fz15: clamp(10px, 4.0vw, 15px);
		--fz14: clamp(10px, 3.72vw, 14px);
		--fz13: clamp(10px, 3.47vw, 13px);
		--fz12_5: clamp(10px, 3.32vw, 12.5px);
		--fz12: clamp(10px, 3.19vw, 12px);
		--fz11: clamp(10px, 2.94vw, 11px);
		--fz10: clamp(9px, 2.70vw, 10px);
		--fz9: clamp(8px, 2.5vw, 9px);
		--fz8: clamp(7px, 2.2vw, 8px);
	}
}


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Page遷移時のアニメーション
--------------------------------------------- */
body{
	animation: fadein 1.5s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: var(--fz20);
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	transition:all 0.3s ease-in-out 0s;
	cursor: pointer;
	
	text-decoration: none;
	outline: none!important;
	-moz-outline-style: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {

}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
html { font-size: 100%; }

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-size: var(--fz15);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
	line-height: 1.6;
	clear: both;
	margin:0;
}

p {
	margin:0;
	margin-bottom: 1.5em;
}
p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	font-style: normal;
	margin: 0 0;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.en{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

@media (min-width: 769px) {

}
@media (max-width: 768px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: var(--fz14);
	}
}

/* Elements
--------------------------------------------- */
body {
	color:#000;
	line-height: 1.8;
	background: #fff;
}

hr {
	background-color: rgba(255,255,255,0.2);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dl{
	margin:0;
}

dt {
	font-weight: 400;
}

dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	vertical-align: middle;
}

img {
	display: block;
	height: auto;
	vertical-align:middle;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

@media (min-width: 769px) {
	a[href*="tel:"] {
	    pointer-events: none;
	    cursor: default;
	    text-decoration: none;
	}
}
@media (max-width: 768px) {

}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
/* 	width: 100%; */
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation li.nav-sns {
	font-size: 1.5em;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {

	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
/* 	margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.center{
	text-align:center;
}


/* Common / Parts
--------------------------------------------- */
.w1600 {
	width: 1600px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w1500 {
	width: 1500px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w1400 {
	width: 1400px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w1300 {
	width: 1300px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w1200 {
	width: 1200px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w1100 {
	width: 1100px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w1000 {
	width: 1000px;
	max-width: 88%;
	margin: 0 auto;
}
.content-width-wide{
	width: 940px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w900{
	width: 900px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w800 {
	width: 800px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.content-width,
.w780 {
	width: 780px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w750 {
	width: 750px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.w100p{
	width:100%;
}

.content-width-wide .content-width{
	max-width:100%;
}


.small{
	font-size:0.8em;
	letter-spacing:0;
	margin:0;
}
.medium{

}

.heading{
/* 	line-height:1.3; */
}

.white{
	color:#fff;
}

.right{
	text-align: right;
}

.main-header{
	text-align:center;
	margin-bottom:80px;
}
.main-title{
	font-size:var(--fz25);
	letter-spacing: 0.25em;
}
.main-title + p{
	margin-top:1.5em;
}

.color,
.blue{
	color:var(--blue) !important;
}

.text-blue{
	color:var(--blue) !important;
}
.bg-blue,
a.bg-blue{
	color:#fff;
	background-color:var(--blue);
}
.bg-darkblue,
a.bg-darkblue{
	color:#fff;
	background-color:var(--aitech-darkblue);
}
.bg-blue a,
.bg-darkblue a{
	color:#fff;
}

.content-block > .inner{
	padding:80px 0 130px;
}

.bg-dark .inner{
	padding: 100px 0;
}

.flex{
	display:flex;
}
.flex-center{
	justify-content: center;
	align-items:center;
}
.flex-between{
	justify-content: space-between;
}
.flex-revs{
	flex-direction: row-reverse;
}
ul.flex,
ol.flex,
ul.pc-flex,
ol.pc-flex{
	padding:0;
	margin:0;
	list-style:none;
}

.tel-num::before{
/*
	content:'\f095';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	
	font-size:0.85em;
	margin-right:0.15em;
*/
}

.textillate{
	visibility: hidden;
}

.text-dot{
	position:relative;
}
.text-dot::before{
	content:"・";
	line-height: 1;
	position:absolute;
	left:50%;
	top: -0.65em;
	transform: translate(-50%, 0);
}

.movie-wrap{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.movie-wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-wrap{
	display: flex;
	justify-content: center;
	margin-top: 1.8em;
	position:relative;
}
.btn-wrap a,
.btn-wrap span,
a .btn-wrap > span,
.btn-wrap > span.more,
.btn-wrap input[type="submit"],
.btn-wrap input[type="button"]{
	display: flex;
	justify-content: center;
	align-items:center;
	width: 90%;
    max-width: 400px;
	font-size:var(--fz14);
	font-weight:700;
	text-decoration:none;
	line-height:1.3;
	border:2px solid #000;
	background-color:#fff;
	padding:15px 30px;
	cursor: pointer;
	transition:all 0.3s ease-in-out 0s;
	position:relative;
}

.btn-wrap input[type="submit"],
.btn-wrap input[type="button"]{
	min-width: 200px;
	padding:12px 40px;
	cursor: pointer;
}
.btn-wrap a:hover,
.btn-wrap span:hover,
a:hover .btn-wrap > span,
.btn-wrap > span.more:hover,
.btn-wrap input[type="submit"]:hover,
.btn-wrap input[type="button"]{
	color:#fff;
	background:#000;
}
.btn-wrap a:hover::before,
.btn-wrap > span.more:hover::before,
a:hover .btn-wrap > span::before,
.btn-wrap input[type="submit"]:hover::before,
.btn-wrap input[type="button"]:hover{
	color:#fff;
	background:var(--blue);
}

.btn-wrap input[type="button"].wpcf7-previous{
	min-width: 100px;
	color:#808080;
	border-color:#808080;
}
.btn-wrap input[type="button"].wpcf7-previous:hover{
	color:#fff;
	background:#808080;
	border-color:#808080;
}

.bg-blue .btn-wrap a,
a.bg-blue .btn-wrap > span,
.bg-blue a .btn-wrap > span{
	color:var(--blue);
	background:#fff;
	transition:all 0.3s ease-in-out 0s;
}
.bg-blue .btn-wrap a::before,
a.bg-blue .btn-wrap > span::before,
.bg-blue a .btn-wrap > span::before{
	color:#fff;
	background:var(--blue);
}
.bg-blue .btn-wrap a:hover,
a.bg-blue:hover .btn-wrap > span,
.bg-blue a:hover .btn-wrap > span{
	opacity:0.8;
}

.btn-wrap.entry-btn{
	margin-top:100px;
}
.btn-wrap.entry-btn a {
    width: 90%;
    max-width: 450px;
	font-size:var(--fz18);
	color:#fff;
	background:#000;
	padding: 25px 30px;
}
.btn-wrap.entry-btn a:hover {
	color:#000;
	background:#fff;
}

.btn-wrap.back-btn{
	margin-top:5em;
}
.btn-wrap.back-btn a,
.btn-wrap.back-btn span {
    width: 90%;
    max-width: 300px;
	font-size:var(--fz14);
	color:#fff;
	font-weight:normal;
	background:#000;
	padding: 10px 30px;
}

.btn-wrap.arrow-btn a::after,
.btn-wrap.arrow-btn span::after{
	content:"\f0da";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position:absolute;
	top:50%;
	right:20px;
	transform: translateY(-50%);
}
.btn-wrap.arrow-btn a.arrow-down::after,
.btn-wrap.arrow-btn span.arrow-down::after{
	content:"\f0d7";
}


.title-wrap{
	margin-bottom: 50px;
}
.title-wrap .title{
	font-size:var(--fz16);
	letter-spacing: 0.2em;
}

.page-title-wrap{
	margin-bottom:100px;
}

.block-title-wrap,
.home.archive .block-title-wrap{
	text-align:center;
	margin-bottom: 60px;
}
.block-title-wrap .title,
.home.archive .block-title-wrap .title{
	font-size:var(--fz30);
	font-weight:700;
}
.home .block-title-wrap .title{
	font-size:var(--fz25);
}
.block-title-wrap .title-sub{
	font-size:var(--fz14);
}

.underline{
	border-bottom:2px solid #000;
	padding-bottom:0.5em;
}

.heading{
	font-size:var(--fz23);
}

.form dl{
	display:flex;
	flex-wrap:wrap;
	padding:15px 0;
	margin: 0;
}
.form dl:first-child{

}
.form dl dt{
	width:250px;
	font-size: var(--fz16);
}
.form dl dd{
	width:calc(100% - 250px);
	margin: 0;
}
.form dl dd input{
}
.form dl dd input[type="text"],
.form dl dd input[type="email"],
.form dl dd textarea{
	width:100%;
	background:#F9F9F8;
	border:1px solid #211815;
	padding: 10px 12px;
}
.form dt p{
	display:inline;
}
.form .required dt::after{
	content:"必須";
    font-size: 0.65em;
    color:#fff;
    line-height:1;
    border-radius:3px;
	background:#cc0000;
	padding:1px 5px;
	margin-left: 0.5em;
}
.form .any dt::after{
	content:"任意";
    font-size: 0.65em;
    color:#fff;
    line-height:1;
    border-radius:3px;
	background:#bfbfbf;
	padding:1px 5px;
	margin-left: 0.5em;
}

.wpcf7-list-item.first {
	margin-left: 0;
}
.btn-wrap .wpcf7-spinner{
	position:absolute;
	right:0;
}

.swiper-wrapper{
	margin:0;
	padding:0;
}

.list-3col{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
.list-3col > *{
	width:calc(33.333% - 20px);
}


@media (min-width: 769px) {
	.pc-none{
		display:none;
	}
	.pc-flex{
		display:flex;
	}
	
	.font-script{
		font-size:72px;
	}

}
@media (max-width: 768px) {
	.sp-none{
		display:none;
	}
	.sp-flex{
		display:flex;
	}
	
	.bg-dark .inner {
		padding: 60px 0;
	}
	
	.bg-lattice-tl,
	.bg-lattice-tr,
	.bg-lattice-bl,
	.bg-lattice-br{
		background-size:85% auto;
	}
	
	.main-header {
		margin-bottom: 30px;
	}
	.main-title {
		font-size: var(--fz16);
	}
	.main-title + p {
		width:80%;
		text-align:left;
		margin: 1.5em auto 0;
	}

	.title-wrap {
	    margin-bottom: 30px;
	}

	.content-block > .inner{
		padding:50px 0 80px;
	}
	
	.btn-wrap a{
		font-size:var(--fz15);
	}
	.btn-wrap a span.btn-inner{
		padding: 5px 20px;
	}
	
	.font-script{
		font-size:var(--fz44);
	}
	
	#photo-gallery {
		padding: 80px 0;
	}
	.home #photo-gallery{
		padding: 6% 0;
	}
	#photo-gallery .photo-list > *,
	#photo-gallery .photo-list3 > * {
		width: 100%;
	}
	#photo-gallery .photo-list img,
	#photo-gallery .photo-list3 img{
		aspect-ratio: 5/3 !important;
	}
	#photo-gallery .photo-list2{
		display: flex;
		flex-wrap: wrap;
	}
	
	.form dl{
		display:block;
		    padding: 15px 0;
	}
	.form dl dt,
	.form dl dd {
		width: 100%;
	}
	.form dl dt{
		margin-bottom: 0.25em;
	}
	.form dl dd input[type="text"],
	.form dl dd input[type="email"],
	.form dl dd textarea{
		font-size: var(--fz18);
	}
	
	
	.block-title-wrap {
	    margin-bottom: 30px;
	}
	.block-title-wrap .title {
	    font-size: var(--fz20);
	}
	.block-title-wrap .title-sub {
	    font-size: var(--fz11);
	}
	
	body.home .block-title-wrap {
	    margin-bottom: 20px;
	}
	body.home .block-title-wrap .title {
	    font-size: var(--fz18);
	}
	
	.list-3col > *{
		width:100%;
	}
	
	.f-button.is-arrow {
		display: none !important;
	}
}





/* Layout
--------------------------------------------- */
#masthead,
.home.archive #masthead{
	margin-bottom:80px;
}
.home #masthead{
	margin-bottom:40px;
}
#masthead .inner{
	display:flex;
	justify-content: space-between;
	align-items: center;
	max-width: 94%;
}
#masthead .site-branding{
    width: 40%;
    max-width: 240px;
}

@media (max-width: 768px) {
	#masthead{
		position: relative;
		margin-bottom: 30px;
	}
	.home #masthead{
		position: relative;
		margin-bottom: 20px;
	}
	#masthead .inner {
	    max-width: 90%;
	}
	#masthead .site-branding{
        width: 25%;
        max-width: 90px;
	}
	.home #masthead .site-branding{
        width: 50%;
        max-width: 180px;
	}
}


main#primary{
	padding-bottom:120px;
}




.post-list article .entry-title{
	font-size: var(--fz21);
	font-weight:700;
	line-height: 1.25;
}

@media (max-width: 768px) {
	.post-list article .entry-title {
	    font-size: var(--fz18);
	    line-height: 1.4;
	}
}


footer#colophon{
	background:#f2f2f2;
	padding-bottom: 50px;
}
footer#colophon .inner{
	font-size: var(--fz14);
	padding: 60px 350px 0 0;
	position: relative;
}
footer#colophon .title {
    display: inline-block;
	font-size: var(--fz14);
	font-weight:bold;
    line-height: 1.3;
    border-bottom: 2px solid #000;
}
footer#colophon .label {
	width: 240px;
	position: absolute;
	right: 0;
	content: '';
	display: block;
	top: 0;
}
footer#colophon .txt {
	margin-bottom:1.5em;
}
footer#colophon section{
	margin-top: 25px;
}
footer#colophon section>*+*,
footer#colophon *+dt {
    margin-top: 10px;
}
footer#colophon section p {
	margin-bottom:0.25em;
}
footer#colophon section ul {
	padding:0;
	margin:0;
	list-style:none;
}
footer#colophon dd:before {
    content: '-';
    display: inline-block;
    margin-right: 10px;
}
footer#colophon .map {
	width:300px;
    position: absolute;
    bottom: 0;
    right: 0px;
}
footer#colophon .nav {
	width:88px;
    position: absolute;
    bottom: 0;
    right: 0;
}
footer#colophon .copyright {
    margin-top:30px;
    font-weight: bold;
}

@media (max-width: 768px) {
	footer#colophon {
	    padding-bottom: 20px;
	}
	footer#colophon .inner {
	    padding: 0 0 60px;
	}
	footer#colophon .label{
		width: 60%;
        position: static;
        margin: 0 auto 30px;
	}
	footer#colophon .txt{
		
	}
	footer#colophon .map{
		position: static;
	    width: 100%;
	    margin: 0 auto;
	}
	footer#colophon .copyright {
	    margin-top: 30px;
	    position: absolute;
	    left: 0;
	    margin: 0;
	    bottom: 0;
	}
}



/* nav
--------------------------------------------- */

#primary-menu a{
	display:block;
	font-size: var(--fz17);
	font-weight:700;
	text-align:center;
	padding:0 15px;
}
#primary-menu a::after {
    content: attr(data-desc);
    display: block;
	font-size: var(--fz13);
    font-style: normal;
    line-height: 1.0;
    letter-spacing: 0;
}

.sns-link-list{
	display: flex;
	justify-content: center;
	gap: 15px;
	font-size: var(--fz25);
	line-height: 1;

}
#masthead .sns-link-list{
	justify-content: flex-end;
	margin-bottom: 0.75em !important;
	margin-right: 10px !important;
}

@media (min-width: 769px) {
	#primary-menu{
		display:flex;
		justify-content: flex-end;
	}
	#primary-menu li + li{
		border-left:2px solid #000;
	}

	.hamburger-overlay,
	.nav-overlay {
		display:none;
	}
}

@media (max-width: 768px) {

	.main-navigation{
		display:none;
	}

	/* ハンバーガーメニュー */
	.hamburger-overlay {
		display:block;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 1000;
		width: 64px;
		height: 45px;
		padding: 20px;
		border: none;
		background: transparent;
		cursor: pointer;
	}
	
	.hamburger-overlay__line {
		position: absolute;
		left: 11px;
		width: 44px;
		height: 1px;
		background-color: #000;
		transition: all .6s;
	}
	
	.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
	.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
	.hamburger-overlay__line:nth-of-type(3) { top: 32px; }
	
	.hamburger-overlay.active .hamburger-overlay__line {
		background-color: #000;
	}
	
	.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
		transform: translateY(9px) rotate(-20deg);
	}
	.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
		opacity: 0;
	}
	.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
		transform: translateY(-9px) rotate(20deg);
	}
	
	.nav-overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100vh;
		background-color: #f2f2f2;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.4s ease, visibility 0.4s ease;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.nav-overlay.active {
		opacity: 1;
		visibility: visible;
	}
	
	.nav-overlay .site-title{
		width: 22.5%;
		margin-left: 5%;
	}
	
	.nav-overlay__content{
		width: 90%;
		max-width: 1000px;
	}
	.nav-overlay__content nav{
		display: block;
	}
	.nav-overlay__content nav > *{
	
	}
	.nav-overlay__content nav ul li + li{
		margin-top:1.5em;
	}
	.nav-overlay__content .site-info.nav-group{
		width:30%;
	}
	.nav-overlay__content .nav-group dt{
		font-size: var(--fz30);
		letter-spacing: 0.2em;
		line-height:1.5;
	}
	.nav-overlay__content .nav-group ul{
		padding:0;
		margin:1em 0 0;
		list-style:none;
	}
	.nav-overlay__content .nav-group ul li{
		display:flex;
		flex-wrap:wrap;
		align-items:center;
	}
	.nav-overlay__content .nav-group ul li::before{
		content:"";
		display:block;
		width:20px;
		height:1px;
		background:rgba(255,255,255,0.5);
		margin-right: 0.8em;
	}
	/*
	.nav-overlay__content .nav-menu,
	.nav-overlay__content .nav-shop
	*/
	.nav-overlay__content .nav-group + .nav-group{
		margin-top:50px;
	}
	
	.nav-overlay__content .tel-num span{
		display:inline-block;
		font-size: var(--fz17);
		letter-spacing: 0.3em;
		border-bottom:1px solid #fff;
		margin-bottom:0.75em;
	}
	.nav-overlay__content .biz-time{
		font-size: var(--fz14);
		line-height:1.5;
	}
	.nav-overlay__content address{
		margin-bottom:1.5em;
	}
	.nav-overlay__content .mail-to{
		font-size: var(--fz17);
	}


	.hamburger-overlay__line {
	    width: 34px;
	}
	.hamburger-overlay{
		top: 15px;
		right: 15px;
		width: 56px;
		height: 42px;
	}
	.hamburger-overlay__line:nth-of-type(2) {
	    top: 21px;
	}
	.hamburger-overlay__line:nth-of-type(3) {
	    top: 28px;
	}
	.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
	    transform: translateY(7px) rotate(-19deg);
	}
	.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
	    transform: translateY(-7px) rotate(19deg);
	}
	
	.nav-overlay{
		overflow-y: scroll;
		display:block;
	}
	.nav-overlay__content{
		display:block;
		width: 80%;
		padding: 30px 0 30px;
        margin: 0 auto;
	}
	.nav-overlay__content .nav-menu,
	.nav-overlay__content .nav-shop {
	    margin-top: 30px;
	}
	.nav-overlay__content nav {
	    column-count: auto;
	}
	.nav-overlay__content .nav-group + .nav-group,
	.nav-overlay__content .site-info.nav-group {
	    margin-top:1.5em;
	}
	.nav-overlay__content .nav-group dt {
	    font-size: var(--fz24);
	}
	.nav-overlay__content nav .nav-group dd {
	    display:none;
	}
	.nav-overlay__content .nav-group ul {
		padding-left:1.5em;
	    margin: 0.3em 0 0;
	}
	.nav-overlay__content .site-info.nav-group dd{
		padding-left:1.5em;
	}
	
	#overlay-menu .sns-link-list{
	    border-top: 2px solid #000;
		margin-top: 1em;
	    padding-top: 1em;
	}
	#overlay-menu .sns-link-list li + li{
		margin:0;
	}
}




/* 固定ページ
--------------------------------------------- */
.page .entry-content .wp-block-heading{
	font-size: var(--fz23);
	margin-bottom:1.5em;
}

@media (max-width: 768px) {
	.page .entry-content .wp-block-heading {
	    font-size: var(--fz18);
	}
}




/* Search
--------------------------------------------- */

.search-field-wrap{
	background:#f2f2f2;
	padding: 50px 5%;
	margin-bottom: 60px;
	position: relative;
}
.search-field-wrap::after{
	content: "";
    display: block;
    background: #f2f2f2;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.search-field-wrap .searchandfilter h4{
	display:inline-block;
	font-size: var(--fz17);
	font-weight:bold;
    border-bottom: 2px solid #000;
	padding: 0;
    margin-bottom: 1em;
}

.search-field-wrap form.searchandfilter > ul{
	display:flex;
	justify-content: center;
	gap:60px;
}
.search-field-wrap form.searchandfilter ul{
	padding:0;
	margin:0;
	list-style:none;
}
.search-field-wrap form.searchandfilter ul ul{
	column-count: 2;
}
.search-field-wrap form.searchandfilter ul ul > li{
	font-size: var(--fz17);
	font-weight:700;
	white-space: nowrap;
	padding: 0;
}
.search-field-wrap form.searchandfilter ul ul > li > *{
	cursor: pointer;
}

.no-results.not-found{
	width:100%;
	text-align: center;
	padding:50px 0;
}

@media (max-width: 768px) {
	.search-field-wrap{
		padding: 15px 5%;
	}
	.search-field-wrap .searchandfilter h4{
		font-size: var(--fz15);
		margin-bottom: 0.75em;
	}
	.search-field-wrap form.searchandfilter > ul{
		display:block;
	}
	.search-field-wrap form.searchandfilter ul ul > li{
		font-size: var(--fz14);
	}
}



/* 共通一覧ページ
--------------------------------------------- */
.post-list.list-3col .post-thumbnail{
	display: block;
	margin-bottom:15px;
}

.post-list.list-3col .post-thumbnail img{
	aspect-ratio:3/2;
	object-fit:cover;
}

.program-season{
	font-size: var(--fz14);
	color:#b3b3b3;
	padding:0;
	margin:0;
	list-style:none;
}

.post-list .program-date,
.post-list .program-venue{
	font-size: var(--fz16);
	font-weight:700;
	line-height: 1.4;
	margin:0.75em 0 0;
}

.where-list{
	font-size: var(--fz17);
	font-weight:700;
	color:var(--blue);
	line-height: 1.4;
	padding:0;
	margin: 0 0 0.75em;
	list-style:none;
}

.list-3col li .img{
	margin-bottom:0.5em;
}

.wp-pagenavi{
	display: flex;
    justify-content: center;
    gap: 20px;
	width:100%;
	font-size: var(--fz18);
	text-align: center;
    padding: 60px 0 30px;
}
.wp-pagenavi .current{
	border-bottom: 2px solid #000;
    font-weight: bold;
}

@media (max-width: 768px) {
	.post-list .program-date, .post-list .program-venue {
	    font-size: var(--fz15);
	}
}


/* 共通詳細ページ
--------------------------------------------- */
.detail-top{
	display:flex;
	align-items:flex-start;
	flex-direction: row-reverse;
	gap: 70px;
}
.detail-top .text{
	width:40%;
}
.detail-top .img,
.detail-top .img-wrap{
	width:60%;
	position:relative;
}
.detail-top .entry-title{
	font-size: var(--fz23);
	font-weight:700;
	line-height: 1.4;
}

.detail-top .img-wrap .swiper-main img,
.detail-top .img-wrap .slider-thumbnail img{
	width: 100%;
	aspect-ratio:3/2;
	object-fit:contain;
}
.detail-top .img-wrap .slider-thumbnail{
	margin-top:5px;
}
.detail-top .img-wrap .slider-thumbnail .swiper-slide{
	opacity:0.5;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}
.detail-top .img-wrap .slider-thumbnail .swiper-slide-thumb-active,
.detail-top .img-wrap .slider-thumbnail .swiper-slide:hover{
	opacity:1;
}

.detail-top .img-wrap .swiper-button-prev,
.detail-top .img-wrap .swiper-button-next{
	display:block;
	width: 20px;
	height: 40px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.detail-top .img-wrap .swiper-button-prev{
	left: -40px;
}
.detail-top .img-wrap .swiper-button-next{
	right: -40px;
}
.detail-top .img-wrap .swiper-button-prev span,
.detail-top .img-wrap .swiper-button-next span{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.detail-top .img-wrap .swiper-button-prev span::before,
.detail-top .img-wrap .swiper-button-prev span::after,
.detail-top .img-wrap .swiper-button-next span::before,
.detail-top .img-wrap .swiper-button-next span::after{
	content: "";
	position: absolute;
	top: calc(50% - 0px);
	width: 27px;
	height: 1px;
	border-radius: 9999px;
	background-color: #000;
}
.detail-top .img-wrap .swiper-button-prev span::before,
.detail-top .img-wrap .swiper-button-prev span::after{
	left: 0;
	transform-origin: 0px 50%;
}
.detail-top .img-wrap .swiper-button-next span::before,
.detail-top .img-wrap .swiper-button-next span::after{
	right: 0;
	transform-origin: calc(100% - 0px) 50%;
}
.detail-top .img-wrap .swiper-button-prev span::before{
	transform: rotate(45deg);
}
.detail-top .img-wrap .swiper-button-prev span::after{
	transform: rotate(-45deg);
}
.detail-top .img-wrap .swiper-button-next span::before{
	transform: rotate(-45deg);
}
.detail-top .img-wrap .swiper-button-next span::after{
	transform: rotate(45deg);
}
.swiper-button-disabled{
	opacity:0.5;
}
.swiper-button-prev:not(.swiper-button-disabled),
.swiper-button-next:not(.swiper-button-disabled){
	cursor: pointer;
}

.image-caption{
	font-size: var(--fz12);
	text-align:right;
}
.slide-img .image-caption{
	position: absolute;
	right: 0px;
    bottom: 0px;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
	.detail-top {
	    display: block;
	}
	.detail-top .text,
	.detail-top .img,
	.detail-top .img-wrap{
		width:100%;
	}
	.detail-top .img,
	.detail-top .img-wrap{
		margin-bottom:30px;
	}
	.detail-top > .entry-header{
		margin-bottom:30px;
	}
	.detail-top .img-wrap .swiper-button-next {
	    right: -20px;
	}
	.detail-top .img-wrap .swiper-button-prev {
	    left: -20px;
	}
	
	.detail-top .entry-title {
	    font-size: var(--fz20);
	}
	
	.image-caption{
		font-size: var(--fz10);
	}
}


.genre-list{
	display:flex;
	flex-wrap:wrap;
	gap:5px;
	padding:0;
	margin:1em 0 0;
	list-style:none;
}
.genre-list li{
	font-size: var(--fz13);
	color:#fff;
	line-height:1.2;
	background:#bfbfbf;
	padding:5px 15px;
}

.detail-top .btn-wrap a{
	width:100%;
}

.sns-list{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	padding:0;
	margin:1.5em 0 0;
	list-style:none;
}
.sns-list li{
	font-size: var(--fz23);
	color:#fff;
	line-height:1;
}

.anchor-link-btn{
	gap: 20px;
	margin-top: 100px;
	margin-bottom: 80px;
}
body.single-art-exhibition .anchor-link-btn{
	margin-top: 25px;
}

article.post-detail section + section{
	margin-top:120px;
}
.detail-info-title{
	font-size: var(--fz23);
	font-weight:700;
	text-align:center;
	margin-bottom:1em;
}
.detail-info dl{
	display:flex;
	flex-wrap:wrap;
	border-top:1px solid #ccc;
	padding:1em 0;
}
.detail-info dl:first-child{
	border-top:0px;
}
.detail-info dl dt{
	width:170px;
	font-weight:bold;
}
.detail-info dl dd{
	width:calc(100% - 170px);
}


.detail-info-contents + .gmap{
	margin-top:40px;
}
.gmap iframe{
	width:100%;
}

ul.commas-list,
.commas-list ul{
	display:flex;
	flex-wrap: wrap;
	padding:0;
	margin:0;
	list-style:none;
}
ul.commas-list li::after,
.commas-list ul li::after{
	content:"、";
}
ul.commas-list li:last-child::after,
.commas-list ul li:last-child::after{
	display:none;
}

@media (max-width: 768px) {
	.detail-info-title {
	    font-size: var(--fz18);
	}
	article.post-detail section + section {
	    margin-top: 60px;
	}
	
	.detail-info dl{
		display:block;
	}
	.detail-info dl dt,
	.detail-info dl dd{
		width:100%;
	}
	
	body.single-art-exhibition .anchor-link-btn{
		display:block;
	}
	body.single-art-exhibition .anchor-link-btn a{
		width:100%;
	}
	body.single-art-exhibition .anchor-link-btn a + a{
		margin-top:0.5em;
	}
}


/* Home
--------------------------------------------- */
#mv-wrap img{
	width:100%;
}

#home-information{
	padding-top:90px;
	margin-bottom:30px;
}

body.home .block-title-wrap{
	margin-bottom: 40px;
}

#topics.content-block > .inner,
#banner.content-block > .inner{
	padding-bottom: 80px;
}
.topics-list .list-item + .list-item{
	margin-top:1em;
}
.topics-list .list-item a{
	display:flex;
	flex-wrap:wrap;
}
.topics-list .list-item a .topics-date{
	width:125px;
}
.topics-list .list-item a .topics-title{
	width:calc(100% - 125px);
	font-size: var(--fz15);
}
#topics .btn-wrap.back-btn {
    margin-top: 3.5em;
}

@media (max-width: 768px) {
	#home-information {
	    padding-top: 40px;
	    margin-bottom: 30px;
	}
	#topics.content-block > .inner {
        padding: 30px 0 0px;
    }
	.topics-list .list-item a {
	    display: block;
	}
	.topics-list .list-item a .topics-date,
	.topics-list .list-item a .topics-title{
		width:100%;
	}
	
	body.home .block-title-wrap {
	    margin-bottom: 30px;
	}
}




/* Program
--------------------------------------------- */
.post-type-archive-program .post-list article .entry-title a{
	color:var(--blue);
}

#program-notes .inner{
	display:flex;
	justify-content: space-between;
	gap:40px;
	padding:150px 0 0;
}
#program-notes .inner .col{
	width:100%;
}
#program-notes .inner .col *{
	font-size: var(--fz14);
}
#program-notes .col > * + * {
    margin-top: 30px;
}
#program-notes .title > span {
    display: inline;
    border-bottom: 2px solid #000;
    line-height: 2;
    padding-bottom: .2em;
}
#program-notes .title + *,
#program-notes ul + p {
    margin-top: 15px;
}
#program-notes ul + p {
    margin-bottom: 0px;
}
#program-notes ul {
    padding:0;
    margin:0;
    list-style:none;
}

@media (max-width: 768px) {
	#program-notes .inner{
		display:block;
	}
}



/* Group
--------------------------------------------- */
#appear-program{
	background:#f2f2f2;
	padding:50px 50px;
}



@media (max-width: 768px) {
	
}



/* Virtual Museum
--------------------------------------------- */
body.v-museum main#primary {
    padding-bottom: 0px;
}

.v-museum-contents-wrap{
	background:url(img/museum_top_bg.jpg) center center no-repeat #000;
	background-size:cover;
	padding:100px 5%;
}
.v-museum-contents-wrap .inner{
	display:flex;
	gap:40px;
}
.v-museum-contents-wrap .inner > a{
	display:block;
	width:100%;
	font-size: var(--fz20);
	text-align:center;
	background:#fff;
	border: 5px solid #fff;
	padding:80px 20px;
}
.v-museum-contents-wrap .inner > a:hover{
	color:#fff;
	background:#000;
}
.v-museum-contents-wrap .inner > a b{
	font-size: var(--fz24);
}

.v-museum-contents-wrap .inner .icon{
	width:85px;
	margin: auto;
}
.v-museum-contents-wrap .inner .st0{
	stroke:#000000;
	stroke-width:1.5595;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit:10;
	transition: all 0.3s ease-in-out 0s;
}
.v-museum-contents-wrap .inner .st1{
	fill:none;
	stroke:#000000;
	stroke-width:1.5595;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit:10;
	transition: all 0.3s ease-in-out 0s;
}
.v-museum-contents-wrap .inner .st2{
	fill:#000000;
	transition: all 0.3s ease-in-out 0s;
}

.v-museum-contents-wrap .inner > a:hover .st0,
.v-museum-contents-wrap .inner > a:hover .st1{
	stroke:#fff;
}
.v-museum-contents-wrap .inner > a:hover .st0,
.v-museum-contents-wrap .inner > a:hover .st2{
	fill:#fff;
}

@media (max-width: 768px) {
	.v-museum-contents-wrap{
		padding: 50px 5%;
	}
	.v-museum-contents-wrap .inner {
    	display:block;
	}
	.v-museum-contents-wrap .inner > a{
		font-size: var(--fz16);
		padding: 20px 20px;
	}
	.v-museum-contents-wrap .inner > a + a{
		margin-top:2em;
	}
	.v-museum-contents-wrap .inner > a b {
	    font-size: var(--fz20);
	}
	.v-museum-contents-wrap .inner .icon {
	    width: 75px;
	}
}




/* 郷土の作家
--------------------------------------------- */
.local-artist-category + .local-artist-category{
	margin-top:80px;
}

body.post-type-archive-local-artist .post-list .img{
	margin-bottom:1em;
}
body.post-type-archive-local-artist .post-list .img img{
	width:100%;
	aspect-ratio:1/1;
	object-fit: cover;
}
body.post-type-archive-local-artist .post-list .birthplace{
	font-size: var(--fz17);
	margin-bottom:0.5em;
}
body.post-type-archive-local-artist .post-list .post_ttl{
	font-size: var(--fz23);
}

.single-local-artist .detail-top{
	flex-direction: row;
}
.single-local-artist .detail-top .img {
    width: 33%;
}
.single-local-artist .detail-top .img img {
    width: 100%;
}
.single-local-artist .detail-top .text {
    width: 67%;
}
.single-local-artist .detail-top .btn-wrap {
    justify-content: flex-start;
}
.single-local-artist .detail-top .btn-wrap a {
    width: auto;
}

body.single-local-artist .activity-period{
	font-size: var(--fz18);
}
body.single-local-artist .entry-header .name-wrap{
	display:flex;
	align-items:flex-end;
}
body.single-local-artist .entry-header .name-wrap .name-en{
	font-size: var(--fz15);
	line-height: 1.6;
	margin-left:1em;
}

body.single-local-artist .anchor-link-btn a{
	width: 35%;
}

#artist-portfolio .list-3col{
	gap:45px 120px;
}
#artist-portfolio .list-3col > * {
    width: calc(33.333% - 80px);
}
#artist-portfolio .list-3col .img{
    margin-bottom:10px;
}
#artist-portfolio .list-3col dt{
    font-size: var(--fz17);
    line-height: 1.2;
}
#artist-portfolio .list-3col dd{
    font-size: var(--fz14);
}

#artist-portfolio .post-list > div {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease;
}

#artist-portfolio .post-list > div.show {
	opacity: 1;
	max-height: 1000px;
}

#artist-history ul{
	padding:0;
	margin:0;
	list-style:none;
}
#artist-history ul li{
	display:flex;
	flex-wrap:wrap;
}
#artist-history ul li .history-year{
	width:70px;
	font-size: var(--fz18);
	font-weight:bold;
	padding: 10px 0;
	position:relative;
}
#artist-history ul li .history-year::after{
	content:"";
	display:block;
	width:7px;
	height:7px;
	background:#ccc;
	border-radius:50%;
	position:absolute;
/* 	top:calc(50% - 3px); */
	top:1.3em;
	right:-4px;
}
#artist-history ul li .history-text{
	width:calc(100% - 70px);
	padding:10px 0 10px 32px;
	position:relative;
}
#artist-history ul li .history-text::before{
	content:"";
	width:1px;
	height:100%;
	background:#ccc;
	position:absolute;
/* 	top:50%; */
	top:calc(1.3em + 7px);
	left:0;
}
#artist-history ul li:last-child .history-text::before{
	display:none;
}

@media (max-width: 768px) {
	.single-local-artist .detail-top .img{
		    width: 65%;
			margin: auto;
	}
	.single-local-artist .detail-top .text{
		width:100%;
	}
	
	body.single-local-artist .anchor-link-btn a{
		width: auto;
	}
	
	#artist-portfolio .list-3col {
/* 	    display: block; */
		gap:20px 15px;
	}
	#artist-portfolio .list-3col > * {
/* 	    width: 100%; */
		width: calc(50% - 10px);
	}
	#artist-portfolio .list-3col > * + div {
/* 	    margin-top:30px; */
	}
	#artist-portfolio .list-3col .img {
	    margin-bottom: 5px;
	}
	#artist-portfolio .list-3col dt {
	    font-size: var(--fz15);
	}
	#artist-portfolio .list-3col dd {
	    font-size: var(--fz12);
	    line-height: 1.4;
	}
	#artist-portfolio .btn-wrap.back-btn {
	    margin-top: 2em;
	}
	
	#artist-history ul li .history-year{
		width: 50px;
		font-size: var(--fz16);
		line-height: 1.5;
	}
	#artist-history ul li .history-year::after{
		top: calc(1em + 3px);
	}
	#artist-history ul li .history-text {
	    width: calc(100% - 50px);
	    padding: 10px 0 10px 20px;
	}
	#artist-history ul li .history-text::before{
/* 		height: calc(100% + 1em); */
		height: 100%;
		top: calc(1em + 10px);
	}
}




/* 美術展
--------------------------------------------- */

.post-type-archive-art-exhibition .post-list.list-3col .post-thumbnail img{
	aspect-ratio: auto;
}

.event-period{
	font-size: var(--fz17);
	letter-spacing: 0;
	margin:0.65em 0 0;
}
.exhibition-number dl{
	display:flex;
	font-size: var(--fz13);
}


.exhibition-section + .exhibition-section{
	margin-top:130px;
}

body.single-art-exhibition article > .entry-header{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	align-items: flex-end;
	font-size: var(--fz16);
	color: var(--blue);
}
body.single-art-exhibition article > .entry-header *{
	font-size: var(--fz16);
}
.exh-section-title{
	font-size: var(--fz24);
	text-align:center;
	font-weight:700;
	border-bottom:2px solid #000;
	padding-bottom: 10px;
    margin-bottom: 50px;
}
.exh-sec-cat-title-wrap{
	text-align:center;
}
.exh-sec-cat-title-wrap .block-title span{
	display:inline-block;
	font-size: var(--fz18);
	font-weight:700;
	line-height:1;
	border:2px solid #000;
	padding:15px 30px;
}
.exh-sec-cat-title-wrap p{
	font-size: var(--fz16);
	font-weight:700;
	margin-top:5px;
}
.exhibition-section-category + .exhibition-section-category{
	margin-top:80px;
}
.exhibition-section-category > dl{
	display:flex;
	flex-wrap:wrap;
	margin-top:25px;
}
.exhibition-section-category > dl dt{
	width:65px;
	font-weight:bold;
}
.exhibition-section-category > dl dd{
	width:calc(100% - 65px);
}
.exhibition-section-category > ul{
	padding:0;
	margin:0;
	list-style:none;
	margin-top:30px;
}
#exh_general .exhibition-section-category ul li{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
	margin-top:50px;
}
#exh_general .exhibition-section-category ul li .img{
	width:180px;
}
#exh_general .exhibition-section-category ul li .text{
	width:calc(100% - 230px);
}
.exhibition-section-category .title-wrap{
	margin-bottom:0;
}
#exh_general .exhibition-section-category .title-wrap{
	border-bottom:1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 20px;
	position:relative;
}
.exhibition-section-category ul li .text .art-title{
	font-size: var(--fz17);
	font-weight:700;
}
#exh_general .exhibition-section-category .art-title{
	font-size: var(--fz21);
}
.exhibition-section-category ul li .text .art-author{
	font-size: var(--fz14);
}
#exh_general .exhibition-section-category .art-author{
	font-size: var(--fz16);
	font-weight:bold;
	position:absolute;
	right:0;
	bottom:5px;
}

@media (max-width: 768px) {
	#exh_general .exhibition-section-category ul li{
		display:block;
	}
	#exh_general .exhibition-section-category ul li .text{
		width:100%;
	}
	#exh_general .exhibition-section-category ul li .img{
		width: 70%;
		margin: 0 auto 20px;
	}
	
	.exh-section-title {
	    font-size: var(--fz20);
	    margin-bottom: 30px;
	}
	#exh_general .exhibition-section-category .art-title {
	    font-size: var(--fz18);
	}
	#exh_general .exhibition-section-category .art-author {
	    font-size: var(--fz14);
	    text-align:right;
	    position: static;
	}
	#exh_students .list-3col li .img,
	#exh_invitation .list-3col li .img{
		width:80%;
		margin:0 auto 0.5em;
	}
	#exh_students .list-3col li .text,
	#exh_invitation .list-3col li .text{
		text-align:center;
	}
}




/* 支援情報
--------------------------------------------- */
.support-info-list .info-item{
	padding:20px 150px 20px 0;
	border-bottom:1px solid #ccc;
	position:relative;
}
.support-info-list .info-item .btn-wrap{
	margin:0;
	position:absolute;
	bottom:20px;
	right:0;
}
.support-info-list .info-item .btn-wrap a{
	width:100%;
	padding: 6px 15px;
}
.support-info-list .info-item .btn-wrap a::after{
	content:"\f08e";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left:0.5em;
}

@media (max-width: 768px) {
	.support-info-list .info-item {
	    padding: 20px 0px;
	}
	.support-info-list .info-item .title {
	    font-size: var(--fz18);
	}
	.support-info-list .info-item .btn-wrap{
		justify-content: flex-end;
		margin-top: 0.5em;
		position:static;
	}
	.support-info-list .info-item .btn-wrap a{
		width: auto;
	    display: inline-block;
	}
}



/* ご利用について
--------------------------------------------- */
.notes-for-posting{
	border-top:1px solid rgba(0,0,0,0.3);
	border-bottom:1px solid rgba(0,0,0,0.3);
	padding:50px 0;
	margin-top:100px;
}
.notes-for-posting .title{
	font-size: var(--fz18);
	font-weight:bold;
	text-align:center;
	margin-bottom:1.5em;
}
.btn-wrap.entry-btn a i {
    font-size: var(--fz21);
    line-height: 1;
    margin-right: 0.5em;
}

.submit-to-publish ol{
	display:flex;
	justify-content: center;
	gap:10px;
	padding:0;
	margin:0;
	list-style:none;
}
.submit-to-publish ol li{
	width:100%;
	background:#f2f2f2;
	padding:25px 20px;
	position:relative;
}
.submit-to-publish ol li + li::before{
	content:"\f04b";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
    font-size: 1.5em;
	position:absolute;
	top:50%;
    left: -0.5em;
    transform: translateY(-50%);
}
.submit-to-publish ol li .circle{
	display:flex;
	align-items: center;
    justify-content: center;
    width: 90%;
	text-align:center;
	background:#fff;
	border-radius:50%;
	aspect-ratio: 1 / 1;
    margin: auto;
    
}
.submit-to-publish ol li:last-child .circle{
	color:#fff;
	background:#000;
}
.submit-to-publish ol li.fa-set .circle i.fa-mobile-screen-button{
	font-size: var(--fz30);
	text-shadow: 0 0 3px #000;
	margin-right: -8px;
    position: relative;
}
.submit-to-publish ol li .circle .step{
	display: flex;
    align-items: center;
	font-size: var(--fz13);
	font-weight:bolder;
	line-height: 1;
	margin-bottom:0.5em;
}
.submit-to-publish ol li .circle .step span{
	font-size: 2em;
}
.submit-to-publish ol li .circle i{
	font-size: var(--fz40);
}
.submit-to-publish ol li p{
	font-weight:bold;
	letter-spacing: 0.025em;
	margin-top:1em;
}

@media (max-width: 768px) {
	.submit-to-publish{
		overflow-x: scroll;
	}
	.submit-to-publish ol{
		justify-content: flex-start;
		width: 200%;
	}
	.submit-to-publish ol li .circle i {
	    font-size: var(--fz30);
	}
	.submit-to-publish ol li .circle .step{
		font-size: var(--fz11);
	}
	.submit-to-publish ol li .circle .step span {
	    font-size: 1.5em;
	}
	.submit-to-publish ol li.fa-set .circle i.fa-mobile-screen-button{
		font-size: var(--fz22);
	}
	.submit-to-publish ol li p{
		line-height: 1.4;
	}
}



/* 申請フォーム
--------------------------------------------- */

form.sent div.wpcf7-form{
    display:none;
}


@media (max-width: 768px) {
	
}







