@charset "UTF-8";
/*----------------------------------------------------
	style.css
	リセット・基本・共通スタイル
----------------------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}

/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
html { font-size: 16px; }
body {
	font-size: clamp(14px, 3.5vw, 16px);
	font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
	line-height: 1.8;
	position: relative;
}
a:link {
	background-image: linear-gradient( #f9ead4, #f9ead4 );
  background-size: 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all .5s;
}
a:hover { background-image: linear-gradient( #f39800, #f39800 ); }
img {
	width: 100%;
	height: auto;
}

/* テキスト選択時の色 */
::selection { background: #f39800;  }
::-moz-selection { background: #f39800; }

/* 見出し */
.st_main {
	margin: 0 0 40px 0;
	font-size: clamp(20px, 4.5vw, 22px);
	text-align: center;
}
.st_main::first-letter {
	font-size: clamp(28px, 5.5vw, 32px);
	color: #f39800;
}



/*----------------------------------------------------
	Mobile
----------------------------------------------------*/
.pc { display: inline-block; }
.sp { display: none; }

#indexbkimage,
#gNav { display: none; }

/* ---------- コンテンツ ---------- */
#contents_wrap {
	width: 100%;
	padding: 20px 0 0 0;
	background: #000;
	color: #fff;
	border-left: 10px solid #f39800;
	border-right: 10px solid #f39800;
	z-index: 100;
}

/* header */
header h1 {
	width: 120px;
	margin: 0 auto 50px auto;
}
header h1 a { background-image: none !important; }

/* キャッチ */
.intro_area {
	padding: 0 40px 60px 40px;
	text-align: center;
}
.intro_area p {
	margin: 0 0 20px 0;
	font-size: 1rem;
}
.intro_area .shopname {
	margin: 0 0 20px 0;
	font-size: clamp(14px, 3vw, 15px);
}

/* 出店情報 */
.news_area { padding: 0 40px 80px 40px; }
.news_area h3 {
	margin: 0 0 10px 0;
	padding: 2px 20px;
	display: inline-block;
	font-size: clamp(18px, 4vw, 20px);
	position: relative;
}
.news_area h3::before,
.news_area h3::after {
	display: inline-block;
	position: absolute;
	width: 1em;
	height: 1em;
	content: '';
}
.news_area h3::before {
	top: 0;
	left: 0;
	border-top: 3px solid #f39800;
	border-left: 3px solid #f39800;
}
.news_area h3::after {
	bottom: 0;
	right: 0;
	border-bottom: 3px solid #f39800;
	border-right: 3px solid #f39800;
}
.news_area .shopinfo_fix {
	margin: 0 0 30px 0;
	font-size: clamp(16px, 3.8vw, 18px);
}
.news_area .shopinfo_fix dt {
	color: #f39800;
	font-weight: normal;
}
.news_area .shopinfo_fix dd { font-size: clamp(18px, 4vw, 20px); }
.news_area .shopinfo_change {
	margin: 0 0 10px 0;
	border-top: 1px solid #606060;
	font-size: clamp(16px, 3.8vw, 18px);
	display: flex;
	flex-wrap: wrap;
}
.news_area .shopinfo_change dt {
	width: 50%;
	padding: 5px 0 10px 0;
	color: #f39800;
	border-bottom: 1px solid #606060;
	font-weight: normal;
}
.news_area .shopinfo_change dd {
	width: 50%;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #606060;
}

.news_area .bn_shop a:hover { filter: blur(2px); }

/* Instagram */
.insta_area { padding: 0 40px 80px 40px; }

/* 会社概要 */
.company_area { padding: 0 40px 80px 40px; }
.company_area dl dt { color: #f39800; }
.company_area dl dd {
	padding: 0 0 10px 0;
	font-size: clamp(16px, 3.8vw, 18px);
}

/* Contact */
.contact_area { padding: 0 40px 80px 40px; }
.contact_area .catch { padding: 0 0 20px 0; }

.contact_area .frame_area {
	width: 90%;
	height: 150px;
	margin: 0 0 30px 0;
	padding: 10px;
	background: #fff;
	color: #191919;
	border: 1px solid #f9ead4;
	overflow-y: scroll;
}
.contact_area .frame_area h3 {
	margin: 0 0 10px 0;
	font-size: clamp(16px, 3.8vw, 18px);
	border-bottom: 2px solid #f39800;
}
.contact_area .frame_area p { padding: 0 0 10px 0; }
.contact_area .frame_area ul {
	padding: 0 0 0 1em;
	list-style-type: decimal;
}
.contact_area .frame_area ul li ul { padding: 10px 0 10px 1em; }
.contact_area .frame_area dl dt {
	padding: 2px 10px;
	background: #f9ead4;
	font-weight: normal;
}
.contact_area .frame_area dl dd { padding: 0 10px 20px 10px; }

.contact_area .form_area dl dt { padding: 0 0 5px 0; }
.contact_area .form_area dl dt .required {
	margin: 0 0 0 10px;
	padding: 0 5px 3px 5px;
	background: #c1272d;
	font-size: clamp(14px, 3vw, 15px);
	font-style: normal;
	display: inline-block;
	border-radius: 5px;
}
.contact_area .form_area dl dd { padding: 0 0 20px 0; }
.contact_area .form_area input[type="text"],
.contact_area .form_area input[type="email"],
.contact_area .form_area input[type="tel"],
.contact_area .form_area textarea {
	width: 100%;
	padding: 10px;
	background: #f4dec1;
	color: #666;
}
.contact_area .form_area input:focus::placeholder,
.contact_area .form_area textarea:focus::placeholder { color: transparent; }
.contact_area .form_area #form_submit { text-align: center; }
.contact_area .form_area #form_submit input[type="button"] {
	width: 200px;
	margin: 0 auto;
	padding: 10px 0;
  background: #f39800;
	font-size: clamp(16px, 3.8vw, 18px);
	color: #fff;
  border: 1px solid #f39800;
	border-radius: 5px;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
}
.contact_area .form_area #form_submit input[type="button"]:hover {
	background: #f9ead4;
	color: #f39800;
}
.contact_area .form_area .error_blank {
	width: 100%;
	background: #c1272d;
	color: #fff;
	display: inline-block;
}

