@charset "utf-8";

/* 共通
 ======================================== */
* {
	margin: 0;
	padding: 0;
}

html, body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
form, label, input,
table, caption, tbody, thead, tfoot, th, td,
header, hgroup, nav, article, section, aside, footer,
address, small, strong, sub, sup {
/*	position: relative;	*/
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	font-size: 100%;
	background:transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display:block;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

table, th, td {
	vertical-align: top;
}

ul ,ol, li, dl, dt, dd {
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
}

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
}

a {
	margin: 0;
	padding :0;
	outline: none;
	border: 0;
	text-decoration: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #272727;
}

input, select {
	vertical-align: middle;
}

button, fieldset, form, input, label, legend, select, textarea {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
}

q:before ,q:after {
content: '';
}

object, embed {
vertical-align: top;
}

.cfx:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0;
}
.cfx { display: inline-table; zoom:1; }
/* hides from ie mac \*/
* html .cfx { height: 1%; }
.cfx { display: block; }
/* end hide from ie mac */

.hidetxt {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

html {
/*	overflow-y:scroll;	*/
}

body {
	word-break: break-all;
	font: 12px/1.22 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1;
	color: #000;
	-webkit-text-size-adjust: 100%;	
}

.font10 { font-size: 83.3%; }
.font11 { font-size: 91.7%; }
.font12 { font-size: 100%; }
.font13 { font-size: 108.3%; }
.font14 { font-size: 116.7%; }
.font15 { font-size: 125%; }
.font16 { font-size: 133%; }
.font17 { font-size: 141.7%; }
.font18 { font-size: 150%; }
.font19 { font-size: 158.3%; }
.font20 { font-size: 166.7%; }
.font21 { font-size: 175%; }
.font22 { font-size: 183.3%; }
.font23 { font-size: 191.7%; }
.font24 { font-size: 200%; }
.font25 { font-size: 208.3%; }
.font26 { font-size: 216.7%; }
.font30 { font-size: 250%; }


/* header */
div#mainVisual { 
	position:relative;
	width:100%;
}
#mainVisual div { 
	position: absolute;
	left: 50%;
	margin-left: -180px;
	text-align: center;
}
#mainVisual div h1 {
	width: 360px;
	height: 57px;
	background: url(../../images/logo.png) no-repeat right;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;	
}
#mainVisual ul li { 
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 72px;
	height: 72px;
	margin-left:-36px;
	background: url(../../images/scroll.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	opacity: 0.8;
}

/* globalnav */
nav {
	width: 100%;
	padding: 15px 0;
	background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#aa000000, EndColorStr=#aa000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#aa000000, EndColorStr=#aa000000)";
}
nav:not(:target){
    filter: none;
    -ms-filter: none;
}
nav ul#gnav { 
	text-align:center;
}
#gnav li {
	display: inline;
	padding: 0 16px;
	line-height: 100%;
	color: #f7f7f7;
}
#gnav li:last-child {
	padding-right: 100px;	
}
#gnav li span {
	line-height: 1.5em;
}
#gnav li span a {
	color: #fff;
	font-family: 'Open Sans', arial, sans-serif;
}
#gnav li img {
	margin: 1px 30px 0 0;
}
.fixedNav {
	position: fixed;
/*	top: 0;    */
	left: 0;
	width: 100%;
	z-index:100;
    boder-top: 1px solid #000;    /* 2019.08.04 */
}

/* contents */
article {
	background: #f4f4f4;
}
article h1.phrase {
	padding: 60px 0 20px;
	text-align: center;
	letter-spacing: 0.14em;
}
.phrase strong {
	font-size: 133%;
	white-space: nowrap;
	padding: 25px 10px;
	color: #000;
}
article section.contents {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}
section.contents figure {
}
section.contents figure img {
	display: block;
	float: left;	
	width: 284px;
	margin: 0 7px;
	border: 1px solid #808080;
}

.contents h2 {
	margin-bottom: 50px;
	padding: 30px 0 20px;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 200%;
	line-height: 1.45;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	background: url(../../images/border.gif) no-repeat center bottom;
}
article section p {
	margin: 0 auto;
	padding: 0 0 20px;
	letter-spacing: 0.15em;
	line-height: 2;
}

/* mind */
ul#philosophy {
	padding: 15px 0 30px;
}
#philosophy li {
	float: left;
	width: 286px;
	padding: 0 7px;		
}
#philosophy li h3 {
	background: #313131;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}
#philosophy li h3 strong {
	display: block;
	padding: 12px 0 8px;
	text-align: center;
	color: #fff;
	font-size: 116.7%;
	letter-spacing: 0.35em;
}
#philosophy li p {
	padding: 0;
	background: #fff;
	border: 1px solid #656565;
	border-bottom: none;
	line-height: normal;
	text-align: center;
	font-size: 91.7%;
}
#philosophy li p span {
	display: block;
	padding: 10px 0;
}
#philosophy li img {
	border: 1px solid #656565;
}

