<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 {
	font-size:62.5%;
}

body {
    color: #333;
}

.u-show_sp {
	display: none;
}

.u-yuminchi {
    font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: normal;
}

@media (max-width: 767px) {
	.u-show_sp {
		display: block;
	}
	.u-show_desktop {
		display: none;
	}
}

/*-------------------------------------
	l-utsuwa
------------------------------------- */

.l-utsuwa {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
}

.l-utsuwa img {
	width: 100%;
}


@media (max-width: 768px) {
	.l-utsuwa {
		font-size: 1.4rem;
	}
	.l-utsuwa-inner {
		width: 90%;
		margin: 0 auto;
	}

	.l-2col-block{
		margin-top: 40px;
	}
	
}

/*------------------------
	mv
------------------------ */
.l-utsuwa-title {
	font-size: 3rem;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 50px;
}

.l-utsuwa-title_b {
	font-size: 4.0rem;
}

.l-utsuwa-text {
	line-height: 2;
}

.l-utsuwa-banner{
	margin-top: 60px;
}


@media (max-width: 768px) {
	.l-utsuwa-title {
		font-size: 1.7rem;
		margin-top: 50px;
		line-height: 2;
	}

	.l-utsuwa-title_b {
		font-size: 3.2rem;
		line-height: 1.7;
	}

	.l-utsuwa-text {
		line-height: 2;
		margin-top: 30px;
	}
	
	.l-utsuwa-banner{
	margin-top: 40px;
	}

}



/*------------------------
	nav
------------------------ */

.l-utsuwa-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 60px;
}

.l-utsuwa-nav li {
	width: calc(100% / 2);
}

.l-utsuwa-nav li:not(:last-child) {
	border-right: 1px solid #fff;
}

