@charset "utf-8";

/* clearfix */
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
 
.cf:after {
	clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
/*
.cf { zoom: 1;}
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
*/


/* font
------------------------------------------------*/

@font-face {
	font-family: Montserrat-Bold;
	src: url('../../font/Montserrat-Bold.ttf')
		format("truetype");
}

/*
------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

img{
	vertical-align: bottom;
}

body{
	width: 1080px;
	font-size: 40px;
    letter-spacing: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
/*	margin: 0;
	padding: 0;
	font-size: 12px;
    line-height: 1.5;

	position: relative;
	left: 0;
	overflow-x: hidden;*/
}

header {
	width: 1080px;
	height: 177px;
	margin: 0;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	background-color: #ffffff;
	background-image:url(/sp/images/common/header_bg.gif);
	background-repeat: no-repeat;
}
.fixed {
  position: fixed;
  top: 0px;
}

#header_left {
	float: left;
	width: 109px;
	padding: 37px 0 36px 42px;
	box-sizing: border-box;
}

#header_center {
	float: left;
	width: 865px;
	padding: 37px 0 36px 0;
	text-align: center;
	box-sizing: border-box;
}

#header_right {
	float: left;
	width: 106px;
	padding: 37px 40px 36px 0;
	box-sizing: border-box;
}

#col_menu {
    position: fixed;
    top: 177px;
    right: -1080px;
    width: 1080px;
    height: 100%;
    background: #82bd2d;
	z-index: 10;
  overflow-y: scroll;
}

#col_menu_body {
/*	height: 3320px;*/
	overflow: auto;
}

#col_menu ul {
	margin: 0;
	padding: 0 0 100px 0;
/*	border-top: 2px solid #105f30;
	border-bottom: 2px solid #105f30;*/
}

#col_menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 1080px;
	height: 204px;
}

#col_menu li a {
	display:block;
	width: 1080px;
	height: 204px;
	box-align: center;
	padding: 0;
	box-sizing : border-box;
	color: #ffffff;
	text-decoration: none;
}

#col_banner {
	margin: 0 85px 128px 85px;
}

.col_banner {
	margin: 0 0 40px 0;
}

#col_campaign {
	margin: 0 40px 520px 40px;
}

.col_campaign {
	margin: 40px 0;
}

#form_link {
	width: 1080px;
	height: 96px;
	background-image:url(/sp/images/common/form_link_bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 3px 0;
	font-size: 28px;
	text-align: center;
}

#form_link ul {
	margin: 0;
	padding: 28px 0 0 0;
	text-align: center;
}

#form_link li {
	display: inline;
	margin: 0 60px 0 0;
	padding: 0 0 0 15px;
	background-image: url("/sp/images/common/white_arrow.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

#form_link li:last-child {
	padding-right: 0;
}

#form_link li a, #form_link li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#nav_link {
	width: 1080px;
	height: 180px;
	background-image:url(/sp/images/common/nav_link_bg.gif);
	background-repeat: repeat-x;
	font-size: 36px;
	text-align: center;
}

#nav_link ul {
	margin: 0;
	padding: 23px 0 0 0;
	text-align: center;
	list-style: none;
}

#nav_link li {
	display: inline;
	margin: 0 77px 0 0;
	padding: 0;
}

#nav_link li:last-child {
	margin-right: 0;
}

#nav_link li a, #nav_link li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#ticker {
	width: 1080px;
	height: 80px;
	background-color: #fbfcf7;
	overflow: hidden;
}

.time_text {
	font-family: Montserrat-Bold;
	float: left;
	width: 400px;
	margin: 20px 0 0 0;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	font-size: 28px;
}

.marquee_text {
	float: left;
	width: 680px;
	font-size: 28px;
	margin: 20px 0 0 0;
	padding: 0;
}

#content_kv {
	margin: 0 0 40px 0;
}

.content {
	width: 1000px;
	margin: 0 40px 0 40px;
}

.estimate_area {
	text-align: center;
}

.estimate_area p {
	font-size: 28px;
	margin: 10px 0 0 0;
}

.index_drink {
	width: 1080px;
	padding: 40px;
	box-sizing: border-box;
	margin: 0 0 80px 0;
	background-image:url(/sp/images/index/index_drink_bg.gif);
	background-repeat: repeat;
}

footer {
	clear: both;
	width: 1080px;
/*	height: 60px;*/
/*	border-bottom: 2px solid #e6171f;*/
	padding: 0;
	margin: 30px 0 0 0;
}

#footer_main {
	width: 1080px;
	margin: 0;
}

#footer_text {
	text-align: center;
	font-size: 28px !important;
	color: #909090;
	line-height: 200%;
	margin: 0 0 50px 0;
	max-height: 100%;
}

#pc_mode {
	text-align: center;
	height: 88px;
	margin: 0 0 50px 0;
}

#copyright {
	text-align: center;
	font-size: 28px !important;
	color: #909090;
	margin: 0 0 60px 0;
	max-height: 100%;
}

#footer_button_area {
	padding: 0;
	margin: 0;
}

.footer_button {
	float: left;
	padding: 0 0 0 0;
}

/* drink */
#ikkyu_nav {
	width: 1000px;
	margin: 0 40px 40px 40px;
	border-bottom: 2px solid #000000;
}

#ikkyu_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ikkyu_nav li {
	float: left;
	width: 192px;
	height: 158px;
	margin: 0 10px 0 0;
}

