@charset "UTF-8";

/*---------------------------
　　リセットCSS
---------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	container: '';
	container: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------------
　　全ページ共通
---------------------------*/
*, *:before, *:after { box-sizing: border-box; }

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: 1.6rem;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
	line-height: 1.7;
	color: #000;
	background-color: #000;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor: pointer;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
}

*:focus { outline: none; }

h2 { font-size: 4rem; }
h3,h4 { font-size: 3.6rem; }
h5 { font-size: 2rem; }

h2, h3, h4 {
	font-family: 'Shippori Mincho B1', serif;
	letter-spacing: -.02em;
	line-height: 1.4;
}

h2, h3, h4, h5,
p, li, dt, dd {
	font-feature-settings: "palt";
	text-align: justify;
	overflow-wrap: break-word;
	color: #FFF;
}

th, td {
	font-feature-settings: "palt";
	overflow-wrap: break-word;
	vertical-align: middle;
}

a,
button {
	text-decoration: none;
	color: #000;
}

img,
a img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

a img:hover {
	opacity: 0.7;
	transition: 0.5s;
}

#pagetop {
	position: fixed;
	right: 1em;
	bottom: 1em;
	padding: 2em;
	font-size: 1.2rem;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	border: #FFF 1px solid;
}

#pagetop::after {
	position: absolute;
	content: '';
	top: 60%;
	right: 1.3em;
	width: 1.2em;
	height: 1.2em;
	border-radius: 2px;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 50%;
}

/* 横幅サイズ ＋ カラム
---------------------------*/
.flex-box { display: flex; }

.inner-box {
	width: 960px;
	margin: 0 auto;
}

/* 注文ボタン
---------------------------*/
.order {
	margin-top: 8em;
	text-align: center;
}

.order::after {
	content: '';
	display: block;
	padding-top: 8em;
	background: linear-gradient(0deg, rgba(34,34,34,1) 0%, rgba(0,0,0,1) 100%);
}

.order button {
	position: relative;
	width: 520px;
	padding: 0.5em;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 3rem;
	font-weight: bold;
	border: #d6bf5c 1px solid;
	background-color: #d6a700;
	background: linear-gradient(45deg, rgba(214,167,0,1) 0%, rgba(253,246,217,1) 25%, rgba(251,233,161,1) 40%, rgba(196,139,0,1) 85%, rgba(148,79,18,1) 100%);
	cursor: pointer;
}

.order button::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1em;
	width: 0.4em;
	height: 0.4em;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 50%;
}

/* 注文ボタン（ダブル）*/
.order.double::after { padding-top: 0; background: none; }
.order.double button { width: 460px; }

.order.double button.business {
	margin-left: 1em;
	border: #e23333 1px solid;
	background-color: #c10000;
	background: linear-gradient(45deg, rgba(193,0,0,1) 0%, rgba(120,0,0,1) 100%);
	color: #FFF;
}