/* Thanks */
.thanks_area { padding: 0 40px 100px 40px; }
.thanks_area p { margin: 0 0 20px 0; }

/* footer */
footer .bt_pagetop {
	width: 100%;
	height: 60px;
	text-align: right;
}
footer .bt_pagetop button {
	width: 60px;
  height: 60px;
  background: #f39800;
  color: #fff;
	text-align: center;
}
footer .bt_pagetop button::before {
  content: "↑";
  font-size: clamp(22px, 4.8vw, 24px);
}
footer .wrap {
	background: #f39800;
	padding: 30px 0;
}
footer .copy {
	font-size: clamp(14px, 3vw, 15px);
	color: #000;
	text-align: center;
}


/*----------------------------------------------------
	Tablet〜PC
----------------------------------------------------*/
@media screen and (min-width:768px) {
	.pc { display: none; }
	.sp { display: inline-block; }

	#indexbkimage {
		width: 100%;
  	height: 100vh;
		display: block;
		position: fixed;
		z-index: 1;
	}
	#indexbkimage img {
		width: 100%;
		height: 100vh;
		margin: auto;
		max-height: 100%;
		max-width: 100%;
		object-fit: cover;
	}

	/* ---------- コンテンツ ---------- */
	#contents_wrap {
		max-width: 650px;
		margin: 0 auto;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}
}

/*----------------------------------------------------
	PC専用
----------------------------------------------------*/
@media screen and (min-width:768px) {
	/* ---------- ナビゲーション ---------- */
	#gNav {
		width: 210px;
		margin: auto;
		display: block;
		position: fixed;
		top: 0;
		left: calc(50% + 330px);
		z-index: 100;
	}
	#gNav ul { display: flex; }
	#gNav ul li {
		height: 160px;
		margin: 0 2px 0 0;
		writing-mode: vertical-rl;
	}
	#gNav ul li a {
		width: 100%;
		height: 100%;
		padding: 10px 10px 0 10px;
		background: #000;
		border-top: 5px solid #f39800;
		color: #fff;
		display: block;
		transition: all .5s;
	}
	#gNav ul li a:hover {
		opacity: 0.5;
	}

	/* ---------- コンテンツ ---------- */
	#contents_wrap { width: 650px; }
}

