@import url("../../webfonts/futura/stylesheet.css");
.organic * {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.organic h1 {
	font-size: 45px;
	letter-spacing: 2px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #6f6f6f;
	margin-bottom: 50px;
}
.organic h2 {font-size: 24px; line-height: 48px; letter-spacing: 1px; text-align: justify; text-justify: inter-ideograph;}
.organic h3 {font-size: 18px; text-align: justify; text-justify: inter-ideograph;}
.organic h4 {font-size: 14px;}
.organic h5 {font-size: 12px;}
.organic p img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
			justify-content: space-around;
	-webkit-align-items: flex-start;
			align-items: flex-start;
	-webkit-align-content: center;
			align-content: center;
}
.reverse {
	-webkit-box-direction:reverse;
	-webkit-flex-direction: row-reverse;
			flex-direction: row-reverse;
}
.organic {
	padding-top: 60px;
}
.organic section {
	margin-bottom: 150px;
}
.organic .inner1000 {
	width: 90%;
}
#top {
}
#top .inner {
	position: relative;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#top .inner p {
}
#top .inner h1 {
	width: 100%;
	text-align: left;
	position: absolute;
	top: 34%;
	/*left: -7%;*/
	/*-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;*/
	color: #6f6f6f;
	background-color: hsla(0,0%,100%,0.60);
	font: 50px/normal "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding: 40px;
}
#whats {
	background-color: #f8f8f8;
	padding-top: 5%;
	padding-bottom: 5%;
	width: 90%;
	margin-right: auto;
}
#whats .inner1000 {
	margin-right: 0px;
}
#whats .flex {
}
#whats .flex dt   {
	width: 40%;
}
#whats .flex dd {
	width: 55%;
	margin-top: 10%;
}
#whats .flex dd h1 {
}
#whats .flex dd h2 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#trouble {
}
#trouble.inner1000 {
	background-color: #f8f8f8;
	padding: 60px 50px 60px 70px;
}
#trouble h1 {
	text-align: left;
}
#trouble ul  {
	text-align: left;
}
#trouble ul li {
	font-size: 28px;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
#trouble ul li::before {
	position: absolute;
	top: 50%;
	left: 0px;
	display: inline-block;
	content: "◇";
	color: #6f6f6f;
	font-size: 28px;
	line-height: 0px;
	height: auto;
}
#point {
	text-align: center;
}
#point h1 {
}
#point .arrow {
	max-width: 228px;
	width: 20%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#point h2 {
	text-align: center;
	font: 45px "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #6f6f6f;
}
#products {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
#products dl.flex  {
	padding: 100px;
	-webkit-align-items: stretch;
			align-items: stretch;
	-webkit-align-content: center;
			align-content: center;
	margin-bottom: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
}
#products dl.flex.reverse {
	background-color: #F8F8F8;
}
#products dl dt {
	width: 50%;
}
#products dl dd {
	width: 50%;
	padding: 50px;
	background-color: #fff;
}
#products dl dd h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 20px;
}
#products dl dd h3 {
	margin-bottom: 10px;
}
#products dl dd h3.price  {
	text-align: right;
	color: #6f6f6f;
}
#qa {
	background-color: #f8f8f8;
	padding: 100px;
}
#qa h1 {
	text-align: left;
}
#qa ul li {
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 5px;
}
#qa ul li::after {
	position: absolute;
	bottom: 0px;
	right: 20%;
	width: 60%;
	height: 1px;
	display: inline-block;
	background-color: #DADADA;
	content: "";
}
#qa dl.flex {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-bottom: 30px;
}
#qa dl dt {
	width: 40px;
	font: 34px futura;
	color: #AEAEAE;
	position: relative;
	top: -5px;
}
#qa dl dd {
	width: 90%;
	font: 24px futura;
	text-align: left;
	padding-left: 5%;
}
#style {
}
#style h1 {
	text-align: left;
}
#style .flex {
}
#style .flex li {
	width: 30%;
	max-width: 300px;
}
#style .flex li p {
}
#style .flex li h3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	padding: 15px 10px;
	background-color: #f6f6f6;
}
#menu {
	background-color: #f6f6f6;
	padding: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu h1 {
}
#menu h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	color: #6f6f6f;
	margin-bottom: 40px;
}
#menu h2 span {
	display: inline-block;
	vertical-align: baseline;
}
#menu h2 span:nth-child(2) {
	font: 140px/normal "MS Serif", "New York", serif;
	margin-left: 15px;
	margin-right: 15px;
}
#menu .couponWrp .shopname {
	margin-bottom: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#menu .couponWrp table.coupon tr td:nth-child(2) {
    padding-left: 20px;
}
#menu .couponWrp table.reserve  {
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 900px;
}
#menu .couponWrp table.reserve tr td {
}
#menu .couponWrp table.reserve tr td a {
	font-size: 13px;
	width: 100%;
	height: 100%;
	display: inline-block;
}