#ikkyu_nav li:last-child {
	margin-right: 0;
}

#ikkyu_nav li a {
	display: table-cell;
	width: 192px;
	height: 158px;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px 0 0;
	text-decoration: none;
	color: #404040;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	box-sizing: border-box;
	line-height: 100%;
}

#ikkyu_nav li .on {
	border: none;
	background-color: #105f31;
	color: #ffffff;
}

/* tea_server */
#support_drink {
	background-image:url(/sp/images/common/h4_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 80px 0;
}

#ohtori_nav {
	width: 1000px;
	margin: 0 40px 40px 40px;
	border-bottom: 2px solid #000000;
}

#ohtori_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ohtori_nav li {
	float: left;
	width: 480px;
	height: 90px;
	margin: 0 40px 0 0;
}

#ohtori_nav li:last-child {
	margin-right: 0;
}

#ohtori_nav li a {
	display: table-cell;
	width: 480px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
/*	margin: 0 10px 0 0;*/
	text-decoration: none;
	color: #404040;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	box-sizing: border-box;
	line-height: 100%;
}

#ohtori_nav li .on {
	border: none;
	background-color: #105f31;
	color: #ffffff;
}

#hoshizaki_nav {
	width: 1000px;
	margin: 0 40px 40px 40px;
	border-bottom: 2px solid #000000;
}

#hoshizaki_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#hoshizaki_nav li {
	float: left;
	width: 312px;
	height: 90px;
	margin: 0 32px 0 0;
}

#hoshizaki_nav li:last-child {
	margin-right: 0;
}

#hoshizaki_nav li a {
	display: table-cell;
	width: 312px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
/*	margin: 0 10px 0 0;*/
	text-decoration: none;
	color: #404040;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	box-sizing: border-box;
	line-height: 100%;
}

#hoshizaki_nav li .on {
	border: none;
	background-color: #105f31;
	color: #ffffff;
}

/* flipsnap */
.viewport {
	width: 1080px;
	overflow: hidden;
	margin: 0 auto 80px auto;
	position: relative;
}

.flipsnap {
	/*width: 1280px;  320px(item width) * 4(item count) */
}

.flipsnap_box {
	float: left;
	width: 1000px;
	padding: 0 40px 0 40px;
	cursor: pointer;
	background-image:url(/sp/images/common/flipsnap_box_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.flipsnap_img {
	margin: 0 0 60px 0;
	padding: 0 50px 0 50px;
	width: 900px;
}

.en_text {
	font-size: 28px;
}

.flipsnap_text {
	margin: 0 0 50px 0;
}

.flipsnap_spec {
	font-size: 32px;
	margin: 0 0 50px 0;
}

.prev_area {
	position: absolute;
	top: 0;
	left: 0;
}

.next_area {
	position: absolute;
	top: 0;
	left: 990px;
}

/* parts */
h1 {
	font-size: 40px;
	font-weight: bold;
	margin: 15px 0 0 0;
}

h2 {
	background-image:url(/sp/images/common/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
/*	background-size:2px 61px;
	width: 310px;
	height:41px;*/
	padding: 0 0 0 70px;
	color: #c92424;
	font-size: 56px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h3 {
	background-image:url(/sp/images/common/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 36px;
	color: #483d2f;
	font-size: 44px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h4 {
	width: 1000px;
	background-image:url(/sp/images/common/h4_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 56px;
	margin: 0 0 35px 0;
	padding: 15px 0 35px 0;
}

h5 {
	font-size: 56px;
	color: #a99572;
	margin: 0 0 40px 0;
}

.green_arrow {
	color: #483d2f;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	background-image: url("/sp/images/common/green_arrow.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 30px;
}

.fs56 {
	font-size: 56px;
}

.mr15 {
	margin-right: 15px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb80 {
	margin-bottom: 80px;
}

/* 202103 フリーダイヤル非表示 */
#header_left img{
	display: none;
}




.downloader-wrap{
	padding: 60px 40px 0;
}
.downloader-wrap h2{
	font-size: 48px;
    color: #C41F1F;
    font-family: 'FOT-筑紫明朝 Pr6 LB', 'TsukuMinPr6-LB';
    margin-bottom: 10px;
}

.downloader-wrap .downloader{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 30px;
}
.downloader-wrap .downloader-item{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.downloader-wrap .downloader-item > div{
    border: solid #F8F8F2 8px;
	border-radius: 30px;
    /* padding: 10px 16px 5px; */
	padding: 30px 60px 15px;
}
.downloader-wrap .downloader-item h3{
    border-bottom: solid #CCCCCC 1px;
	font-family: 'FOT-筑紫明朝 Pr6 LB', 'TsukuMinPr6-LB';
    /* font-size: 32px; */
    font-size: 46px;
    padding-bottom: 10px;
	margin-bottom: 10px;
	background: none;
    padding-left: 0;
}
.downloader-wrap .downloader-item ul {
    margin-left: 32px;
	display: flex;
}
.downloader-wrap .downloader-item li {
    margin-bottom: 5px;
	width: 50%;
}
.downloader-wrap .downloader-item li a{
    /* font-size: 28px;
    position: relative; */
	font-size: 40px;
    position: relative;
    margin: 30px 0;
    display: inline-block;
}
.downloader-wrap .downloader-item li a::after{
    content: '';
    position: absolute;
    width: 42px;
    height: 50px;
    top: 1px;
    right: -60px;
    background-image: url(../../images/pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
