<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #3a3a3a;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #3a3a3a;
}
a:hover {
	color: #3a3a3a;
}
a:active {
	color: #3a3a3a;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {
	margin: 0 auto;
	max-width: 50%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* グロー効果を設定 */
	/*background: url("../bg.png") no-repeat center top / 100%;*/
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		max-width: 100%;
		box-shadow: none;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
}

/*------------------------------------------------------------
	コンテンツ01
------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden; /* 背景を固定 */
  background-image: url("../img/bg.png"); /* 背景画像を指定 */
  background-attachment: fixed; /* 背景を固定 */
  background-size: cover; /* 背景画像を画面全体にフィット */
  background-position: center; /* 背景を中央に配置 */
}

.content {
  height: 100%;
  overflow-y: auto; /* 縦スクロールを有効化 */
  scrollbar-width: none; /* Firefox用：スクロールバーを非表示 */
  -ms-overflow-style: none; /* IE用：スクロールバーを非表示 */
}

.content::-webkit-scrollbar {
  display: none; /* Webkit用：スクロールバーを非表示 */
}

#main .img {
	display: block;
	margin: 0 auto;
}

#main .hash {
	display: block;
	margin: 0 auto;
	background: url("../img/bg02.png") repeat-y;
	background-size: contain;
}

textarea {
	margin: 0 auto; padding: 0; height: 1px; width: 1px; text-indent: -9999px; border: none;
	color: #fff;
}
.btn_10 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: -2rem auto 0 auto;
	padding: 1rem 4rem;
	font-size: 2rem;
	font-weight: bold;
	background-image: linear-gradient(to right, #27acd9 0%, #b4e12b 100%);
	border-radius: 100vh;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
.btn_10:hover {
	color: #fff;
	background-image: linear-gradient(to left, #27acd9 0%, #b4e12b 100%);
}
.xqr {
	bottom: 50px;
	padding: 5px 15px;
	max-width: 20%;
	background: #faf5dd;
	border-radius: 20px;
	
	position: fixed;
    margin: auto;
	bottom: 20px;
	right: 20px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* グロー効果を設定 */
}
.xqr img {
	width: 100%;
}

.sp { display: none; }

@media all and (max-width: 896px) {
	body {}
	* { font-size: 20px; font-weight: bold; }
	body { text-align: center; }
	textarea {
	}
	.btn_10 {
		margin-top: -10px;
		width: 100%;
		font-size: 18px;
	}
	.sp { display: block; }
	
	#main .img {
		width: 100%;
	}

	#main .hash {
		width: 100%;
	}
	
	.xqr { display: none; }
}

/*------------------------------------------------------------
	コンテンツ02
------------------------------------------------------------*/
address { margin-top: 1.5rem; padding-bottom: 1.5rem; font-size: 1.6vw; line-height: 1; }
h2.h2w { font-size: 3.5rem; font-weight: 900; color: #fff; text-align: center; }
h2.h2b {
	padding-bottom: 10px; margin-bottom: 1.8rem;
	font-size: 2.8rem; font-weight: 900; color: #2a4266; text-align: center;
	border-bottom: 1px solid #2a4266;
}
.hash08 h2.h2b { margin-bottom: 3rem; margin-left: auto; margin-right: auto; width: 85%; }

.hash02 { padding: 3rem 0 0 0; background: #499cbf; }
.hash03 {
	margin: 0 auto;
	padding: 4rem 3rem; width: 85%;
	background: #276191;
	border-radius: 30px;
	text-align: center;
}
.hash04 {
	margin: 0 auto;
	padding: 3rem; width: 85%;
	background: #fff;
	border-radius: 30px;
}
.hash05 { margin-top: 3rem; }
.hash06 { padding-bottom: 0.5rem; }
.hash07 { margin-top: 5rem; }
.hash08 {
	background: #f9f5e1;
}
.hash09 {
	padding: 1rem;
	color: #2a4266; text-align: center;
	font-size: 1.6vw; letter-spacing: 0.1rem; line-height: 2;
	background: #f9f5e1;
}

.winelist { display: flex; padding-top: 2rem; }
.winelistName { padding-top: 5px; width: 80%; font-size: 1.6vw; letter-spacing: 0.1rem; line-height: 2; }
.winelistPhoto { width: 20%; }

.steplist { display: flex; padding-top: 2rem; gap: 20px; }
.step { width: 20%; }
.step span {
	display: block; padding: 5px;
	font-size: 1.6vw; color: #fff; text-align: center; font-weight: 700; border-radius: 2px; background: #2a4266;
}
.stepbody { width: 80%; }
.stepbody p { padding-bottom: 10px; font-size: 1.6vw; color: #2a4266; letter-spacing: 0.1rem; line-height: 2; }
.stepbody a { color: #499cbf; text-decoration: underline; }
.stepbody li {
	padding-left: 1em;
    text-indent: -1em;
	font-size: 1.4vw; color: #2a4266;
	line-height: 1.8;
}
.stepbody img { display: block; padding-bottom: 1rem; width: 50%; }

.txt01 {
	margin: 1rem auto 3rem auto; width: 85%;
	font-size: 1.6vw; font-weight: 400; color: #fff; text-align: center; letter-spacing: 0.1rem; line-height: 2;
}
.txt02 { margin-top: 1rem; font-size: 1.6vw; color: #fff; text-align: left; letter-spacing: 0.1rem; line-height: 2; }
.txt03 { margin: 1rem auto 3rem auto; width: 85%; font-size: 1.6vw; color: #2a4266; text-align: left; letter-spacing: 0.1rem; line-height: 2; }
.txt04 { display: inline-block; margin-top: 20px; padding: 5px; background: #499cbf; color: #fff; line-height: 1.2; }
.txt06 { margin-top: 1rem; text-align: center; font-weight: bold; font-size: 1.4vw;  }
.txt07 { margin-top: 2rem; text-align: center; font-size: 1.2vw;  }
.txt07 a { text-decoration: underline;}

.cfont01 { color: #e6cd54; font-weight: 700; }

.photo01 { display: block; margin: 4rem auto; width: 85%; }

.nzLogo { margin: 3rem auto 0 auto; width: 35%; }

.bokumologo { margin-top: 1.5rem; text-align: center; line-height: 1; }
.bokumologo img { width: 20%; }


@media all and (max-width: 896px) {
	address { font-size: 3.2vw; }
	h2.h2w { font-size: 3.2rem; }
	h2.h2b { font-size: 2.4rem; }
	.txt01 { width: 95%; font-size: 3.6vw; font-weight: 700; }
	.txt02 { font-size: 3.4vw; }
	.txt03 { font-size: 3.6vw; text-align: left; }
	.txt06 { font-size: 3.6vw; }
	.txt07 { font-size: 3.4vw; font-weight: normal; }
	.winelistName { font-size: 3.6vw; text-align: left; }
	.stepbody p { font-size: 3.6vw; text-align: left; }
	.step span { font-size: 3.6vw; }
	.stepbody li { font-size: 3.6vw; text-align: left; }
	.nzLogo { width: 40%; }
}</pre></body></html>