@charset "utf-8";
h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
	font-weight: lighter;
	border-bottom: dotted 2px #fff;
	width: 100%;
}
h2 {
  margin: 70px 0 0 0;
  padding: 0;
  font-size: 28px;
  color: #0095b2;
  text-align: center;
}
h3 {
  margin: 70px 0 0 0;
  padding: 0;
  font-size: 28px;
  color: #444;
  text-align: center;
}
h4, h5, h6 {
  margin: 30px auto 0 auto;
  padding: 5px;
  width: 100%;
  background-color: transparent; /* 背景色 */
  border: 1px solid #fff; /* 枠線 */
  font-size: 16px;
	text-align: center;
	color: #fff;
	 box-sizing: border-box;
	font-weight: lighter;
}
.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 #444;
  padding-bottom: 5px;
  color: #444;
	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: 250px;
	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;
}
.gazo {
  margin: 0;
  padding: 5px;
  text-align: center;
}
.text_cen {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.text01 {
  margin: 0;
  padding: 5px 15px;
  text-align: justify;
  font-size: 22px;
  line-height: 1.5em;
	font-weight: bold;
}
.text02 {
  margin: 0;
  padding: 5px 15px;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8em;
	
}
.text03 {
  margin: 0;
  padding: 5px 15px;
  text-align: justify;
  font-size: 22px;
  line-height: 1.5em;
	color: #444;
	font-weight: bold;
}
.text04 {
  margin: 0;
  padding: 5px 15px;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8em;
	color: #444;
}
.content1 {
  width: 800px;
  margin: 50px auto;
  padding: 0;
  text-align: center;
}
.content2 {
  width: 800px;
  margin: 0 auto 50px auto;
  padding: 0;
}

/* 画像 */

.flex {
  display: flex;
}
/*　タイトル
------------------------------------------------------------*/
#name {
}
.main-visual {
  background: url(../img/business/about-hd.jpg) no-repeat top center;
	background-size:100% auto;
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding: 30px 20px;
	text-align: left;
}
/*　ギフト
------------------------------------------------------------*/
#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: 50%;
  margin: 0 0 30px 0;
  text-align: center;
}
#gift ul li img {
  width: 350px;
}
#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;
}
/*　EC
------------------------------------------------------------*/
#ec {
	background-color: #81D8D0;
  background-image: linear-gradient(#BAE0DC 30%, transparent 30%, transparent);
  background-size: 4px 4px;
}
#ec ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#ec ul li {
  width: 50%;
  margin: 0 0 30px 0;
  text-align: center;
}
#ec ul li img {
  width: 350px;
}
#ec ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#ec ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#ec ul li:nth-of-type(4) {
  transition-delay: .6s;
}
/*　プリント
------------------------------------------------------------*/
#print {
	padding: 0;
	margin: 0;
}
#print ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#print ul li {
  width: 50%;
  margin: 0 0 30px 0;
  text-align: center;
}
#print ul li img {
  width: 350px;
}
#print ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#print ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#print ul li:nth-of-type(4) {
  transition-delay: .6s;
}
/*　倉庫
------------------------------------------------------------*/
#depot {
	background-color: #81D8D0;
  background-image: linear-gradient(#BAE0DC 30%, transparent 30%, transparent);
  background-size: 4px 4px;
}
#depot ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#depot ul li {
  width: 50%;
  margin: 0 0 30px 0;
  text-align: center;
}
#depot ul li img {
  width: 350px;
}
#depot ul li:nth-of-type(2) {
  transition-delay: .2s;
}
#depot ul li:nth-of-type(3) {
  transition-delay: .4s;
}
#depot 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%;
  }
	#gift ul li img {
  width: 90%;
}
#ec ul li img {
  width: 90%;
}
	#print ul li img {
  width: 90%;
}
	#depot ul li img {
  width: 90%;
}
}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
#gift ul li {
  width: 98%;
  margin: 0 1% 20px 1%;
  text-align: center;
}
#ec ul li {
  width: 98%;
  margin: 0 1% 20px 1%;
  text-align: center;
}
#print ul li {
  width: 98%;
  margin: 0 1% 20px 1%;
  text-align: center;
}
#depot ul li {
  width: 98%;
  margin: 0 1% 20px 1%;
  text-align: center;
}
#gift ul li img {
  width: 350px;
}
	#ec ul li img {
  width: 350px;
}
	#print ul li img {
  width: 350px;
}
	#depot ul li img {
  width: 350px;
}
}
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {

}