/*--------------------------------bese*/
@font-face {
	font-family: 'titlefont' ;
	src: url('a-otf-ryuminpro-regular.otf');
}
@font-face {
	font-family: 'en';
	src: url('Rochester-Regular.otf');
}
body,
input,
select,
textarea,
table,
th,
td,
li,
a { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", Osaka, "MS P Gothic", sans-serif; }
body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 12px;
 *font-size: 75%;
	text-align: center;
	background: #FFF;
}
body,
input,
textarea { color: #333; }
input,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #7a9508;
	text-decoration: underline;
}
input { border: 1px solid #ccc; }
dl,
dt,
dd,
ul,
ol,
li,
p,
img {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
}
section {
	margin: 0 auto;
	position: relative;
}
.clearfix::after,
.clearfix::before {
	content: "";
	display: block;
	height: 1px;
	font-size: 1px;
	clear: both;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	z-index: 999;
}
/*　イメージ画像：上部余白　*/
.main {
	margin-top: 5rem;
}
@media (max-width:768px) {
.main {
	margin-top: 103px;
}
}

br.sp { display: none; }
.wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 15px;
}
.main { width: 100%; }
.contents-inner {
	max-width: 1200px;
	margin: 0 auto;
	color: #333;
}
.contents-inner h1 {
	width: 213px;
	height: 48px;
	margin: 20px auto 0 auto;
	background: url(http://aoyama-garden.com/img/usr/aoyama/common/header/sitelogo.png) no-repeat center;
}
.contents-inner h1 a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
/*----------------------------*/

.main { color: #666; }
/*.fl_l {
	float: left;
	clear: left;
}
.fl_r {
	float: right;
	clear: right;
}*/
span.en {
	display: block;
	clear: both;
	font-family: "en";
}
iframe {
	max-width: 1050px;
	margin: 30px auto;
}

@media (max-width:768px) {
html {
	-webkit-overflow-scrolling : touch;
	overflow: auto;
	height: 100%;
}
body {
	-webkit-overflow-scrolling : touch;
	position: relative;
	height: 100%;
	overflow: auto;/*overflow: hidden;*/
}
}

@media (max-width:480px) {
br.pc { display: none; }
br.sp { display: block; }
}
/* ------------------------------------------------------- header */
header { padding-top: 10px; }
header p.description {
	display: inline-block;
	float: right;
	margin: 0 10px 0 0;
	font-size: 14px;
	text-align: left;
}
header .ceiling_left,
header .ceiling_right {
	display: inline-block;
	float: left;
	color: #333;
	margin: -20px 0 20px 0;
	padding: 0;
}
header .ceiling_right {
	float: right;
	margin: -20px 20px 20px 0;
}
header .ceiling_left li,
header .ceiling_right li {
	float: left;
	padding-left: 22px;
}
header .ceiling_left li a,
header .ceiling_left li a:hover,
header .ceiling_right li a,
header .ceiling_right li a:hover {
	color: #333;
	text-decoration: none;
}
header .ceiling_right li.cart a {
	display: block;
	padding: 0 0 0 28px;
	background: url("http://aoyama-garden.com/sale/img/cart.png") no-repeat left;
	background-size: 19px;
}
#searchform {
	float: right;
	clear: right;
	position: relative;
	top: 10px;
	right: 0px;
	width: 275px;
	height: 40px;
	background: #FFF;
	border-radius: 3px;
	margin: 0;
	padding: 0;
	z-index: 998;
}
#keywords {
	width: 230px;
	height: 30px;
	padding: 5px 10px;
	border: none;
	color: #666;
	background: rgba(255, 0, 0, 0);
}
#searchBtn {
	position: absolute;
	top: 11px;
	right: 10px;
	height: 19px;
	border: none;
}
*:first-child + html #searchBtn { top: 1px; }
/* --------------------------------------------------- menu */
.pc-nav {
	width: 100%;
	text-align: center;
	margin: 0;
	position: relative;
	z-index: 9999;
	background: url("http://aoyama-garden.com/sale/img/menu_bg.png") repeat-y center;
}
.pc-nav .menu:before {
	content: '';
	background: #0B8243;
	/*width: 2500px;*/
	width: 100%;
	height: 58px;
	/*height: 100%;*/
	position: absolute;
	top: 0;
	z-index: -1;
}
.menu {
	position: relative;
	width: 100%;
	max-width: 1200px;
	display: block;
	clear: both;
	text-align: left;
	margin: 0 auto;
}
.menu li.menu-mega {
	float: left;
	margin: 0;
	font-size: 12px;
}
.menu > li a.init-bottom {
	display: block;
	height: 38px;
	margin: 0;
	padding: 20px 20px 0 20px;
	background: #7A9508;
	text-align: center;
	color: #FFF;
}
.menu > li a.init-bottom:hover {
	text-decoration: none;
	background: #80B636;
}
ul.menu-second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
ul.menu-second-level dt a {
	display: block;
	color: #333;
	font-size: 14px;
	border-bottom: 1px dotted #7A9508;
	margin: 0 10px 10px 0;
}
/*ul.menu-second-level dt a.opacity_0 { color: rgba(51, 51, 51, 0.0); }*/
ul.menu-second-level dd li a {
	color: #333;
	font-size: 12px;
}
ul.menu-second-level dd li {
	padding: 3px 0 0 15px;
	font-weight: normal;
	background: url("http://aoyama-garden.com/sale/img/icon_arrow.png") no-repeat left 10px;
}
ul.menu-second-level dd li li {
	padding: 3px 0 0 15px;
	font-weight: normal;
	background: none;
}
.menu > li:hover {
	background: #8dc63f;
	transition: all .5s;
}
.menu:before,
.menu:after {
	content: " ";
	display: table;
}
.menu:after { clear: both; }
.menu { *zoom: 1;
}
.menu li dl {
	float: left;
	width: calc(100% / 4);
	padding: 10px 0;
}
.menu li dl dt { font-weight: bold; }
.menu li dl dd {
	padding-left: 5px;
	font-size: 14px;
}
.menu li dl dd li:last-child { margin-bottom: 15px; }
/*バナーがある場合*/
.menu li dl.bnr { text-align: center; }
.menu li dl.bnr img {
	width: 96%;
	max-width: 180px;
	margin: 0 2% 0.5em 2%;
	vertical-align: bottom;
	border: none;
	border-image-width: 0;
}
.menu li dl.bnr a {
	border: none;
	margin: 0;
}
.menu li dl.bnr a:nth-child(2) {
	max-height: 30px;
	overflow: hidden;
	padding: 0 15%;
	line-height: 1.4;
	font-weight: normal;
	font-size: 12px;
}
.menu li dl.bnr .tpl_price {
	color: #c00;
	padding-top: 10px;
	font-weight: normal;
}
/* --------------------------------------------------- mega menu */
li.menu-mega ul.menu-second-level {
	position: absolute;
	top: 58px;
	left: 3%;
	box-sizing: border-box;
	width: 94%;
	padding: 15px 0 20px 2%;
	background: rgba(255, 255, 255, 0.9);
	color: #333;
	/*-webkit-transition: all .2s ease;*/
	transition: all .2s ease;
	text-align: left;
	z-index: 100;
}
li.menu-mega:hover ul.menu-second-level {
	top: 58px;
	visibility: visible;
	opacity: 1;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2)
}
/* ------------------------------------------------------- imghover */
.effect {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.effect img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.effect:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* ------------------------------------------------------- pagetop */
.pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(122, 149, 8, 0.8);
	z-index: 100;
}
.pagetop:hover { background: rgba(122, 149, 8, 1); }
.pagetop:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url("http://aoyama-garden.com/sale/img/arrow_top.png")no-repeat center / 30px;
}
/* ------------------------------------------------------- footer */
footer { background: #7A9508; }
footer h2 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 16px 20px 16px;
	text-align: left;
	font-size: 35px;
	color: #FFF;
}
footer a,
footer a:hover {
	color: #FFF;
	text-decoration: none;
}
footer .footerinner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 16px;
	text-align: left;
	color: #FFF;
}
footer .footerinner dl:first-child { width: 230px; }
footer .footerinner dl:first-child iframe {
	width: 200px;
	height: 540px;
	margin-top: -10px;
	background: #FFF;
}
footer .cal_header { margin: 0; }
footer .footerinner dl {
	width: 33%;
	margin: 0 1%;
	float: left;
}
footer .footerinner dl dt {
	font-weight: 700;
	padding: 0 0 10px 0;
	font-size: 16px;
}
footer .footerinner dl dd {
	font-size: 14px;
	padding-bottom: 30px;
}
footer .footerinner dl dd h3 {
	background: #999;
	color: #FFF;
	padding: 7px 10px 5px 10px;
}
footer .copy {
	margin: 20px 0 0 0;
	padding: 10px;
	color: #FFF;
	font-size: 10px;
}
/*----------------------------*/
.main { color: #666; }
/*.fl_l {
	float: left;
	clear: left;
}
.fl_r {
	float: right;
	clear: right;
}*/
span.en {
	display: block;
	clear: both;
	font-family: "en";
}
iframe {
	max-width: 1050px;
	margin: 30px auto;
}
/*------------------------------ section etc width */
section {
	padding-bottom: 60px;
	margin-bottom: 0;
}
.section_width { max-width: 1100px; }

/*===================================================

    responsive

/===================================================*/
@media (max-width: 1215px) {
#searchform {
	right: 5px;
	width: 200px;
}
#keywords { width: 150px; }
}