.order.double button.business::after {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

/*---------------------------
　　メインビジュアル＆商品紹介
---------------------------*/

h1 img {
	width: 100%;
	min-width: 960px;
}

.main-menu {
	border-top: #ead1a0 1px solid;
	background-color: #bd8302;
	background: linear-gradient(0deg, rgba(163,113,2,1) 0%, rgba(214,167,0,1) 100%);
}

.main-menu ul {
	margin: 0 auto;
	justify-content: space-between;
}

.main-menu ul li:last-of-type { border-right: #e2c991 1px solid; }

.main-menu ul li {
	margin: 1em 0;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	border-left: #e2c991 1px solid;
}

.main-menu ul li a {
	display: block;
	padding: 0 1.7em;
}

.real {
	width: 100%;
	padding: 4em 0;
	background: url(../images/bg_flower01.png) no-repeat right -4em top 2em;
	background-size: 25%;
}

.real h2 {
	margin-bottom: 1em;
	text-align: center;
	text-shadow: 0 0 8px #c4aa10;
}

.real .lead {
	margin-bottom: 3em;
	text-align: center;
}

.real img { width: 100%; }


/*---------------------------
　　特長＆厳選素材
---------------------------*/
.unit .inner-box {
	margin-top: 6em;
	padding-top: 4em;
	align-items: flex-start;
}

.unit h3 { margin: 0.2em 0; }
.unit img { width: 400px; }
.unit .flex-box .item { margin-top: -4em; }
.unit .flex-box:nth-of-type(odd) .item h2, .unit .flex-box:nth-of-type(odd) .item h3 { text-align: right; }

/* 特長
---------------------------*/
.unit .flex-box:nth-of-type(odd) img { margin-right: 2em; }
.unit .flex-box:nth-of-type(even) img { margin-left: 2em; }

#point p { font-size: 1.8rem; }

#point em {
	font-size: 2.4rem;
	color: #f4e386;
}

.unit h2 img {
	width: 280px;
	margin: 0!important;
}

.unit .point01 {
	flex-direction: row-reverse;
	background: url(../images/bg_point01.png) no-repeat left top;
	background-size: auto 95px;
}

.unit .point02 {
	background: url(../images/bg_point02.png) no-repeat right top;
	background-size: auto 95px;
}

.unit .point03 {
	margin: 0 auto;
	text-align: center;
}

.unit .point03 h2 { text-align: right; }
.unit .point03 h2 img { width: auto; height: 72px;}
.unit .point03 img { width: 50%; }

.unit .point03 h3 {
	margin: 1em 0;
	text-align: center;
	text-shadow: 0 0 8px #c4aa10;
}

/* 厳選素材
---------------------------*/
#first-class.unit h2 img { width: auto; height: 103px; }

.unit .caption {
	margin-top: 4em;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 3.6rem;
	text-align: center;
	text-shadow: 0 0 8px #c4aa10;
}

.unit .firstClass01 {
	flex-direction: row-reverse;
	background: url(../images/bg_txt_firstClass01.png) no-repeat left top;
	background-size: auto 84px;
}

.unit .firstClass02 {
	background: url(../images/bg_txt_firstClass02.png) no-repeat right top;
	background-size: auto 84px;
}

.unit .firstClass03 {
	flex-direction: row-reverse;
	background: url(../images/bg_txt_firstClass03.png) no-repeat left top;
	background-size: auto 84px;
}

.unit .firstClass04 {
	background: url(../images/bg_txt_firstClass04.png) no-repeat right top;
	background-size: auto 84px;
}

.unit .firstClass05 {
	flex-direction: row-reverse;
	background: url(../images/bg_txt_firstClass05.png) no-repeat left top;
	background-size: auto 84px;
}

.unit .firstClass06 {
	position: relative;
	background: url(../images/bg_txt_results.png) no-repeat left top;
	background-size: auto 98px;
}

.unit .firstClass06 h2.results {
	position: absolute;
	top: -3em;
	right: 0;
}

.unit .firstClass06 h3 {
	margin: 1em 0 0.5em 0;
	text-align: left!important;
}

.unit .firstClass06 h3 span {
	font-size: 5.4rem;
	font-family: 'EB Garamond', serif;
}

.unit .firstClass06.inner-box { margin-top: 14em; }
.unit .firstClass06 img { margin: 0 0 0 2em!important; }

.unit .firstClass06 .item {
	width: 100%;
	background: url(../images/img_95buy.png) no-repeat right bottom;
	background-size: 45%;
}

/* 由来
---------------------------*/
#origin {
	margin: 4em 0 2em 0;
	padding: 1em 0 0 0;
	background: url(../images/bg_txt_myo.png) no-repeat right top;
	background-size: 70%;
}