#menu.include  {
	margin-bottom: 50px;
	padding-bottom: 50px;
}
#menu.include .couponWrp .reserve {
	margin-bottom: 0px;
}
#staff.include  h1 {
	font-size: 45px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color: #6f6f6f;
    letter-spacing: 2px;
    margin-bottom: 50px;
}
#staff.include h2 {
	font-size: 20px;
	color: #6f6f6f;
	line-height: normal;
	text-align: center;
	margin-bottom: 0px;
}
#staff.include h2:nth-child(2) {
	margin-bottom: 15px;
}


#staff {
}
#staff h1 {
	text-align: left;
}
#staff .flex {
}
#staff .flex.clm2 {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#staff .flex li {
	width: 30%;
	max-width: 300px;
}
#staff .flex.clm2  li {
	width: 48%;
}
#staff .flex li h2 {
	color: #6f6f6f;
	text-align: center;
	line-height: normal;
	margin-bottom: 0px;
}
#staff .flex li h4 {
	color: #6f6f6f;
	margin-bottom: 10px;
}
#staff .flex li h3 {
	text-align: center;
	color: #6f6f6f;
	margin-bottom: 10px;
}
#staff .flex li img  {
	width: 100%;
	height: auto;
	margin-top: -10px;
}
#staff .flex li p {
	text-align: left;
	margin-top: 5px;
}

#reserve {
	text-align: center;
}
#reserve h1 {
	text-align: left;
}
#reserve .reserve_btn {
	color: #fff;
	font-size: 36px;
	text-align: center;
	background-color: #A80000;
	display: inline-block;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#voice {
	background-color: #f6f6f6;
	padding: 50px;
}
#voice h1 {
	text-align: left;
}
#voice dl.flex {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: baseline;
	align-items: baseline;
	margin-bottom: 10px;
}
#voice dl dt {
	width: 20%;
	text-align: center;
}
#voice dl dt img {
	width: 100%;
	height: auto;
	max-width: 150px;
	margin-right: auto;
	margin-left: auto;
}
#voice dl dd {
	width: 50%;
	margin-bottom: 30px;
	padding: 15px;
	position: relative;
	background-color: #aff37f;
	border-radius: 25px;
	z-index: 1;
	-webkit-box-shadow: 1px 1px 1px 1px #D0D0D0;
	box-shadow: 1px 1px 1px 1px #D0D0D0;
}
#voice dl dd::after {
	top: 10px;
	left: -40px;
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: 14px solid transparent;
	border-left: 40px solid #aff37f;
	z-index: 0;
}
#voice dl.flex.reverse dd  {
	-webkit-box-shadow: -1px -1px 2px 2px #D0D0D0;
	box-shadow: -1px 1px 1px 1px #D0D0D0;
}
#voice dl.flex.reverse dd::after  {
    left: auto;
    right: -40px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

