
* {padding: 0 0 0 0;margin: 0 0 0 0;}

body {
	background-color:#FFFFFF;
}
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #333;
	vertical-align: baseline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 165%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section ,.slides{
	display: block;
}
nav ul {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
	color: #009fc3;
	cursor:pointer;
}
a:hover {
	color:#167e96;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout:fixed;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
li {list-style:none;}
.ie6_error, .noScript {
	background:#F66;
	padding: 30px;
	text-align:center;
	font-size:150%;
	color:#333;
}
.clear {clear: both;}
address{font-style:normal;}

/* header */
#header {
	overflow: hidden;
	width: 970px;
	margin: 0 auto 10px;
}
#header h1 {
	margin: 5px 0 5px;
	overflow: hidden;
}
#header h1 a {
	display: block;
	line-height:inherit;
}
/* nav */
#nav {
	width: 970px;
	height: 100px;
}
#nav ul {
	overflow: hidden;
	width: 970px;
	height: 100px;
}
#nav ul li {
	float: left;
	height: 100px;
}
#nav ul li a {
	display: block;
	padding-top: 100px;
	height: 0px;
	background: url(../images/navi.png) 0 0 no-repeat;
}
#nav ul li.nav01 a {
	width: 565px;
	background-position: 0 -100px;
}
#nav ul li.nav02 a {
	width: 200px;
	background-position: -565px 0;
}
#nav ul li.nav03 a {
	width: 205px;
	background-position: -765px 0;
}

#nav ul li.nav01 a:hover { background-position: 0 0;}
#nav ul li.nav02 a:hover { background-position: -565px -100px;}
#nav ul li.nav03 a:hover { background-position: -765px -100px;}
#saffron #nav ul li.nav01 a { background-position: 0 0;}
#amagi #nav ul li.nav02 a { background-position: -565px -100px;}
#tsutsumi #nav ul li.nav03 a{ background-position: -765px -100px;}

/* main */
#main {
	width: 100%;
	height: 350px;
	padding: 5px 0;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	background: url(../images/main_mask.png) repeat scroll 0 0 transparent;
}
#main_inner {
	width: 970px;
	height: 350px;
	margin: 0 auto;
	position: relative;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
}
#main ul {
	overflow: hidden;
	width: 970px;
	height: 350px;
	background: url(../images/loading.svg) no-repeat scroll center center transparent;
	top:0;
	left:0;
}
#main ul img {
	display: block;
	width: 970px;
	height: 350px;
	float: left;
	border: 0;
}
#main .main_nav .prev {
	overflow: hidden;
	display: block;
	width: 40px;
	height: 0px;
	padding-top: 40px;
	background: url(../images/prev.png) no-repeat #C777B4;
	position: absolute;
	top: 155px;
	left:-20px;
	z-index:2;
}
#main .main_nav .next {
	overflow: hidden;
	display: block;
	width: 40px;
	height: 0px;
	padding-top: 40px;
	background: url(../images/next.png) no-repeat #C777B4;
	position: absolute;
	top: 155px;
	right:-20px;
	z-index:2;
}
#main .main_nav .prev:hover, #main .main_nav .next:hover {
	background-color: #509EB0;
}
#sale{
	background:#cc0000;
	width: 950px;
	margin: 0 auto;
	text-align:center;
	padding:10px;
	margin-bottom: 20px;
	overflow: hidden;
}
#sale .sale_content h1{color:#FFF;font-size:1.8em;line-height:1.4;}
#sale .sale_content p{color:#FFF;}

/* contents */
#contents {
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
}
/* order */
.order {
	position: relative;
	overflow: hidden;
	padding: 40px 80px;
	margin-bottom: 20px;
	background: url(../images/order_bg.jpg) no-repeat 0 0;
	border: 1px solid #DDD;
}
.order h1 {
	overflow: hidden;
	height: 0;
	padding-top: 19px;
	margin-bottom: 20px;
	background: url(../images/order_ttl.png) no-repeat 0 0;
}