#origin h2 {
	margin: 4em 0 1em 0;
	text-align: center;
	background: linear-gradient(45deg, rgba(214, 167, 0, 1) 0%, rgb(253, 246, 217) 25%, rgba(251, 233, 161, 1) 40%, rgba(196, 139, 0, 1) 85%, rgba(148, 79, 18, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

#origin p {
	font-size: 1.8rem;
	text-align: center;
	color: #fdf6d9;
}

/* 飲み方
---------------------------*/

#drink {
	position: relative;
	padding: 8em 0 4em 0;
	background-image: url(../images/bg_flower02.png), url(../images/bg_product.png);
	background-position: left 0 top, right top;
	background-repeat: no-repeat, no-repeat;
	background-size: 25%;
}

#drink::before {
	position: absolute;
	content: '';
	top: 0;
	width: 100%;
	display: block;
	padding-top: 8em;
	background: linear-gradient(0deg, rgba(34, 34, 34, 1) 0%, rgba(0, 0, 0, 1) 100%);
	z-index: -1;
}

#drink .flex-box { justify-content: space-between; }
#drink .item { width: 30%; }
#drink figure img { width: 100%; }

#drink figcaption {
	margin: 1em 0 0.5em 0;
	font-size: 2.2rem;
	font-weight: bold;
	color: #FFF;
}

#drink h2 {
	margin: 2em 0 1em 0;
	text-align: center;
}

#drink h2 img { width: 50%; }

#drink h3 {
	margin: 0 0 0.5em 0;
	text-align: center;
}

#drink .lead {
	font-size: 1.8rem;
	text-align: center;
}

#drink h4 {
	margin: 2em 0 1em 0;
	text-align: center;
	background: linear-gradient(45deg, rgba(214, 167, 0, 1) 0%, rgba(253, 246, 217, 1) 25%, rgba(251, 233, 161, 1) 40%, rgba(196, 139, 0, 1) 85%, rgba(148, 79, 18, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

#drink h5 { font-size: 100%; }

#drink .dot-text {
  padding-top: .05em;
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
	background-image: radial-gradient(circle at center, #f9de69 20%, transparent 20%);
}

#drink ul li {
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: disc;
	list-style-position: inside;
}

/* 実績・データ
---------------------------*/
#data { padding: 4em 0; }

#data .inner-box {
	padding: 3em;
	border: #b58018 1px solid;
	background-color: #ede5da;
}

#data .item {
	margin: 2.5em auto 0 auto;
	padding-top: 2.5em;
	border-top: #FFF 1px solid;
}

#data .item p { font-size: 1.8rem; }

#data .item:first-of-type {
	padding-top: 0;
	border-top: none;
}

#data h2 {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	color: #000;
}

#data h2::before {
	content: '';
	display: block;
	padding-bottom: 1em;
	border-top: #000 1px solid;
}

#data h2::after {
	content: '';
	display: block;
	padding-top: 1em;
	border-bottom: #000 1px solid;
}

#data h3 {
	margin-bottom: 0.5em;
 	font-size: 2.4rem;
	font-weight: bold;
	color: #000;
 }

#data h3 span { font-size: 1.8rem; }
#data p { color: #000; }

#data img {
	width: 300px;
	margin-left: 2em;
}

/* Q&A
---------------------------*/

#qa { padding-top: 4em; }

#qa h2 {
	margin: 0 auto 1em auto;
	text-align: center;
}

#qa h2 img { width: 32%; }

/* アコーディオン */
.accordion-area li{ margin: 0.5em 0; }

.accordion_ttl {
    position: relative;
    cursor: pointer;
    font-size: 2rem;
    padding: 1.5em 4.5em 1.5em 1.5em;
    transition: all .5s ease;
    background-color: #222;
}

.accordion_ttl::before,
.accordion_ttl::after {
	position: absolute;
	content:'';
	top: 50%;
	right: 2em;
	width: 1em;
	height: 2px;
	background-color: #FFF;
}

.accordion_ttl::before { transform: rotate(0deg); }
.accordion_ttl::after { transform: rotate(90deg); }

