@charset "UTF-8";

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	line-height: 1.5;
	color: #2C2C2C;	
}
img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.topPage header {
/*	background: url("../image/logo.jpg") no-repeat center top/cover;
*/	padding-top: 15px;
	margin-bottom: 45px;
}
.LinkList {
	padding: 0 20px;
}
.LinkList li {
	margin-bottom: 40px;
}
.LinkList li a {
	display: block;
	background-color: rgba(161,200,200,1.00);
	text-decoration: none;
}
.LinkList li a span {
	display: block;
	padding: 12px 15px 10px;
	font-size: 20px;
	color: #202020;
}
.LinkList li a:hover {
	filter: brightness(110%);
}
.subpage header {
	border-top: 14px solid #f5f5f5;
	padding-top: 40px;
	letter-spacing: 1em;
	margin-bottom: 30px;
}
.subpage header h1 {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
}
.subpage header h1 span {
  background-image: linear-gradient(90deg, rgba(36, 55, 111, 1) 10%, rgba(101, 90, 167, 1) 43%, rgba(133, 76, 185, 1) 60%, rgba(56, 144, 170, 1) 77%, rgba(219, 154, 105, 1));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
/*about.html*/
.subpage #top h1 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.subpage h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .17em;
  margin-top: 30px;
  margin-bottom: 10px;
}
.subpage .lead {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 2;
}

.subPage main {
  padding: 0 20px;
}


.about h3 {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #4682b4;
}
.subPage main {
  padding: 0 20px;
}
footer a {
	display: block;
	background-color: rgba(161,200,200,1.00);
	text-decoration: none;
	text-align: center;
	color: black;
}

.background{
	background-color: #add8e6;
	padding-top:15px;
	padding-bottom:15px;
	
}

/*collection*/
.collection{
/*  display: flex;
  flex-wrap: wrap;
*/
/*  justify-content: space-around;
  width: 100%;
  height: 300px;
  object-fit: cover;
*//*  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-auto-rows: 350px;
*/
  display: grid;
  grid-template-columns: 150px 150px;
  column-gap: 10px;
  row-gap: 1em;
  overflow: auto;
}

* {
  box-sizing: border-box;
}

.collection li {
  flex-basis: 42%;
  margin-bottom: 10px;
}
.collection ul li p {
  font-size:20px;
  text-align: center;
  margin-top:30px;
}
.collection-button {
	text-align: center;
}
.button08 {
  display: block;
  width: fit-content;
  margin: 5px auto;
  background-color: rgba(161,200,200,1.00);
  color: #000;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 rgba(50,120,150,1.00);
}
.button08:hover {
  color: #000;
  opacity: 0.6;
}
/*contacts*/
.contact-form {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 2px; 
	solid-color: aqua;
	padding: 5px 30px;
/*	display: flex;
	align-items: center;
	justify-content: center;
*/
}
.subpage01 {
	background-image: url("../image/resin07.png");
	background-filter: blue(10px);
	background-size: cover;
}
.subpage01 header h1 {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
}
/*.subpage01 header h1 span {
  background-image: linear-gradient(90deg, rgba(36, 55, 111, 1) 10%, rgba(101, 90, 167, 1) 43%, rgba(133, 76, 185, 1) 60%, rgba(56, 144, 170, 1) 77%, rgba(219, 154, 105, 1));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
*/.subpage01 #top h1 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.item {
	margin-bottom: 20px;
	overflow: hidden;
}
form {
	margin: 0 auto;
}
.label {
	float: left;
	margin-right: 20px;
	width: 300px;
	border-left: 3px solid rgba(131,190,183,1.00);
	padding-left: 10px;
}
.label p {
	float: left;
	margin-bottom: 10px;
}
.inputs {
	width: 280px;
	margin: auto;
}
input[type="text"],
input[type="email"],
input[type="tel"]{
	border: solid 1px rgba(200,200,200,1.00);
	padding: 10px;
	font-size: 15px;
	border-radius: 5px;
}
textarea{
	border: 1px solid rgba(131,190,183,1.00);
	border-radius: 5px;
	padding: 10px;
	height: 160px;
	width: 300px;
	font-size: 15px;
}
.button-area {
	text-align: center;
	padding: 10px;
}
input[type="submit"] {
	background-color:cornflowerblue;
	border: none;
	padding: 10px 20px;
	color :white;
	font-size: 17px;
	font-weight: bold;
	border-radius: 5px;
	margin: 10px 5px;
	box-shadow: 1px 1px 3px rgba(200,200,200,1.00);
	cursor: pointer;
}
input[type="reset"] {
	background-color:rgba(215,215,215,1.00);
	border: none;
	padding: 10px 20px;
	color :white;
	font-size: 17px;
	font-weight: bold;
	border-radius: 5px;
	margin: 10px 5px;
	box-shadow: 1px 1px 3px rgba(200,200,200,1.00);
	cursor: pointer;
}
/*collection01*/
boby {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	height: 100vh;
	background-color: #f5f5f5;
}
.prodcut-container{
	width: 100%;
	max-width: 800px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
}
.image-gallery {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 10px;
}
.image-gallery img {
	width: 100%;
	scroll-snap-align: start;
	border-bottom: 1px solid #ddd;
}
.product-details {
	padding: 10px;
}
.product-details h1 {
	font-size: 2em;
	color: #e60023;
	margin: 0 0 20px;
}
.collection li a:hover {
	filter: brightness(110%);
}
/*event*/
.event {
  flex-basis: 60%;
  background-color: aliceblue;
  padding: 40px 20px 20px 20px;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
}
aside {
  flex-basis: 20%;
}
aside nav {
  background-color: whitesmoke;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
  padding: 24px 28px;
  margin-bottom: 24px;
}
aside nav h3 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: bold;
  color: #595959;
}
aside nav ul {
  font-size: 15px;
}
.categoryNav ul li {
  list-style-type: square;
  color: #595959;
  margin: 0 0 16px 10px;
}

