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

@import url('https://fonts.googleapis.com/css?family=Hammersmith+One');
@font-face {
	font-family: 'Noto Sans';
	src: url('../font/NotoSans.otf');
	src: url('../font/NotoSans.otf?#iefix') format('embedded-opentype'),
	url('../font/NotoSans.otf') format('opentype'),
}
@font-face {
	font-family: 'Noto Sans M';
	src: url('../font/NotoSans_M.otf');
	src: url('../font/NotoSans_M.otf?#iefix') format('embedded-opentype'),
	url('../font/NotoSans_M.otf') format('opentype'),
}

body {
	font-size: 16px;
	line-height: 180%;
	color: #000;
	margin: 0;
	letter-spacing: 2px;
    font-family:'Noto Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
}
.inner {
	margin: 0 auto;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #555;
}
img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

.pc { display: none; }

h1, h2, h3, p, ul, li {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans M', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "sans-serif";
}
ul, li {
	list-style: none;
}
h2.h2_ttl {
	font-size: 26px;
	font-weight: 600;
	line-height: 150%;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	text-align: center;
	background: url(../img/common/ico/h2.png) no-repeat 50% 100%;
	background-size: 20%;
	font-family: 'Hammersmith One', 'Noto Sans M', "sans-serif";
}
h2.h2_ttl small {
	display: block;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
}
p.small {
	font-size: 14px;
	line-height: 180%;
	color: #555;
}
.btn a,
.btn input {
	display: block;
	border: 1px solid #000;
	width: 90%;
	text-align: center;
	padding: 10px 2%;
	color: #000;
	margin: 0 auto;
	text-decoration: none;
}
.btn a:hover,
.btn input:hover {
	color: #FFF;
	background: #000;
}

/* header */
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 96%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 10px 2%;
	z-index: 100;
}
header .logo a {
	background: url(../img/common/header/logo.png) no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	width: 40%;
	height: 53px;
	display: block;
	text-indent: -9999;
}
.nav-button {
  display: none;
  float: right;
  margin: 0;
  width: 25%;
}
.nav {
  a {
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
  }
  li {
    display: inline-block;
    margin: 0 10px;
  }
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
@media screen and (min-width: 767px) {
  .nav-wrap {
    display: block !important;
  }
}
.content {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 550;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    .nav {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
    }
    li {
      display: block;
      margin: 0;
      a {
        color: #FFF;
        font-size: 18px;
      }
    }
  }
  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 1000;
    position: relative;
    width: 30px;
    height: 26px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 11px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span {
    background-color: #FFF;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
}
header ul#gNav {
	padding: 0;
	margin: 0;
	list-style: none;
}
header ul#gNav li {
	margin: 0 10px;
	padding: 0;
	font-size: 14px;
}
header ul#gNav li a {
	color: #FFF;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: block;
	font-size: 18px;
}

/* footer */
footer {
	padding: 20px;
	border-top: 2px solid #EDEDED;
}
footer .footer_photo {
	background: url(../img/common/footer/photo_sp.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 250px;
}
footer h3 {
	font-size: 21px;
	line-height: 160%;
	margin: 30px 0 20px 0;
}
footer p {
	margin: 15px 0;
}
footer ul li .btn_kids {
    margin-bottom: 10px;
}
.copyright {
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
.copyright a {
	color: #FFF;
}
.instagram {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 20000;
}
.instagram a {
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/common/ico/instagram.png) no-repeat;
	background-size: 60px;
	text-indent: -9999px;
}

/* toppage */
#toppage .main_img {
	height: 500px !important;
}

#toppage #news {
	padding: 30px 20px;
}
#toppage #news ul li .date {
	padding: 5px 10px;
	background: #000;
	color: #FFF;
	font-size: 14px;
}
#toppage #news ul li {
	margin: 15px 0;
}
#toppage #news ul li a {
	text-decoration: none;
	display: block;
	padding: 3px 0;
	text-decoration: underline;
}


#toppage #story {
	background: url(../img/toppage/story_sp.jpg) no-repeat;
	background-size: cover;
	padding: 30px 20px;
}
#toppage #story p {
	margin: 15px auto;
	text-align: center;
}
#toppage #story .btn a {
	margin: 0 auto;
}

#lineup {
	background: #ebebeb;
	padding: 30px 20px;
}
#lineup ul {
}
#lineup ul li {
	margin: 10px 0;
	background: #FFF;
	box-shadow: 4px 4px 10px #EAEAEA;
}
#lineup ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 50%;
}
#lineup ul li a p {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	padding: 30px 0;
	background: url(../img/common/ico/arrow_right.png) no-repeat 94% 92%;
	background-size: 10px;
	transition: .5s;
}
#lineup ul li a:hover p {
	background: url(../img/common/ico/arrow_right.png) no-repeat 96% 92%;
	background-size: 10px;
}
#lineup ul li a p small {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
#lineup ul li.tea a {
	background: url(../img/toppage/lineup_tea.jpg) no-repeat 0 50%;
	background-size: 50%;
}
#lineup ul li.teabag a {
	background: url(../img/toppage/lineup_teabag.jpg) no-repeat 0 50%;
	background-size: 50%;
}
#lineup ul li.flavor a {
	background: url(../img/toppage/lineup_flavor.jpg) no-repeat 0 50%;
	background-size: 50%;
}
#lineup ul li.sweets a {
	background: url(../img/toppage/lineup_sweets.jpg) no-repeat 0 50%;
	background-size: 50%;
}
#lineup ul li.terrine a {
	background: url(../img/toppage/lineup_terrine.jpg) no-repeat 0 50%;
	background-size: 50%;
}
#lineup ul li.goods a {
	background: url(../img/toppage/lineup_goods.jpg) no-repeat 0 50%;
	background-size: 50%;
}
#lineup ul li.takeout a {
	background: url(../img/toppage/lineup_takeout.jpg) no-repeat 0 50%;
	background-size: 50%;
}
#lineup ul li.gift a {
	background: url(../img/toppage/lineup_gift.jpg) no-repeat 0 100%;
	background-size: 50%;
}