.accordion_ttl.close::before { transform: rotate(45deg); }
.accordion_ttl.close::after { transform: rotate(-45deg); }

.accordion_box {
	display: none;
	padding: 1em;
}

.accordion_box p {
	margin-top: 0.5em;
	padding: 1em;
	font-size: 1.6rem;
}

.accordion_box ul li {
	text-indent: -0.5em;
	margin-left: 0.5em;
	font-size: 1.4rem;
}

/* メッセージ
---------------------------*/
#taste { margin: 8em auto; }

#taste .item {
	width: 840px;
	margin: 0 auto;
}

#taste .item::after {
	content: '';
	display: block;
	margin-bottom: 4em;
}

#taste .item p { font-size: 1.8rem; }

#taste h2 {
	margin: 0 auto 1em auto;
	text-align: center;
}

#taste h2 img { width: 32%; }

#taste h3 {
	margin-bottom: 1em;
	padding-left: 0.5em;
	font-size: 3.2rem;
	border-left: #FFF 5px solid;
}

#taste .no01 img { margin-left: 2em; }
#taste .no02 img { margin-right: 2em; }

#taste .no01 {
	background: url(../images/bg_txt_message01.png) no-repeat top 10em right;
	background-size: 15%;
}

#taste .no02 {
	background: url(../images/bg_txt_message02.png) no-repeat top left;
	background-size: 15%;
}

#taste .no02 .message { margin-top: 8em; }
#taste .no02 .flex-box { flex-direction: row-reverse; }
#taste .message img { width: 360px; }

#taste .no03 {
	background: url(../images/bg_txt_message03.png) no-repeat top right;
	background-size: 15%;
}

#taste .sign {
	margin-top: 1em;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 1.6rem!important;
	text-align: right;
}

#taste .sign span { font-size: 2.2rem; }

/* 利休蔵　紹介文
---------------------------*/
.introduction {
	padding: 6em 0;
	background-color: #222;
}

.introduction h2 {
	font-size: 3.2rem;
	text-align: center;
}

.introduction p {
	margin-top: 2em;
	text-align: center;
}

.introduction .addr, .introduction .copy { margin-top: 3em; }
.introduction .copy { font-size: 1.2rem; }

/* 販売ページ
---------------------------*/
.order_page {
	margin-bottom: 4em;
	z-index: 0;
}

.order_page section {
	width: 800px;
	margin: 4em auto 0 auto;
	z-index: 1;
}

.order_page h2 {
	margin-bottom: 1em;
	padding: 0.5em 0;
	text-align: center;
	line-height: 1.2;
	border: #d6bf5c 1px solid;
	background-color: #d6a700;
	background: linear-gradient(45deg, rgba(214, 167, 0, 1) 0%, rgba(253, 246, 217, 1) 25%, rgba(251, 233, 161, 1) 40%, rgba(196, 139, 0, 1) 85%, rgba(148, 79, 18, 1) 100%);
	color: #000;
}

.order_page h3 {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: #FFF 1px solid;
	text-align: center;
}

.order_page p {
	text-align: center;
	font-size: 1.4rem;
}

.order_page .page_lead {
	margin-top: 1em;
	font-size: 2rem;
	color: #e2d59c;
}

.order_page #flow ul {
	padding: 0 4em;
}

.order_page #flow ul li {
	width: 45%;
	margin: 0 auto;
	padding: 2em;
	font-size: 1.4rem;
	border-radius: 1em;
	color: #000;
}

.order_page #flow ul li:nth-child(1) { background: #FFF url(../images/icon_no1.png) no-repeat top 2em center; }
.order_page #flow ul li:nth-child(2) { background: #FFF url(../images/icon_no2.png) no-repeat top 2em center; }

.order_page #flow ul li p {
	margin-top: 7em;
	text-align: left;
	color: #000;
}

/* フォーム システム */
.order_system { margin: 2em auto;}

.order_system h3 {
	margin: 0;
	font-size: 2.2rem;
	text-align: left;
	border: none;
}

