@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.vMid {
	clear:both;
}

.vMid strong {
	text-align:left;
	padding: 0.25em 0.5em;
    margin: 0.2em 0;
	color: #fff;
    background: #ea7ea0;
    border:1px solid #fff;
    
    clear:both;
}

.vMid p {
	line-height:150%;
}

.vMid h2 {
	line-height:150%;
}

p.ma2em {
    margin: 3.5em 0 0.5em 0 ;
}

p.pickup {
	font-size:16px;
	line-height:150%;
    margin: 0em ;
}

p.pickup .circleImg04 {
	float:left; 
	width:30%; 
	padding-right:20px; 
	padding-bottom:20px;
}

/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:568px;
}

#header img{
    position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;
}

#logo{
	position: absolute;
  top: 23%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#logo img{
    position:absolute;
    left:50%;
    width:300px;
    height:50px;
    margin-left:-150px;
}

#slogan{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-size: 60px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 10px;
	font-weight:normal;
		text-shadow: 1px 1px 1px #666,
	    -1px 1px 1px #666,
	    1px -1px 1px #666,
	    -1px -1px 1px #666;
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
		text-shadow: 1px 1px 1px #666,
	    -1px 1px 1px #666,
	    1px -1px 1px #666,
	    -1px -1px 1px #666;	
}

/* レビュー
------------------------------------------------------------*/

.review_pc_title {
	width:60%;
	padding:15px 0;
	margin: 0 auto 5px;
	background-color: #eee;
	text-align: center;
}

.review_pc_title h2 {
	color: #666;
	font-size:22px;
}

.review_pc table {
	width:60%;
	border: #81a730 4px solid;
	padding:15px 10px 10px 15px;
	line-height:1.6;
	background:url(https://www.rakuten.ne.jp/gold/d-fit/img/goldmedy.png) no-repeat;
	background-position: 0px 10px ;
	margin: 20px auto 0px;
	/*background-size:9%;*/
}

.review_pc table th {
	width: 100%;
	text-align:left;
	font-weight:bold;
	margin-bottom:20px;
	padding:15px 10px 0px 55px;
}

.review_pc table td {
	padding:15px 10px 10px 15px;
}

.review_pc table td > b {
	font-size: 130%;
	color: #81a730;
}

.review_pc table th img {
	float:right;
	font-weight:bold;
	width:35%;
	height:auto;
}

/* その他
------------------------------------------------------------*/
h1, h2, h3{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}

section{ clear:both; }

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

section h3{
	font-size: 50px;
	font-weight:normal;
	color:red;
	text-align: center;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}

#butArea {
	width: 60%;
	margin: 0 auto 70px;
	text-align: center;	
}

button{
  background:#1AAB8A;
  color:#fff;
  border:none;
  position:relative;
  width: 100%;
  height:110px;
  font-size:230%;
  line-height:100%;
  padding:0em 0.2em;
  margin-bottom:0.5em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
button:hover{
  background:#fff;
  color:#1AAB8A;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #1AAB8A;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop i {
  padding-top: 10px
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ゼブラシ誕生物語
------------------------------------------------------------*/

.vision{
	width: 60%;
	font-size:17px;
	margin: 0 auto;
	padding-bottom: 50px;
	
	text-align: center;
	
}

.vision strong {
	font-size:28px;
	line-height: 130%;
	font-weight :bold;
	
	text-align: center;
}

.vision p {
	margin: 40px auto;
}

/* 色とデザイン
------------------------------------------------------------*/

#sec00 .inner{
    width: 60%; 
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 17px;
}

#sec00 .inner .col2 li{
	display: inline-block;
	width: 45% ;
  	margin: 0px ;
	padding: 0px 50px  50px  0px ;
 		
 	vertical-align: top;
}

#sec00 .inner .col2 li h2{
	padding: 0px 0 20px;
}
	
#sec00 .inner .col2 li p {
	width: 100% ;
	margin: 0 auto ;
	padding: 0px ;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #000;
}

.bg{
	line-height: 0;

}
 