@media screen and (max-width:768px){
	
.organic h1 {
	font-size: 30px;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #6f6f6f;
	margin-bottom: 40px;
}
.organic h2 {font-size: 20px; line-height: 36px; letter-spacing: 1px; text-align: justify; text-justify: inter-ideograph;}
.organic h3 {font-size: 16px; text-align: justify; text-justify: inter-ideograph;}
.organic h4 {font-size: 13px;}
.organic h5 {font-size: 11px;}
	
.organic section {
	margin-bottom: 100px;
}
#top .inner h1 {
	left: 0px;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: tb-tb;
	writing-mode: horizontal-tb;
	background-color: hsla(0,0%,100%,0.60);
	font: 30px/normal "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding: 30px;
}
#whats {
	width: 100%;
}
#whats .inner1000 {
	margin: 0 auto;
}
#whats .flex dt {
	width: 45%;
}
#whats .flex dd {
	margin-top: 0px;
	width: 50%;
}
#trouble ul li {
	font-size: 20px;
}
#products dl.flex {
	padding: 50px;
	margin-bottom: 0px;
}
#products dl dt, #products dl dd {
	width: 100%;
}
#products dl dd {
	padding: 30px;
}
#qa {
	padding: 50px 5%;
}
#qa dl dt {
	font-size: 24px;
}
#qa dl dd {
	font-size: 20px;
}
#menu {
	padding: 50px;
}
#menu h2 span:nth-child(2) {
	font-size: 100px;
}
#reserve .reserve_btn {
	font-size: 24px;
}
#menu .couponWrp {
	width: 95%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#menu .couponWrp {
	width: 100%;
}
#menu .couponWrp .shopname {
	margin-bottom: 10px;
}
#menu .couponWrp .shopname h2 {
	font-size: 16px;
}
#menu .couponWrp ul li table {
	width: 100%;
}
#menu .couponlogo img {
	width: 100%;
	height: auto;
}
#menu .couponWrp td .txt12 {
	font-size: 10px;
}
#menu .couponWrp td .txt18.bold {
	font-size: 15px;
	line-height: 25px;
	padding-left: 5px;
}
#menu .couponWrp td .red_txt.txt26.bold {
	font-size: 15px;
}
#menu .couponWrp table.coupon tr td:nth-child(2) {
	padding-left: 10px;
}
#menu .couponWrp table.coupon tr td:nth-child(3)  {
	width: 15%;
	min-width: 0px;
	padding-right: 5px;
}
#menu .couponWrp table.coupon tr td:nth-child(4) {
	width: 20%;
}
#menu .couponWrp table.reserve tr td {
	width: 30%;
}
#menu .couponWrp table.reserve tr td:nth-child(1) ,#menu .couponWrp table.reserve tr td:nth-child(3),#menu .couponWrp table.reserve tr td:nth-child(5){
	width: 30%;
}
#menu .couponWrp table.reserve tr td:nth-child(2) ,#menu .couponWrp table.reserve tr td:nth-child(4){
	width: 5%;
}
#menu .couponWrp table.reserve tr.clm4 td {
	width: 20%;
}
#menu .couponWrp table.reserve tr.clm4 td.space {
	width: 3%;
}
	
	
#menu.include  {
	padding-bottom: 0px;
}
#staff.include  h1 {
	font-size: 30px;
    margin-bottom: 30px;
}
#staff.include h2 {
	font-size: 16px;
}
#staff.include h2:nth-child(2) {
	margin-bottom: 15px;
}
	
	
.res_btn {
	font-size: 9px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	width: 90%;
}
#voice .txt16.flex {
	font-size: 14px;
	line-height: 20px;
}
#voice dl dt {
	margin-right: 5%;
}
#voice dl dd {
	width: 75%;
}
#voice dl.flex.reverse dt {
	margin-right: 0px;
	margin-left: 5%;
}
}

