@charset "utf-8";
/*リセットcss↓*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*上記はリセットcss↑*/

/*clearfix*/
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.clearfix{
	*zoom: 1;
}

/*ページ全体の設定*/
body{
	font-family: "Sawarabi Mincho";
	background-color: #fff;
	font-size: 16px;
	line-height: 1.2;
}
a{
	text-decoration: none;
	color: #ffe;
}
a:hover{
	opacity: 0.8;
}
h2{
	border: #ccc 1px solid;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url(../img/h2/h2_bg.jpg);
	text-indent: 1em;
}
h3:before{
	content: "";
	display: inline-block;
	background-image: url(../img/h3/logo-h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	padding: 0 10px;
	margin-left: 10px;
}
h3{
	font-size: 18px;
	font-weight: normal;
	position: relative;
	padding: 5px;
	background: -moz-linear-gradient(to right, rgb(95, 52, 100), transparent);
	background: -webkit-linear-gradient(to right, rgb(95, 52, 100), transparent);
	background: linear-gradient(to right, rgb(95, 52, 100), transparent);
	color: #ffe;
	margin-bottom: 20px;
	line-height: 25px;
}

h4{
	position: relative;
	padding: 0.25em 0;
	font-size: 16px;
	font-weight: bold;
	text-indent: 1em;
	margin-bottom: 15px;
	color: #000;
}
h4:after{
	content: "";
	display: block;
	height: 4px;
	background: linear-gradient(to right,rgb(230,90,90),transparent);
}

img{
	box-shadow: 3px 3px 5px #999;
}
.btn{
	width: 100px;
	margin: 0;
	font-size: 16px;
	font-family: "Sawarabi Mincho";
}
.btn:hover{
	opacity: 0.8;
}
.btn:active{
	color: #fff;
}
/*　table*/
table{
	border-collapse: collapse;
	margin: 0;
	width: 700px;
	padding: 0;
}
td,th{
	border: #ccc 1px solid;
	padding: 10px;
}
th{
	background-color: #efefef;
	vertical-align: middle;
	text-align: left;
}
tr:first-child th{
	border-top: #5f3464 5px solid; 
}
tr:first-child td{
	border-top: #ccc 5px solid;
}
/*inner*/
.inner{
	width: 1020px;
	margin: 0 auto;
}

/*
header---------------------------------*/
header{
	height: 650px;
	margin-bottom: 40px;
	background-color: #000;
}
header .inner{
	position: relative;
	padding-top: 50px;
}
#slide{
	position: absolute;
	z-index: 1;
	position: relative;
}
#slide img{
	position: absolute;
	left:0;
	top:0;
}
header img{
	box-shadow: none;
}
h1 a{
	font-size: 50px;
}
#logo{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#mnav{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
#mnav li{
	float: left;
}
#mnav a{
	width: 71px;
	height: 150px;
	background-image: url(../img/mnav/supuraito-2.jpg);
	display: block;
	text-indent: -9999px;
}
.leaf{
	height: 170px;
	width: 100%;
	background-image: url(../img/header/leaf/header_img_bottom.png);
	background-repeat: repeat-x;
	margin-top: -170px;
	position: absolute;
	z-index: 2;
}

/*メニューごとの背景画像の表示位置*/
#mnav .mnav01 a{background-position: 0 0;}
#mnav .mnav02 a{background-position: -71px 0;}
#mnav .mnav03 a{background-position: -142px 0;}
#mnav .mnav04 a{background-position: -213px 0;}
#mnav .mnav05 a{background-position: -284px 0;}

/*ロールオーバー時の背景画像の設定*/
#mnav .mnav01 a:hover{background-position: 0 -150px;}
#mnav .mnav02 a:hover{background-position: -71px -150px;}
#mnav .mnav03 a:hover{background-position: -142px -150px;}
#mnav .mnav04 a:hover{background-position: -213px -150px;}
#mnav .mnav05 a:hover{background-position: -284px -150px;}

/*現在位置の判断*/
.home #mnav .mnav01 a{background-position: 0 -150px;}
.youkan #mnav .mnav02 a{background-position: -71px -150px;}
.syouhin #mnav .mnav03 a{background-position: -142px -150px;}
.tenpo #mnav .mnav04 a{background-position: -213px -150px;}
.otoiawase #mnav .mnav05 a{background-position: -284px -150px;}
/*　グローバルメニュー　*/
/*mnav縦書き*/



/*
contents-------------------------------*/
#contents{
	width: 1020px;
	margin: 0 auto;
}
/*　main　*/
main{
	float: right;
	width: 700px;
}
/*　lead　*/
#lead{
	margin: 30px 0 50px 0;
}
#lead p:first-child{
	font-size: 25px;
}
#lead p{
	font-size: 18px;
}
/*　info　*/
#info{
	margin-bottom: 40px;
}

