<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
html{ 
  font-size: 62.5%;
}
body{
  direction: ltr;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size:  clamp(1.6rem, 1.40vw, 2.7rem);
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}

@media screen and (max-width: 768px) {
	p{
		font-size: clamp(1.4rem, 4.53vw, 1.7rem);
	}
}

img{
	width: 100%;
	height: auto;
}

a{
  text-decoration: none;
}

.pc { display: block;}
.sp { display: none;}
@media screen and (max-width: 768px) {
	.pc { display: none;}
	.sp { display: block;}
}

/*//   Header   //*/

/* common */
h2{
	color: rgb(106, 57, 6);
	font-size: 2.34vw;
	font-weight: normal;s
	text-align: center;
	margin-bottom: 140px;
}
h3{
	color: rgb(106, 57, 6);
	font-weight: normal;
	font-size: 2.34vw;
	line-height: 1.55;
}
h3 span{
	font-size: 1.25vw;
}
h3.stock{
	color: rgb(255, 255, 255);
	background: rgb(106, 57, 6);
	display: inline-block;
	padding: 0 1em;
	margin: 40px auto;
}
h3.contact{
	color: rgb(255, 255, 255);
	background: rgb(106, 57, 6);
	display: inline-block;
	padding: 0 1em;
	margin: 40px auto;
}
@media screen and (max-width: 768px) {
	h2{
		font-size: clamp(1.6rem, 4.8vw, 1.8rem);
		margin-bottom: 1em;
	}
	h3{
		font-size: clamp(2.0rem, 7.46vw, 2.7rem);
		margin: 1em 0;
		letter-spacing: -0.05em;
	}
	h3 span{
		font-size: clamp(1.2rem, 4vw, 1.5rem);
	}
	h3.stock{
		font-size: clamp(2.0rem, 6.4vw, 2.4rem);
	}
	h3.contact{
		font-size: clamp(1.75rem, 5vw, 1.875rem);
	}
	h3.contact-complete{
		font-size: clamp(1.8rem, 5.3vw, 2.0rem);
	}
}

p + h3{ margin-top: 20px;}
h3 + p{
	margin-top: .5em;
}
.tac{
	text-align: center;
}

/*//   MAIN   //*/

.mv{
	position: relative;
	margin-bottom: 140px;
}
.mv &gt; p{
	font-size: 2.60vw;
	letter-spacing: .1em;
	color: rgb(255, 255, 255);
	position: absolute;
	top: 10%;
	left: 50%;
}
@media screen and (max-width: 768px) {
	.mv{
		margin-bottom: 40px;
	}
	.mv &gt; p{
		font-size: clamp(1.4rem,  4.53vw, 1.7rem);
		letter-spacing: .05em;
		top: 4%;
		left: 42%;
	}
}
@media screen and (min-width: 768.1px) {
	.inner{
		max-width: 1330px;
		margin: 0 auto;
		padding: 0 40px;
		box-sizing: content-box;
	}
}
@media screen and (max-width: 768px) {
	.inner{
		max-width: 90%;
		margin: 0 auto;
	}
}
.flex{
	display: flex;
	justify-content: space-between;
	gap: 5%;
	margin-bottom: 240px;
}

.flex-r{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 5%;
	margin-bottom: 240px;
}

.txt-box{
	width: 50%;
}