@media screen and (max-width:480px){
.flex {
	-webkit-flex-direction:column;
			flex-direction:column;
}
.organic h1 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.organic h2 {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.organic h3 {
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.organic h4 {
	font-size: 12px;
}
.organic h5 {
	font-size: 10px;
}
	
.organic section {
	margin-bottom: 80px;
}
.organic {
	padding-top: 30px;
}
#top .inner h1 {
	line-height: 30px;
	font-size: 22px;
	padding: 10px;
	position: relative;
	background-color: #F6F6F6;
}
#top .inner {
	width: 100%;
}
#whats .flex dt, #whats .flex dd {
	width: 100%;
}
#whats .flex dt {
	margin-bottom: 20px;
}
#whats .flex dd h1 {
}
#trouble.inner1000 {
	padding: 10px;
	background-color: transparent;
}
#trouble ul li {
	font-size: 15px;
	padding-left: 25px;
	margin-bottom: 5px;
}
#trouble ul li::before {
	font-size: 16px;
}
#products dl.flex {
	padding: 20px;
}
#products dl dd {
	padding: 15px;
}
#products .flex dd h2 {
	margin-bottom: 5px;
}
#qa {
	padding: 5%;
}
#qa ul li {
	margin-bottom: 20px;
}
#qa dl.flex {
	margin-bottom: 20px;
}
#qa dl dt {
	font-size: 20px;
	top: 0px;
	text-align: left;
}
#qa dl dd {
	font-size: 16px;
	width: 100%;
}
#menu h2 span:nth-child(1) {
	display: block;
}
#menu h2 span:nth-child(2) {
	font-size: 32px;
	margin-right: 0px;
	margin-left: 0px;
}
#style .flex {
}
#style .flex li {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#staff.include h1 {
	font-size: 24px;
	text-align: center;
}
#staff .flex li {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#staff .flex.clm2 li {
	width: 90%;
}
#staff .flex li h2 {
	font-size: 18px;
}
#staff .flex li h3 ,#staff .flex li h4{
	margin-bottom: 5px;
}
#reserve .reserve_btn {
	font-size: 16px;
	padding: 10px;
}
#menu {
	padding: 30px 30px 1px;
}
#menu .couponWrp table.coupon {
	margin-bottom: 5px;
}
#menu .couponWrp td .wht_txt.txt12 {
	line-height: 13px;
}
#menu .couponWrp td .txt18.bold {
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
}
#menu .couponWrp td .red_txt.txt26.bold {
	font-size: 14px;
}
#menu .couponWrp table.coupon  tr td:nth-child(1) {
	width: 100% !important;
	display: table-row;
	text-align: left;
}
#menu .couponWrp table.coupon tr td:nth-child(2) {
	width: 100% !important;
	display: table-row;
}
#menu .couponWrp table.coupon tr td:nth-child(3) {
	width: 100%;
	display: table-row;
	text-align: center;
}
#menu .couponWrp table.coupon tr td:nth-child(4) {
	width: 100%;
	display: table-row;
}
#menu .couponWrp table.coupon tr td:nth-child(4) br {
	display: none;
}
#menu .couponWrp table.coupon tr td a .res_btn {
	width: 100%;
}
#menu .couponWrp table.reserve tr td {
	width: 100% !important;
	display: inline-block;
	margin: 0;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu .couponWrp table.reserve tr td a {
	padding: 8px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0px;
}
#menu .couponWrp table.reserve tr td br {
	display: none;
}
#menu .couponWrp table.reserve tr .res_btn a .pc_none {
	display: block;
}
#voice {
	padding: 5%;
}
#voice .txt16.flex {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0px;
}
#voice dl {
}
#voice dl dt {
	width: 35%;
}
#voice dl.flex.reverse dt {
	margin-left: 65%;
	margin-right: 0px;
}
#voice dl dd {
	width: 75%;
	margin-left: 25%;
	margin-bottom: 0px;
}
#voice dl.flex.reverse dd {
	margin-left: 0px;
	margin-right: 25%;
}
#voice dl dd::after {
	top: 0px;
}
#voice dl.flex.reverse dd::after {
}
}
