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

/* cat
----------------------------- */
#cat .main_img {
	height: 700px;
}
#cat #intro {
	padding: 80px 0;
	text-align: center;
}
#cat #intro h1 {
	text-align: center;
	font-size: 46px;
	font-family: 'Hammersmith One', 'Noto Sans M', sans-serif;
	line-height: 160%;
	margin: 0 0 20px 0;
	letter-spacing: 5px;
}
#cat #intro h1 small {
	display: block;
	font-size: 21px;
	line-height: 160%;
}
#cat .item_list {
	padding: 80px 0;
	text-align: center;
	text-align: center;
}
#cat .item_list.single,
#cat .item_list.kakigori,
#cat .item_list.goods,
#cat .item_list.tea,
#cat .item_list.gift,
#cat .item_list.sencha,
#cat .item_list.houjicha,
#cat .item_list.flavor,
#cat .item_list.hot,
#cat .item_list.frappe {
	background: #EDEDED;
}
#cat .item_list h3.h3_childttl {
	font-size: 24px;
	line-height: 160%;
	margin: 40px 0 0 0;
}
#cat .item_list h3.h3_childttl small {
	font-size: 14px;
	margin: 0 0 0 10px;
}
#cat .item_list ul {
	margin: 20px 0 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
}
#cat.gift .item_list ul {
	justify-content: flex-start;
}
#cat.gift .item_list ul.bottle {
	justify-content: center;
}
#cat .item_list.hot ul,
#cat .item_list.ice ul {
	margin: 0;
}
#cat .item_list ul li {
	margin: 30px 2%;
	width: 16%;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	line-height: 160%;
}
#cat.sweets .item_list ul li,
#cat.goods .item_list ul li,
#cat.gift .item_list ul li,
#cat.terrine .item_list ul li {
	margin: 30px 2%;
	width: 21%;
}
#cat .item_list ul li h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 5px;
}
#cat .item_list ul li h3 small {
	display: block;
	padding: 5px;
	font-size: 10px;
	line-height: 130%;
	font-weight: normal;
	color: #FFF;
	background: #000;
	width: 50%;
	text-align: center;
}
#cat .item_list ul li .price {
	margin-top: 10px;
	font-size: 14px;
	line-height: 160%;
}
#cat .item_list ul li iframe {
	margin-top: 10px;
	width: 100% !important;
	height: 50px !important;
}
#cat.sweets .item_list ul li iframe,
#cat.goods .item_list ul li iframe,
#cat.gift .item_list ul li iframe,
#cat.terrine .item_list ul li iframe {
	width: 80% !important;
	height: 50px !important;
}
#cat .item_list ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#cat .item_list ul li a {
	width: 100%;
	margin-top: 15px;
}
#cat .item_list .btn {
	margin-top: auto;
}

#cat .return {
	margin: 30px 0;
}
#cat .return a {
	margin: 0 auto;
}

/* leaf */
#cat.leaf .main_img {
	background: url(../img/cat/tea/main.jpg) no-repeat fixed 50% 80%;
	background-size: cover;
}
/* teabag */
#cat.teabag .main_img {
	background: url(../img/cat/teabag/main.jpg) no-repeat fixed 50% 80%;
	background-size: cover;
}
/* flavor */
#cat.flavor .main_img {
	background: url(../img/cat/flavor/main.jpg) no-repeat fixed 50% 80%;
	background-size: cover;
}
/* sweets */
#cat.sweets .main_img {
	background: url(../img/cat/sweets/main.jpg) no-repeat fixed 50% 80%;
	background-size: cover;
}
/* terrine */
#cat.terrine .main_img {
	background: url(../img/cat/terrine/main.jpg) no-repeat fixed 50% 80%;
	background-size: cover;
}
/* goods */
#cat.goods .main_img {
	background: url(../img/cat/goods/main.jpg) no-repeat fixed 50% 80%;
	background-size: cover;
}
/* takeout */
#cat.takeout .main_img {
	background: url(../img/cat/takeout/main.jpg) no-repeat fixed 50% 80%;
	background-size: cover;
}
/* gift */
#cat.gift .main_img {
	background: url(../img/cat/gift/main.jpg) no-repeat fixed 50% 80%;
	background-size: cover;
}
#cat.gift.tea2 .main_img {
	background: url(../img/cat/gift/main_tea2.jpg) no-repeat fixed 50% 80%;
	background-size: cover;
	height: 550px;
}
#cat.gift.tea3 .main_img {
	background: url(../img/cat/gift/main_tea3.jpg) no-repeat fixed 50% 100%;
	background-size: cover;
	height: 550px;
}
#cat.gift.dryfruits .main_img {
	background: url(../img/cat/gift/main_drifruits.jpg) no-repeat fixed 50% 100%;
	background-size: cover;
	height: 550px;
}
#cat.gift.bottle .main_img {
	background: url(../img/cat/gift/main_bottle.jpg) no-repeat fixed 50% 100%;
	background-size: cover;
	height: 550px;
}

