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

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Kosugi Maru', sans-serif;
}

#body {
	background: -moz-linear-gradient(top, #7ed0d3, #FFF 7.5%, #FFF);
 	background: -webkit-linear-gradient(top, #7ed0d3, #FFF 7.5%, #FFF);
  background: linear-gradient(to bottom, #7ed0d3, #FFF 7.5%, #FFF);
}

img{
  border: 0;
  max-width: 100%;
  height: auto;
}

ul,li {
  list-style-type: none;
}


h2, h3 {
	font-family: 'Otomanopee One', sans-serif;
}

p, dt, dd {
	font-family: 'Kosugi Maru', sans-serif;
}

#wrapper {
	width: 370px;
	margin: 0 auto;
}

/*----------------------header----------------------*/
#header {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	height: 460px;
	/*! margin-top: 16px; */
	width: 370px;
	position: relative;
}

.h-conteiner {
	position: absolute;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	width: 370px;
}

#header-logo {

	width: 36%;
	margin-left: 0;
}

.soda:hover,
.cattea-1:hover,
.cattea-2:hover,
.soda:active,
.cattea-1:active,
.cattea-2:active {
	animation:fwari ease-in-out 1.5s infinite alternate;
	-webkit-animation:fwari ease-in-out 1.5s infinite alternate;
	-moz-animation:fwari ease-in-out 1.5s infinite alternate;
}

@keyframes fwari{
0%   { transform:translate(0%, 0%); }
100% { transform:translate(0%, -25px); }
}
@-webkit-keyframes fwari{
0%   { -webkit-transform:translate(0%, 0%); }
100% { -webkit-transform:translate(0%, -25px); }
}

@-moz-keyframes fwari{
0%   { -moz-transform:translate(0%, 0%); }
100% { -moz-transform:translate(0%, -25px); }
}

.h-conteiner-1 {
	position: relative;
	z-index: 5;
}

.h-conteiner-2 {
	display: flex;
	justify-content: space-between;
}

.fadein-1 {
	position: absolute;
	top: 114px;
	left: 1%;
	transform: translateY(-150%);
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
	display: block;
	width: 44%;
}

.fadein-2,
.fadein-3 {
	display: none;
}

.h-conteiner-2 .cattea-1,
.h-conteiner-2 .cattea-2 {
	width: 50%;
}

.h-conteiner-i img {

    transform: translateY(-150%);
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.h2-text {
	position: absolute;
	z-index: 2;
	color: #fff;
	top: 26%;
	left: 46%;
}

.h-conteiner,
.h2-text {
	animation-name: fade;
  	animation-duration: 4s;
}

@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.h2-text h2 {
	font-size: 200%;
	letter-spacing: 0.1em;
	margin-left: -15%;
}

.h2-text p {
	font-size: 110%;
	line-height: 1.5;
	/*! width: 67%; */
}

.sns-icon {
	margin-right: 4%;
	display: flex;
	justify-content: space-around;
}

.sns-icon li{
  display: inline-block;
  margin-right: 10px;
}

.sns-icon a{
  display: block;
  padding: 8px 15px;
  background: #fff;
  color: #7ed0d3;
  border-radius: 80px;
  text-decoration: none;
  font-size: 50px; 
  margin-top: 20%;
}

.icon-twitter,
.icon-instagram {
	vertical-align:middle;
}

/*----------------------nav----------------------*/
nav {
	margin: 10% -16%;
}

nav ul {
	text-align: center;
}

nav ul li {
	width: 350px;
	height: 60px;
	text-align: center;
	border: 5px solid #7ed0d3;
	border-radius: 10px;
	background-color: #7ed0d3;
	margin-bottom: 10px;
}

nav ul li a {
	display: block;
	text-decoration: none;
	font-family: 'Otomanopee One', sans-serif;
	font-size: 30px;
	text-align: center;
	color: #ffffff;   
	/*! text-shadow: 
       3px  3px 1px #7ed0d3,
      -3px  3px 1px #7ed0d3,
       3px -3px 1px #7ed0d3,
      -3px -3px 1px #7ed0d3,
       3px  0px 1px #7ed0d3,
       0px  3px 1px #7ed0d3,
      -3px  0px 1px #7ed0d3,
       0px -3px 1px #7ed0d3; */
	line-height: 50px;
}

nav ul li a:hover,
nav ul li a:active {
  background-color: #FFF;
	color: #7ed0d3;
	text-shadow: none;
  border-radius: 10px;
}

nav ul li:first-child {
  margin-left: 20px;
}

/*----------------------article----------------------*/
#article {
	 display: block;
}