.txt h2,
#sec01 .txt2 h2,
#sec01 .txt3 h2,
#sec01 .txt4 h2{
	padding: 70px 0 20px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
}

.col3 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}


/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
	background: url(../images/bgSec03.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #000;
}


#sec04 h2{
		padding: 70px 0 70px;
	}

/*  ゼブラを感じさせる
------------------------------------------------------------*/

#item {
    padding-top: 50px;
}

#item .inner {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 0px;
}

#item .col2 li {
    width: 48%;
    padding: 0 3% 0 0;
    vertical-align: top;
}

#item .col2 li:last-child {
    width: 48%;
    padding: 0 0;
    vertical-align: top;
}
	
/* 配送料
------------------------------------------------------------*/
#soryo{
	background: url(https://gigaplus.makeshop.jp/dentalfit/images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #000;
}

#soryo h2{
		padding: 70px 0 50px;
	}
	
#soryo .inner {
    width: 60%;
    padding-bottom: 70px;
}

#soryo .inner .col3 li {
    display: inline-block;
    width: 30%;
    padding: 0 1.5%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
}
	
/* ご注文の流れ
------------------------------------------------------------*/
	#sec05 .inner {
    width: 60%;
    margin: 0 auto;
    padding: 70px 0 0 ; 
	}

	#sec05 p.title {
		font-size:20px;
		color: #84ad2c;
		padding-bottom: 10px;
		font-weight:bold;
		clear:both;
	}
	
	#sec05 p.title2 {
		font-size:20px;
		color: #84ad2c;
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight:bold;
		clear:both;
	} 
	#sec05 .comment {
		color: red;
	}

	#sec05 .comment2 {
		font-size:17px;
		font-weight:bold;
		color: red;
	}

	#sec05 p{
		padding-bottom: 20px;
		line-height: 1.7em;
	}

	#sec05 dl {
	    width: 100%;
	    padding: 0px; 
	}
	
	/* お支払いについて */
	#sec05 .col2 li.innerright {
		/*width: 50%; */
		padding-left: 40px ;
		vertical-align: top;
	}
	
	#sec05 .col2 li.innerright dt {
		font-size:16px;
	    line-height: 1.3em;
	    
	    width: 30.0%;
	    float: left;
	    margin: 0px; 
	    padding: 0 3% 0 0; 
		font-weight:bold;
	}
	#sec05 .col2 li.innerright dd {
	    width: 64.0%;
	    padding: 0px; 
	    float: left;
	    text-align: left;
	    margin-bottom: 15px;
	    line-height: 1.7em;
	}
	
	#sec05 .col2 li{
		width: 46.2%;
		padding: 0 ;
		vertical-align: top;
		
	}

	#sec05 header{
		display: none;
	}

	#sec06 {
    margin: 0 auto;
    padding-bottom: 70px;
	}
	
#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}

#footer img{
	width: 15%;
	padding: 50px 0px 25px 0;
	height: auto;
}

/* 1023px以上 */
@media only screen and (min-width: 1024px) {

/* ヘッダー */
	#header {
	    position: relative;
	    overflow: hidden;
	    width: 100%;
	    height: 568px;
	}
	#header #logo.sp_none { display:none }
	#header #logo{
	  top: 20%;
	}
	
/* ゼブラシ誕生物語 */
	.vision {
	    width: 90%;
}
	#sec01 h2 {
	    padding: 35px 0 20px!important ;
	}

	
