@charset "UTF-8";
/* CSS Document */


*{margin: 0;
padding: 0;}





#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
	
}

/*アイコンのスペース*/
#nav-open {
  display: block;
	position:relative;
z-index:9998;
  width: 30px;
  height: 22px;
  vertical-align: middle;
	margin-top: 1em;
	margin-left: 1em;
	position: fixed; 
	
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 200px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

.menu_item{
	font-size: 15pt;
	margin-top: 2em;
	margin-left: 1em;
	
}

a {
  text-decoration:none;
	color: #4B4B4B;
}

ul {
  list-style: none;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


div#divfirst{
	
	font-size: 20px;
    font-weight: bold;
    animation-name: fadein;
    animation-duration: 2s;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
	
	}}



p#first{
	text-align: center;
	font-size: large;
	margin-left: 1.5em;
margin-right: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 6em;
}



.TOP {/*親div*/
  position: relative;/*相対配置*/
  }

.TOP p {
  position: absolute;/*絶対配置*/
  color: #4B4B4B;
	font-size: 2em;
	text-align: center;
top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  }


.Ftuts{
	margin-top: 80px;
	margin-bottom: 30px;
}



.kousui{
	margin-top: 1.5em;
	margin-bottom: 3em;
}

p#second{
	text-align: center;
	font-size: 9pt;
	margin-bottom: 7em;
	margin-left: 1em;
	line-height: 2em;
}


.icon{
	display: block;
     margin:auto;
	margin-top:2em;
	text-align: center;
}


div#L{
	height: 220px;
	font-size: medium;
	background: #04D68E;
}

div#G{
	height: 220px;
	background: #FFDC31;
	font-size: medium;
	}


div#P{
	height: 220px;
	font-size: medium;
	background: #FF8683;
	margin-bottom: 100px;
	}



p#lemon,#pinkgrapefrutit{
	color: #FFFFFF;
text-align: center;
}

p#pinkgrapefrutit{
	margin-left: 0.5em;
	
}

p#grapefrutit{
	color: #fe6d33;
	text-align: center;
	margin-left: 1em;
}

.icon{
	text-align: left;
	
}


p#lemon3{
	color: #FFFFFF;
	margin-top: 3em;
	margin-left: 2em;
	writing-mode: vertical-rl;
	
}

p#grapefrutit3{
	color: #fe6d33;
	margin-top: 2em;
	margin-left: 17em;
	writing-mode: vertical-rl;
	
}

p#pinkgrapefrutit3{
	color: #FFFFFF;
	margin-top: 2em;
	margin-left: 1em;
	writing-mode: vertical-rl;
	
}


p#lemon4{
	margin-top: 10em;
	line-height: 2em;
	font-size: 9pt;	

}

p#grapefrutit4{
	margin-top: 9em;
	line-height: 2em;
	font-size: 9pt;
	
}

p#pinkgrapefrutit4{
	margin-top: 8em;
	margin-bottom: 10em;
	line-height: 2em;
	font-size: 9pt;
	
}


.gurehuru{
	margin-bottom: 5em;
	
	
}


p#syokai{
	text-align: center;
	font-size: 9pt;
	margin-top: 6em;
	margin-left: 2.5em;
margin-right: 2.5em;
	line-height: 2em;
}

hr{
	margin-left: 1.3em;
	margin-top: 4em;
}


p#spec{
	font-size: 9pt;
	margin-top: 5em;
	margin-left: 2.5em;
margin-right: 2.5em;
	line-height: 2em;
	
}


#kierumozi1,#kierumozi2,#kierumozi3{
	 margin-top : -50px;
  padding-top : 50px;
	
}



.botom{
	margin-left: 1.3em;
	margin-top: 2em;
	margin-bottom: 3em;
}
	

p#shop{
	text-align: center;
	font-size: 9pt;
	margin-left: 2.5em;
margin-right: 2.5em;
}


.cart{
	margin-left: 8.5em;
	margin-bottom: 5em;
	
}


.site-footer{
    background: #333;
    padding: 80px 0;
}
.copyright{
    color: #fff;
    font-size: 12px;
    text-align: center;
}



@media screen and (max-width:1242px){
	p{font-size: 16px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"}

}


@media screen and (min-width:1242px){
	
}

