@charset "utf-8";
h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
	font-weight: lighter;
	border-bottom: dotted 2px #fff;
	width: 100%;
}
h2 {
  display: inline-block;
  width: 400px;
	height: 36px;
  text-align: center;
  font-size: 16px;
  color: #0095b2;
  text-decoration: none;
  padding: 5px 10px;
  transition: .4s;
  margin: 100px auto 0 auto;
  border: 1px solid #0095b2;
	background-color: transparent; /* 背景色 */
}
h3, h4, h5, h6 {
  margin: 0 auto;
  padding: 5px;
  font-size: 16px;
	text-align: center;
	font-weight: lighter;
	border: 1px solid #000;
	width: 96%
}
h3 span, h4 span, h5 span, h6 span {
  font-size: 14px;
}
.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 2%;
  text-align: justify;
  font-size: 16px;
  line-height: 1.5em;
}
.text02 {
  margin: 0;
  padding: 5px 0;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8em;
	
}
.content1 {
  width: 1000px;
  margin: 50px auto;
  padding: 0;
  text-align: center;
}
.content2 {
  width: 800px;
  margin: 0 auto 50px auto;
  padding: 0;
}

/* 画像 */
.covicon{
   width: 400px;
}
.flex {
  display: flex;
}
/*　タイトル
------------------------------------------------------------*/
#name {
}
.main-visual {
  background: url(../img/yuinoshin/about-hd.jpg) no-repeat top center;
	background-size:100% auto;
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding: 30px 20px;
	text-align: left;
}
/*　商品情報
------------------------------------------------------------*/
#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% 50px 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 {
	padding: 0;
	margin: 0;
}
#gift ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#gift ul li {
  width: 31%;
  margin: 0 1% 30px 1%;
  text-align: center;
}
#gift ul li img {
  width: 300px;
}
#gift ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#gift ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#gift ul li:nth-of-type(4) {
  transition-delay: .6s;
}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	.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) {
	.covicon{
   width: 80%;
}

}
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
#lineup ul li {
  width: 98%;
  margin: 0 1% 80px 1%;
  text-align: center;
}
	#lineup ul li img {
  width: 300px;
}
	#gift ul li {
  width: 98%;
  margin: 0 auto 30px auto;
}
	#gift ul li img {
  width: 300px;
}
	.btm_02 {
	 width: 300px;
}
}