<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charaset "UTF-8";

/* Reset
--------------------------------*/
html,body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,caption,th,td,blockquote,address,pre,code,form,fieldset,iframe,
header,footer,article,section,aside,nav,figure,figcaption {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

img {
	border:0;
	vertical-align: middle;
}


/* Base
--------------------------------*/
html {
	overflow: auto;
	font: 16px/1.5 sans-serif;
	font-family: 'Noto Serif JP', sans-serif;
}

body {
	overflow-x: hidden;
	background: #fff;
	color: #333;
	font-size: 81.25%;
	min-width: 1100px;
}

a,
input[type=image] {
	color: inherit;
	-webkit-transition: .3s;
	transition: .3s;
}

a:before,
a:after {
	text-align: inherit;
}

img {
	max-width: 100%;
}

ul {
	padding-left: 1.5em;
}

ol {
	padding-left: 2em;
}

nav ul,
nav ol {
	list-style: none;
	padding: 0;
}

section {
	position: relative;
	margin: 20px 0;
}

p {
	margin: 5px 0;
}

header p,
footer p {
	margin: 0;
}

section:first-child,
p:first-child {
	margin-top: 0;
}

section:last-child,
p:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
}

th,td {
	border: 1px solid #b0b0b1;
	text-align: left;
	vertical-align: baseline;
	padding: 8px;
}

th {
	background: #e6eade;
	box-shadow: 0 0 0 1px #fff inset;
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}


/* Common
--------------------------------*/
article:after,
section:after,
header:after,
footer:after,
nav:after,
[class*="-content"]:after,
.group:after {
	display: table;
	clear: both;
	content: "";
}

.site {
	position: relative;
	width: 1100px;
	margin: auto;
}