/* store */
ul#stores {
}
#stores li {
	float: left;	
	width: 286px;
	padding: 0 7px;
}
#stores li img {
	display: block;
	margin-bottom: 15px;
}
#stores li dl {
	margin: 0 0 35px 2px;
}
#stores li dl dt {
	padding: 0 0 12px 3px;
}
#stores li dl dd {
	padding: 1px 0 8px 17px;
	font-size: 91.7%;
}
#stores li dl dd.address {
	background: url(../../images/map.png) no-repeat left top;
	background-size: 12px 12px;
}
#stores li dl dd.phone {
	background: url(../../images/phone.png) no-repeat left top;
	background-size: 12px 12px;
}
#stores li dl dd.open {
	background: url(../../images/open.png) no-repeat left top;
	background-size: 12px 12px;
}


/* about */
h3.aboutsubTtl {
	width: 100%;
	margin-bottom: 5px;
	padding: 25px 0 35px;
	font-size: 166.7%;
	font-weight: bold;
	text-align: center;
	background: url(../../images/policy.png) no-repeat center bottom;
	background-size: 18px 18px;
	letter-spacing: 0.15em;
	border-top: 1px dotted #999;
}
h3.noborder {
	padding-top: 35px;
	border-top: none;	
}
h4 {
	padding: 25px 0 10px;
	text-align: center;	
	font-weight: bold;
	font-size: 125%;
	letter-spacing: 0.12em;
}
ul.policy {
	margin: 0 10px 10px;
	padding: 10px 0 15px;
	letter-spacing: 0.12em;
}
.policy li {
	padding: 10px 0;
}
.policy li span {
	display: block;
	float: left;
	font-size: 125%;
}
.policy li span.policyTtl {
	width: 45%;
	padding-right: 45px;
	box-sizing: border-box;
	background: url(../../images/x.png) no-repeat center right;
	text-align: right;
}
.policy li span.policyRet {
	width: 55%;
	padding-left: 20px;
	box-sizing: border-box;
}
ul.motto {
	padding-bottom: 25px;
	border-bottom: 1px dotted #999;	
}
.motto li {
	letter-spacing: 0.15em;
	text-align: center;
	font-size: 116.7%;
}
.motto li strong {
	padding: 0 15px 0 35px;
	background: url(../../images/motto.png) no-repeat left center;
	background-size: 14px 14px;
	font-size: 125%;
	letter-spacing: 0.15em;
}
table {
	float: left;
	width: 440px;
	margin: 25px 0 0 10px;
}
caption {
	padding-bottom: 25px;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 166.7%;
	font-weight: bold;
	letter-spacing: 0.15em;
}
table th, table td {
	padding: 3px 10px 25px 5px;
	vertical-align: top;
	line-height: 1.8;
	letter-spacing: 0.15em;
}
table th {
	width: 80px;
	font-size: 91.7%;
}
section.contents table td ul li {
	padding-left: 0;
}
table.history th {
	width: 60px;	
}
table.history th, table.history td {
	padding: 3px 10px 5px 5px;
	vertical-align: top;
	line-height: 1.8;
	letter-spacing: 0.15em;
	font-size: 91.7%;
}

/* contact */
form {
}
table.contactForm {
	width: 100%;
	margin: 0 20px;
}
.contactForm caption {
	padding-bottom: 30px;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.8em;
	text-align: center;
}
caption p#msg {
	margin: 0;
	padding: 0;
}
caption p#msg span.success {
	display: block;
	padding: 20px 0 0 0;
	color: #f39;
	font-size: 116.7%;
	line-height: 1.6em;
}
caption p#msg span.error {
	display: block;
	padding-top: 20px;
	color: #f00;	
}
.contactForm th {
	width: 15%;
	padding-top: 10px;
	text-align: right;
	font-size: 100%;
}
.contactForm td {
	padding-left: 20px;	
}
input[type="text"], textarea {
	width: 85%;
	padding: 7px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
textarea {
	height: 200px;	
}
input[type="text"]:focus, textarea:focus {
	background: #fdfceb;
}
input#submit {
	display: block;
	margin: 0 auto 25px;
	padding: 8px 15px;
	background: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #000;
	color: #fff;
	letter-spacing: 0.15em;
	cursor: pointer;
}