@media (max-width: 1140px) {
.menu > li a.init-bottom { padding: 20px 10px 0 10px; }
}

@media (max-width: 1000px) {
header .ceiling_left,
 header .ceiling_right {
	margin: 10px 0 20px 0;
	font-size: 12px;
}
header .ceiling_left li { padding: 0 0 0 12px; }
header .ceiling_right li { padding: 0 12px 0 0; }
}

@media (max-width: 990px) {
.menu > li a.init-bottom { padding: 20px 5px 0 5px; }
}

@media (max-width: 925px) {
#searchform { width: 150px; }
#keywords { width: 100px; }
}

@media (min-width: 769px) {
header .navBtn,
 #sp-menu,
 .cart_sp { display: none; }
.menufix {
	display: none!Important;
	height: 0;
}
/*.pc_none,
 br.sp { display: none; }*/
}

@media (max-width: 768px) {
/* --------------------------menu-icon */
header .navBtn {
	display: block;
	width: 30px;
	position: absolute;
	top: 34px;
	right: 15px;
	cursor: pointer;
}
header .navBtn span {
	display: block;
	height: 4px;
	width: 100%;
	background: #FFD24D;
	border-radius: 2px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
header .navBtn span:nth-of-type(2),
 header .navBtn span:nth-of-type(3) { margin-top: 5px; }
/* nav icon active */
header.navOpen .navBtn span:nth-of-type(1) {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	-ms-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
}
header.navOpen .navBtn span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
}
header.navOpen .navBtn span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}
header .nav_close {
	position: absolute;
	right: 0;
	top: 7px;
	background: #fff;
	width: 35px;
	height: 30px;
	z-index: 99;
	padding: 10px 10px 0 0;
}
header .nav_close span {
	background: #666;
	height: 4px;
	width: 100%;
	border-radius: 5px;
	display: block;
}
header .nav_close span:nth-child(1) { transform: rotate(45deg); }
header .nav_close span:nth-child(2) {
	transform: rotate(-45deg);
	margin-top: -4px;
}
/*------------------------------*/
header { padding-top: 8px; }
header .ceiling_left,
 header .ceiling_right { display: none; }