#info dt{
	float: left;
	padding: 15px 0;
}
#info dd{
	border-bottom: #ccc 1px dotted;
	padding: 15px;
	padding-left: 8em;
}
#info .more{
	float: right;
	background-color: #907293;
	border-radius: 5px;
	padding: 5px 5px 5px 20px;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#info .more:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 15px;
	border: transparent 5px solid;
	border-left-color: #ffe;
}
#info .more:hover{
	opacity: 0.7;
}
/*　reco*/
#reco{
	margin-bottom: 40px;
}
#reco li{
	position: relative;
	height:390px;
	width: 340px;
}
#reco_l{
	float: left;
}
#reco_r{
	float: right;
}
.reco_ph{
	background-color: #ccc;
	display: block;
	text-align: center;
	margin: auto;
}
.reco_title{
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
}
.reco_txt{
	margin-bottom: 15px;
}
.reco_btn{
	width: 130px;
	height: 30px;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/btn/130_30/button1.jpg);
	background-repeat: no-repeat;
	background-size: 130px 30px;
	background-position: center;
	text-indent: -9999px;
	display: block;
	box-shadow: 3px 3px 5px #999;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.reco_title:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #907293;
	margin-right: 5px;
}
/*　under_info　*/
#under_info{
	width: 700px;
	height: 200px;
	background-color: #a997ab;
	border: #a997ab 3px solid;
	border-radius: 5px;
	position: relative;
	margin-bottom: 60px;
}
#under_info_ph{
	float: left;
	width: 340px;
	height: 200px;
	box-shadow: none;
}
#under_info_reco{
	float: left;
	width: 340px;
	color: #ffe;
	position: absolute;
	top: 70px;
	left: 350px;
}
#under_info_reco img{
	box-shadow: none;
	margin-bottom: 10px;
}
#under_info_reco dt,
#under_info_reco dd{
	float: left;
}

#under_info_reco dl dt:first-child+dd{
	margin-right: 10px;
}
/*　side　*/
#side{
	float: left;
}
#side #banner li{
	padding: 5px;
	margin-bottom: 10px;
	width: 250px;
	height: 130px;
}
#side #banner li a{
	margin-bottom: 2px;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#side #banner li a:hover{
	opacity: 0.7;
}
#side #snav ul li:nth-child(3){
	margin-bottom: 20px;
}
#side #snav li.pu a:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 1px;
	background-color: #907293;
	margin-right: 10px;
}
#side #snav li.bl a:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 1px;
	background-color: #98aeae;
	margin-right: 10px;
}
#side #snav li.re a:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 1px;
	background-color: #a97e71;
	margin-right: 10px;
}
#side #snav li{
	margin-bottom: 2px;
}
#side #snav li a{
	width: 250px;
	height: 25px;
	padding: 5px;
	margin-bottom: 2px;
	background-color: #5f3464;
	width: 250px;
	line-height: 25px;
	display: block;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#side #snav li a:hover{
	opacity: 0.7;
}

/*　pagetop*/
.pagetop{
	clear: both;
	text-align: right;
	padding: 10px 0 10px 0;
	font-size:90%;
	font-weight: bold;
	position: fixed;
	left: 50%;
	bottom: 60px;
	margin-left: 510px;
}
.pagetop a:after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-top: #5f3464 8px solid;
	border-right: #5f3464 8px solid;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: middle;
	margin-left: 10px;
}

.pagetop a{
	color: #5f3464;
	width: 150px;
	height: 50px;
}

/*
footer---------------------------------*/
footer{
	border-top: #5f3464 2px solid;
	height: 50px;
	clear: both;
}
footer p{
	font-size: 85%;
	text-align: center;
	line-height: 50px;
}
/*
privacy.htmlの設定----------------------*/
.privacy #info h4{
	margin: 30px 0 10px 0;
}
.privacy #info ul{
	padding-left: 40px;
	list-style: disc;
}
.privacy #info ol{
	padding-left: 40px;
	padding-top: 10px;
	list-style: decimal;
}
/*
fee.html及びprivacy.htmlの設定--------------------------*/
.fee #info table{
	margin-bottom: 30px;
}
.fee #info table td{
	vertical-align: middle;
	text-align: right;
}
.fee #info .red{
	color: #f00;
}

.utikesi{
	text-decoration: line-through;
}
.fee header,
.privacy header{
	background-image: url(../img/header/leaf/header_img_bottom.png);
	background-repeat: repeat-x;
	background-position: left 125px;
	background-size: 975px 325px;
	height: 325px;
	margin-bottom: 0px;
	background-color: #000;
}
/*
cart1.htmlの設定--------------------------*/
.cart1 #info table{
	margin-bottom: 30px;
}