/*  ゼブラシ説明文 */
	.txt, .bg {
    width: 50%;
    float: left;
    display: table;
    background: #f6f6f6;
}

	.txt2 {
	    width: 50%;
	    float: left;
	    display: table;
	    color: #fff;
	    background: #000;
	    
}

	.vMid { padding: 0 50px; }

	.txt h2, 
	.txt2 h2, 
	.txt3 h2, 
	.txt4 h2 {
    padding: 0 0 20px !important;
}

	p.pickup {
	    font-size: 16px;
	    line-height: 150%;
	    margin: 0em;
	}
	.wrap {
    clear: both;
    width: 100%;
    background: #f6f6f6;
}

	#sec02_02 .txt,
	#sec02_02 .bg,
	#sec02_02 .txt2,
	#sec02_02 .txt3,
	#sec02_02 .txt4 {
    float: right;
}

	.bg {
    width: 50%;
    display: table;
    background: #f6f6f6;
    
    line-height: 0;
}
	.txt3 {
    width: 50%;
    float: left;
    display: table;
    color: #fff;
    background: #000;
}
	.txt4 {
    width: 50%;
    float: left;
    display: table;
    color: #fff;
    background: #000;
}

	#zeblush .inner{
		width: 60%;
		margin: 0 auto;
		padding-bottom: 0px;
	}

/*  おしゃれな歯ブラシだから */
	#sec04 .inner {
    width: 60%;
    padding-bottom: 70px;
}

	#sec04 h2.pc_none { display:none }
	#sec04 h2.sp_none { padding: 70px 0 50px; line-height: 150%; }
	
	#sec04 .col3 { text-align: center; }
	
	#sec04 .col3 li {
    display: inline-block;
    width: 30%;
    padding: 0 1.5%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
}
}

/* 1440pxまで ★★ iPad 用表示はこちら ★★ */
@media only screen and (min-width: 1023px) and (max-width: 1440px){

	#butArea {
		width: 90%;
		margin: 0 auto 70px;
		text-align: center;	
	}
	
	/* 色とデザイン
	-----------------*/

	#sec00 .inner {
		width: 90%;
	    margin: 0 auto;
	    padding-bottom: 50px;
	    font-size: 17px;
	}

	#sec00 .inner .col2 li{
		display: inline-block;
		width: 47% ;
	  	margin: 0px ;
 		padding: 0 3% 0 0; ;
	}

	#sec00 .inner .col2 li:last-child {
		width: 49% ;
	    margin: 0px ;
	    padding: 0px ;
	}
	
	#sec00 .inner .col2 li h2{
		padding: 0px 0 20px;
	}
	
	#sec00 .inner .col2 li p.ma50 {
		    font-size: 23px;
		    line-height: 150%;
			padding-top: 20px;
	}

	#sec00 .inner .col2 li.img {
	    margin: 0px ;
		padding: 0px ;
	}

	#sec00 .inner .col2 li.img img{
	vertical-align:bottom;
	}

/* ゼブラシ誕生物語
------------------------------------------------------------*/
	#sec01 .txt2  h2,
	#sec01 .txt3  h2,
	#sec01 .txt4  h2  {
	    padding: 50px 0 20px!important;
	}

/*  おしゃれな歯ブラシだから */
	#sec04 .inner {
    width: 90%;
    padding-bottom: 70px;
	}

	#sec04 h2.pc_none { padding: 70px 0 50px; line-height: 150%; }
	#sec04 h2.sp_none { padding: 70px 0 50px; line-height: 150%; }

/*  商品リンク */
	#item .inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0px;
	}
	
/*  レビュー */
	.review_pc_title,
	.review_pc table {
		width:90%;
	}
	
/*  送料 */
	#soryo .inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 70px;
	}
	
/*  ご注文の流れ */
	#sec05 .inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 70px;
	}
	
	#sec05 dl {
	    width: 100%;
	    padding: 0px; 
	}
	
	/* お支払いについて */
	#sec05 .col2 li.innerright {
		width: 49.45%;
		padding-left: 20px ;
		vertical-align: top;
	}
	
	#sec05 .col2 li.innerright dt {
		font-size:16px;
	    line-height: 1.3em;
	    
	    width: 30.0%;
	    float: left;
	    margin: 0px; 
	    padding: 0 3% 0 0; 
		font-weight:bold;
	}
	#sec05 .col2 li.innerright dd {
	    width: 64.0%;
	    padding: 0px; 
	    float: left;
	    text-align: left;
	    margin-bottom: 15px;
	    line-height: 1.7em;
	}
	
	#sec05 .col2 li{
		width: 48%;
		padding: 0 ;
		vertical-align: top;
		
	}
}