header p.description {
	margin: 0 0 0 0;
	font-size: 12px;
	text-align: left;
}
.cart_sp {
	position: absolute;
	top: 30px;
	right: 16px;
	display: block;
	width: 30px;
	height: 30px;
	background: url("http://aoyama-garden.com/sale/img/cart.png") no-repeat left;
	background-size: 30px;
	text-indent: -9999px;
	display: none;
}
.cart_sp a {
	display: none;
	width: 100%;
	height: 100%;
}
#searchBtn {
	top: 87px;
	right: 25px;
}
/* ---------------------------menu */
header nav {
	position: absolute;
	float: left;
	width: 100%;
	text-align: left;
	z-index: 1000;
}
header.navOpen nav {
	opacity: 1;
	left: 0;
}
header nav ul {
	width: 100%;
	border-top: 1px solid #ccc;
}
header nav ul#menu { margin-bottom: 100px; }
header nav ul li { border-bottom: 1px solid #ccc; }
header nav ul li a,
 header nav ul li span {
	position: relative;
	display: block;
	padding: 1.2em;
	color: #333;
	text-decoration: none;
}
header nav ul li:hover,
 header nav ul li span:hover { background: rgba(0,0,0,0.03); }
header nav ul li ul,
 header nav ul li ul li { background: rgba(0,0,0,0.05); }
header nav ul li ul li span,
 header nav ul li ul li a { padding: 0.7em 0.7em 0.7em 25px; }
header nav ul li.sub a {
	padding: 0.5em 1.2em;
	background: rgba(128, 182, 54, 0.2);
}
.acdn-content,
 .acdn-content2 { display: none }
header h1 {
	width: auto;
	margin-top: 0;
}
header .navBtn { display: block; }
header nav {
	overflow: auto;
	position: fixed;
	top: 0;
	right: -70%;
	float: none;
	width: 70%;
	max-width: 320px;
	height: 100%;
	background: #fff;
	opacity: 0;
	z-index: 9999;
}
header nav ul li {
	float: none;
	width: auto;
}
header nav ul li ul li { }
header nav ul li ul li:last-child { border-bottom: none; }
header nav ul li ul li ul { border: none; }
header nav ul li ul li ul li {
	padding-left: 20px;
	border-top: 1px solid #CCC;
}
ul.acdn-content li span { font-size: 14px; }
ul.acdn-content li span::before {
	display: inline-block;
	content: url("http://aoyama-garden.com/sale/img/icon_arrow.png");
	width: 10px;
	height: 10px;
	position: relative;
	top: 0;
	left: 0;
}
ul.acdn-content li span.active::before {
	display: inline-block;
	content: url("http://aoyama-garden.com/sale/img/icon_arrow.png");
	width: 10px;
	height: 10px;
	transform: rotate(90deg);
	position: relative;
	top: 7px;
	left: 4px;
}
#searchform {
	position: inherit;
	float: right;
	width: 280px;
	margin: 0 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#keywords { width: 230px; }
/*--------------------------------*/
.menufix::after,
.menufix::before {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
}
.menufix_wrap {
	position: fixed;
	bottom: 0;
	height: 60px;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.menufix {
	display: block;
	background: rgba(11, 130, 67, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	/*overflow: hidden;*/
	height: 65px;
	font-size: 10px;
	z-index: 9999;
}
.menufix li {
	width: 20%;
	height: 100%;
	float: left;
	text-align: center;
}
.menufix li,
 .menufix li a { color: #fff; }
.menufix li img {
	width: 30px;
	height: auto;
	padding: 11px 0 0;
	margin: 0;
	float: none;
}
.menufix .navBtn {
	position: static;
	display: inline-block;
	margin-top: 18px;
}
.menufix .navBtn span { background: #fff; }
.menufix .fix_searchform .closeBtn {
	display: block;
	float: right;
	background: #FFF;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	font-size: 16px;
	font-weight: 700;
	background: #FFF;
	background: rgba(11, 130, 67, 1);
}
/*------------------検索*/
.menufix .fix_searchform {
	position: absolute;
	bottom: 65px;
	left: 0;
	right: 0;
	height: 85px;
	z-index: 9999;
	background: rgba(11, 130, 67, 0.8);
	border-radius: 3px 3px 0 0;
	padding: 8px;
}
.menufix .fix_searchform #searchform {
	float: right;
	clear: right;
	position: relative;
	top: 5px;
	right: 0;
	width: 100%;
	height: 40px;
	background: #FFF;
	border-radius: 3px;
	margin: 0;
	padding: 0;
	z-index: 998;
}
.menufix #searchform {
	position: inherit;
	float: right;
	width: 280px;
	margin: 0 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menufix .fix_searchform #keywords {
	width: calc(100% - 50px);
	height: 30px;
	padding: 5px 10px 0 0;
	border: none;
	color: #666;
	font-size: 16px;
}
.menufix #keywords { width: 230px; }
.menufix #searchBtn {
	width: 20px;
	height: 20px;
	margin: 10px 5px 0 0;
	right: 0;
	top: 0;
}
.sp_none,
.pc-nav,
#footer { display: none !important; }
.pc_none,
 br.sp { display: block; }
	.pagetop {
		bottom: 70px;
		right: 16px;
		width: 45px;
		height: 45px;
	}
	.pagetop:after {
		width: 45px;
		height: 45px;
		background: url("http://aoyama-garden.com/sale/img/arrow_top.png") no-repeat center 12px;
		background-size: 30px;
}
}

@media (max-width: 480px) {
/*.sp_form { padding: 6px 8px; }*/
.cart_sp { top: 40px; }
header .navBtn { top: 45px; }
header p.description {
	font-size: 10px;
	float: none;
	width: 100%;
}
#searchform {
	width: 100%;
	margin: 0;
}
#keywords {
	width: calc(100% - 80px);
	padding: 5px;
}
#searchBtn {
	right: 16px;
	top: 105px;
}
.contents-inner h1 {
		display: inline-block;
	float: left;
	width: 90px;
	margin-top: 0;
	background-size: 90px;
}

}