.order_system p {
	text-align: left;
	color: #FFF;
}

.order_system div {
	margin-top: 2em;
	color: #FFF;
}

.order_system .img-step { margin-bottom: 2em; }
.order_system .img-step img { max-width: 100%; }

.order_page .logo {max-width: 240px; margin: 40px auto 0;}
.order_page .logo img {width: 100%;}

/* フォーム画面 */
form { margin-top: 2em; }

form div {
	display: table;
	width: 100%;
	border-top: #FFF solid 1px;
	border-left: #FFF solid 1px;
	border-right: #FFF solid 1px;
}

form div:nth-last-child(2) { border-bottom: #FFF solid 1px; }

form label {
	display: table-cell;
	width: 30%;
	padding: 1em;
	text-align: center;
	border-right: #FFF solid 1px;
	vertical-align: middle;
	color: #FFF;
}

form label .required {
	width: 30%;
	margin-left: 0.5em;
	padding: 0.2em;
	font-size: 1.2rem;
	text-align: center;
	background-color: #c10000;
	color: #FFF;
}

form input {
	display: table-cell;
	width: 95%;
	margin: 1em;
	padding: 0.5em;
	border: none;
	border-radius: 0.3em;
	vertical-align: middle;
}

form textarea {
	display: table-cell;
	width: 95%;
	height: 200px;
	margin: 1em;
	padding: 0.5em;
	border: none;
	border-radius: 0.3em;
}

form input[type="button"] {
	display: inline-block;
	background: none;
	margin: 0 0 0.5em 0;
	padding: 0.5em 0;
	font-size: 1.6rem;
	cursor: pointer;
	color: #000;
	background-color: #FFF;
}

form .submit_btn {
	margin: 2em auto 0 auto;
	border: none;
	border-radius: 0;
	color: #000;
}

form .submit_btn .arrow {
	width: 20%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	border: none;
}

form .submit_btn .arrow::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1em;
	width: 0.6em;
	height: 0.6em;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 50%;
}

form .frame { border: none; }

form .frame span {
	display: block;
	padding: 1em;
	color: #FFF ;
}

/* アラート */

form .alert::before {
	content: '';
	background-color: #c10000;
}

form .alert {
	padding: 0 1em 0.5em 1em;
	font-size: 1.4rem;
	border: none;
	color: #FFF;
}

form .alert .round_btn {
  display: inline-block;
  position: relative;
	margin-right: 0.2em;
	padding: 0;
	width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c10000;
	vertical-align: middle;
}
 
form .alert .round_btn::before, form .alert .round_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 10px;
  background: #FFF;
}
 
form .alert .round_btn::before { transform: translate(-50%,-50%) rotate(45deg); }
form .alert .round_btn::after { transform: translate(-50%,-50%) rotate(-45deg); }



/*---------------------------
　　Media Queries設定
---------------------------*/

