@charset "utf-8";
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
p, ul, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	outline: none;
}
ul li {
	list-style: none;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	vertical-align: middle;
	border: none;
	max-width: 100%;
}
a {
	line-height: 100%;
	text-decoration: none;
	color: inherit;
}
main {
	display: block;
}
button, input, select, textarea {
	font-size: inherit;
	font-family : inherit;
	outline: none;
}
/* iOS */
input[type="text"], input[type="tel"], input[type="email"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}
/* sp
---------------------------------------- */
.forPC {
	display: none;
}
/* common
---------------------------------------- */
html {
	width: 100%;
	background: url(../img/common/bg_html.png);
}
body {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	font-family: "游明朝 Regular", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #1A1A1A;
	-webkit-font-smoothing: antialiased;
}
main {
	margin-bottom: 15%;
}
.inner {
	width: 100%;
	padding: 0 3%;
	box-sizing: border-box;
}
.scrollin {
	opacity: 0;
	transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	transition: all 1000ms;
	-webkit-transition: all 1000ms;
}
.scrollin.view {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.btn a {
	display: block;
	width: 210px;
	margin-left: auto;
	padding: 15px 0;
	border-bottom: 2px solid black;
	position: relative;
	padding-left: 10px;
}
.btn a:after {
	content: "";
	background: url(../img/common/ico_btn.png) no-repeat right center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 33%;
	right: 10px;
}
/* header
---------------------------------------- */

header .site-logo {
	width: 100%;
	background: rgba(255,255,255,0.8);
	border-bottom: solid 1px #ccc;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}
header .site-logo a {
	display: inline-block;
	line-height: 60px;
	padding: 0 3%;
}
header .site-logo img {
	height: 40px;
}
header .sp-menu {
	position: fixed;
	top: 0;
	right: 3%;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/common/sp_menu.png);
	background-size: cover;
	z-index: 6;
}
body.nav_open .sp-menu {
	background-image: url(../img/common/sp_close.png);
}
header .g-nav {
	display: none;
	width: 100%;
	padding-top: 80px;
	box-sizing: border-box;
	background-color: #98ab5a;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
}
header .g-nav li {
	text-align: center;
	margin-bottom: 5px;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-moz-transition-property: background-color, color, opacity;
	-o-transition-property: background-color, color, opacity;
	-webkit-transition-property: background-color, color, opacity;
	transition-property: background-color, color, opacity;
	-webkit-tap-highlight-color: transparent;
	will-change: auto;
	opacity: 0;
	transform: translateX(-10px);
}
header .g-nav li.show {
	will-change: auto;
	opacity: 1;
	transform: translateX(0px);
}
header .g-nav li:last-child {
	margin-bottom: 50px;
}
header .g-nav li a {
	display: block;
	line-height: 50px;
}
header .g-nav li .ico {
	display: none;
}
/* TOPページ
---------------------------------------- */
header.home {
	position: relative;
	background: url(../img/top/bg_mainvisual_sp.png) no-repeat center center;
	background-size: cover;
	padding: 20vh 0 18vh;
	margin-bottom: 30px;
}
header.home .description {
	display: none;
}
header.home .photo, header.home .catch {
	text-align: center;
}
header.home .parts>* {
	display: none;
}
main.index .section.info {
	margin-bottom: 30px;
}
main.index .section.info .section-ttl {
	margin-bottom: 5%;
}
main.index .section.info .txt-area .txt {
	line-height: 1.8;
	margin-bottom: 4%;
}
main.index .section.info .photo {
	float: right;
	width: 35%;
	margin-left: 2%;
	margin-bottom: 2%;
}
main.index .section.intro {
	margin-bottom: 30px;
}
main.index .section.intro .photo {
	float: left;
	width: 35%;
	margin: 0 2% 2% 0;
}
main.index .section.intro .section-ttl {
	margin-bottom: 5%;
}
main.index .section.intro .txt-area .txt {
	line-height: 1.8;
	margin-bottom: 20px;
	word-break: break-all;
}
main.index .section.intro .txt-area .txt img {
	float: left;
	width: 35%;
	margin-right: 2%;
	margin-bottom: 2%;
}
main.index .section.shop {
	margin-bottom: 8%;
}
main.index .section.shop .section-ttl {
	margin-bottom: 25px;
}
main.index .section.shop .txt-area .txt {
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: justify;
}
main.index .section.shop .photo {
	text-align: center;
	margin-bottom: 3%;
}
main.index .section.contact {
	background: #fff url(../img/top/bg_contact.png) no-repeat top center;
	background-size: 100%;
	padding: 7% 5%;
	box-sizing: border-box;
	width: 94%;
	margin: 0 3%;
}
main.index .section.contact .section-ttl {
	text-align: center;
	margin-bottom: 5%;
}
main.index .section.contact .txt {
	line-height: 1.7;
	margin-bottom: 4%;
}
main.index .section.contact .tel {
	display: table;
	margin: 0 auto 3%;
}
main.index .section.contact .tel .ico {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
main.index .section.contact .tel .detail {
	display: table-cell;
	text-align:center;
	line-height:1.5;
}
main.index .section.contact .tel .num {
	margin-bottom: 2%;
}
main.index .section.contact .btn_form {
	text-align: center;
}
/* 下層共通
---------------------------------------- */
body.pages {
	background: url(../img/common/bg_pages_sp.png) no-repeat center top;
	background-size: contain;
}
header.pages .description {
	display: none;
}
main.pages {
	padding-top: 100px;
}
main.pages .head-ttl {
	margin-bottom: 12%;
}
main.pages .head-ttl .page-ttl {
	text-align: center;
	margin-bottom: 10%;
}
main.pages .head-ttl .catch {
	line-height: 1.8;
	padding-bottom: 5%;
	position: relative;
}
main.pages .head-ttl .catch:after {
	content: "";
	width: 100px;
	height: 2px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
}
main.pages .section-ttl {
	text-align: center;
	font-size: 28px;
	color: #183818;
	margin-bottom: 7%;
}
main.pages .unit-ttl {
	font-size: 16px;
	margin-bottom: 4%;
}
/* 店舗案内
---------------------------------------- */
main.shop .section.shop .photo {
	text-align: center;
	margin-bottom: 5%;
}
main.shop .section.shop .catch {
	line-height: 2;
	margin-bottom: 8%;
}
main.shop .about {
	margin-top: 8%;
	margin-bottom: 8%;
}
main.shop .about .txt-area {
	margin-bottom: 5%;
}
main.shop .about .txt-area .txt {
	line-height: 1.7;
	margin-bottom: 2%;
	text-align: justify;
}
main.shop .about .txt-area .txt:last-child {
	margin-bottom: 0;
}
main.shop .section.info {
	margin-bottom: 15%;
}
main.shop .section.info .txt-area .name {
	font-size: 17px;
	margin-bottom: 4%;
}
main.shop .section.info .addr {
	margin-bottom: 2%;
}
main.shop .section.info .detail li {
	display: inline-block;
	line-height: 1.5;
	margin-bottom: 5px;
}
main.shop .section.menu .entry {
	margin-bottom: 5%;
}
main.shop .section.menu .entry:nth-child(3n) {
	margin-bottom: 0;
}
main.shop .section.menu .entry .photo {
	text-align: center;
	background: #fff;
	padding: 10px;
	margin-bottom: 4%;
}
main.shop .section.menu .entry .photo img {
	width: 100%;
}
main.shop .section.menu .entry .ttl {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 2%;
}
main.shop .section.menu .entry .txt {
	line-height: 1.7;
}
/* 会社情報
---------------------------------------- */
main.about table {
	width: 100%;
}
main.about table tbody {
	display: block;
	width: 100%;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}
main.about table tr {
	display: block;
}
main.about table th, main.about table td {
	display: block;
	text-align: left;
	line-height: 1.7;
}
main.about table td {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
main.about .greet {
	margin-bottom: 13%;
}
main.about .greet .catch {
	margin-bottom: 5%;
}
main.about .greet .txt {
	line-height: 1.8;
	margin-bottom: 2%;
}
main.about .section.outline {
	margin-bottom: 13%;
}
main.about .section.outline .content {
	margin-bottom: 8%;
}
main.about .section.outline .txt-area {
	margin-bottom: 5%;
}
main.about .section.outline .map iframe {
	border: none;
	width: 100%;
	height: 200px;
}
main.about .section.recruit .photo {
	text-align: center;
	margin-bottom: 5%;
}
main.about .section.recruit .catch {
	line-height: 2;
	margin-bottom: 8%;
}
main.about .section.recruit .guideline {
	margin-bottom: 8%;
}
main.about .btn a {
	margin: auto;
}
/* 事業紹介
---------------------------------------- */
main.business .factory {
	margin-bottom: 13%;
}
main.business .factory .flow {
	margin-bottom: 8%;
}
main.business .factory .quality {
	overflow: hidden;
}
main.business .factory .quality .catch {
	margin-bottom: 4%;
}
main.business .factory .quality .txt {
	line-height: 1.7;
}
main.business .factory .quality .photo {
	float: right;
	width: 35%;
}
main.business .section.production .photo {
	text-align: center;
	margin-bottom: 30px;
}
main.business .section.production .txt {
	line-height: 1.8;
}


/*   事業紹介 0804追加  */
main.business .section.production{
	margin-bottom: 13%;
}
main.business .section.standard .flex-box div{
	text-align: center;
	margin-bottom: 20px;
}
main.business .section.standard .flex-box .txt{
    line-height: 1.8;
}
main.business .section.standard .flex-box img{
	width: 30%;
}

/* プライバシーポリシー
---------------------------------------- */
main.privacy{
	padding-left: 3%;
	padding-right: 3%;
}
main.privacy .inner{
	background: rgba(255,255,255,0.8);
    padding: 5%;
    box-sizing: border-box;
    line-height: 1.8;
}
main.privacy h1{
	font-size: 28px;
	color: #183818;
}
main.privacy h2{
	font-size: 18px;
}
main.privacy dl{
	margin-top: 2rem;
}
main.privacy dl + div{
	margin-top: 3rem;;
}
main.privacy address{
	display: block;
	margin-top: 1rem;
	font-style: initial;
}


/* お問合せ
---------------------------------------- */
main.contact .section.tel {
	width: 100%;
	padding: 0 3%;
	box-sizing: border-box;
	margin-bottom: 5%;
}
main.contact .section.tel dl {
	padding: 5%;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	text-align: center;
}
main.contact .section.tel dt {
	color: #183818;
	margin-bottom: 2%;
}
main.contact .section.tel dd {
	margin-bottom: 3%;
}
main.contact .section.tel dd:last-child {
	line-height: 1.5;
	margin-bottom: 0;
}
main.contact #form1 {
	width: 100%;
	padding: 0 3%;
	box-sizing: border-box;
}
main.contact .section.form {
	display: block;
	width: 100%;
	background: rgba(255,255,255,0.8);
	padding: 5%;
	box-sizing: border-box;
	line-height: 1.8em;
	margin-bottom: 5%;
}
main.contact .section.form tbody {
	display: block;
}
main.contact .section.form tr {
	display: block;
}
main.contact .section.form th, main.contact .section.form td {
	display: block;
}
main.contact .section.form th {
	font-weight: normal;
	text-align: left;
}
main.contact .section.form td {
	margin-bottom: 3%;
}
main.contact .section.form th .require {
	color: #D61518;
	margin-left: 5px;
}
main.contact .section.form select, main.contact .section.form textarea, main.contact .section.form input {
	border: 1px solid #ccc;
	height: 2.7em;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 12px;
}
main.contact .section.form textarea {
	height: 220px;
}
main.contact .section.privacy {
	height: 200px;
	background: #fff;
	padding: 5%;
	box-sizing: border-box;
	overflow-y: scroll;
	margin-bottom: 8%;
}
main.contact .section.privacy h2 {
	font-size: 18px;
	color: #183818;
	margin-bottom: 3%;
}
main.contact .section.privacy h3 {
	font-size: 16px;
	margin-top: 5%;
	margin-bottom: 2%;
}
main.contact .section.privacy .catch {
	line-height: 1.7;
	margin-bottom: 2%;
}
main.contact .section.privacy .txt {
	line-height: 1.7;
	margin-bottom: 10px;
}
main.contact .section.privacy ul {
	margin-bottom: 10px;
}
main.contact .section.privacy li {
	line-height: 1.7;
	margin-bottom: 3px;
}
main.contact .section.privacy .name {
	font-size: 16px;
}
main.contact .section.btn-area {
	text-align: center;
}
main.contact .section.btn-area button {
	box-sizing: border-box;
	height: 45px;
	position: relative;
	line-height: 1.5em;
	background-color: #fff;
	color: #1a1a1a;
	border: 0;
	border-radius: 8px;
	font-weight: bold;

	margin: 0 1%;
	cursor: pointer;
}
main.contact .section.btn-area .btn_reset {
	text-align: right;
	border: 1px solid #1a1a1a;
	color: #1a1a1a;
	padding-left:20px;
}
main.contact .section.btn-area .btn_reset:after {
	content: "";
	background: url(../img/common/ico_btn.png) no-repeat right center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 35%;
	left: 8px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
main.contact .section.btn-area .btn_check {
	text-align: left;
	background-color: #183818;
	color: #ffffff;
	padding-right:20px;
}
main.contact .section.btn-area .btn_check:after {
	content: "";
	background: url(../img/common/ico_btn.png) no-repeat right center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 35%;
	right: 8px;
}
/* 確認画面
---------------------------------------- */
main.check .section.tel {
	width: 100%;
	padding: 0 3%;
	box-sizing: border-box;
	margin-bottom: 5%;
}
main.check .section.tel dl {
	padding: 5%;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	text-align: center;
}
main.check .section.tel dt {
	color: #183818;
	margin-bottom: 2%;
}
main.check .section.tel dd {
	margin-bottom: 3%;
}
main.check .section.tel dd:last-child {
	line-height: 1.5;
	margin-bottom: 0;
}
main.check .section.form {
	display: block;
	width: 100%;
	background: rgba(255,255,255,0.8);
	padding: 5%;
	box-sizing: border-box;
	line-height: 1.8em;
	margin-bottom: 5%;
}
main.check .section.form tbody {
	display: block;
}
main.check .section.form tr {
	display: block;
}
main.check .section.form th, main.check .section.form td {
	display: block;
}
main.check .section.form th {
	text-align: left;
}
main.check .section.form td {
	margin-bottom: 3%;
}
main.check .section.form tr:last-child td {
	margin-bottom: 0;
}
main.check .section.btn-area {
	text-align: center;
}
main.check .section.btn-area button {
	display: inline-block;
	box-sizing: border-box;
	width: 45%;
	height: 45px;
	position: relative;
	line-height: 1.5em;
	background-color: #fff;
	color: #1a1a1a;
	border: 0;
	border-radius: 8px;
	font-weight: bold;
	padding: 10px 18px;
	margin: 0 1%;
	cursor: pointer;
}
main.check .section.btn-area .btn_back {
	display: inline-block;
	text-align: right;
	border: 1px solid #1a1a1a;
	color: #1a1a1a;
}
main.check .section.btn-area .btn_back:after {
	content: "";
	background: url(../img/common/ico_btn.png) no-repeat right center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 35%;
	left: 20px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
main.check .section.btn-area .btn_send {
	display: inline-block;
	text-align: left;
	background-color: #183818;
	color: #ffffff;
}
main.check .section.btn-area .btn_send:after {
	content: "";
	background: url(../img/common/ico_btn.png) no-repeat right center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 35%;
	right: 20px;
}
/* 送信完了
---------------------------------------- */
main.thanks .section.tel {
	width: 100%;
	padding: 0 3%;
	box-sizing: border-box;
	margin-bottom: 5%;
}
main.thanks .section.tel dl {
	padding: 5%;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	text-align: center;
}
main.thanks .section.tel dt {
	color: #183818;
	margin-bottom: 2%;
}
main.thanks .section.tel dd {
	margin-bottom: 3%;
}
main.thanks .section.tel dd:last-child {
	line-height: 1.5;
	margin-bottom: 0;
}
main.thanks .section.message {
	line-height: 1.7em;
	margin-bottom: 8%;
}
main.thanks .section.message .catch {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4%;
}
main.thanks .section.btn-area {
	text-align: center;
}
main.thanks .section.btn-area .btn_back {
	display: inline-block;
	box-sizing: border-box;
	width: 45%;
	height: 45px;
	position: relative;
	line-height: 1.5em;
	background-color: #fff;
	color: #1a1a1a;
	border: 0;
	border-radius: 8px;
	font-weight: bold;
	padding: 10px 18px;
	margin: 0 1%;
	border: 1px solid #1a1a1a;
}
main.thanks .section.btn-area .btn_back:after {
	content: "";
	background: url(../img/common/ico_btn.png) no-repeat right center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 35%;
	left: 20px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
/* 404
---------------------------------------- */
main.notfound h1 {
	text-align: center;
	padding: 35% 0 20%;
}
main.notfound .txt-area .catch {
	margin-bottom: 5%;
}
main.notfound .txt-area .txt {
	line-height: 1.7;
	margin-bottom: 10%;
}
main.notfound .btn a {
	margin: auto;
}
/* footer
---------------------------------------- */
footer {
	color: #183818;
	background: url(../img/common/bg_footer.png);
	padding: 8% 0 4%;
	text-align: center;
}
footer .totop {
	text-align: right;
	position: fixed;
	bottom: 5%;
	right: 2%;
}
footer .foot-nav {
	text-align: center;
	border-bottom: 1px solid #A4B477;
	margin-bottom: 7%;
	padding-bottom: 3%;
}
footer .foot-nav li {
	display: inline-block;
}
footer .foot-nav li a {
	display: block;
	line-height:2;
	padding-right: 3px;
}
footer .foot-nav li a:after {
	content: "｜";
	padding-left: 8px;
}
footer .foot-nav li:last-child a:after {
	display: none;
}
footer .foot-content {
	margin-bottom: 8%;
}
footer .foot-content .foot-logo {
	margin-bottom: 5%;
}
footer .foot-content .foot-info .addr, footer .foot-content .foot-info .tel {
	margin-bottom: 2%;
}
footer .foot-content .foot-bnr {
	display: table;
	margin: 5% auto 0;
}
footer .foot-content .foot-bnr .insta, footer .foot-content .foot-bnr .twitter {
	display: table-cell;
	vertical-align: bottom;
}
footer .foot-content .foot-bnr .insta {
	padding-right: 5%;
}
footer .foot-content .foot-bnr .twitter {
	padding-right: 6%;
}
footer .foot-content .foot-bnr .inc {
	display: table-cell;
}
footer .copyright {
	font-size: 12px;
	color: #C8D79A;
}
