@charset "utf-8";
h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
	font-weight: lighter;
	border-bottom: dotted 2px #fff;
	width: 100%;
}
h2, h3, h4, h5, h6 {
  margin: 70px 0 0 0;
  padding: 0;
  font-size: 28px;
  color: #0095b2;
  text-align: center;
}

.underline {
  text-decoration: none;
  border-bottom: 3px solid #0095b2;
  padding-bottom: 5px;
  color: #0095b2;
	font-weight: lighter;
}
.underline_w {
  text-decoration: none;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
  color: #fff;
	font-weight: lighter;
}

/* ボタン */
.btm_01 {
  display: inline-block;
  width: 240px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  transition: .4s;
  margin: 0 auto;
  border: 1px solid #fff;
  line-height: 1em;
}
.btm_01:hover {
  color: #0095b2;
  background-color: #fff;
  border-color: #fff;
}
.btm_02 {
  display: inline-block;
  width: 300px;
	height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  transition: .4s;
  margin: 0 auto;
  border: 1px solid #0095b2;
	background-color: #0095b2;
}
.btm_02:hover {
  color: #0095b2;
  background-color: #fff;
  border-color: #0095b2;
}
.text_cen {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.text01 {
  margin: 0;
  padding: 5px 0;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8em;
	color: #fff;
}
.text02 {
  margin: 0;
  padding: 5px 0;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8em;
	
}
.text03 {
  margin: 0;
  padding: 3px 10px;
  text-align: center;
  font-size: 14px;
	background: #000;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
}
.content1 {
  width: 1000px;
  margin: 30px auto;
  padding: 0;
  text-align: center;
}
.content2 {
  width: 800px;
  margin: 0 auto 50px auto;
  padding: 0;
}

/* 画像 */
.main {
	width: 1000px;
	}
.flex {
  display: flex;
}
/*　タイトル
------------------------------------------------------------*/
#name {
}
.main-visual {
  background: url(../img/wedgwood/about-hd.webp) no-repeat top center;
	background-size:100% auto;
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding: 30px 20px;
	text-align: left;
}
/*　商品情報
------------------------------------------------------------*/
#explanation {
	padding: 0;
	margin: 0;
}
#explanation ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#explanation ul li {
  width: 50%;
  margin: 30px 0 0 0;
  text-align: center;
	padding: 0;
}
#explanation ul li img {
  width: 100%;
}
/*　商品情報
------------------------------------------------------------*/
#lineup {
	padding: 0;
	margin: 0;
}
#lineup ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#lineup ul li {
  width: 31%;
  margin: 0 1% 30px 1%;
  text-align: center;
}
#lineup ul li img {
  width: 300px;
}
#lineup ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#lineup ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#lineup ul li:nth-of-type(4) {
  transition-delay: .6s;
}
/*　商品情報
------------------------------------------------------------*/
#gift {
}
#gift ul {
  margin: 20px 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#gift ul li {
  width: 48%;
  margin: 0 1% 30px 1%;
  text-align: center;
}
#gift ul li img {
  width: 240px;
}
.guide1 {
	width: 96%;
	border-collapse: separate;
	border: none;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	height: 340px
}
.guide1 th {
	width: 50%;
	padding: 20px 10px;
	vertical-align: middle;
	white-space: nowrap;
}
.guide1 td {
	width: 50%;
	padding: 20px 0;
	vertical-align: middle;
	text-align: left;
	line-height: 1.8em;
	font-size: 12px
}
.kakomi {
  margin: 0.5em auto;
  padding: 1px 2px;
  background-color:  transparent; /* 背景色 */
  border: 1px solid #000; /* 枠線 */
  font-size: 12px;
	color: #000;
	font-weight: lighter;
}
.price {
	font-size: 18px;
	font-weight: lighter;
	}
.setname {
	font-size: 12px;
	color: #0AA09D;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #0AA09D;
	text-align: center;
	width: 98%;
	line-height: 1.3em;
	}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	.main {
	width: 100%;
	}
	.content1 {
    width: 96%;
  }
	.content2 {
    width: 80%;
  }
	.content3 {
    width: 90%;
  }
	#lineup ul li img {
  width: 90%;
}
	#gift ul li img {
  width: 90%;
}
	.btm_02 {
	 width: 90%;
}
}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
.guide1 th {
	width: 100%;
	display: block;
}
.guide1 td {
	width: 100%;
	padding: 10px 80px;
	display: block;
	font-size: 14px;
}
	#gift ul li {
  width: 96%;
  margin: 0 auto 30px auto;
}
	#gift ul li img {
  width: 250px;
}
	#explanation ul li {
  width: 100%;
  margin: 20px 0;
}
	#explanation ul li img {
  width: 80%;
}
}
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
	.btm_02 {
	 width: 300px;
}
#lineup ul li {
  width: 98%;
  margin: 0 1% 80px 1%;
  text-align: center;
}
	.btm_02 {
	 width: 300px;
}
	#lineup ul li img {
  width: 250px;
}
}