.order_arrow {
	float: left;
	overflow: hidden;
	width: 50px;
	height: 0px;
	padding-top: 120px;
	background: url(../images/order_arrow.png) no-repeat 0 0;
}
.order_btn {
	overflow: hidden;
	float: right;
	width: 130px;
	height: 30px;
	margin-top: 44px;
	background-color: #75cad3;
}
.order_btn span {
	display: block;
	height: 0;
	padding-top: 30px;
	background: url(../images/order_btn.png) no-repeat 11px 8px;
}
a:hover.order_btn {
	background-color: #509eb0;
}
.order .ribon {
	position: absolute;
	display: inline-block;
	left: -16px;
	top: 14px;
	background: #DDD;
	width: 150px;
	-webkit-transform: rotate(150deg);
	-moz-transform: rotate(150deg);
	-o-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	height: 25px;
}
.ie8 .order .ribon/* IE8 */ {
	display: none;
}
.order .ring {
	position: absolute;
	right: 20px;
	top: 100px;
	width: 234px;
	height: 163px;
	background: url(../images/order_icon.png) no-repeat 0 0;
}
/* banner */
.slider {
	position: relative;
}
.slider .flexslider {
	height: 100px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.slider ul li {
	margin-right: 20px;
	height: 100px;
}
/* news */
.news .ttl {
	height: 20px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 15px;
}
.news .ttl h1 {
	width: 136px;
	height: 0;
	padding-top: 20px;
	background: url(../images/news_ttl.gif) no-repeat 0 0;
	float: left;
}
.ttl .more {
	overflow: hidden;
}
.ttl .more a {
	width: 46px;
	height: 0;
	padding-top: 14px;
	background: url(../images/news_btn.gif) no-repeat 0 2px;
	float: right;
}
.news .list dl {
	overflow: hidden;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.news .list dl:last-child {
	margin: 0;
}
.news .list dt {
	float: left;
	margin-right: 20px;
}
.news .list dd {
	float: left;
	width: 888px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.slides {overflow: hidden;}
.slides li {
	float:left;
	margin-right: 10px;
	display:block;
}
.slides .ban_right {margin-right:0;}
.main_con {
	margin: 0 auto;
	width: 970px;
}
.main_con h2 {
	color: #FFF;
	font-size: 1.2em;
	background: #C777B4;
	padding: 5px 8px;
	margin-bottom:1px;
}
.main_con img{ padding-bottom:20px;}

.main_box{padding:0 15px;}
.main_box h3 {
	clear:both;
	color: #C777B4;
	font-size: 1.2em;
	font-weight:800;
	padding: 5px 0;
	margin-bottom:1px;
}
.shop-data{
	width: 940px;
	overflow: hidden;
	padding-bottom: 1em;
}
.shop-l{
	width: 300px;
	float: left;
}
.shop-r {
	float: right;
}
.shop-photo {
	overflow: hidden;
	padding-bottom:2em;
}
.shop-photo img {
	float: left;
	padding-right: 2px;
}
.main_box table {
  border-bottom: 1px solid #ededed;
  font-size: 0.9em;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 500px;
}
.main_box th {
  font-weight: bold;
  text-align: left;
  width: 30%;
  border-top: 1px solid #ededed;
  white-space: nowrap;
  padding: 0 0 0 10px;
}
.main_box td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.map {margin: 0 auto;padding-bottom:1em;}
.map-data {margin: 0 auto;text-align:center;}
.map-data img {padding-bottom:5px;}
.order li {list-style:none; padding-left: 15px; background: url(../images/icon.png) no-repeat 0 50%;}
/* pagetop */
#pagetop {
	clear: both;
	position: fixed;
	bottom: 0px;
	right: 40px;
}

/* footer */
#footer {
	margin-top: 80px;
	margin-bottom: 5px;
	padding:0;
}
#footer .inner {
	background: #C777B4;
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
	padding: 10px 15px 10px;
}

