<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#title{
	margin: 3% 0% -6% 10%;
}

#title img{
	width: 20%;
}

#largeImg{
	width: 100%;
}

.gallery{
	width: 100%;
}

.gallery img{
	width:20%;
	margin: 0 39% 0 36%;
	
}

/*ポップアップここから*/
/* 全体設定 */
* {
  box-sizing: border-box;
  }

/* ポップアップウインドウの設定 */
.popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70vw;
  height: 45vw;
  overflow-y: scroll;
}
/* チェックボックスの初期設定 */
#popup-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.btn-close{
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
.popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
}

.popup-content img{
	width: 90%;
	margin: 0 4% 0 4%;
}

/*ポップアップここまで*/

.layer-img{
	width: 30%;
}

@media screen and (min-width: 1366px) {
	
	#largeImg img{
		width: 40%;
		margin: 0 29% 0 29%;
	}
	
}

@media screen and (max-width: 1280px) {
	
	#largeImg img{
		width: 100%;
	}
	
	.gallery img{
		width:70%;
		margin: 0 14% 0 14%;

	}
	
		/*ポップアップここから*/
		/* 全体設定 */
		* {
		  box-sizing: border-box;
		  }

		/* ポップアップウインドウの設定 */
		.popup {
		  background-color: #efefef;
		  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
		  display: none;
		  position: fixed;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  margin: auto;
		  width: 90%;
		  height: 70%;
		  overflow-y: scroll;
		}
		/* チェックボックスの初期設定 */
		#popup-on{
		  display: none;
		}
		/* チェックされたらポップアップウインドウを開く */
		#popup-on:checked + .popup{
		  display: block;
		}

		/* 閉じるアイコン（右上） */
		.icon-close{
		  background: #000;
		  color: #fff;
		  font-size: 30px;
		  padding: 0 10px;
		  position: absolute;
		  right: 0;
		}

		/* 閉じるボタン */
		.btn-close{
		  background: #000;
		  border-radius: 10px;
		  color: #fff;
		  padding: 10px;
		  cursor: pointer;
		  margin: 10px auto;
		  width: 95%;
		  text-align: center;
		}

		/* 開くボタン */
		.btn-open{
		  background: #fff;
		  border-radius: 10px;
		  color: #fff;
		  padding: 10px;
		  cursor: pointer;
		  margin: 10px auto;
		  width: 95%;
		  text-align: center;
		}

		/* ポップアップの内容 */
		.popup-content{
		  margin: 40px auto 40px auto;
		  width: 90%;
		}

		.popup-content img{
			width: 90%;
			margin: 0 4% 0 4%;
		}

		/*ポップアップここまで*/	
	
	.layer-img{
	width: 60%;
}
	
		#title{
		margin: 3% 0% -9% 3%;
	}

	#title img{
		width: 25%;
	}
	.layer-img{
		width: 50%;
    	margin: 0 0 0 15%;
	}
	
}

@media screen and (max-width: 1024px) {
		#title{
		margin: 3% 0% -9% 3%;
	}

	#title img{
		width: 25%;
	}
	.layer-img{
		width: 50%;
    	margin: 0 0 0 15%;
	}
}

</pre></body></html>