@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
	background-color:#FFFBF0;
	font-family:'メイリオ','Hiragino Kaku Gothic Pro',sans-serif;
	-webkit-text-size-adjust: none;
}


/* -----ヘッダー----- */
#header{
	height:20px;
}
#header h1{
	font-size: 0.75em;
	line-height:1.5em;
	font-weight:bold;
	float:left;
}
.info{
	float:right;
	font-size: 0.75em;
	line-height:1.5em;
	text-align:right;
}
.info .tel{
	font-size:1.5em;
	line-height:1.5em;
	font-weight:bold;
	color:#993300;
}

#header a{
	color:#996600;
}

#header2{
	height: 70px;
	background-color: #FFF;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


/* 全体 ----- */
#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	position:relative;
}

.inner{
	margin:0 auto;
	width:100%;
}

/* メイン画像 */
#mainBanner{
	padding:0;
	width:100%;
	position:relative;
	line-height:0;
	margin-bottom: 15px;
}

#mainBanner img{
	max-width:100%;
	height:auto;
}

/* メイン */
* html section.content article{height:1%;}


#main{
}

section.content {
	background-image: url(images/rs_subback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:150px;
}
section.content2 {
	background-image: url(images/rs_subback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:150px;
}
section.content3 {
	min-height:150px;
}
section.content4 {
}

h2.heading{
	color:#CA5100;
	font-size: 2.5em;
	font-weight:bold;
	line-height: 1.25em;
	text-shadow: 1px 1px 1px #fff;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
h2.heading2{
	color: #990000;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.25em;
	text-shadow: 1px 1px 1px #fff;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
}
h3.subhead{
	color:#FF6600;
	font-size:  1.875em;
	font-weight:bold;
	line-height: 1.2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


section.content article,
section.content2 article,
section.content3 article{
	padding-top:10px;
	margin-bottom:30px;
	overflow:hidden;
	margin-right: 20px;
	margin-left: 20px;
}
section.content p.txt01,
section.content2 p.txt01,
section.content3 p.txt01{
	font-size: 1.125em;
	line-height: 1.65em;
	margin-right: 20px;
	margin-bottom: 24px;
	margin-left: 20px;
}

article.atcl01 p{
	font-size: 1.375em;
	line-height: 1.35em;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
article.atcl01 p strong{
	font-weight:bold;
}
section.content img{
	max-width:90%;
	height:auto;
}
article.news {
	border:1px solid #F90;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
article.news p{
	font-size: 1em;
	line-height: 1.35em;
	margin:10px 20px;
}
article.news p strong{
	font-weight: bold;
	color: #F60;
}

p.orderstop {
	font-size:1em;
	line-height:1.2em;
	color:#C00;
	font-weight:bold;
	text-align:center;
}
p.orderstop2 {
	margin-top:20px;
	font-size:0.81em;
	line-height:1.2em;
	color:#C00;
	font-weight:bold;
}



.alignleft{
	float:left;
	clear:left;
	margin:3px 10px 10px 0;
}

.alignright{
	float:right;
	clear:right;
	margin:3px 0 10px 10px;
}
.txtright {
	text-align:right;
}


ul.checklist {
	list-style:none;
	margin-right: 40px;
	margin-left: 40px;
}
ul.checklist li{
	font-size: 1.25em;
	line-height: 1.5em;
	background-image: url(images/rs_list_circle.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #666666;
}



/* ボックス */
.box1{
	margin:0px 10px 40px;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-image: url(images/rs_box1_bk1.jpg);
}
.box1in{
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-image: url(images/rs_box1_bk2.jpg);
}
.box1in h3{
	font-size: 1.875em;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
.box1in p{
	font-size: 1.375em;
	line-height: 1.36em;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.box2{
	margin:0px 10px 40px;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-image: url(images/rs_box2_bk1.jpg);
	border: 7px solid #BE8B17;
}
.box2 h3{
	font-size: 2.125em;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	color: #BE8B17;
}
.box2 p{
	font-size: 1em;
	line-height: 1.375em;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.gridWrapper{
	padding:10px 0px;
	overflow: hidden;
}
* html .gridWrapper{height:1%;}
.grid{
	float:left;
	border-radius:5px;
}
.box2in{
	margin:0;
	padding:0;
}
.box2in img{
	max-width:100%;
	height:auto;
}
.box2in h3{
	font-size: 1em;
	color:#996600;
	text-align:left;
	margin-bottom:5px;
}
.box2in p{
	font-size: 1em;
	line-height: 1.375em;
	text-align:left;
}

.box3 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border: 3px solid #FFCCCC;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF7FF;
}
.box3 p{
	font-size: 0.875em;
	line-height: 30px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(images/rs_voiceline.png);
}
.box3 h3{
	font-size: 1em;
	font-weight:bold;
	line-height:30px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(images/rs_voiceline.png);
}



.orderWrapper{
	padding:10px 0px;
	overflow: hidden;
}
* html .orderWrapper{height:1%;}

.order_teiki1{
	margin: 20px 10px 40px;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FC0;
}
.order_teiki1 img{
	max-width:100%;
	height:auto;
}


.orderbox1,
.orderbox2{
	float:left;
}
.orderbox2 img{
	max-width:95%;
	height:auto;
}
.orderbox3{
	clear:both;
	text-align:center;
	font-size:1me;
	padding-top:20px;
}

.horiebox {
	float:right;
	border-radius:5px;
}
.horiebox p{
	font-size: 0.75em;
	line-height: 1.35em;
	margin-bottom:10px;
}
.horiebox p strong{
	font-weight:bold;
}
	
.cartWrapper{
	padding:30px auto;
	overflow: hidden;
}
* html .cartWrapper{height:1%;}
.cartbox{
	float:left;
}
.cartbox3{
	float:left;
}

.cartbox img,
.cartbox3 img{
	max-width:100%;
	height:auto;
}
.cartbox h3{
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight:bold;
	color:#FF6600;
	margin-bottom:15px;
}
.cartbox3 h3{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
	background-color: #FF7F00;
	padding: 5px;
	text-align: center;
}

.cartbox h3 span,
.cartbox3 h3 span{
	font-size: 0.875em;
}
.cartbox p{
	font-size: 1.25em;
	font-weight:bold;
	line-height: 1.3em;
}
.cartbox3 p{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 10px 0;
}

.cartbox p span,
.cartbox3 p span{
	font-size: 0.85em;
}
.cartbox p.cart_toku,
.cartbox3 p.cart_toku{
	font-size: 0.875em;
	line-height: 1.45em;
	color:#CC0000;
}
.cartbox p.cart_option,
.cartbox3 p.cart_option{
	font-size: 1em;
	line-height: 1.2em;
	font-weight:normal;
}
p.cart_teiki {
	margin:20px;
	font-size: 1.125em;
	font-weight:bold;
	background-color: #FFCC00;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cartbox2{
	clear:both;
	text-align:center;
	font-size:1me;
	padding-top:20px;
}
p.cart_sub {
	font-size: 1.125em;
	font-weight: bold;
	background-color: #FF9900;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
}
.cartbox_w{
	margin-left:auto;
	margin-right:auto;
}
.cartbox_w img{
	max-width:100%;
	height:auto;
}
.cartbox_w h3{
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight:bold;
	color:#FF6600;
	margin-bottom:15px;
}
.cartbox_w h3 span{
	font-size: 0.875em;
}
.cartbox_w p{
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.cartbox_w p span{
	font-size: 0.85em;
}
.cart_bt {
	width:470px;
	float:right;
}
.cart_bt2 {
	text-align: center;
	margin-top: 30px;
	clear: both;
}

select,input{
	font-size: 1em;
	line-height: 1.3em;
}
.cart_teikibox {
	border:1px dotted #ddd;
}
.cart_teikibox p{
	font-size: 0.875em;
	line-height: 1.43em;
	margin:10px;
}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size: 0.875em;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/* フッター */
.bg {clear:both; height:1px; background:url(images/rs_foot_bg.gif) bottom repeat-x; width:100%; padding:0; margin:0;}
#footer{
	clear:both;
	overflow:hidden;
	padding:10px 10px 20px 10px;
	background-color: #F0F0F0;
	padding: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

* html #footer{height:1%;}

#footer .footbox1,
#footer .footbox2,
#footer .footbox3 {
	padding:10px 0 5px;
	margin:0;
	background:transparent;
}
#footer h2 {
	color:#2a2a2a;
	padding:5px 0 10px 0;
	margin:0;
	font-size:  0.875em;
	font-weight: bold;
}
#footer p {
	color:#727272;
	line-height:1.8em;
	padding:5px 0;
	margin:0;
	font-size: 0.75em;
}
#footer a { color:#009933; text-decoration:underline;}
#footer a:hover { color:#999900; text-decoration:none;}
#footcopy {
	text-align:center;
	font-size:  0.75em;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#header,#wrapper,.inner{
	width:900px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	
	nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	}
	
	nav#mainNav .inner{
	width:900px;
	padding:0 14px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li:last-child{border-right:1px dotted #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size: 0.875em;
	width:154px;
	height:45px;
	padding-top:9px;
	color:#333;
	border-left:1px dotted #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#cdcdcd;
	font-size: 0.625em;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#909090;
  background:#f9f9f9;
	padding-top:9px;
	}
	
	#mainBanner{}
	#subpage #mainBanner{margin:17px auto;}
	
	#main{
		width:900px;
	}
	
	#sidebar{
	float:left;
	width:245px;
	padding:25px 0 0 15px;
	overflow:hidden;
	}
	
	#sidebar article{
	padding-top:7px;
	margin-bottom:20px;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
		width:880px;
		margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:420px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}

	.orderWrapper{
		width:760px;
		margin:0 auto 30px;
	}
	.orderbox1{
		float:left;
		width:300px;
		text-align:center;
	}
	.orderbox2{
		float:left;
		width:450px;
	}
	.content2{
		width:900px;
		margin:0 auto;
	}
	.horiebox {
		float:right;
		width:300px;
		margin-left:20px;
	}

	.cartWrapper{
		width:900px;
		margin:0;
	}
	.cartbox{
	float: left;
	width: 410px;
	}

	.cartbox3{
	float: left;
	width: 410px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 8px;
	border: 1px solid #FF7F00;
	}

	.cartbox_w{
		width:700px;
		margin:0 auto;
	}



	#footer{
		width:900px;
		margin-left:auto;
		margin-right:auto;
	}
	#footer .footbox1 {
		width:140px;
		float:left;
		margin:0;
		padding: 10px;
	}
	#footer .footbox2 {
		width:220px;
		float:left;
		margin:0;
		padding: 10px;
	}
	#footer .footbox3 {
		width:410px;
		float:left;
		margin:0;
		padding: 10px;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{
	padding-left:10px;
	color:#333;
	}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	color:#333;
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#888;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{max-width:668px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0 15px;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:48%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer .logo,#footer .info{
	width:100%;
	float:none;
	}
	
	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}

	.orderbox1,
	.orderbox2{
		float:none;
		width:90%;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}



}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,
	.info{
	clear:both;
	width:100%;
	float:none;
	text-align:left;
	font-size:1em;
	}

	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}


	.info .tel{
		font-size:1em;
		line-height:1.5em;
		font-weight:bold;
		color:#993300;
	}

	
	#gallery .grid{float:left;}

	h2.heading{
		color:#CA5100;
		font-size: 1.5em;
		font-weight:bold;
		line-height: 1.25em;
		text-shadow: 1px 1px 1px #fff;
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	h3.subhead{
		color:#FF6600;
		font-size:  1.25em;
		font-weight:bold;
		line-height: 1.2em;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	section.content article,
	section.content2 article{
		padding-top:10px;
		margin-bottom:30px;
		overflow:hidden;
		margin-right: 0px;
		margin-left: 0px;
	}
	article.atcl01 p{
		font-size: 1.125em;
		line-height: 1.65em;
		margin-bottom: 20px;
	}
	ul.checklist {
		list-style:none;
		margin-right: 10px;
		margin-left: 20px;
	}
	ul.checklist li{
		font-size: 1em;
		line-height: 1.25em;
		background-image: url(images/rs_list_circle.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		font-weight: bold;
		padding-left: 26px;
		margin-bottom: 10px;
		color: #666666;
	}
	.box1in h3{
		font-size: 1.375em;
		font-weight:bold;
		text-align:center;
		margin-bottom:10px;
	}
	.box1in p{
		font-size: 1em;
		line-height: 1.25em;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;
	}
	.box2 h3{
		font-size: 1.25em;
		line-height: 1.5em;
		font-weight:bold;
		text-align:center;
		margin-bottom:10px;
		color: #BE8B17;
	}
	.box2 p{
		font-size: 1em;
		line-height: 1.375em;
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
	}
	.horiebox {
		float:none;
		width:90%;
		margin-left:auto;
		margin-right:auto;
		
	}
	.horiebox img{
		width:100%;
	}
	.horiebox p{
		font-size: 0.875em;
		line-height: 1.35em;
		margin-bottom:10px;
	}
	.orderbox1,
	.orderbox2{
		float:none;
		width:90%;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	.cartWrapper{
		width:100%;
		margin:0 auto;
	}
	.cartbox{
		float:none;
		text-align:center;
	}

	.cartbox3{
		float: none;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom:10px;
		padding: 8px;
		border: 1px solid #FF7F00;
		text-align:center;
	}

	.cart_teikibox {
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	.cart_teikibox p{
		text-align:left;
	}
	.cartbox_w h3,
	.cartbox_w p{
		text-align:center;
	}
	.cart_bt {
		width:100%;
		float:none;
	}

}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
}
