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

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

html {
	min-height: 100%;
}

body {
	font-family:'ヒラギノ丸ゴ Std', sans-serif;
}

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

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

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

h2, h3 {
	font-family:Hobo Std, sans-serif;
}

p, dt, dd {
	font-family: ヒラギノ丸ゴ Std, sans-serif;
	font-size: 130%;
}

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

/*----------------------header----------------------*/
#header {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 630px;
	margin-top: 5%;
	position: relative;
}

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

#header-logo {
	float: left;
	margin-left: 5%;
}

.sns-icon {
	float: right;
}

/*.soda {
	position: absolute;
	z-index: 5;
	left: 20%;

}*/

.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: 30px;
	left: 19%;
	transform: translateY(-150%);
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.fadein-2 {
	position: absolute;
	top: 125px;
	left: 60%;
	transform: translateY(-150%);
    animation-name: fadeIn;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.fadein-3 {
	position: absolute;
	top: 105px;
	left: 75%;
	transform: translateY(-150%);
    animation-name: fadeIn;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

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

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

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

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

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

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

.h2-text h2 {
	font-size: 300%;
	letter-spacing: 0.1em;
}

.h2-text p {
	font-size: 110%;
	line-height: 1.5;
}

.sns-icon {
 	margin: 0 10%;
}
.sns-icon li{
  display: inline-block;
}

.sns-icon a{
  display: block;
  padding: 10px 22px;
  background: #fff;
  color: #7ed0d3;
  border-radius: 80px;
  text-decoration: none;
  font-size: 45px; 
}

.sns-icon a:hover {
	opacity: 0.7;
}

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

/*----------------------nav----------------------*/
nav {
	margin: 40px auto 50px auto;
}

nav ul {
	overflow: hidden;
	margin: 30px 332px;
}

nav ul li {
	width: 140px;
	height: 40px;
	text-align: center;
  float: left;
}

nav ul li a {
	display: block;
	text-decoration: none;
	font-family: Hobo Std;
	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;
}

nav ul li a:hover {
	color: #7ed0d3;
	text-shadow: none;
}

/*----------------------article----------------------*/
#article {
	display: flex;
	justify-content: center;
}

.topics,
.twitter {
	margin-right: 70px;
}

#article h2,
main h2 {
	line-height: 40px;
	padding-left: 30px;
	letter-spacing: 1px;
	color: #fff
}

.topics-wrapp,
.oshirase {
	margin: 50px auto;
}

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

.oshirase {
	overflow: hidden;
	line-height: 2.5em;
	font-size: 80%;
}
.oshirase dt {
	float: left;
	clear: left ;
    margin-left: 3em;
    width: 125px;
}

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

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

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

.twitter p {
	margin: 30px 0;
}

.instagram p {
	margin: 50px 0 40px 0;
}

/*----------------------main----------------------*/
.menu {
	background-image: url(../images/main_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	/*! margin-bottom: 50px; */
	height: 2100px;
}

main h2 {
	background-color: #7ed0d3;
	width: 1300px;
	height: 35px;
	margin: 0 32px;
}

.howto {
	text-align: center;
	margin: 50px 0 40px 0;
}

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

.icetea-box {
  position: relative;
  margin: 50px auto;
/*  padding: 1em 2em;*/
  border: 7px solid #7ed0d3;
  border-radius: 15px;
  background-image: url(../images/icetea_bg.png);
  background-repeat: no-repeat;
  background-position: 80% 67%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 88%;
  height: 480px;
}

.icetea-box img {
	margin: 18px 180px;
}

.icetea {
  position: absolute;
  top: 0;
  left: -57px;
  font-size: 40px;
  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: 136%;
}

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

.base {
	top: 150px;
	left: 70px;
	line-height: 3em;
}

.pattan {
	top: 170px;
	left: 425px;
	line-height: 4em;	
}

.dressup {
	top: 153px;
	left: 732px;
	line-height: 1.5em;	
}

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

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

.ico-pp-1:before,
.ico-pp-2:before,
.ico-pp-3:before {
	vertical-align: -2px;
    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-s1:before {
	content: "";
    display: inline-block;
    width: 34px;
  	height: 26px;
  	background-size: contain;
  	background-image: url(../images/osusume-ico1.png);
  	background-repeat: no-repeat; 
    vertical-align: -6px;
    padding: 0 3px;
}

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

}

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

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

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

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

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

.ss-box {
  position: relative;
  margin: 50px auto;
/*  padding: 1em 2em;*/
  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: 50%;
  height: 300px;
}

.ss {
  position: absolute;
  top: 0;
  left: -57px;
  font-size: 40px;
  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: 126px;
	left: 190px;
}

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

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

.hottea-box {
  position: relative;
  margin: 50px auto;
/*  padding: 1em 2em;*/
  border: 7px solid #7ed0d3;
  border-radius: 15px;
  background-image: url(../images/hottea_bg.png);
  background-repeat: no-repeat;
  background-position: 80% 67%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 88%;
  height: 480px;
}

.hottea {
  position: absolute;
  top: 0;
  left: -57px;
  font-size: 40px;
  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;
}

.h-base {
	top: 118px;
	left: 125px;
	line-height: 1.8em;
}

.h-pattan {
	top: 198px;
	left: 505px;
	line-height: 4em;	
}

.h-dressup {
	top: 177px;
	left: 780px;
	/*! line-height: 3em; */
	font-size: 1.3em;	
}

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

.h-dressup li span {
	margin-left: 20px;
}

.icetea-conteiner {
	display: none;
}

.hottea-conteiner {
	display: none;
}

/*----------------------QUALTY----------------------*/
.quality,
.quality-text {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.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: 36px;
}

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


.leaf {
	top: 30px;
	left: 200px;
}

.leaf-t {
	top: 230px;
	left: 140px;
}

.teacube {
	top: 30px;
	left: 555px;
}

.teacube-t {
	top: 230px;
	left: 555px;
}

.sirop {
	top: 30px;
	left: 970px;
}

.sirop-t {
	top: 230px;
	left: 1025px;
}

.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: 30px;
}

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

.store-conteiner {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 60px auto;
}

.map {
  width: 60%;
  /*! height: ; */
}
.map iframe {
  width: 100%;
  height: 100%;
}

.store-wrapper {
	margin:5% -5%;
}

.store-text h3 {
	font-size: 200%;
	margin-bottom: 10px;
}

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

.address {
	margin-top: 25px;
	line-height: 2.5em;
}

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

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

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

/*----------------------contact----------------------*/
.contact-wrapper {
	overflow: hidden;
}

.contact {
	float: left;
	text-align: center;
	width: 75%;
	margin: 50px;
}

.contact p {
	display: inline-block;
	background-image: url(../images/mail_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 180%;
	padding-right: 10%
}

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

.mail-ico {
	height: 45px;
	margin-left: 2%;
}

#page-top2 .contact-cat-ico2 {
	display: none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a:hover {
    opacity: 0.8;
}


/*----------------------footer----------------------*/

footer {
	background-color: #7ed0d3;
	height: 100px;
}

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

/* --------------------------contact/mail----------------------------- */
#mail-wrapper {
	width: 800px;
	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: 70%;
	padding: 3%;
	margin: 6% auto;
}

.form {
	margin: 0 10%;
}

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

textarea {
  width: 420px;
  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-left: 50%;
  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: 87% 100%;

}