.categoryNav ul li a {
  color: #595959;
}
.recentNav ul li {
  border-bottom: 1px solid #7c5d48;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.recentNav ul {
  height: 240px;
  overflow: hidden scroll;
}
article h2 {
  border-bottom: 2px solid rgba(145,222,241,1.00);
  margin-bottom: 20px;
  font-size: 25px;
}
*/
/*ハンバーガーメニュー*/
.gMenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
/* メニューアイコンを画面右上に固定しています */
.gMenu .menu-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 12px;
  padding-top: 5px;
  height: 20px;
}
/* メニューアイコン（三本線）の真ん中の線です */
.gMenu .menu-icon .navicon {
  background:rgba(255,255,255,1.00); /* 色は自由に変更可能です */
  display: block;
  height: 3px; /* 太さ */
  width: 40px; /* 長さ */
  position: relative;
  transition: background .4s ease-out; /* 形が変わる時のアニメーション */
}
/* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: rgba(13,13,13,1.00); /* 色は自由に変更可能です */
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .4s ease-out; /* 形が変わる時のアニメーション */
  width: 100%;
}
.gMenu .menu-icon .navicon::before {top: 10px;} /* 位置を上にずらしています */
.gMenu .menu-icon .navicon::after {top: -10px;} /* 位置を下にずらしています */
/* 表示されるメニューです */
.gMenu .menu {
　position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-height: none;
  background-color: rgba(161,200,200,0.68);
  overflow: auto;
  max-height: 0; /* ★最初は高さを0にして非表示状態に */
  transition: max-height .6s; /* 表示されるときのアニメーション */
  text-align: center;
  z-index: 999;
  height: 100;
}
/* メニュー部分のデザインです */
.gMenu .menu li:first-of-type {
  padding-top: 25px;
  padding-top: 50px;
}
.gMenu .menu li a {
  display: block;
  padding: 24px 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #696969;
  font-weight: bold;
}
.gMenu .menu li a:hover {
  background-color: rgba(241,247,247,0.68);
}
/* チェックボックスは常に非表示です */
.gMenu .menu-btn {
  display: none;
}
/* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
.gMenu .menu-btn:checked ~ .menu {
  display: block;
  max-height: 800px; /* ★チェックボックスがオンの時高さを338pxにして表示させます */
  transition: max-height .6s;
  font-size: 16px;
}
/* メニューボタンの中央の線を非表示に */
.gMenu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}

/* メニューボタンの上下の線を45度傾けて✕印を作ります */
.gMenu .menu-btn:checked ~ .menu-icon .navicon::before {transform: rotate(-45deg);top: 0;}
.gMenu .menu-btn:checked ~ .menu-icon .navicon::after {transform: rotate(45deg);top: 0;}
/* サイトに合わせてオリジナルカスタマイズ */
.gMenu .menu-icon {
  top: 26px;
}
.gMenu .menu-icon .navicon,
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background:rgba(157,157,157,1.00);
}

@media screen and (min-width: 480px) {
	.collection {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		justify-content: center;
	}
	.collection li {
		flex-basis: 28%;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}

@media screen and (min-width: 920px) {
	.collection {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		justify-content: center;
	}
	.collection li {
		flex-basis: 20%;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.topPage {
		display: flex;
	}
	.topPage header {
		flex-basis: 38%;
	}
	.topPage main {
		flex-basis: 62%;
	}
	.LinkList {
		display: flex;
		flex-wrap: wrap;
	}
	.LinkList li {
		flex-basis: 47%;
	}
	.subpage #top h1 {
		font-size: 40px;
	}
	.onlySP{
		display: none;
	}
	.subpage h2 {
		font-size: 30px;
	}
	.subpage .lead {
		font-size: 20px;
	}
	.subpage h3 {
		font-size: 25px;
	}
	.about h3 {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 2px solid #4682b4;
	}
	.subpage01 {
		background-image: url("../image/resin06");
		background-repeat: no-repeat;
		background-size: 50% 100%;
		background-position: right top;
	}	
	.subpage01 header h1 {
		text-align: left;
		margin-left:30px;
	}
	.prodcut-container{
	max-width: 1280px;
	margin: 0 auto;
	}