@media screen and (max-width: 768px) {
	.flex{
		flex-direction: column;
		margin-bottom: 80px;
	}
	.flex-r{
		flex-direction: column;
		margin-bottom: 80px;
	}
	.img-box{
		margin: 0 calc(50% - 50vw);
	}
	.txt-box{
		text-align: center;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
}

.full{
	display: flex;
}
.full &gt; picture{
	flex: 1;
}
@media screen and (max-width: 768px) {
	.full{
		flex-direction: column;
	}
}

.ggl{
	width: 100%;
	text-align: center;
}
.ggl iframe{
	text-align: center;
	width: 100%;
	border: none;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.ggl iframe{
		width: 100%;
	}
}

.ggl + p{ margin-bottom: 40px;}

.bg-brown{
	background: rgb(106, 57, 6);
	color: rgb(255, 255, 255);
	padding: 40px 0;
}

.border-box{
	display: inline-block;
	border: 1px solid rgb(255, 255, 255);
	padding: 4px .5em;
	font-size: 1.98vw;
	margin-bottom: 24px;
}
.sale{
	line-height: 1.6;
	font-size:  3.80vw;
}
.item{
	font-size: 3.23vw;
}
.price{
	font-size:  4.69vw;
	margin-left: .5em;
}
.taxin{
	font-size:  1.87vw;
}
.tel a{
	font-size:  4.11vw;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.bg-brown p{
		line-height: 1.2;
	}
	.border-box{
		padding: 1px .5em;
		font-size: 5.33vw;
		margin-bottom: 10px;
	}
	.sale{
		line-height: 1.6;
		font-size: clamp(2.8rem, 8.53vw, 3.2rem);
	}
	.item{
		font-size: 9.06vw;
		margin: 20px 0;
	}
	.price{
		font-size: 12.26vw;
	}
	.taxin{
		font-size: 4.8vw;
		display: block;
	}
	.tel a{
		font-size: 8.8vw;
		color: #fff;
	}
}
.btn-list{
	margin: 80px 0;
	display: flex;
	justify-content: center;
	gap: 40px;
}
.btn-list li{
	flex: 1;
}
.btn-list li a{
	font-size: 2.08vw;
	display: block;
	color: rgb(106, 57, 6);
	background: #fff;
	padding: 4px 0;
	border-radius: 40px;
}

@media screen and (max-width: 768px) {
	.btn-list{
		margin: 20px 0 40px;
		flex-direction: column;
		gap: 20px;
	}
	.btn-list li a{
		font-size: 5.33vw;
		padding: 0 0;
	}
}

.btn{
	margin: 20px auto;
}
.btn a{
	font-size: 2.08vw;
	text-align: center;
	display: inline-block;
	color: rgb(255, 255, 255);
	border: 1px solid #fff;
	padding: 4px 40px;
	border-radius: 40px;
}
.btn--submit{
	font-size: 1.287vw;
	display: inline-block;
	color:#fff;
	background: #6a3906;
	border:none;
	width: 9.36vw;
	height: 2.4vw;
	margin:0 1vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn--submit:hover{
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.btn{
		margin: 10px auto;
	}
	.btn a{
		padding: 0 1.5em;
		font-size: 4.53vw;
	}
	.btn--submit{
		font-size: clamp(1.2rem, 4vw, 1.6rem);
		display: inline-block;
		color:#fff;
		background: #6a3906;
		border:none;
		width: 120px;
		height: auto;
		margin:0 1vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* フォーム */
.contact{
	margin-top: 3vw;
	margin-bottom: 10vw;
	padding-top: 1px;
}
.contact h3{
	margin: 60px auto 40px 0;
}
.contact p{
	margin-bottom: 20px;
	line-height: 2.2;
}

@media screen and (max-width: 768px) {
	.contact{
		margin-top: 0vw;
		margin-bottom: 10vw;
		padding-top: 1px;
	}
	.contact h3{
		margin: 40px auto 20px 0;
	}
	.contact p{
		margin-bottom: 20px;
		line-height: 1.8;
	}
}

.form-list{
	max-width: 1330px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.form-list dt{
	font-size: 1.20vw;
	color:#6a3906;
	width: 28%;
	padding-right: 1%;
	display: flex;
	align-items: center;
	justify-content:flex-end;
}
.form-list dd{
	width: 43%;
	margin-right: 29%;
}
.form-list dd input,
.form-list dd textarea{
	width: 100%;
	border-radius: 0;
	border:solid 1px #6a3906;
	color:#6a3906;
}
.form-list dd input{
	height: 2.808vw;
	padding:0 10px;
}
.form-list dd textarea{
	height:22.05vw;
	padding:10px;
}
.form-edit{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-list dd p.error{
	margin-bottom: 0;
	text-align: left;
	font-size: 1vw;
	color: red;
}

@media screen and (max-width: 768px) {
	.form-list{
		width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
		row-gap: 5px;
	}
	.form-list dt{
		width: 100%;
		padding-right: 1%;
		justify-content:flex-start;
		font-size: clamp(1.2rem, 3.46vw, 1.3rem);
		margin-top: 10px;
	}
	.form-list dd{
		width: 100%;
		margin-right: 0;
	}
	.form-list dd input,
	.form-list dd textarea{
		font-size: clamp(1.3rem, 4.4vw, 1.6rem);
	}
	.form-list dd input{
		height: 40px;
	}
	.form-list dd textarea{
		height:200px;
	}
	.form-list dd p.error{
		margin-bottom: 0;
		text-align: left;
		font-size: clamp(1rem, 3.5vw, 1.2rem);
		color: red;
	}


}


/* アニメーション設定 */
.target * {
	opacity: 0;
	transform: translateY(30px);
}

.target *.is-active {
	opacity: 1;
	transform: translateY(0);
	transition: transform 0.8s, opacity 0.8s;
}


.yoyaku {
    position: relative;
    width: 100%;
    overflow-y: scroll;
    padding-top: 100%;
}
@media screen and (max-width: 768px) {
	.yoyaku {
		padding-top: 400%;
	}
}
.yoyaku iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.cl-charcoal{color:#231815;}

.ft-lg{font-size: 1.5795vw !important;}
.ft-xs{font-size: .819vw !important;}
.mb-6{margin-bottom: 3.5vw !important;}

@media screen and (max-width: 768px) {
	.ft-lg{
		font-size: clamp(1.4rem, 4.53vw, 1.7rem) !important;
	}
	.ft-xs{
		font-size: clamp(1.2rem, 3.46vw, 1.3rem) !important;
	}
}

</pre></body></html>