@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#gallery {
	font-size: 112%;
}
#gallery .ttl_img {
	margin-bottom: 50px;
}
#gallery .art_woeks::before {
	background: url("../img/gallery/kumo01.png")no-repeat top left/35vw,url("../img/gallery/kumo03.png")no-repeat bottom left/35vw;
}
#gallery .art_woeks::after {
	background: url("../img/gallery/kumo02.png")no-repeat center right/40vw;
}
#gallery .art_woeks.pb {
	padding-bottom: 30px;
}
#gallery .art_woeks .box dl {
	width: 48%;
	max-width: 510px;
	background: #fffade;
	padding: 25px;
	margin-bottom: 80px;
}
#gallery .art_woeks .box dt {
	margin-bottom: 20px;
}
#gallery .art_woeks .box dd {
	font-family: var(--font-sans);
}
#gallery .art_woeks .box dd .ttl {
	font-weight : bold;
	font-size : 20px;
	line-height : 29px;
	color : #2C75AD;
}
#gallery .txt02 {
	font-weight : bold;
	font-size : 24px;
	line-height : 29px;
	color : #736357;
	margin-bottom: 50px;
}
#gallery .story.pb {
	padding-bottom: 30px;
}
#gallery .story .box dl {
	width: 48%;
	max-width: 510px;
	background: #fff;
	padding: 25px;
	margin-bottom: 80px;
}
#gallery .story .box dl dt {
	text-align: center;
	margin-bottom: 30px;
}
#gallery .story .box dl dt img {
	height: 454px;
}
#gallery .story .box dl dd {
	font-family: var(--font-sans);
}
#gallery .story .box dl dd .ttl {
	font-weight : bold;
	font-size : 20px;
	line-height : 29px;
	color : #2C75AD;
}
#gallery .story_movie.pb {
	padding-bottom: 30px;
}
#gallery .story_movie::before {
	background: url("../img/gallery/kumo01.png")no-repeat top 200px left/35vw,url("../img/gallery/kumo04.png")no-repeat bottom left/35vw;
}
#gallery .story_movie::after {
	background: url("../img/gallery/kumo02.png")no-repeat center right/40vw;
}
#gallery .story_movie .yellow_box {
	background: #fffade;
	padding: 50px;
	margin-bottom: 80px;
}
#gallery .story_movie .yellow_box .ttl {
	font-family: var(--font-sans);
	font-weight : bold;
	font-size : 20px;
	line-height : 29px;
	color : #2C75AD;
}
#gallery .story_movie .yellow_box .in {
	background: #fff;
	max-width: 475px;
	margin: 25px 0;
	padding: 20px;
}
#gallery .story_movie .yellow_box .in .img img {
	max-height: 272px;
}
#gallery .story_movie .yellow_box .in dl {
	font-family: var(--font-sans);
}
#gallery .story_movie .yellow_box .in dt {
	font-weight : bold;
	font-size : 20px;
	line-height : 29px;
	color : #2C75AD;
	text-align: center;
}
#gallery .trial .slider {
	background: #fff;
	padding: 50px;
	box-shadow: 3px 3px 14px rgba(199,178,153,0.8);
	width: 1000px;
	margin: 100px auto 0;
}
#gallery .trial .slider .in .txt_box {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 32%);
	gap: 10px 0;
}
#gallery .trial .slider .in .txt_box dl {
	font-family: var(--font-sans);
	margin-top: 15px;
}
#gallery .trial .slider .in .txt_box dt {
	font-weight : bold;
	font-size : 20px;
	line-height : 29px;
	color : #2C75AD;
	text-align: center;
	margin-bottom: 15px;
}
#gallery .trial .slider .in .txt_box dd .txt {
	text-align: center;
}
/* 項目が2つだけの場合 */
#gallery .trial .slider .in .txt_box:has(> :nth-child(2):last-child) {
	grid-template-columns: repeat(2, 32%);
	justify-content: center;
}
#gallery .slick-prev::before,#gallery .slick-next::before {
	display: none;
}
#gallery .slick-prev,#gallery .slick-next {
	width: 48px;
	height: 48px;
	top: 40%;
}
#gallery .slick-prev {
	background: url("../img/gallery/arrow01.png") no-repeat center/100%;
}
#gallery .slick-next {
	background: url("../img/gallery/arrow01-02.png") no-repeat center/100%;
}
/*ボタン*/
#gallery .art_woeks .more {
	font-size: 110%;
	text-align: center;
	margin-bottom: 50px;
}
#gallery .art_woeks .more a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 10px 20px;
	line-height: 1;
	border: 1px solid var(--color-primary);
	font-size: 32px;
	color: var(--color-primary);
	box-shadow: 3px 3px 0 var(--color-primary);
	margin-left: 20px;
	background: #fff;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#gallery {
		font-size: 100%;
	}
	#gallery .ttl_img {
		width: 60%;
		margin: 0 auto 50px;;
	}
	#gallery .art_woeks .box dl {
		max-width: none;
		padding: 15px;
		margin-bottom: 30px;
	}
	#gallery .art_woeks .box dd .ttl,#gallery .story .box dl dd .ttl,#gallery .story_movie .yellow_box .ttl {
		font-size: 120%;
	}
	#gallery .txt02 {
		font-size: 115%;
		font-family: var(--font-sans);
	}
	#gallery .story .box dl {
		max-width: none;
		padding: 15px;
		margin-bottom: 30px;
	}
	#gallery .story .box dl dt img {
		height: 300px;
	}
	#gallery .story_movie .yellow_box {
		padding: 15px;
		margin-bottom: 50px;
	}
	#gallery .story_movie .yellow_box .in {
		max-width: none;
		padding: 15px;
		width: 48%;
		margin: 15px 0;
	}
	#gallery .trial .slider {
		width: 90%;
		padding: 20px;
	}
	#gallery .slick-prev, #gallery .slick-next {
		width: 35px;
		height: 35px;
		z-index: 2;
	}
	#gallery .trial .slider .in .txt_box dt {
		font-size: 115%;
	}
	/*ボタン*/
	#gallery .art_woeks .more {
		margin-bottom: 20px;
	}
	#gallery .art_woeks .more span {
		display: block;
		margin-bottom: 5px;
	}
	#gallery .art_woeks .more a{
		font-size: 24px;
		margin-left: 0;
		padding: 5px 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#gallery .ttl_img {
		width: 100%;
		margin-bottom: 30px;
	}
	#gallery .art_woeks .box dl {
		width: 100%;
		margin-bottom: 15px;
	}
	#gallery .art_woeks .box dd .ttl, #gallery .story .box dl dd .ttl, #gallery .story_movie .yellow_box .ttl {
		font-size: 110%;
	}
	#gallery .txt02 {
		font-size: 100%;
		text-align: left;
	}
	#gallery .story .box dl {
		width: 100%;
		margin-bottom: 15px;
	}
	#gallery .story .box dl dt img {
		height: 250px;
	}
	#gallery .story_movie .yellow_box {
		margin-bottom: 30px;
	}
	#gallery .story_movie .yellow_box .in {
		width: 100%;
	}
	#gallery .story_movie .yellow_box .in .img img {
		max-height: none;
	}
	#gallery .trial .slider {
		margin-top: 30px;
		width: 100%;
		padding: 5px;
	}
	#gallery .trial .slider .in .txt_box {
		column-gap: 5px;
	}
	#gallery .trial .slider .in .txt_box dl {
		margin-top: 5px;
	}
	#gallery .trial .slider .in .txt_box dt {
		font-size: 90%;
		margin-bottom: 5px;
		line-height: 1.8em;
	}
	#gallery .trial .slider .in .txt_box dd .txt {
		font-size: 80%;
	}
	#gallery .slick-prev, #gallery .slick-next {
		width: 20px;
		height: 20px;
	}
	#gallery .slick-prev {
		left: -15px;
	}
	#gallery .slick-next {
		right: -15px;
	}
	/*ボタン*/
	#gallery .art_woeks .more {
		margin-bottom: 10px;
	}
	#gallery .art_woeks .more a {
		font-size: 22px;
	}
}
@media only screen and (max-width: 320px) {
	#gallery .art_woeks .box dd .ttl, #gallery .story .box dl dd .ttl, #gallery .story_movie .yellow_box .ttl {
		font-size: 100%;
	}
}