.topics, .twitter, .instagram {
	margin: 5%;
}

#article h2,
main h2 {
	/*! line-height: 40px; */
	padding: 0 0 40px 20px;
	letter-spacing: 1px;
	color: #fff
}

.topics-wrapp p {
	text-align: center;
}

.oshirase {
	overflow: hidden;
	line-height: 1.5em;
	padding-left: 6px;
	font-size: 80%;
}
.oshirase dt {
	float: left;
	clear: left ;
}

.oshirase dd {
	float: left;
  	margin-left: 1em;
}

#article .topics h2 {
	background-color: #7ed0d3;
	width: 100%;
	height: 35px;
} 

.twitter h2, .instagram h2 {
	background-color: #7ed0d3;
	width: 100%;
	height: 35px;
} 

.twitter p {
	margin: 12% 0;
}

.instagram p {
	margin: 10%;
}

/*----------------------main----------------------*/
.menu {
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-size: contain;
	height: 2080px;
	padding-top: 1px;
}

main h2 {
	background-color: #7ed0d3;
	width: 100%;
	height: 35px;
}

.howto {
	text-align: center;
	margin-bottom: 30px;
}

/*------------icetea------------*/

.icetea-box {
  position: relative;
  margin: 50px auto;
  border: 7px solid #7ed0d3;
  border-radius: 15px;
  background-image: url(../images/icetea_menu_bg2.png);
  background-repeat: no-repeat;
	background-position: center;
  background-color: rgba(255, 255, 255, 0.7);
  height: 800px;
}

.icetea-box img {
	margin: 13px 50px;
}

.icetea {
  position: absolute;
  top: -4px;
  left: 26%;
  font-size: 30px;
  transform: translateY(-50%) translateX(1em);
	color: #fff;   
	text-shadow: 
       3px  3px 1px #7ed0d3,
      -3px  3px 1px #7ed0d3,
       3px -3px 1px #7ed0d3,
      -3px -3px 1px #7ed0d3,
       3px  0px 1px #7ed0d3,
       0px  3px 1px #7ed0d3,
      -3px  0px 1px #7ed0d3,
       0px -3px 1px #7ed0d3;
}

.base,
.pattan,
.dressup,
.h-base,
.h-pattan,
.h-dressup,
.s-pattan {
	position: absolute;
	font-weight: bold;
	font-size: 140%;
}

.icetea-menu {
	display: flex;
	justify-content: space-between;
}

.base {
	top: 13%;
	left: 30%;
	font-size: 16px;
}

.pattan {
	top: 34.5%;
	left: 39%;
	line-height: 1em;	
	font-size: 16px;
	width: 35%;
}

.dressup {
	top: 50.5%;
	left: 37%;
	font-size: 16px;
	width: 45%;
}

.dressup > li:first-of-type {
	margin-bottom: 0;
}

.sirop-list {
		font-weight: normal;
		font-size: 85%;
		margin-left: 5%;
}

.ico-pp-1::before,
.ico-pp-2::before,
.ico-pp-3::before {
	vertical-align: -5px;
    padding-top: 0.6em;
    padding-right: 0.3em;
}


.ico-pp-1::before {
    content: url(../images/osusume-ico1.png);
}

.ico-pp-2::before {
    content: url(../images/osusume-ico2.png);
}

.ico-pp-3::before {
    content: url(../images/osusume-ico3.png);
}

.ico-pp-2-3::before {
	content: url(../images/moble_ico_2-3.png);
}

.ico-pp-s1::before {
	content: "";
    display: inline-block;
    width: 37px;
  	height: 26px;
  	background-size: contain;
  	background-image: url(../images/osusume-ico1.png.);
  	background-repeat: no-repeat; 
    vertical-align: -4px;
    padding: 0 2px;
}

.ico-pp-s2::before {
	content: "";
    display: inline-block;
    width: 30px;
  	height: 26px;
  	background-image: url(../images/osusume-ico2.png);
  	background-repeat: no-repeat; 
  	background-size: contain;
    vertical-align: -7px;
    padding: 0 4px;
    margin-right: 1px;

}