.btn,
.search label {
	position: relative;
	display: inline-block;
	background: #e6eade;
	background: linear-gradient(#fff, #e6eade);
	border: 1px solid #b0b0b1;
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	text-decoration: none;
	padding: 0 18px;
}

.btn{
	cursor:pointer;
}

.attention {
	color: #b90005;
}

.inner-cat-ttl {
	display: none;
}
.pagetop-area{
	margin:10px 0;
}
.pagetop {
	clear: both;
	text-align: right;
}

/* Heading
--------------------------------*/
h2 {
	background: #b90005;
	background: linear-gradient(#b90005, #7d0000);
	border: 1px solid #b0b0b1;
	color: #fff;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 7px;
}

.h2-2 {
	background: #00a03c;
	background: linear-gradient(#00a03c, #00862e);
}

h3 {
	border-bottom: 2px solid #7d0000;
	font-weight: bold;
	margin: 20px 0 5px;
	padding: 0 4px;
}

/* Header
--------------------------------*/
.site-header {
	background: linear-gradient(to top, #e6eade, rgba(255,255,255,0) 100px) repeat-x 0 100%, linear-gradient(#e6eade, #fff 100px) repeat-x 0 60px;
}

.header-info {
	overflow: hidden;
	background: #b90005;
	background: linear-gradient(#b90005, #7d0000);
	border: 1px solid #b4b4b4;
	color: #fff;
	padding: 9px 10px 10px;
}

.header-info .tel {
	float: left;
	padding-top: 5px;
}

.header-info .credit {
	float: right;
}

.site-title {
	float: left;
	margin-left: -36px;
	padding-top: 20px;
}

.global-navi {
	float: right;
	width: 885px;
	margin-bottom: 20px;
	padding-right: 10px;
}

.members-navi {
	overflow: hidden;
	padding: 4px 0;
}

.members-navi .btn {
	float: left;
	margin-right: 3px;
}

.members-navi .btn-cart,
.members-navi .btn-account,
.search {
	float: right;
	margin: 0 0 0 3px;
}
.members-navi .member-info{
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-left: 5px;
}
.btn-cart {
	padding-left: 30px;
}

.btn-cart:before {
	position: absolute;
	content: url(../images/i_cart.png);
	height: 20px;
	margin: auto;
	left: 6px;
	top: 0;
	bottom: 0;
}

.search &gt; * {
	float: left;
}

.search input[type="submit"] {
	background: #858585;
	border: 1px solid #b0b0b1;
	font-family: inherit;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	box-shadow: 0 0 0 4px #fff inset;
	color: #fff;
	height: 2.15385em;
	font-size: 13px;
	line-height: 2.15385;
	padding: 0 6px;
	cursor: pointer;
}

#i {
	border: solid #b0b0b1;
	border-width: 1px 0;
	width: 230px;
	font-size: 14px;
	line-height: 2;
	padding: 0 5px;
}
.i-freeword{
	height:28px;
}
.shop-navi {
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}

.shop-navi li {
	display: table-cell;
	background: #e6eade;
	background: linear-gradient(#fff, #e6eade);
	border: 1px solid #b0b0b1;
}

.shop-navi a {
	display: block;
	border: 0;
	line-height: 1;
	padding: 13px 0;
}

.shop-navi a:hover,
.shop-navi a:focus,
.footer-navi a:hover,
.footer-navi a:focus {
	background: rgba(0,0,0,.1);
}

.jumbotron {
	clear: right;
	float: right;
	width: 690px;
	margin-right: 205px;
}

.slider {
}

.chirami-thumb li {
	background: #000;
	border: solid #949494;
	border-width: 1px 1px 1px 0;
}

.chirami-current {
	box-shadow: none;
}

.chirami-current img {
	opacity: .8;
}

.chirami-thumb-wrap {
	width: 653px;
	margin: 10px auto 0;
}

.chirami-thumb-viewport {
	padding: 0;
}

.chirami-thumb-prev,
.chirami-thumb-next {
	background: url(../images/slide/ctrl.png) no-repeat 0 0;
	border: 1px solid #949494;
	width: 18px;
	height: 50px;
}

.chirami-thumb-prev {
	left: 0;
}

.chirami-thumb-next {
	background-position: -18px 0;
	right: 0;
}

/* Footer
--------------------------------*/
.site-footer {
	background: url(../images/footer.png) no-repeat 50% 100%;
	margin-top: 10px;
	padding-bottom: 204px;
}

.footer-content {
	background: #fff;
	border: solid #b0b0b1;
	border-width: 1px 1px 0;
	padding: 15px 0;
	font-size:12px;
/*	font-weight:bold;*/
}

.footer-content &gt; div{
	float: left;
	width: 30.5%;
	padding: 0 15px;
}
.footer-content &gt; div:nth-child(2){
	border-left:1px solid #A8A8A8;
	border-right:1px solid #A8A8A8;
}
.footer-content aside {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:10px;
}

.footer-content h2 {
	background: transparent;
	border: 0;
	color: inherit;
	font-size: 17.25px;
	padding: 0;
}

.footer-content h2:before {
	color: #b20601;
	content: "â–&nbsp;";
}
.footer-content p{
	margin-bottom:10px;
}
.footer-navi {
	background: linear-gradient(#fff, #e6eade);
	list-style: none;
	border: 1px solid #b0b0b1;
	letter-spacing: -.31em;
	text-align: center;
	padding: 0;
}

.footer-navi li {
	display: inline-block;
	border: solid #b0b0b1;
	border-width: 0 1px 0 0;
	letter-spacing: 0;
}

.footer-navi li:first-child {
	border-left-width: 1px;
}

.footer-navi a {
	display: block;
	padding: 8px;
}
.footer-content aside p{
	line-height:1.4;
}
.footer-content aside ul{
	padding-left:0;
}

.footer-content aside li{
	list-style-type: none;
	list-style-position: inside;
	padding-left: 18px;
	text-indent: -16px;
}
.footer-content aside li:before{
	content:"â—‹";
	margin-right:3px;
}
.footer-content aside th{
	text-align:center;
}

.footer-content aside td span{
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#E50011;
}
.footer-content .text-right{
	text-align:right;
	vertical-align: middle;
}
.footer-item-item{
	margin-bottom:10px;
}
.footer-item-item span{
	font-size:18px;
}
.footer-item-item img{
	margin-bottom:5px;
}
.footer-sub-font{
	display:block;
	font-weight:bold;
}
/* Content
--------------------------------*/
.site-content {
}

.main {
	float: left;
	background: #fff;
	width: 690px;
	min-height: 460px;
	margin: -440px 0 0 200px;
	padding: 0 5px;
}

.LC_Page_Index .main {
	margin-top: 0;
}

.content {
}

.side {
	float: left;
	width: 200px;
}

.side1 {
	margin-left: -900px;
}

.side2 {
	float: right;
	margin: -440px 0 0;
}

.bread {
	font-size: 12px;
}
.bread ol{
	display:block;
	clear: both;
}
.bread li {
	float: left;
}

.bread li + li:before {
	content: "\3e";
	margin: 0 3px;
}

.page-title {
	margin: 10px 0;
}


/* Side
--------------------------------*/
.widget {
	position: relative;
	border: 1px solid #b4b4b4;
	margin-bottom: 10px;
}

.widget-title {
	border-width: 0 0 1px;
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	padding: 8px;
}

.side2 .widget,
.side2 .widget-title{
	background: #00a03c;
	background: linear-gradient(#00a03c, #00862e);
	border-bottom:0;
}
.side2 .widget-content img{
	display:block;
	margin:auto;
	margin-bottom:8px;
}
.widget-title span {
	display: block;
	font-size: 13px;
}

.widget .more {
	position: absolute;
	right: 5px;
	top: 28px;
}

.widget.banner {
/*	background: #000;*/
	background: #fff;
	border: 0;
}

.widget.banner a:hover,
.widget.banner a:focus,
.category-list a:hover,
.category-list a:focus {
	opacity: .9;
}

.category-list {
	list-style: none;
	margin-top: -1px;
	padding: 0;
}

.category-list li {
	background: #000;
	border-top: 1px solid #b0b0b1;
}


/* LC_Page_Index
--------------------------------*/
.content-LC_Page_Index section {
	margin: 10px 0;
}

.content-LC_Page_Index h2 {
	position: relative;
	background: #e2e7da;
	margin: 0;
	padding: 9px 9px 9px 38px;
}

.content-LC_Page_Index h2:before {
	position: absolute;
	background: #b20601;
	content: "";
	width: 20px;
	height: 20px;
	margin: auto;
	left: 9px;
	top: 0;
	bottom: 0;
}

.news {
	border: 1px solid #b4b4b4;
}

.news h2 {
	background: transparent;
	border: 0;
}

.store h2 {
	background: #b20601;
}

.store h2:before {
	background: #fff;
}
.block-shops{
}
.block-shops h2{
	margin:0;
	border:none;
	border-bottom:1px solid #b0b0b1;
}
.block-shops ul{
	padding:0;
}
.block-shops ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.block-shops li{
	float:left;
	border: 1px solid #b4b4b4;
	width:228px;
	border-top:0;
	list-style:none;
}
.side-non-border{
	border-left:0;
	border-right:0;
	width:230px;
}
.block-shops li.side-non-border img{
	width:230px;
	height:144px;
}
.products h2{
	padding:0;
	margin:0;
	background:none;
	position: relative;
}
.products h2 .h2_more{
	position: absolute;
	right: 20px;
	top: 50%;
	margin: -7px;
}
.item-banner {
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin-bottom:10px;
}

section .item-banner {
	margin-top: -1px;
}

.item-banner li {
	position: relative;
	border: 1px solid #b0b0b1;
	float: left;
}
.item-banner-sub li{
	width: 228px;
	height: 143px;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.item-banner-sub li:nth-child(2n){
	border-left:0;
	border-right:0;
}

.item-banner.pickup li:nth-child(2n) {
	float: right;
}

.item-banner .btn-order {
	position: absolute;
	padding: 8px;
	right: 0;
	bottom: 0;
}

.news-list {
	border-top: 1px solid #b0b0b1;
	list-style: none;
	margin: 0 10px 10px;
	padding: 0;
}

.news-list li {
	position: relative;
	border-bottom: 1px solid #b0b0b1;
	padding: 4px 5px 4px 6em;
}

.news-list .date {
	position: absolute;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	left: 5px;
}


/* Page
--------------------------------*/
.page-title {
	text-align:center;
}

.lead {
	color: #b20601;
	font-size: 177%;
	font-weight: bold;
	line-height: 1.2;
}
.top-banner{
	margin-bottom:10px;
}

/* Products
--------------------------------*/
.product-list{
	display: flex;
	flex-wrap: wrap;
}
.product-list a{
	text-decoration: none;
	width: 49%;
}
.product-item{
	padding:20px;
}
.product-item .photo img{
	display:block;
	width:auto;
	max-height:340px;
	margin:20px auto;
}
.product-item .name {
	font-size: 22px;
	font-weight: bold;
}

.product-list .price {
	font-size:14px;
}

.product-list .price span {
	font-size:18px;
}

.category-text1{
	text-align:center;
	font-size:22px;
	margin:20px 0;
}
.category-text2{
	font-size:16px;
	margin-bottom:20px;
}


.product {
	border: 1px solid #b0b0b1;
	margin-top: 10px;
	padding: 16px;
}

.product-photo {
}

.swiper--wrapper {
	width: 100%;
	height: 300px;
}

.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 400px;
}

.main-slide {
	height: auto;
	width: 100%;
	margin-bottom:10px;
}

.thumb-slide {
	height: 120px;
	box-sizing: border-box;
	padding: 10px 0;
	margin-bottom:20px;
}

.thumb-slide .swiper-slide {
	width: 104px!important;
	height: 104px;
	opacity: 0.7;
	line-height: 104px;
	border: 1px solid #000;
	margin:10px;
}
.thumb-slide img{
	max-width:100px;
	max-height:100px;
	padding:2px;
}
.thumb-slide .swiper-slide-thumb-active {
	opacity: 1;
}

.non-products{
	margin-top: 50px;
	font-size: 20px;
	text-align: center;
}
.non-products a:hover { color: #ff0000; }

.product-header {
	overflow: hidden;
	border-bottom: 1px solid #858585;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.product-content {
}
.product-catchcopy{
	display: block;
	color: #b20601;
	font-size: 200%;
	line-height:110%;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.product-name,
.product-price {
	font-size: 26px;
	font-weight: bold;
	color: #b20601;
}
.product-price,
.product-special{
	margin:0;
	display: inline-block;
}
.product-special strong {
	color: #b20601;
	font-size: 123%;
	padding:0 5px;
}

.product-price span {
	color: #b20601;
}
.product-price small {
	font-size: 65%;
}
.member_price p{
	margin-bottom:10px;
}
.product-order .order_amount{
	display: inline-block;
	height: 37px;
	vertical-align: top;
}
.product-order .order_amount input{
	padding: 5px;
	font-size: 18px;
	width:50px;
	margin:0 20px 0 10px;
}

.product-order .order_btn{
	display: inline-block;
}
.product-order {
	margin: 20px 0;
}

.product-order input[type="image"] {
	vertical-align: bottom;
}

.product-aside {
	position: relative;
	margin-top: 10px;
}

.product-aside h2 {
	background: #fff;
	background: linear-gradient(#fff, #e6eade);
	color: inherit;
	font-size: 16px;
	margin: 0 0 -1px;
}

.product-aside .amount {
	position: absolute;
	right: 10px;
	top: 5px;
}

.amount input {
	text-align: right;
}

.product-ranking {
	list-style: none;
	border: solid #b0b0b1;
	border-width: 1px 0 0 1px;
	padding: 0;
}

.product-ranking li {
	float: left;
	border: solid #b0b0b1;
	border-width: 0 1px 1px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
	min-height: 18em;
	text-align: center;
	padding: 5px 10px;
}

.product-ranking li:nth-child(5n+1) {
	clear: both;
}

.product-ranking .rank {
	font-size: 18px;
	font-weight: bold;
}

.product-ranking .name {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	min-height: 3em;
	margin: 5px 0 10px;
}

.product-ranking .price {
	display: table;
	text-align: left;
	margin: auto;
}

.status-icon{
	list-style:none;
	padding-left:0;
}
.status-icon li{
	display:inline-block;
	padding-bottom:3px;
}

.main_comment p{
	margin-bottom:30px;
	font-size:15px;
}
.main_comment .detail_title{
	font-size:22px;
	font-weight:bold;
}
.main_comment img{
	margin-bottom:20px;
}

/* Page Common
--------------------------------*/
.ad-page h1{
	background: #b90005;
	background: linear-gradient(#b90005, #7d0000);
	border: 1px solid #b0b0b1;
	color: #fff;
	font-weight: bold;
	margin-top:15px;
	padding: 7px;
	font-size:30px;
}
.ad-page h2{
	background:none;
	border:none;
}
/* Rekishi
--------------------------------*/
.rekishi{
	padding:10px;
	font-size:14px;
}
.rekishi h1 img{
	margin: 10px auto;
	display: block;
}
.rekishi &gt; p{
	font-size:18px;
}
.rekishi-guid{
	background:#ECECD7;
	border:1px solid #787878;
}
.rekishi-guid ul{
	padding:0;
}
.rekishi-guid li{
	list-style:none;
	border-right:1px solid #787878;
	display:inline-block;
	padding:5px 10px;
}
.rekishi th{
	box-shadow:none;
	background:#ECECD7;
}
.rekishi td{
	padding:0;
	vertical-align: top;
}
.rekishi td:nth-child(3n+1) {
	width:260px;
	background:#856B59;
	text-align:center;
	padding:15px 0;
}
.rekishi td:nth-child(3n+2),
.rekishi .rekishi-td2{
	width: 236px!important;
	padding: 13px 10px!important;
	line-height:18px;
}
.rekishi .rekishi-td2{
	background:none!important;
	text-align:left!important;
}
.rekishi td span{
	display:block;
	font-size:17px;
	font-weight:bold;
	line-height:22px;
	color:#B60005;
}
.rekishi td:nth-child(3n+3) {
	padding: 13px 0;
	position:relative;
}
.rekishi td:nth-child(3n+3) li{
	padding-right:5px;
	padding-bottom:5px;
}
.rekishi .rekishi-pagetop{
	position: absolute;
	bottom: 3px;
	right: 5px;
}
.rekishi .rekishi-sec2 td:nth-child(3n+1) {
	background:#D87655;
}

/* Sozai
--------------------------------*/
.sozai{
}
.sozai a:link {color: #0000EE;text-decoration: underline;}
.sozai a:visited {color: #551A8B;text-decoration: underline;}
.sozai a:active {color: #FF0000;text-decoration: underline;}
.sozai section{
	margin: 20px 10px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.sozai section header,
.sozai section &gt; div{
	margin-bottom:10px;
	display:table;
}
.sozai section header span{
	font-size: 12pt;
	line-height: 1.3em;
	font-weight: bold;
	color: #990000;
	vertical-align: middle;
}
.sozai section h2,
.sozai section div &gt; img{
	width:300px;
	padding: 0 10px 0 0;
	display:table-cell;
}

.sozai section &gt; div span{
	display:block;
	width:100%;
	text-align:center;
	margin-top:10px;
}
.captxt10 {
	font-size: 8pt;
	color: #666666;
}
.sozai section .sozai-detail{
	overflow:hidden;
	display:table-cell;
	width:360px;
	vertical-align: top;
}
.sozai section .sozai-detail p{
	font-size: 9pt;
	line-height: 1.3em;
	margin-bottom:10px;
}
.sozai section .sozai-detail span{
	display:inline;
	font-size: 8pt;
	color: #666666;
}
/* Shoku
--------------------------------*/
.shoku{
	padding:5px 10px;
}
.shoku section{
	padding-bottom:20px;
	border-bottom:1px solid rgb(153, 153, 0);
	position: relative;
}
.shoku section h2{
	font-size: 11pt;
	line-height: 1.3em;
	font-weight: bold;
	color: #990000;
}
.shoku section p{
	font-size: 9pt;
	line-height: 1.3em;
	color: #663333;
}
.shoku section &gt; div{
	width: 450px;
	margin: 0 5px;
	background:#eeeedd;
	padding:10px;
}
.shoku .sec1 ul{
	margin-top:5px;
	padding-left:5px;
}
.shoku .sec1 li{
	list-style-type: none;
	list-style-position: inside;
	padding-left: 18px;
	text-indent: -16px;
	color: #990000;
}
.shoku .sec1 li:before{
	content:"â—";
	margin-right:3px;
	color: #990000;
}
.shoku .sec1 .non-detail,
.shoku .sec1 .non-detail:before{
	color:rgb(153, 153, 153);
}

.shoku .sec1 &gt; div{
	margin-left:200px;
}
.shoku .sec2 &gt; div{
	margin-right:200px;
}
.shoku .sec1 &gt; img{
	width: 200px;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	margin: -110px 0 0 0;
}
.shoku .sec1  p{
	margin:0 0 0 10px;
}
.shoku .sec2 p{
	margin:0 10px 0 0;
}
.shoku .sec2 &gt; img{
	width: 200px;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	margin: -70px 0 0 0;
}
.shoku section &gt; div &gt; img{
	display:inline-block;
}
.shoku section .shoku-inline-block{
	display:inline-block;
	width: 240px;
	vertical-align: middle;
}
/* Mokkosu
--------------------------------*/
.mokkosu{
	padding:5px 10px;
	font-size:14px;
}
.mokkosu h1{
	text-align: center;
	margin: 30px 0;
}
.mokkosu section h2{
	background:none;
	border:none;
}
.mokkosu section .mokkosu-div:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mokkosu section .mokkosu-div &gt; div{
	float:left;
}
.mokkosu .mokkosu-sec1 h2{
	text-align:center;
}
.mokkosu .sec1-div1{
	width:320px;
	padding: 10px;
}
.mokkosu .mokkosu-caption{
	display:block;
	text-align:right;
	font-size:21px;
	font-weight:bold;
}
.mokkosu .sec2-div1{
	width:123px;
	padding:0 15px;
	margin-left:5px;
}
.mokkosu .sec2-div2{
	width:484px;
}
.mokkosu .sec2-div2 h2{
	border-bottom:1px solid #999999;
	margin-bottom:10px;
}
.mokkosu .sec3-div1{
	width:267px;
	margin:0 15px;
}
.mokkosu .sec3-div2{
	width:363px;
}
.mokkosu .mokkosu-txt{
	background: #b90005;
	background: linear-gradient(#b90005, #7d0000);
	padding: 15px;
	text-align: center;
}
/* Abouts
--------------------------------*/
.content-static {
	padding: 0 20px;
}

.content-static h2 {
	background: #e7e9cc;
	border: 1px solid #949494;
	line-height: 20px;
	margin: 0 -20px 16px;
	padding: 4px 25px;
}

.content-static h2 span {
	float: right;
}

.contents-nav {
	background: #e7e9cc;
	list-style: none;
	line-height: 20px;
	letter-spacing: -.31em;
	text-align: center;
	margin: 20px -20px;
	padding: 5px 0;
}

.contents-nav li {
	display: inline-block;
	border-right: 2px solid #000;
	letter-spacing: 0;
}

.contents-nav li:first-child {
	border-left: 2px solid #000;
}

.contents-nav a {
	display: block;
	padding: 0 10px;
}

.abouts {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 14px;
}

.philosophy {
	text-align: center;
	margin: 20px 0 30px;
}

.philosophy h2 {
	text-align:left;
	margin-bottom:30px;
}

.staff {
	overflow: hidden;
	border-top: 1px solid #949494;
	padding: 18px 0;
}

h2 + .staff {
	border: 0;
	padding-top: 0;
}

.staff .author {
	float: left;
	width: 168px;
}

.staff .photo {
	margin-bottom: 10px;
}

.staff .name + .name {
	margin-top: 18px;
}

.staff .message {
	float: left;
	width: 482px;
}

.staff .headline {
	margin-bottom: 15px;
}

.staff .headline.furigana {
	margin-top: -8px;
}

.staff .profile {
	font-size: .785em;
	margin-top: 15px;
}

.abouts-table th,
.abouts-table td {
	background: none;
	border: 0;
	padding: 2px 0;
}

.company-photo {
	float: right;
}

.company-outline {
	float: left;
	width: 300px;
}

.company-outline th {
	padding: 0 15px 10px 0;
}

.company-outline dt {
	clear: both;
	float: left;
	width: 9em;
}

#abouts-history {
	background: url(../images/abouts/img03.jpg) no-repeat 100% 80%;
}

.company-history th {
	white-space: nowrap;
}

.company-history td {
	padding-left: 30px;
}

.access {
	float: right;
	width: 360px;
	font-size: 12px;
	margin: 0 -20px 10px 0;
}

.access-info {
	overflow: hidden;
	margin-bottom: 10px;
}

.access-info dt {
	clear: both;
	float: left;
	width: 4em;
}

.access-info dt:before {
	color: #af0600;
	content: "â—";
}

.access-info dd {
	overflow: hidden;
}

.googlemap {
	float: left;
	width: 290px;
	text-align: center;
}

#maps {
	border: 1px solid #949494;
}

.gm-style img {
	max-width: none;
}


/* Guide
--------------------------------*/
.guide .contents-nav a {
	padding: 0 5px;
}

.guide h3 {
	border: 0;
	font-weight: inherit;
	padding: 0;
}

.guide em {
	color: #ff0d00;
	font-style: inherit;
}

.how-to-order dt {
	margin: 10px 0 0;
}

.how-to-order dd {
	font-size: 17px;
	margin: 0 0 5px;
}

.how-to-order dd:last-child {
	font-size: 100%;
}

.payment p,
.privacy p {
	margin-top: 1em;
}

.about-items {
	list-style: none;
	padding: 0;
}

.about-items li {
	text-indent: -1em;
	padding-left: 1em;
}

.about-items li:before {
	content: "â—‹";
}

.carriage th {
	text-align: center;
	white-space: nowrap;
}

.carriage td {
	word-break: keep-all;
}

.carriage td[rowspan] {
	text-align: center;
	vertical-align: middle;
}

.carriage em {
	display: block;
	font-size: 1.5em;
}

.carriage .price {
	text-align: right;
	vertical-align: middle;
	padding: 8px 20px;
}

.privacy ul {
	list-style: decimal;
}


/* Shops
--------------------------------*/
.shops {
	padding: 0 10px;
}

.shops section h2 {
	background: none;
	border: 0;
	margin: 0 0 10px;
	padding: 0;
}

.shops .headline,
.voice .headline {
	font-size: 1.5em;
	text-align: center;
}

.shop {
	position: relative;
	border: 1px solid #acaca8;
	min-height: 200px;
	margin-bottom: 10px;
	padding-left: 288px;
}

.shop .photo {
	position: absolute;
	left: 0;
	top: 0;
}

.shop .shop-name {
	background: #e7e9cc;
	border: 0;
	color: #000;
	font-size: 2em;
	line-height: 1.92;
	margin: 0 0 5px -10px;
	padding: 0 10px;
}

.shop-info {
	position: relative;
	min-height: 145px;
}

.shop-data {
	overflow: hidden;
	font-size: 14px;
}

.shop-data dt {
	clear: both;
	float: left;
	border: 1px solid #af0600;
	text-align: center;
	width: 5em;
	margin: 0 8px 8px 0;
}

.shop-data dd {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 8px;
	padding: 1px 0;
}

.tomap {
	position: absolute;
	margin: 0;
	right: 10px;
	bottom: 5px;
}

.shop .message {
	display: table;
	margin-left: -288px;
}

.shop .message .author {
	display: table-cell;
	width: 278px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.shop .author span {
	display: block;
	font-size: 11px;
}

.shop .message .text {
	position: relative;
	display: table-cell;
	font-size: 11px;
	padding: 10px 0 10px 10px;
}

.shop .message .text:before {
	position: absolute;
	border-top: 1px solid #949494;
	content: "";
	top: 0;
	left: 5px;
	right: 5px;
}

.dealer {
	margin: 10px auto;
}

.dealer th {
	background: #e7e9cc;
	box-shadow: none;
	width: 12%;
	text-align: center;
}

.dealer td:first-of-type {
	width: 20%;
}


/* MyPage
--------------------------------*/
.userpage {
	padding: 0 10px;
}

.userpage h2 {
	background: #b90005;
	background: linear-gradient(#b90005, #7d0000);
	border: 1px solid #b0b0b1;
	color: #fff;
	font-weight: bold;
	margin-top:15px;
	padding: 7px;
	font-size:30px;
}

.mynavi_list {
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	padding: 0;
}

.mynavi_list li {
	display: table-cell;
	border: 1px solid #588812;
}

.mynavi_list a {
	display: block;
	background: #7EC21B;
	background: linear-gradient(#7EC21B, #588812);
	color: #fff;
	text-decoration: none;
	padding: 5px 0;
}

.mynavi_list a:hover,
.mynavi_list a:focus {
	opacity: .8;
}

.mynavi_list a.selected {
	background: #588812;
	pointer-events: none;
}

.point_announce {
	font-size: 110%;
	margin: 10px 0 20px;
}

.point_announce .user_name {
	font-weight: bold;
}

.point_announce .point {
	color: #b90005;
	font-weight: bold;
}

.btn_area ul {
	overflow: hidden;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.btn_area li {
	float: left;
	margin-right: 10px;
}

.btn_area a:hover,
.btn_area a:focus,
.btn_area input[type=image]:hover,
.btn_area input[type=image]:focus {
	opacity: .8;
}
.cart_btn {
	text-align:center;
	margin:20px 0 ;
}
.cart_btn ul{
	margin-top:10px;
}
.cart_btn li{
	float:none;
	display:inline-block;
}
p.flow_area {
	margin: 10px 0;
}

.col-ctrl {
	width: 70px;
}

.col-select {
	width: 50px;
}

td.image,
td.select {
	text-align: center;
	vertical-align: middle;
}

td.select input {
	margin: 0;
}

td.name {
	font-weight: bold;
}

a.ctrl {
	display: inline-block;
	background: #e6e6e6;
	background: linear-gradient(#fbfbfb, #e6e6e6);
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 0 1px #fff inset;
	color: #666;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px #fff;
	padding: 2px 5px;
}

a.ctrl:only-child {
	display: block;
	padding: 2px 0;
}

.delivname {
	margin-top: 1px;
}

.delivname th {
	width: 30%;
}

.select-list,
#quantity_level,
td.name ul {
	overflow: hidden;
	list-style: none;
	padding: 0;
}

#quantity_level li {
	float: left;
	margin-right: 4px;
}

.entry-table th {
	width: 30%;
	vertical-align: top;
}

input.short {
	width: 5em;
}
input.long {
	width: 25em;
}

input[name=email] {
	margin-bottom: 2px;
}

/* Shopping
--------------------------------*/
.login_area ul{
	margin: 10px 0 20px 0;
}
.login_area h4{
	font-weight:bold;
}

#deliv_mult{
	margin-bottom: 20px;
}
#deliv_mult ul{
	padding-left:0;
}
#deliv_mult li{
	list-style:none;
	display:inline-block;
	margin-right:10px;
}
/* Flowers
--------------------------------*/
.flowers{
}
.flowers ul{
	padding:0;
}
.flowers ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
}

.flowers li{
	list-style:none;
	float:left;
	width:230px;
}
.flowers li img{
	display:block;
	margin:auto;
}

.flowers .flowers-detail{
	margin:20px 0;
	border:1px solid #999999;
	background:#FFFFED;
	padding: 25px 35px;
}
.flowers .flowers-detail h2{
	text-align:center;
	margin-bottom:10px;
	padding:0;
}
.flowers .flowers-detail p{
	font-size: 17px;
	line-height: 18px;
}
.flowers .flowers-editer{
	border-top:1px solid #999999;
	padding: 10px 20px;
}
.flowers .flowers-editer h2{
	color:#000000;
	padding:0;
}
.flowers .flowers-editer h2 span{
	font-size:18px;
	margin:0 5px;
}


/* Voice
--------------------------------*/
.voice .graph {
	margin: 20px 0;
}

.voices {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.voice-item {
	display: inline-block;
	background: #edf4ce;
	border: 1px solid #949494;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 320px;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 19px;
}

.voice-item header {
	background: url(../images/voice/i_letter.png) no-repeat 0 0;
	border-bottom: inherit;
	padding: 5px 0 12px 50px;
}

.voice-item .name {
	background: none;
	border: 0;
	color: inherit;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}


/*------------------------------*/
.for_IE {
	background: #f00;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
}

/* page noshi */
.page-noshi nav {
    background: #e7e9cc;
}

.page-noshi nav ul {
    padding: 3px 10px;
}

.page-noshi nav li {
    vertical-align: bottom;
    display: inline-block;
    list-style: none;
    border-left: 2px solid #333;
    padding: 1px 8px;
}

.page-noshi nav li:last-child {
    border-right: 2px solid #333;
}

.page-noshi h2,
.page-noshi h3 {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 1rem;
}


.page-noshi .row {
    overflow: hidden;
}

.page-noshi .row &gt; .col {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.page-noshi section {
    margin: 30px 15px;
}

#noshi-lead .noshi-icon  {
    margin-top: 20px;
}

#noshi-lead strong {
    color: #c33;
}

#noshi-lead .noshi-icon p {
    float: right;
    width: 80%;
}

#noshi-package .col {
    background: #f3f4e2;
    text-align: center;
    padding: 20px 10px;
}

#noshi-package .col:first-child {
    border-right: 5px solid #fff;
}

#noshi-package .col:last-child {
    border-left: 5px solid #fff;
}

#noshi-giftset .row {
    background: #f3f4e2 url("/user_data/packages/antagata/images/border_green.png") no-repeat center 100px;
}

#noshi-giftset .col {
    text-align: center;
    padding: 20px 10px;
}

#noshi-type .row {
    background: #f3f4e2 url("/user_data/packages/antagata/images/border_green.png") no-repeat center 100px;
}

#noshi-type .col {
    text-align: center;
    padding: 20px 10px;
}

#noshi-type .col &gt; img {
    margin-top: 30px;
}

#noshi-type p {
    margin-bottom: 20px;
}

#noshi-name div,
#noshi-help div {
    text-align: center;
    padding: 15px 0;
}

span.noshi-icon {
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 10px;
}
</pre></body></html>