/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 690px) {
/*ここにtablet用スタイルを記述*/

	#butArea {
		width: 90%;
		margin: 0 auto 70px;
		text-align: center;	
	}
	
	#header {
	    position: relative;
	    overflow: hidden;
	    width: 100%;
	    height: 306px;
	}
	
	#logo{
		position: absolute;
	  top: 16%;
		width: 100%;
		-webkit-transform: translate(0, -50%);
	  transform: translate(0, -50%);
		color: #fff;
		line-height: 1.2;
		text-align: center;
	}

	#logo img{
	    position:absolute!important ;
	    left:50%important ;
	    width:250px!important ;
	    height:42px!important ;
	    margin-left:-125px!important ;
	}
	#header img.mainbg {
	    position: absolute!important ;
	    left: 0%!important ;
	    width: 690px!important ;
	    height: 306px!important ;
	    margin-left: 0px!important ;
	}
	
	#slogan{
	  top: 52%;
	}

	#slogan h1 {
	    font-size: 50px!important ;
		margin-bottom: 5px;
	}
	
	.vision{
		width: 80%;
		font-size:17px;
		margin: 0 auto;
		padding-bottom: 50px;
		
		text-align: center;
		
	}
	#sec01 .txt2  h2,
	#sec01 .txt3  h2,
	#sec01 .txt4  h2  {
	    padding: 0 0 20px!important;
	}

	#sec01 .txt2 .vMid.
	#sec01 .txt3 .vMid,
	#sec01 .txt4 .vMid { 
		height: auto;
		margin: 0 auto;
	    padding: 0px 0px 50px !important ;
	}
	
	/* 色とデザイン
	-----------------*/

	#sec00 .inner {
		width: 90%;
	    margin: 0 auto;
	    padding-bottom: 20px;
	    font-size: 17px;
	}

	#sec00 .inner .col2 li{
		display: inline-block;
		width: 100% ;
	  	margin: 0px ;
 		padding: 0 3% 0 0; ;
	}

	#sec00 .inner .col2 li:last-child {
		width: 100% ;
	    margin: 0px ;
	    padding: 0px ;
	}
	
	#sec00 .inner .col2 li h2{
		padding: 0px 0 20px;
	}
	
	#sec00 .inner .col2 li p.ma50 {
		    font-size: 23px;
		    line-height: 150%;
			padding-top: 20px;
	}

	#sec00 .inner .col2 li.img {
	    margin: 0px ;
		padding-top: 50px ;
	}

	#sec00 .inner .col2 li.img img{
	vertical-align:bottom;
	}
	
	/* ゼブラシ説明文
	-----------------*/
	#sec01 h2 {
	    padding: 35px 0 20px!important ;
	}
	#sec01 .txt2{
		width: 100% ;
		display: table;
		color: #fff;
		background: #000;
		padding-bottom: 0px;
	}
	#sec01 .txt3{
		width: 100% ;
		display: table;
		color: #fff;
		background: #000;
		padding-bottom: 0px;
	}
	#sec01 .txt4{
		width: 100% ;
		display: table;
		color: #fff;
		background: #000;
		padding-bottom: 0px;
	}
	
	#soryo .col3 li {
    margin: 0 auto;
    display: block;
    max-width: 600px;
	}

	#sec04 h2{
		padding: 50px 0 20px;
	}
	
	/*#soryo .inner {
		width:60%;
	    padding-bottom: 70px;
	}*/

	#soryo h2 {
	    padding: 50px 0 20px;
	}
	
	#sec04 h2.pc_none { display:none }
	#soryo h2.pc_none { display:none }

	#zeblush .inner{
		width: 94%;
		margin: 0 auto;
		padding-bottom: 0px;
	}

	/* ITEM
	-----------------*/
	
	#item h2 {
	line-height : 140%;
    padding: 0px 0 10px 0;
	}

	*#item .inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0px;
	}*

	#item .col2 li {
    width: 47%;
    padding: 0 3% 0 0;
    vertical-align: top;
	}

	#item .col2 li:last-child {
    width: 49%;
    padding: 0 0;
    vertical-align: top;
	}
	
	/* sec05
	-----------------*/
	
	#sec05 .inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
	}
	
	.review_pc_title,
	.review_pc table {
		width:90%;
	}*

	.review_pc {
		margin-bottom: 50px;
	}
		
	.col2 li{
		width: 40%;
		padding: 0 3% 0 0 ;
		vertical-align: top;
	}
	