/*---------------------------------------------*/
@media screen and (max-width: 768px) {
/*---------------------------------------------*/

h2 { font-size: 2.8rem; }
h3,h4 { font-size: 2.4rem; }
h5 { font-size: 1.8rem; }
p { font-size: 1.4rem; }

br.pc { display: none; }

/* 横幅サイズ　＋ カラム
---------------------------*/
.flex-box { display: block; }

.inner-box {
	width: 100%;
	padding: 0 1em;
}

/* 注文ボタン
---------------------------*/
.order { margin-top: 4em; }
.order::after { padding-top: 4em; }

.order button {
	width: 92%;
	padding: 0.3em;
	font-size: 2.4rem;
}

/* 注文ボタン（ダブル）*/
.order.double button { width: 92%; }
.order.double button.business { margin: 0.5em 0 0 0; }

/* メインビジュアル＆商品紹介
---------------------------*/
h1 img { min-width: 100%; }

.main-menu ul {
	display: flex;
	margin: 0 auto;
	padding: 0.8em;
	justify-content: start;
	flex-wrap: wrap;
}

.main-menu ul li:last-of-type { border-right: none; }

.main-menu ul li {
	display: inline-block;
	width: 23%;
	margin: 0.2em;
	font-size: 1.6rem;
	text-align: center;
	border-left: none;
	border-radius: 0.2em;
	background-color: #FFF;
}

.main-menu ul li a {
	display: block;
	padding: 0 0.3em;
}

.real {
	padding: 2em 0;
	background: url(../images/bg_flower01.png) no-repeat right -3em top;
	background-size: 50%;
}

.real .lead {
	margin-bottom: 1em;
	text-align: left;
}

/* 特長＆厳選素材
---------------------------*/
.unit .inner-box {
	margin-top: 2em;
	padding-top: 0;
}

.unit h3 {
	margin: 1em 0;
	font-size: 2.2rem;
}

.unit img { width: 100%; }
.unit .flex-box .item { margin-top: 0; }

/* 特長 */
.unit .flex-box:nth-of-type(odd) img { margin-right: 0; }
.unit .flex-box:nth-of-type(even) img { margin-left: 0; }

#point p,
#first-class p {
	margin-bottom: 1em;
	font-size: 1.4rem;
}

#point em {
	font-size: 1.4rem;
	font-weight: bold;
}

.unit h2 { text-align: center!important; }
.unit h3 { text-align: center!important; }
.unit h2 img { width: 50%; }

.unit .point01,
.unit .point02,
.unit .point03 { background: none; }

.unit .point03 h2 img { width: 50%; height: auto; }
.unit .point03 img { width: 100%; }
.unit .point03 h3 { font-size: 2.1rem;}

/* 厳選素材 */
#first-class.unit h2 img { width: 25%; height: auto; }

.unit .caption {
	margin-top: 2em;
	font-size: 2.4rem!important;
	line-height: 1.4;
}

.unit .firstClass01, .unit .firstClass02,
.unit .firstClass03, .unit .firstClass04,
.unit .firstClass05, .unit .firstClass06 { background: none; }

.unit .firstClass06 h2.results { position: static; }

.unit .firstClass06 h3 {
	margin: 0.5em 0;
	text-align: center !important; }

.unit .firstClass06.inner-box { margin-top: 4em; }
#first-class.unit .firstClass06 img { margin: 0!important; }

#first-class.unit .firstClass06 h2 img {
	width: 50%;
	height: auto;
	margin: 0!important;
}

/* 由来
---------------------------*/
#origin {
	margin: 4em 0 2em 0;
	padding: 0;
	background: none;
}

#origin h2 {
	margin: 2em 0 0.5em 0;
	font-size: 2.2rem;
	text-align: left;
}

#origin p {
	font-size: 1.4rem;
	text-align: left;
}

/* 飲み方
---------------------------*/

#drink {
	padding: 0;
	background-image: none;
}

#drink::before {
	position: static;
	padding-top: 2em;
	z-index: 0;
}

#drink .flex-box { justify-content: baseline; }

#drink .item {
	width: 100%;
	margin-top: 2em;
}

#drink figure img { width: 100%; }

#drink figcaption {
	margin: 0.5em 0;
	font-size: 2.2rem;
	font-weight: bold;
	color: #FFF;
}

#drink h2 {
	margin: 2em 0 1em 0;
	text-align: center;
}

#drink h2 img { width: 100%; }

#drink h3 {
	font-size: 1.9rem;
	text-align: left;
}

#drink .lead {
	font-size: 1.4rem;
	text-align: left;
}

#drink h4 {
	margin: 2em 0 1em 0;
	font-size: 2rem;
	text-align: left;
}

/* 実績・データ
---------------------------*/
#data { padding: 4em 0; }

#data .inner-box {
	padding: 2em 1em;
	border: none;
}

#data .item {
	margin: 2em auto 0 auto;
	padding-top: 2em;
}