.l-utsuwa-nav li a {
	color: rgba(255,255,255,.9);
    background: #AA9977;
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.l-utsuwa-nav li a:link,
.l-utsuwa-nav li a:visited {
	color: #fff;
}

.l-utsuwa-nav li a:link:hover,
.l-utsuwa-nav li a:visited:hover {
  color: #fff;
}

.l-utsuwa-nav li a:hover {
    opacity: 0.7;
}

.l-utsuwa-nav li a::after {
    position: absolute;
    display: block;
    content: '';
    top: -2px;
    bottom: 0;
    margin: auto;
    right: 8%;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: rgba(255,255,255,1);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media (max-width: 768px) {
	.l-utsuwa-nav {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.l-utsuwa-nav li {
	    width: calc(100% / 3);
	    box-sizing: border-box;
	    background: #AA9977;
	    border-bottom: 1px solid #fff;
	    border-right: 1px solid #fff;	
	}
	.l-utsuwa-nav li:not(:nth-child(even)) {
		border-right: 1px solid #fff;		
	}
	.l-utsuwa-nav li:nth-last-child(-n+2) {
		width: calc(100% / 2);
	}
	.l-utsuwa-nav li a {
	    padding: 15px 0 25px;
	    display: block;
	}
	.l-utsuwa-nav li a::after {
	    bottom: 15px;
	    width: 7px;
	    height: 7px;
	    top: inherit;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
	
}


/*------------------------
	block
------------------------ */
.l-utsuwa-mv{
	margin-bottom: 20px;
}

.l-utsuwa-mv2block {
	margin: 80px auto 50px;
}

.l-utsuwa-h2block{
	margin: 70px auto 100px;
	padding-top:30px;
}

.l-utsuwa-h3block {
	margin-top: 100px
}

.l-utsuwa-h4block {
	margin-top: 40px
}

.l-utsuwa-h4block:not(:first-of-type) {
	margin-top: 60px
}

[class^="l-utsuwa-h2-"], .l-utsuwa-h3, .l-utsuwa-h4, .l-utsuwa-h4-l {
	font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	letter-spacing: 0.05em;
	font-weight: normal;
}

[class^="l-utsuwa-h2-"], .l-utsuwa-h3, .l-utsuwa-h4 {
	text-align: center;
}

[class^="l-utsuwa-h2-"], .l-utsuwa-h3 {
	line-height: 1.6;
}

[class^="l-utsuwa-h2-"]{
	font-size: 3.8rem;
	position: relative;
	display: inline-block;
}



[class^="l-utsuwa-h2-"]::after {
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 100%;
}

.l-utsuwa-h2-1::after {
	background-image: url(img/utsuwa-map01.png);
}

.l-utsuwa-h2-2::after {
	background-image: url(img/utsuwa-map02.png);
}

.l-utsuwa-h2-3::after {
	background-image: url(img/utsuwa-map03.png);
}

.l-utsuwa-h2-4::after {
	background-image: url(img/utsuwa-map04.png);
}

.l-utsuwa-h2-5::after {
	background-image: url(img/utsuwa-map05.png);
}
	
.l-utsuwa-h3 {
	width: 50%;
	margin: 25px auto 0;
	font-size: 3rem;
}

.l-utsuwa-h4, .l-utsuwa-h4-l {
	margin-bottom: 40px;
	font-size: 2.4rem;
}

.l-utsuwa-h4-l{

}

.utsuwa-h2{
	margin-bottom: 20px;
	text-align: center;
}

.h2-image{
	width: 22%;
}

.shoulder {
	letter-spacing: 0.05em;
	font-weight: normal;
	font-size: 2.2rem;
}

.l-utsuwa-h2_text, .l-utsuwa-h3_text {
	margin-top: 25px;
}

.l-utsuwa-block-mv2 {
	margin-top: 20px;
}

.l-utsuwa-2col-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	margin-top: 50px;
	margin-bottom: 100px;
}

.l-utsuwa-2col-link .l-utsuwa-item__link-center{
	margin-top: 0;
	width: 48%;
}

.l-utsuwa-2col-link .l-utsuwa-item__link-center a{
	width: 100%;
}

.l-utsuwa-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 2;
}

.l-utsuwa-item {
	width: 48%;
	margin-top: 80px;
}

.l-utsuwa-2col-img-text-r{
	flex-direction:row-reverse;
}

.l-utsuwa-2col-utsuwa_pickup{
	margin-top: 80px;
	margin-bottom: 80px;
}

.l-utsuwa-2col-img, .l-utsuwa-2col-text{
	width: 48%;
}

.l-utsuwa-h3 {
	float: right;
	width: 50%;
	margin: 25px auto 0;
}

.l-utsuwa-2col-img{
	float: left;
}

.l-utsuwa-2col-text{
	float: right;
	overflow: hidden;
	margin: 0 auto;
}

.l-utsuwa-2col-img-text, .l-utsuwa-2col-img-text-r, .l-utsuwa-2col-utsuwa_pickup{
	content: "";
	clear: both;
	display: block;
}

.l-utsuwa-2col-img-text, .l-utsuwa-2col-img-text-r{
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}

.l-utsuwa-2col-utsuwa_pickup .l-utsuwa-2col-img{
	width: 56%;
}

.l-utsuwa-2col-utsuwa_pickup .l-utsuwa-2col-text{
	width: 38%;
}

.l-utsuwa-2col-product-block, .l-utsuwa-3images{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-utsuwa-2col-product-block{
	margin-top: 40px;
}

.l-utsuwa-2col-product-block .l-utsuwa-2col-product,
.l-utsuwa-2col-product-block .l-utsuwa-2col-product-w100{
	width: 48%;
}

.l-utsuwa-2col-product-text{
	margin-top: 20px;
}

.l-utsuwa-3images .l-utsuwa-3images-l{
	width: 46%;
}

.l-utsuwa-3images .l-utsuwa-3images-r{
	width: 46%;
}

.l-utsuwa-3images-r-block:not(:first-child){
	margin-top: 20px;
}

.l-utsuwa-option-block{
	margin-bottom: 80px;
}

.product-name{
	text-align: center;
	font-size: 2.2rem;
}

.product-name-utsuwa{
	margin-top: 20px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: normal;
}
.price{
	text-align: center;
	margin-top: 8px;
}

.product-name-utsuwa + .price{
	margin-top: 12px;
}

.l-utsuwa-2col-link .l-utsuwa-item__link {
	margin: 0 30px;
}

.l-utsuwa-item__link {
	margin-top: 20px;
}

.l-utsuwa-item__link-center {
	width: 48%;
	margin: 50px auto 0;
}

.l-utsuwa-item__link a, .l-utsuwa-item__link-center a {
    display: block;
	padding: 18px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    border: 1px solid #ccc;
}

.l-utsuwa-item__link a {
	width: 300px;
}

.l-utsuwa-item__link-center a {

}

.l-utsuwa-item__link a:link,
.l-utsuwa-item__link a:visited,
.l-utsuwa-item__link-center a:link,
.l-utsuwa-item__link-center a:visited {
	color: #333;
}

.l-utsuwa-item__link a:hover, .l-utsuwa-item__link-center a:hover,
.l-utsuwa-item__link a:active, .l-utsuwa-item__link-center a:active{
	background-color: #333 !important;
	border-color: #333 !important;
	color: #fff !important;
}


.line, .line-r{
	width: 80%;
	margin-top: 20px;
}

.line-r{
	margin-left: auto;
}

.reverse{
	transform: scale(-1, 1);
}

.link_area .link_area-lead{
	text-align: center;
    font-size: 2.0rem;
}

.border{
	border: solid 1px #cccccc;
}

.mt46{
	margin-bottom: 46px;
}


@media (max-width: 670px) {
	.utsuwa-h2 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	[class^="l-utsuwa-h2-"] {
		font-size: 2.6rem;
		line-height: 1.8;
		margin-top: 40px;
		text-align: left;
	}

	
	[class^="l-utsuwa-h2-"] .shoulder {
		font-size: 1.6rem;
	}

	[class^="l-utsuwa-h2-"]::after {
		margin-left: 20px;
	}
	
	.l-utsuwa-h2-1::after {
	background-image: url(img/utsuwa-map01-sp.png);
	}

	.l-utsuwa-h2-2::after {
	background-image: url(img/utsuwa-map02-sp.png);
	}
	
	.l-utsuwa-h2-3::after {
	background-image: url(img/utsuwa-map03-sp.png);
	}
	
	.l-utsuwa-h2-4::after {
	background-image: url(img/utsuwa-map04-sp.png);
	}

	.l-utsuwa-h2-5::after {
	background-image: url(img/utsuwa-map05-sp.png);
	}
	
	.l-utsuwa-h3 {
		text-align: left;
	}
	
}


@media (max-width: 768px) {

	.l-utsuwa-mv2block {
	margin: 40px auto;
}

	.l-utsuwa-h2block:last-child {
		margin-bottom: 80px;
	}

	.l-utsuwa-h3 {
		width: 90%;
		margin: 40px auto 20px;
		font-size: 2.2rem;
		float: none;
	}
	
	.l-utsuwa-h4, .l-utsuwa-h4-l {
	font-size: 2.0rem;
}

	.l-utsuwa-h4 {
	margin-bottom: 40px;
}

	.l-utsuwa-h4-l {
	margin-bottom: 20px;
}

	.l-utsuwa-block-mv2 {
		margin-top: 10px;
	}

	.l-utsuwa-item {
		margin-top: 0;
	}
	
	.l-utsuwa-item__link {
		margin-top: 40px;
	}
	
	.l-utsuwa-item__link a{
		width: 100%;
		font-size: 1.4rem;
	}

	.l-utsuwa-2col-img {
	width: 100%;
	margin-right: 0;
	float: none;
}

	.l-utsuwa-2col-img-text, .l-utsuwa-2col-img-text-r {
	margin-top: 20px;
}

	.l-utsuwa-2col-text {
	width: 90%;
	float: none;
}

	.l-utsuwa-2col-utsuwa_pickup {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
	.l-utsuwa-2col-utsuwa_pickup .l-utsuwa-2col-text {
	width: auto;

}

	.l-utsuwa-2col-utsuwa_pickup .l-utsuwa-2col-img {
	width: auto;
}

	.l-utsuwa-2col-product-block .l-utsuwa-2col-product-w100 {
	width: auto;
	margin-top: 20px;
}

	.l-utsuwa-2col-product-block .l-utsuwa-2col-product {
	width: 90%;
	margin: 0 auto;
}

	.l-utsuwa-2col-product-block .l-utsuwa-2col-product:not(:first-child),
	.l-utsuwa-2col-product-block .l-utsuwa-2col-product-w100:not(:first-child)  {
	margin-top: 40px;
}

	.line, .line-r {
	width: 90%;
}

	.l-utsuwa-item__link-center {
	width: 90%;
}

	.l-utsuwa-3images .l-utsuwa-3images-l,
	.l-utsuwa-3images .l-utsuwa-3images-r {
	width: auto;
}

	.product-name{
	font-size: 1.6rem;
}

	.product-name-utsuwa{
	margin-top: 16px;
	font-size: 2.2rem;
}

	.l-utsuwa-2col-link .l-utsuwa-item__link-center {
	width: 90%;
}

	.l-utsuwa-2col-link .l-utsuwa-item__link-center:first-child {
	margin-top: 0;
}

	.l-utsuwa-2col-link .l-utsuwa-item__link-center:not(:first-child) {
	margin-top: 25px;
}



	.l-utsuwa-item__link-center {
	margin-top:40px;
	}

}

@media (max-width: 767px) {
		.l-utsuwa-h2block {
	    margin: 30px auto;
	}
}
</pre></body></html>