/* 配送料
------------------------------------------------------------*/

	#soryo h2{
			padding: 50px 0 20px;
		}
		
	#soryo .inner {
	    width: 90%;
	    padding-bottom: 50px;
	}

	#soryo .inner .col3 li {
	    width: 100%;
	    padding: 0 1.5%;
	    margin-bottom: 0;
	    vertical-align: top;
	    text-align: left;
	}
	
/*  ご注文の流れ */
	#sec05 .inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0px;
	}
	
	#sec05 dl {
	    width: 100%;
	    padding: 0px;
	}
	
	/* お支払いについて */
	#sec05 .col2 li.innerright {
	    width: 100%;
		padding: 0px ;
		vertical-align: top;
	}
	
	#sec05 .col2 li.innerright dt {
		font-size:16px;
	    line-height: 1.3em;
	    
	    width: 30.0%;
	    float: left;
	    margin: 0px; 
	    padding: 0 3% 0 0; 
		font-weight:bold;
	}
	#sec05 .col2 li.innerright dd {
	    width: 64.0%;
	    padding: 0px; 
	    float: left;
	    text-align: left;
	    margin-bottom: 15px;
	    line-height: 1.7em;
	}
	
	#sec05 .col2 li{
	    width: 100%;
		padding: 0 ;
		margin: 0 ;
		vertical-align: top;
	}
}

/* smartPhone */
@media screen and (max-width: 375px) {

	#butArea {
		width: 90%;
		margin: 0 auto 20px;
		text-align: center;	
	}
	
#header{
	position: relative;
    overflow:hidden;
    width:100%;
}

#header img{
    position:absolute;
    left:0%;
    width:375px;
    height:auto;
    margin-left:-210px!important ;
}

#logo img{
    position:absolute;
    left:0%;
    width:160px;
    height:auto;
    margin-left:0px!important ;
}

#slogan h1{
	font-size: 50px!important ;
	font-family: 'Pacifico', cursive;
	margin-bottom: 10px;
	font-weight:normal;
}
}

/* smartPhone */
@media screen and (min-width: 376px) and (max-width: 414px) {

	#butArea {
		width: 90%;
		margin: 0 auto 20px;
		text-align: center;	
	}
	
#header{
	position: relative;
    overflow:hidden;
    width:100%;
}

#header img{
    position:absolute;
    left:0%;
    width:414px;
    height:auto;
    margin-left:-185px!important ;
}

#logo img{
    position:absolute;
    left:0%;
    width:160px;
    height:auto;
    margin-left:0px!important ;
}

#slogan h1{
	font-size: 56px!important ;
	font-family: 'Pacifico', cursive;
	margin-bottom: 10px;
	font-weight:normal;
}
}

/* smartPhone */
@media screen and (max-width: 640px) {
#zeblush .inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 0px;
}
/*ここにスマホ用スタイルを記述*/
	#sec04 h2.pc_none { padding: 70px 0 50px; line-height: 150%; }
	#sec04 h2.sp_none { display:none }
	#soryo h2.pc_none { padding: 70px 0 50px; line-height: 150%; }
	#soryo h2.sp_none { display:none }
/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:284px;
}

#header img{
    position:absolute;
    left:0%;
    width:640px;
    height:auto;
    margin-left:0px;
}

#logo{
	position: absolute;
  top: 2%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#logo img{
    position:absolute;
    left:3%;
    width:160px;
    height:auto;
    margin-left:0px;
}

#slogan{
	position: absolute;
  top: 32%;
    left:3%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: left;
}