#data .item p { font-size: 1.4rem; }

#data .item:first-of-type {
	padding-top: 0;
	border-top: none;
}

#data h2 { font-size: 2.1rem; }

#data h3 {
	margin-bottom: 0.5em;
 	font-size: 2.2rem;
 }

#data h3 span { font-size: 1.4rem; }
#data p { color: #000; }

#data img {
	width: 100%;
	margin: 0.5em 0 0 0;
}

/* Q&A
---------------------------*/

#qa { padding-top: 0; }
#qa h2 img { width: 55%; }

/* アコーディオン */
.accordion_ttl {
	font-size: 1.6rem;
	padding: 1em 3em 1em 1em;
}

.accordion_ttl::before,
.accordion_ttl::after { right: 1em; }
.accordion_box { padding: 0; }

.accordion_box p {
	padding: 0.5em 0;
	font-size: 1.4rem;
}

/* メッセージ
---------------------------*/
#taste { margin: 4em auto; }
#taste .item { width: 100%; }
#taste .item::after { margin-bottom: 0; }
#taste .item p { font-size: 1.4rem; }

#taste h2 {
	margin: 0 auto 1em auto;
	text-align: center;
}

#taste h2 img { width: 55%; }

#taste h3 {
	font-size: 2.2rem;
	border-left: #FFF 3px solid;
}

#taste .no01 img { margin-left: 0; }
#taste .no02 img { margin-right: 0; }

#taste .no01, #taste .no02,
#taste .no03 { background: none; }

#taste .item { margin-top: 4em; }
#taste .message.item { margin-top: 0.5em; }
#taste .no02 .flex-box { flex-direction: inherit; }
#taste .message img { width: 100%; }

#taste .sign {
	margin-top: 1em;
	font-size: 1.4rem!important;
	line-height: 1.4;
}

#taste .sign span { font-size: 2rem; }

/* 利休蔵　紹介文
---------------------------*/
.introduction {
	padding: 2em 1em;
	background-color: #222;
}

.introduction h2 {
	font-size: 2.4rem;
	text-align: left;
}

.introduction p {
	margin-top: 1em;
	text-align: left;
}

.introduction .addr, .introduction .copy {
	margin-top: 2em;
	text-align: center;
}

.introduction .copy { font-size: 1rem; }

/* 販売ページ
---------------------------*/

.order_page { margin: 2em 0; }

.order_page section {
	width: 100%;
	margin: 2em auto 0 auto;
	padding: 0 1em;
}

.order_page #sale { margin-top: 0; }
.order_page h2 { font-size: 2.4rem; }

.order_page h3 {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	font-size: 2.2rem;
}

.order_page p { text-align: left; }

.order_page .page_lead { font-size: 1.8rem; }
.order_page #flow ul { padding: 0; }
.order_page #flow ul li { width: 80%; }
.order_page #flow ul li:nth-child(2) {margin-top: 1em; }
.order_page #flow ul li p { margin-top: 6em; }
.order_page .logo {max-width: 240px; margin: 0 auto 30px;}

/* フォーム システム */
.order_system { margin: 2em auto;}

.order_system h3 {
	margin: 0;
	font-size: 2.2rem;
}

.order_system p { text-align: left; }
.order_system .img-step { margin-bottom: 2em; }
.order_system .img-step img { width: 100%; }


/* フォーム画面 */
form { margin-top: 2em; }

form div {
	display: block;
	width: 100%;
	margin-bottom: 1em;
	border: none;
}

form div:nth-last-child(2) { border-bottom: none; }

form label {
	display: block;
	width: 100%;
	margin-bottom: 0.2em;
	padding: 0.5em 0;
	border: none;
	background-color: #333;
}

form input {
	width: 100%;
	margin: 0;
	padding: 1em;
	border: none;
	border-radius: 0;
}

form textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 1em;
	border-radius: 0;
}

form .submit_btn { width: 50%; }

}/* 768 */