.footer_nav li:last-child, #footer .sns li:last-child {
	margin: 0;
}
.footer_nav {
	overflow: hidden;
	float: left;
}
.footer_nav li {
	float: left;
	color: #FFF;
	margin-right: 30px;
}
.footer_nav li a ,.footer_nav li a:hover{color: #FFF;}
.company {
	overflow: hidden;
	float: left;
}
.company li {
	float: left;
	padding-left: 12px;
	margin-right: 30px;
	background: url(../images/footer_arrow.png) no-repeat 0 4px;
}
.company li.none {
	display: none;
}
address {
	overflow: hidden;
	font-size: 90%;
	color: #FFF;
	float: right;
}
#text {display:none;}
.red_text{color:#CC0000; font-size:140%;font-weight:bold;}
.news_text{color:#FFF; font-size:140%;font-weight:bold;}
@media screen and (max-width: 768px) {
body {
	font-size: 115%;
}

/* header= */
#header {
	width: 100%;
}
#header h1 {
	margin: 5px auto;
}
/* nav */
#nav {
	width: 100%;
	height: 100px;
}
#nav ul {
	width: 100%;
}
#nav ul li {
	float: left;
	height: 100px;
	width: 25%;
	margin-right: 1%;
}
#nav ul li.nav01{width: 48%;}
#nav ul li.nav03{margin-right: 0%;}

#nav ul li.nav01 a{ background: url(../images/navi_01_hover.gif) no-repeat 0 0;}
#nav ul li.nav02 a { background: url(../images/navi_02.gif) no-repeat center;}

#nav ul li.nav03 a { background: url(../images/navi_03.gif) no-repeat center;}

#nav ul li.nav01 a, #nav ul li.nav02 a, #nav ul li.nav03 a, #nav ul li.nav01 a:hover, #nav ul li.nav02 a:hover, #nav ul li.nav03 a:hover {
	width: 100%;
	height: 100px;
	padding-top: 0px;
	display: block;
	overflow: hidden;
}
#saffron #nav ul li.nav01 a { background: url(../images/navi_01.gif) no-repeat 0 0;}
#amagi #nav ul li.nav02 a { background: url(../images/navi_02_hover.gif) no-repeat center #C777B4;}
#tsutsumi #nav ul li.nav03 a { background: url(../images/navi_03_hover.gif) no-repeat center #C777B4;}

/* main */
#main {
	height:100%;
	background: none;
}
#main_inner {
	width: 100%;
	height:100%;
	margin: 0;
	overflow: hidden;
	border: 0;
}
#main ul, #main ul img {
	width: 100%;
	height: auto;
}
#main .main_nav .prev {
	top: 50%;
	left:0;
	margin: -20px 0;
}
#main .main_nav .next {
	top: 50%;
	right:0;
	margin: -20px 0;}
#main .main_nav .prev:hover, #main .main_nav .next:hover {
	background-color: #75cad3;
}

