@charset "UTF-8";
.content {
	position: relative;
	z-index: 1;
}
section {
	margin: 32px 0 0 0;
}
.white_space_wrap {
	white-space: pre-wrap;
}
.bread_clamp {
	margin-top: 0;
	display: flex;
	flex-wrap: nowrap;
	font-size: 0.8rem;
}
.bread_clamp a {
	text-decoration: none;
	color: #453f35;
}
.bread_clamp a:hover {
	color: #b9aa90
}
#head_caption h1 {
	background-color: #13a3b5;
	color: white;
	font-size: clamp(1.3rem, 5vw, 2.2rem);
}
#head_caption > div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	font-size: clamp(1rem, 3vw, 1.6rem);
	text-align: center;
	background-color: #e0f7fa;
}
#head_caption > div > p {
	border-right: 1px solid lightgray;
}
#head_caption > div > p:last-child {
	border-right: none;
}
#head_caption > p {
	padding-left: 32px;
	background-color: white;
	font-size: clamp(0.8rem, 2.5vw, 1.2rem);
}
#top_catchphrase {
	font-size: 1.8rem;
}
#top_img {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 24px;
}
#top_img figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.top_img.img1{
	grid-column: 1 / 3;
	grid-row: 1 / -1;
	aspect-ratio: 4 / 3;
}
.top_img.img2{
	grid-column: 3 / -1;
	grid-row: 1 / 1;
	aspect-ratio: 4 / 3;
}
.top_img.img3{
	grid-column: 3 / -1;
	grid-row: 2 / 2;
	aspect-ratio: 4 / 3;
}
.media_library_container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-items: center;
	margin-bottom: 20px;
	column-gap: 5%;
	row-gap: 20px;
}
.media_library_container figure {
	aspect-ratio: 4 / 3;
	height: 20vw;
}
.media_library_container button {
	position: relative;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: white;
}
.media_library_container button .zoom_icon {
	position: absolute;
	top: 1px;
	right: 6px;
	font-size: clamp(1rem, 3vw, 2rem);
	color: #a8a8a8;
}
.media_library_container button img {
	height: 100%;
	object-fit: cover;
}
.media_library_container button figcaption {
	position: relative;
	padding: 0.5em;
	transform: translateY(-100%);
	background-color: #00000099;
	color: white;
	font-size: clamp(0.8em, 1vw, 1em);
}
.media_library_container button figcaption:empty {
	display: none;
}
#media_slideshow {
	opacity: 0;
	position: fixed;
	width: min(700px, 70vw);
	padding: 2.5vw 5vw;
	border-radius: 1vw;
	background-color: white;
	z-index: -10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	transition-duration: 500ms;
}
#media_slideshow .close_icon {
	position: absolute;
	top: clamp(2px, 0.5vw, 0.5rem);
	right: clamp(3px, 0.7vw, 1rem);
	border: none;
	font-size: clamp(1rem, 3vw, 2rem);
	background-color: #00000000;
	cursor: pointer;
}
#media_slideshow ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	column-gap: 10vw;
	transition-duration: 800ms;
}
#media_slideshow li figure {
	width: min(700px - 10vw, 60vw);
	aspect-ratio: 4 / 3;
}
#media_slideshow li figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#media_slideshow ul input[type="button"] {
	position: absolute;
	width: 3vw;
	height: max(6vw, 50px);
	font-size: clamp(1rem, 2vw, 1.5rem);
	top: 50%;
}
#media_slideshow ul li:first-child input[type="button"]:first-child,
#media_slideshow ul li:last-child input[type="button"]:last-child {
	display: none;
}
#media_slideshow ul input[type="button"]:first-child {
	transform: translate(-4vw, -50%);
}
#media_slideshow ul input[type="button"]:last-child {
	transform: translate(min(700px - 9vw, 61vw), -50%);
}
#media_slideshow_background {
	opacity: 0;
	position: fixed;
	width: 0;
	height: 0;
	border: 0;
	z-index: -10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #00000099;
}
.table_contaner {
	background-color: white;
	margin: 48px 0;
}
.table_inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	margin-top: -1px;
}
.table_content {
	display: grid;
	grid-template-columns: clamp(8rem, 14vw, 10rem) 1fr;
	border: 1px solid;
}
.table_content p:first-child {
	border-right: 1px solid;
	text-align: center;
	padding: 10px 10px;
	background-color: #e0f7fa;
	font-weight: bold;
	font-size: 1rem;
}
.table_content p:last-child {
	grid-column: 2 / -1;
	padding: 10px 10px;
	font-size: 0.9rem;
}
.table_right {
	margin-left: -1px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*600px以下*/
@media screen and (max-width: 600px){
	.media_library_container {
		grid-template-columns: 1fr 1fr;
	}
	.media_library_container figure {
		height: 30vw;
	}
	#media_slideshow {
		width: 100vw;
		padding: 5vw;
	}
	#media_slideshow li figure {
		width: 90vw;
	}
	#media_slideshow ul input[type="button"]:last-child {
		transform: translate(91vw, -50%);
	}
	.table_inner {
		grid-template-columns: none;
	}
	.table_content {
		grid-template-columns: none;
	}
	.table_content p:first-child {
		border-right: none;
		border-bottom: 1px solid;
	}
	.table_right {
		margin-left: 0;
		margin-top: -1px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}