#slogan h1{
	font-size: 60px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 10px;
	font-weight:normal;
	text-shadow: 1px 1px 1px #666,
    -1px 1px 1px #666,
    1px -1px 1px #666,
    -1px -1px 1px #666;
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
}
	/* ゼブラシ説明文
	-----------------*/
	#sec01 h2 {
	    padding: 35px 0 20px!important ;
	}
	#sec01 .txt2  h2,
	#sec01 .txt3  h2,
	#sec01 .txt4  h2  {
	    padding: 0 0 20px!important;
	}
	.vision,
	.vision p,
	#sec00 .inner .col2 li p {
	    text-align: left;
	    font-size: 15px !important;
	    line-height : 160% !important;
	    
	}
	
	.vision p {
	    margin: 20px auto;
	}

	.vision strong {
	    font-size: 23px;
	    line-height: 130%;
	    font-weight: bold;
	    text-align: left;
	}
	.txt{
		padding-bottom: 50px;
	}
	
	.vision{
		width: 90% ;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.txt2{
		width: 100%;
		margin: 0 auto;
		display: table;
		color: #fff;
		background: #000;
		padding-bottom: 0px;
	}
	.txt3{
		width: 100%;
		display: table;
		color: #fff;
		background: #000;
		padding-bottom: 0px;
	}

	.txt4{
		width: 100%;
		display: table;
		color: #fff;
		background: #000;
		padding-bottom: 0px;
	}
	
#sec00 .inner{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size:17px;
}

#sec00 .inner .col2 li{
	display: inline-block;
	width: 100% ;
  	margin: 0px ;
	padding: 0px 0px  10px  0px ;
}

#sec00 .inner .col2 li p strong {
	    font-size: 23px;
	    line-height: 130%;
}

#sec00 .inner .col2 li p {
	width: 100% ;
	margin: 0 auto 20px; ;
	padding: 0px ;
}
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}

	#footer img{
		width: 50%;
		padding: 50px 0px 10px 0;
		height: auto;
}

/* ITEM
	-----------------*/
	#item .inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0px;
	}

	#item .col2 li {
	    width: 100%;
	    padding: 0 3% 0 0;
	    vertical-align: top;
	}

	#item .col2 li:last-child {
	    width: 100%;
	    padding: 0 0;
	    vertical-align: top;
	}

/* 配送料
------------------------------------------------------------*/

#soryo h2{
		padding: 50px 0 20px;
	}
	
#soryo .inner {
    width: 90%;
    padding-bottom: 50px;
}

#soryo .inner .col3 li {
    width: 100%;
    padding: 0 1.5%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
}

/*  ご注文の流れ */
	#sec05 .inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0px;
	}
	
	#sec05 dl {
	    width: 100%;
	    padding: 0px;
	}
	
	/* お支払いについて */
	#sec05 .col2 li.innerright {
	    width: 100%;
		padding: 0px ;
		vertical-align: top;
	}
	
	#sec05 .col2 li.innerright dt {
		font-size:16px;
	    line-height: 1.3em;
	    
	    width: 30.0%;
	    float: left;
	    margin: 0px; 
	    padding: 0 3% 0 0; 
		font-weight:bold;
	}
	#sec05 .col2 li.innerright dd {
	    width: 64.0%;
	    padding: 0px; 
	    float: left;
	    text-align: left;
	    margin-bottom: 15px;
	    line-height: 1.7em;
	}
	
	#sec05 .col2 li{
	    width: 100%;
		padding: 0 ;
		margin: 0 ;
		vertical-align: top;
	}
		
/* レビュー
------------------------------------------------------------*/
.review_pc_title,
.review_pc table {
	width:90%;
}

.review_pc {
	margin-bottom: 50px;
}

}

/* ナビゲーションは以下
------------------------------------------------------------*/
@media only screen and (min-width: 800px){ /* 800px以上の場合 */
	#header{ margin-top: 70px;}
  	a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 20px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
  	#mainnav a{
		color: #000;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}
	}
@media only screen and (max-width: 799px){ /* 799px以下の場合 */

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}
	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