/* footer */
footer {
	width: 100%;
	background: #000;
}
ul#toTop {
	width: 100%;
	padding: 20px 0 30px;
	background: #f4f4f4;
}
#toTop li {
	display: block;
	width: 33px;
	height: 33px;
	margin: 0 auto;
	background: url(../../images/toTop.png) no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	cursor: pointer;
}
footer section {
	padding: 20px 0;
	font-size: 83.3%;
	text-align: center;
	color: #f7f7f7;
}
footer section strong {
	display: block;
	width: 100px;
	height: 	16px;
	margin: 5px auto 15px;
	background: url(../../images/logo.png) no-repeat;
	background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

footer section small {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

/* common */
strong {
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}

/* recruit */
/*
img.recruit {
	position: fixed;
	bottom: 40px;
	right: 40px;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
*/
a.recruitbnr {       /* 2019.08.04 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 69px;
    border-bottom: 1px solid rgba(160,160,160,1.00);
    background: url("../../images/recruit_.gif") no-repeat center center rgba(0,0,0,1.00);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* ===== SNSリンクエリア ===== */
ul.sns {
  display: flex; 
  justify-content: center;
  gap: 20px;
  padding: 50px 0 20px;
  background: #f4f4f4;
}

ul.sns li {
  list-style: none;
}

ul.sns li a {
  display: block;
  width: 40px;                  /* アイコンサイズ(PC) */
  height: 40px;
  background-size: contain;     /* 画像を枠に合わせる */
  background-repeat: no-repeat;
  background-position: center;
  text-indent: 100%;            /* テキスト非表示（画像置換） */
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.3s ease; /* ホバー時のアニメーション */
}

ul.sns li a:hover {
  transform: scale(1.1);        /* ホバーで少し拡大 */
}

/* 各SNSアイコン画像指定 */
ul.sns li a.instagram {
  background-image: url("../../images/icon-instagram.png");
}

ul.sns li a.tiktok {
  background-image: url("../../images/icon-tiktok.png");
}






/* SP用CSS */
@media (max-width: 780px) {
* {
	margin: 0;
	padding: 0;	
}
body{
	-webkit-text-size-adjust: 100%;
	min-width: 100%;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-size: 14px;
}
/* header */
#mainVisual div { 
	margin-left: -110px;
}
#mainVisual div h1 {
	width: 220px;
	height: 35px;
	background-size: contain;
}
#mainVisual ul li { 
	bottom: 20px;
	width: 48px;
	height: 48px;
	margin-left:-24px;
	background-size: contain;
}
/* globalnav */
nav {
    display: none;
}
/* contents */
article {
	background: #f4f4f4;
}
article h1.phrase {
	padding: 0;
	text-align: left;
	letter-spacing: 0.14em;
	line-height: 1.2rem;
	border: 1px solid #f4f4f4;
}
.phrase strong {
	display: block;
	margin: 20px 15px 15px;
	padding: 0;
	font-size: 0.8rem;
	white-space: normal;
	color: #000;
}
article section.contents {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
section.contents figure img {
	display: none;
}
section.contents figure img:nth-child(2) {
	display: block;
	float: none;
	width: 240px;
	height: 150px;
	margin: 0 auto;
	border: 1px solid #808080;
}
.contents h2 {
	margin-bottom: 30px;
	padding: 20px 0 10px;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.45;
}
article section p {
	margin: 0 auto;
	padding: 0 15px 20px;
	letter-spacing: 0.15em;
	line-height: 1.2rem;
	font-size: 0.8rem;
}
/* mind */
ul#philosophy {
	padding: 0 0 30px;
}
#philosophy li {
	float: none;
	width: 286px;
	margin: 0 auto;
	padding: 0 7px;		
}
#philosophy li:last-child img {
	border-radius: 0 0 3px 3px;
}
#philosophy li h3 {
	border-radius: 0;
}
#philosophy li:first-child h3 {
	border-radius: 3px 3px 0 0;
}
#philosophy li h3 strong {
	font-size: 1rem;
}
#philosophy li p {
	font-size: 0.8rem;
	line-height: 1.4em;
}
#philosophy li p span {
	padding: 6px 0;
}
#philosophy li img {
	border: 1px solid #656565;
}
/* stores */
#stores li {
    float: none;
    margin: 0 auto;
}

ul.sns {
    gap: 15px;                  /* 間隔少し狭め */
    padding: 15px 0;
  }
  ul.sns li a {
    width: 30px;                /* アイコンサイズ(スマホ) */
    height: 30px;
  }
	
} 

html {
      scroll-behavior: smooth;
    }
  html, body {
     height: 100%;
     margin: 0;
     padding: 0;
   }

   /* 背景スライドショー用 */
   #bg-slideshow {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
     overflow: hidden;
   }
   #bg-slideshow .bg-current,
   #bg-slideshow .bg-next {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     transition: opacity 1s ease-in-out;
   }


   /* 販売募集スタッフバナー */
  a.recruitbnr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 69px;
    border-bottom: 1px solid rgba(160, 160, 160, 1.00);
    background: url(../../images/recruit_.gif) no-repeat center center rgba(0, 0, 0, 1.00);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999; /* 必要なら追加して前面に */
}