.ico-pp-s3::before {
	content: "";
    display: inline-block;
    background-image: url(../images/osusume-ico3.png);
  	background-repeat: no-repeat;
  	background-size: contain;
    vertical-align: -6px;
    width: 30px;
  	height: 26px;
    padding: 0 5px;
    margin-right: 0.5px;
}

.ico-pp-2-3::before {
	vertical-align: -7px;
	margin-left: 12px;
}


.sirop-list > li:nth-child(3):before,
.sirop-list > li:last-of-type:before {
	content: "";
    display: inline-block;
    width: 30px;
  	height: 10px;
  	padding: 0 5px;
    margin-right: 0.5px;
}

.sirop-list li {
	height: 26%;
}

.icetea-conteiner {
	position: absolute;
	z-index: 5;
	top: 77%;
	left: -10%;
	display: block;
}

/*------------summer accessories------------*/

.ss-box {
  position: relative;
  margin: 50px auto;
  border: 7px solid #7ed0d3;
  border-radius: 15px;
  background-image: url(../images/summer_bg.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 90%;
  height: 160px;
  background-size: contain;
}

.ss {
  position: absolute;
  top: -6px;
  left: -15px;
  font-size: 25px;
  transform: translateY(-50%) translateX(1em);
	color: #fff;   
	text-shadow: 
       3px  3px 1px #7ed0d3,
      -3px  3px 1px #7ed0d3,
       3px -3px 1px #7ed0d3,
      -3px -3px 1px #7ed0d3,
       3px  0px 1px #7ed0d3,
       0px  3px 1px #7ed0d3,
      -3px  0px 1px #7ed0d3,
       0px -3px 1px #7ed0d3;
}

.s-pattan {
	top: 64px;
	left: 70px;
	font-size: 100%;
}

.s-pattan span {
	color: #69b9cb;
	font-size: 115%;
	margin-left: 7px;
}

/*------------hottea------------*/

.hottea-box {
  position: relative;
  margin: 50px auto 0 auto;
/*  padding: 1em 2em;*/
  border: 7px solid #7ed0d3;
  border-radius: 15px;
  background-image: url(../images/hottea_menu_bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.7);
  background-size: contain;
  height: 680px;
}

.hottea {
  position: absolute;
  top: -4px;
  left: 22%;
  font-size: 30px;
  transform: translateY(-50%) translateX(1em);
	color: #fff;   
	text-shadow: 
       3px  3px 1px #7ed0d3,
      -3px  3px 1px #7ed0d3,
       3px -3px 1px #7ed0d3,
      -3px -3px 1px #7ed0d3,
       3px  0px 1px #7ed0d3,
       0px  3px 1px #7ed0d3,
      -3px  0px 1px #7ed0d3,
       0px -3px 1px #7ed0d3;
}

.hottea-menu {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
}

.h-base {
	top: 7.5%;
	left: 40%;
	font-size: 16px;
	line-height: 1.4em;
}

.h-pattan {
	top: 42%;
	left: 41%;
}

.h-dressup {
	top: 58%;
	left: 40%;	
}

.h-dressup > li:first-child {
	line-height: 2em;
}

.h-dressup li span {
	margin-left: 1em;
}

.hottea-conteiner {
	position: absolute;
	z-index: 5;
	top: 77%;
	left: 70%;
	display: block;
	width: 22%;
}


/*----------------------QUALTY----------------------*/
.quality,
.quality-text {
	position: relative;
	display: block;
}

.quality p {
	position: absolute;
	z-index: 2;
	display: inline-block;
	color: #fff;   
	text-shadow: 
       2px  2px 1px #000000,
      -2px  2px 1px #000000,
       2px -2px 1px #000000,
      -2px -2px 1px #000000,
       2px  0px 1px #000000,
       0px  2px 1px #000000,
      -2px  0px 1px #000000,
       0px -2px 1px #000000;
       font-size: 220%;
}

.q-wrapper {
	text-align: center;
	margin: 40px 0;
}


.leaf {
	top: 20px;
	left: 35%;
}

.leaf-t {
	top: 193px;
	left: 20%;
}

.teacube {
	top: 322px;
	left: 18%;
}

.teacube-t {
	top: 500px;
	left: 20%;
}

.sirop {
	top: 640px;
	left: 13%;
}

.sirop-t {
	top: 808px;
	left: 27%;
}

.quality-text p {
	position: absolute;
	z-index: 2;
	display: inline-block;
	color: #fff;   
	text-shadow: 
       3px  3px 1px black,
      -3px  3px 1px black,
       3px -3px 1px black,
      -3px -3px 1px black,
       3px  0px 1px black,
       0px  3px 1px black,
      -3px  0px 1px black,
       0px -3px 1px black;
    font-size: 170%;
}

.q-wrapper img {
  display: block;
  display: none;
}

.q-wrapper {
  background-image: url(../images/quality_leaf_bg2.jpg),url(../images/quality_teacube_bg2.jpg),url(../images/quality_sirop_bg2.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, contain;
  background-position: top, center, bottom;
  height: 900px;
}


/*----------------------store----------------------*/

.store-conteiner {
    display: block;
    width: 80%;
    margin: 30px auto;
}

.map {
  width: 300px;
  height: 250px;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.store-wrapper {
	margin:5% 1%;
	text-align: center;
}

.store-text h3 {
	font-size: 140%;
	margin: 20px 0 5px 0;
}

.store-text h3 p {
	font-size: 24px;
}

.address {
	margin: 15px 15px 0 15%;
	line-height: 1.5em;
	overflow: hidden;
}

.address dt {
	float: left;
	clear: left ;
}

.address dd {
	float: left;
  	margin-left: 1em;
}

.address dd span {
	margin-left: 1em;
}

/*----------------------contact----------------------*/

.contact {
	text-align: center;
	width: 100%;
	margin: 30px 0 40px 0;
}

.contact p {
	display: inline-block;
	background-image: url(../images/mail_arrow.png);
	background-repeat: no-repeat;
	font-size: 100%;
	padding-right: 26%;
	margin: 5px 20px 5px 5px;
}

.contact p,
.mail-ico {
	vertical-align:middle;
}

.mail-ico {
	height: 40px;
	width: 17%;
	margin-left: -7%;
}

#page-top2 .contact-cat-ico2 {
	display: block;
	height: 124px;
	margin: 0 auto;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

#page-top .contact-cat-ico {
	display: none;
}

/*----------------------footer----------------------*/
footer {
	background-color: #fff;
	height: 170px;
}

.footer {
	background-color: #7ed0d3;
	height: 80px;
	width: 100%;
}

.footer p {
	text-align: center;
	color: #fff;
	line-height: 80px;
	font-size: 85%;
}

/* --------------------------contact/mail----------------------------- */

#mail-wrapper {
	width: 340px;
	margin: 0 auto;
}

/* -----------header----------- */

.mail {
	background-color: #7ed0d3;
	height: 40px;
	line-height: 40px;
	padding-left: 20%;
	letter-spacing: 1px;
	color: #fff;
 	width: 100%;
}

/* -----------main----------- */

.form p {
  margin: 3% 10%;
}

.mail-text {
	border: 3px dashed #7ed0d3;
	width: 100%;
	/*! padding: 3%; */
	margin: 10% 0;
	font-size: 100%;
}

.form {
	margin: 0 -4%;
}

input[type="text"],
input[type="email"] {
  width: 300px;
  height: 30px;
}

textarea {
  width: 300px;
  height: 200px;
  overflow-y: scroll;
}

input[type="submit"] {
  background-color: #7ed0d3;
  color: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: 4px 4px rgb(161, 161, 161);
  font-size: 25px;
  width: 150px;
  height: 50px;
  margin: 15%;
  /*! margin-bottom: 5%; */
}

input[type="submit"]:hover {
  opacity: 0.8;
  cursor: pointer;
}

input[type="submit"]:active {
  position: relative;
  top: 4px;
  box-shadow: none;
}

#mail-main {
  background-image: url(../images/footer_top_ico2.png);
  background-repeat: no-repeat;
  background-position: 104% 100%;

}

.mail-footer {
	background-color: #7ed0d3;
	height: 50px;
	width: 100%;
}

.mail-footer p {
	text-align: center;
	color: #fff;
	line-height: 50px;
}