#cat.gift .gift_list {
	background: #EDEDED;
	padding: 50px 0;
}
#cat.gift .gift_list h2 {
	font-size: 20px;
	line-height: 160%;
}
#cat.gift .gift_list p.notice {
	text-align: center;
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 15px;
}
#cat.gift .gift_list dl {
	margin: 0 auto 50px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	width: 800px;
	padding: 0;
}
#cat.gift .gift_list dt {
	width: 55%;
	margin: 5px 0;
	padding: 0;
}
#cat.gift .gift_list dd {
	margin: 5px 0;
	padding: 0;
}
#cat.gift .gift_list dd.price {
	text-align: right;
	width: 22%;
	margin-right: 3%;
}
#cat.gift .gift_list dd.cart {
	width: 20%;
}
#cat.gift .gift_list dd.cart iframe {
	width: 100% !important;
	height: 38px !important;
	margin-top: -4px;
}
#cat.gift .gift_list dd.cart a {
	display: block;
	background: #000;
	color: #FFF;
	text-align: center;
	width: 70%;
	padding: 5px 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 160%;
}
#cat.gift .gift_list dd.cart a:hover {
	border-radius: 5px;
}

/* story
----------------------------- */
#story .main_img {
	padding: 300px 0;
	background: url(../img/story/main.jpg) no-repeat fixed 50% 50%;
	background-size: cover;
}
#story .main_img h1 {
	text-align: center;
	font-size: 60px;
	font-family: 'Hammersmith One', 'Noto Sans M', sans-serif;
	line-height: 160%;
	margin: 0;
}
#story .main_img h1 small {
	display: block;
	font-size: 21px;
	line-height: 160%;
}
#story .chapter {
}
#story .chapter .inner {
	width: 600px;
	padding: 80px 0;
}
#story .chapter .inner p {
	margin: 20px 0;
	line-height: 200%;
}
#story .photo01,
#story .photo02,
#story .photo03,
#story .photo04 {
	height: 500px;
}
#story .photo01 {
	background: url(../img/story/photo01.jpg) no-repeat fixed;
	background-size: cover;
}
#story .photo02 {
	background: url(../img/story/photo02.jpg) no-repeat fixed;
	background-size: cover;
}
#story .photo03 {
	background: url(../img/story/photo03.jpg) no-repeat fixed;
	background-size: cover;
}
#story .photo04 {
	background: url(../img/story/photo04.jpg) no-repeat fixed;
	background-size: cover;
}


/* contact
----------------------------- */
#contact {
	padding: 80px 0;
	text-align: center;
	background: #EDEDED;
}
#contact h1 {
	text-align: center;
	font-size: 43px;
	font-family: 'Hammersmith One', 'Noto Sans M', sans-serif;
	line-height: 160%;
	margin: 0 0 30px 0;
}
#contact h1 small {
	display: block;
	font-size: 21px;
	line-height: 160%;
}
#contact .inner {
	margin-top: 30px;
}
#contact dl {
	margin: 0 auto 30px auto;
	padding: 0;
	width: 600px;
	text-align: left;
	padding: 30px;
	background: #FFF;
}
#contact dt {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}
#contact dt small {
	margin: 0 0 0 5px;
	padding: 2px 5px;
	background: #DD3A3D;
	color: #FFF;
	font-size: 12px;
	font-weight: 200;
	line-height: 140%;
	letter-spacing: 0;
}
#contact dd {
	margin: 0 0 30px 0;
	padding: 0;
}
#contact dd input {
	margin: 0;
	padding: 3px 1%;
	border: 1px solid #000;
	background: #FFF;
	font-size: 16px;
	line-height: 160%;
	width: 98%;
}
#contact dd textarea {
	margin: 0;
	padding: 3px 1%;
	border: 1px solid #000;
	background: #FFF;
	font-size: 16px;
	line-height: 160%;
	width: 98%;
}
#contact input[type="submit"] {
	display: block;
	font-size: 16px;
	line-height: 160%;
	margin: 0 auto;
	transition: .7s;
}



/* cart
----------------------------- */
.cart_iframe {
	padding-top: 80px;
}
.cart_iframe iframe {
	width: 100%;
	height: 1200px;
}