/* contents */
#contents ,#sale {
	width: 100%;
}
#sale{padding:5px;}
/* order */
.order {
	padding: 30px 20px;
}
.order h1 {
	padding-top: 40px;
	background: url(../images/order_ttl.png) no-repeat 0 0;
	margin-bottom: 10px;
}
.step01, .step02, .step03, .step04, .order_arrow {
	margin-bottom: 10px;
}
.order_btn, a:hover.order_btn {
	overflow: hidden;
	width: 100%;
	height: 35px;
	margin-top: 10px;
	background-color: #75cad3;
}
.order_btn span {
	padding-top: 33px;
	background-position: center;
	border: solid 1px #509eb0;
	-webkit-box-shadow: inset 0px 1px 0px #9fdae0;
	-moz-box-shadow: inset 0px 1px 0px #9fdae0;
	box-shadow: inset 0px 1px 0px #9fdae0;
	margin: 0 auto;
}
.order .ribon {
	left: -16px;
	top: 4px;
	background: #b5e3e8;
	width: 80px;
	height: 17px;
}
.order .ring {
	bottom: 84px;
}
/* banner */
.flex-direction-nav {
	display:block;
}
.slider .flexslider .flex-direction-nav .flex-prev {
	position:absolute;
	left:10px;
	top:30px;
}
.slider .flexslider .flex-direction-nav .flex-next {
	position:absolute;
	right:10px;
	top:30px;
}
.flex-prev {
	background: url(../images/prev.png) no-repeat #75cad3;
	height: 0px;
	width: 40px;
	padding-top: 40px;
	overflow: hidden;
	display: block;
}
.flex-next {
	background: url(../images/next.png) no-repeat #75cad3;
	height: 0px;
	width: 40px;
	padding-top: 40px;
	overflow: hidden;
	display: block;
}
.flex-prev:hover, .flex-next:hover {
	background-color: #75cad3;
}
/* news */
.news .ttl {
	padding: 0 20px;
}
.news .list {
	padding: 0 20px;
}
.news .list dd {
	width: 100%;
}
.main_con {
	margin: 0 auto;
	width: 100%;
	min-height:600px;
}
.main_box table { width: 100%;}
.main_con img{width: 100%;}
.shop-photo img ,.map-data img{
	width: auto;
}
.shop-data {width: 100%;}
.shop-l {width: 100%;float: none;}
.shop-r ,.shop-r img {display:none;}

/* pagetop */
#pagetop {
	display: none;
}

/* footer */
#footer {
	width: 100%;
	margin-top: 30px;
	padding: 0 0 0 0;
	margin-bottom: 1px;
	background-color: #fff;
	font-size: 80%;
}
#footer .inner {
	width: 100%;
  padding: 0 0 0 0;
}
.footer_nav {
	overflow: hidden;
	width: 100%;
	float: none;
}
.footer_nav li {
	width: 100%;
	margin-right: 0;
	background: #C777B4;
	border-bottom: 1px solid #b5e3e8;
}
.footer_nav li a {
	display: block;
	padding: 9px 0 8px 20px;
	background: url(../images/footer_arrow_rt.png) no-repeat 98% center;
}

.company {
	overflow: hidden;
	width: 100%;
	float: none;
}
.company li {
	width: 50%;
	padding: 0;
	margin-right: 0;
	background: none;
}
.company li a {
	display: block;
	padding: 9px 5px 8px 20px;
	border-bottom: 1px solid #b5e3e8;
}
.company li:nth-child(odd) a {
	border-right: 1px solid #b5e3e8;
}
address {
	overflow: hidden;
	font-size: 90%;
	color: #FFF;
	float: none;
	text-align: center;
	margin-top: 10px;
}
.slides li {
	margin-right: 0px;
}
}

@media screen and (max-width: 640px) {

/* header*/
#header {
	margin: 0 auto 4px;
}
#header h1 {
  font-size:0.8em;
}
/* nav */
#nav {
	width:100%;
	height:200px;
}
#nav ul {
	width: 100%;
	height: 200px;
}
#nav ul li {
	overflow: hidden;
	float: none;
	width: 100%;
	height: 100px;
	margin-right:0;
}
#nav ul li a {
	display: block;
	border-bottom: solid 1px #b5e3e8;
}
#nav ul li:nth-child(odd) a, #nav ul li:nth-child(odd) a:hover {
	width: 100%;
}
#nav ul li.nav01{width:100%;margin-bottom: 1%;}
#nav ul li.nav02{float:left;width:49%;margin-right:1%;background:#009de0;}
#nav ul li.nav03{float:left;width:50%;;background:#009de0;}

/*  main */
#main ul, #main ul img {
	width: 100%;
	height: auto;
}
#main .main_nav .prev:hover, #main .main_nav .next:hover {
	background-color: #75cad3;
}

/* contents */
/* banner */
.flex-prev, .flex-next,
.flex-prev:hover, .flex-next:hover {
	background-color: #75cad3;
}
p {font-size:0.8em;}

.shop-photo {
	width: 240px;
	margin: 0 auto;
}
.shop-photo img ,.map-data img{
	width: auto;
}
.slides li {
	margin-right: 0px;
}
}
