@charset "utf-8";

body {
	width: 100%;
	overflow-x: hidden;
}

#tebraContact {
	margin-top: 0px;
}

article {
	overflow-y: visible;
}

/*------------------------
 ※背景指定
------------------------*/

#bouquet .slides {
	height: 370px\9;
	background: url("../img/bouquet/04.jpg") 50% 50%\9;
}

.slides li {
	position: relative;
}

.slides li span {
	width: 90px;
	height: 30px;
	padding: 65px 5px 5px;
	line-height: 15px;
	position: absolute;
	z-index: 30;
	bottom: 0px;
	right: 0;
	font-size: 10.5px;
	letter-spacing: 0;
	color: #fff;
	text-align: right;
	background: url("../../phototour/img/common/slider_text.png") right bottom no-repeat;
}

#bouquet .slides li.img01 {
	background: url("../img/bouquet/01.jpg") 50% 50%;
	background-size: cover;
}

#bouquet .slides li.img02 {
	background: url("../img/bouquet/02.jpg") 50% 50%;
	background-size: cover;
}

#bouquet .slides li.img03 {
	background: url("../img/bouquet/03.jpg") 50% 50%;
	background-size: cover;
}

#bouquet .slides li.img04 {
	background: url("../img/bouquet/04.jpg") 50% 50%;
	background-size: cover;
}
@media screen and (max-width: 520px) {

.slides li span {
	display: none;
}

.slides li span br {
	display: none;
}

#bouquet .slides li.img01 {
	background: url("../img/bouquet/01s.jpg") 50% 50%;
	background-size: cover;
}

#bouquet .slides li.img02 {
	background: url("../img/bouquet/02s.jpg") 50% 50%;
	background-size: cover;
}

#bouquet .slides li.img03 {
	background: url("../img/bouquet/03s.jpg") 50% 50%;
	background-size: cover;
}

#bouquet .slides li.img04 {
	background: url("../img/bouquet/04s.jpg") 50% 50%;
	background-size: cover;
}
}

/*==========================
 TITLE
==========================*/

.Title {
	padding-top: 60px;
	margin: 0px auto 20px;
	background: url("../../phototour/img/icon/dress1.png") top center no-repeat;
	background-size: 40px 40px;
	font-size: 12px;
	color: #008AF8;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2.4em;
}

.Title {
*padding-top:90px;
	padding-top: 90px\9;
}

.Title em {
	color: #008AF8;
	font-size: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url("../../phototour/img/index/plan_bk.gif") bottom center no-repeat;
	display: block;
	padding-bottom: 20px;
}

.text {
	font-size: 14px;
	text-align: center;
	margin-bottom: 50px;
	text-align: center;
	font-size: 14px;
	line-height: 2.5em;
	padding-bottom: 70px;
	background: url("../../phototour/img/dress/back.jpg") bottom center no-repeat;
}

.Title em br {
	display: none;
}
@media screen and (max-width: 960px) {

.Title {
	margin: 0 0 40px;
	letter-spacing: 4px;
}

.Title em {
	font-size: 20px;
}

.text {
	width: 84%;
	margin: 0 7% 30px;
	text-align: left;
	background: none;
	padding-bottom: 0;
	line-height: 1.8em;
}

.text br {
	display: none;
}
}
@media screen and (max-width: 680px) {

.Title {
	margin: 0 0 20px;
	letter-spacing: 2px;
	font-size: 11px;
}

.Title em {
	font-size: 18px;
	background-size: 84px auto;
	padding-bottom: 10px;
}

.text {
	width: 88%;
	margin: 0 6%;
	font-size: 12px;
	padding-bottom: 40px;
	background: none;
}

.Title em br {
	display: block;
}
}

/*==========================
 DRESS PAGE NAV
==========================*/

.itemLink {
	margin-bottom: 40px
}

.itemLink ul li {
	width: 230px;
	height: 40px;
	float: left;
	margin-right: 13px;
}

.itemLink ul li span {
	display: none;
	letter-spacing: 4px;
}

.itemLink ul li span.en {
	font-family: "Times New Roman", Times, serif;
}

.itemLink ul li:nth-child(4) {
	margin-right: 0;
}

.itemLink ul li.now, .itemLink ul li a {
	display: block;
	background: url("../img/pagenav.gif");
}

.itemLink ul li:nth-child(1) a {
	background-position: 0 -40px;
}

.itemLink ul li:nth-child(2) a {
	background-position: -230px -40px;
}

.itemLink ul li:nth-child(3) a {
	background-position: -460px -40px;
}

.itemLink ul li:nth-child(4) a {
	background-position: -690px -40px;
}

.itemLink ul li:nth-child(1) a:hover {
	background-position: 0 0px;
}

.itemLink ul li:nth-child(2) a:hover {
	background-position: -230px 0px;
}

.itemLink ul li:nth-child(3) a:hover {
	background-position: -460px 0px;
}

.itemLink ul li:nth-child(4) a:hover {
	background-position: -690px 0px;
}

.itemLink ul :nth-child(1).now a {
	background-position: 0 0px;
}

.itemLink ul :nth-child(2).now a {
	background-position: -230px 0px;
}

.itemLink ul :nth-child(3).now a {
	background-position: -460px 0px;
}

.itemLink ul :nth-child(4).now a {
	background-position: -690px 0px;
}

.itemLink ul li.now a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
@media screen and (max-width: 960px) {

.itemLink ul {
	height: 60px;
	background: #f7f6ef;
	box-shadow: 0px 2px 2px 0px #bbb;
	margin: 20px 0 40px;
	overflow: hidden;
}

.itemLink ul li span {
	display: block;
	height: 16px;
}

.itemLink ul li {
	width: 25%;
	height: 60px;
	margin: 0;
	text-align: center;
	background: #FCFBF5;
	background: -moz-linear-gradient(top, #FCFBF5 50%, #f7f2d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FCFBF5), color-stop(100%, #f7f2d4));
	background: -webkit-linear-gradient(top, #FCFBF5 50%, #f7f2d4 100%);
	background: -o-linear-gradient(top, #FCFBF5 50%, #f7f2d4 100%);
	background: -ms-linear-gradient(top, #FCFBF5 50%, #f7f2d4 100%);
	background: linear-gradient(to bottom, #FCFBF5 50%, #f7f2d4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFBF5', endColorstr='#f7f2d4', GradientType=0 );
}

.itemLink ul li a {
	padding: 15px 0 5px;
}

.itemLink ul li a {
	box-shadow: 0px 1px 0 1px #ccc;
}

.itemLink ul li.now, .itemLink ul li a {
	background-image: none;
	height: 40px;
}

.itemLink ul li.now a, .itemLink ul li a:hover {
	background: #A79476;
	color: #fff;
	opacity: 1;
}

.itemLink ul li a span {
	color: #009BFF;
}

.itemLink ul li.now span, .itemLink ul li a:hover span {
	color: #fff;
}

.itemLink {
	margin-bottom: 20px;
}
}
@media screen and (max-width: 680px) {

.itemLink ul {
	height: auto;
	border-top: solid 1px #ccc;
}

.itemLink ul li {
	width: 25%;
	height: auto;
	margin: 0;
}

.itemLink ul li span {
	display: block;
	height: 15px;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 15px;
}

.itemLink ul li a {
	box-shadow: 0 0 0 1px #ccc;
}

.itemLink ul li a span {
	color: #83795A;
}

.itemLink ul li.now a {
	background: #fff;
}

.itemLink ul li.now a span {
	color: #009BFF;
}

.itemLink {
	margin-bottom: 0px;
}
}

/*==========================
 title
==========================*/

.bouquet-tit {
	display: block;
	width: 240px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*float: left;*/
	text-align: center;
	color: #444;
	text-align: center;
	letter-spacing: 3px;
	font-style: italic;
	line-height: 30px;
	margin: 20px auto;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
}

.bouquet-tit span {
	display: block;
	color: #666;
	line-height: 20px;
}

#upgraded .bouquet-tit {
	height: 50px;
	padding: 35px 0;
	background: url("../img/title.jpg") center top no-repeat;
	margin: 50px 0 20px;
}
/*deatail-txt*/
p.deatail-txt {
	margin-bottom: 30px;
	text-align: center;
	color: #444;
}


/*Items*/

#Items {
	margin-top: 60px;
}

#Items .flower-item {
	width: 96%;
	float: left;
	padding: 5px 2%;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

#Items .flower-item > * {
	float: left;
	text-align: center;
	line-height: 40px;
	display: inline;
}

#Items .flower-item h2 {
	width: 30%;
	color: #444;
	letter-spacing: 3px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#Items .flower-item h3 {
	width: 70%;
	background: url("../img/arrow.jpg") 0 50% no-repeat;
	font-size: 13px;
	letter-spacing: 1px;
	color: #555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1200px) {

#Items .flower-item {
	width: 86%;
	margin: 0 2% 20px;
	padding: 10px 2%;
}

#Items .flower-item h2 {
	font-size: 18px;
}

#Items .flower-item h3 {
	width: 65%;
	padding-left: 5%;
	line-height: 20px;
	text-align: left;
}
}
@media screen and (max-width: 640px) {

#Items .flower-item h2 {
	width: 100%;
	line-height: 20px;
	padding-top: 10px;
}

#Items .flower-item h3 {
	width: 80%;
	padding: 5px 10%;
	font-size: 11px;
	background: none;
}
}
@media screen and (max-width: 500px) {

.bouquet-tit {
	font-size: 17px;
}

.bouquet-tit span {
	font-size: 11px;
}

#Items .flower-item h3 {
	width: 90%;
	padding: 5px 5%;
	font-size: 10px;
	line-height: 1.4em;
}
}

/*==========================
 list-menu
==========================*/

p.info br {
	display: none;
}

p.info {
	width: 90%;
	float: left;
	margin: 0px 5% 10px;
	font-size: 11px;
	text-align: center;
	color: #666;
}

.dx-info {
	width: 80%;
	min-height: 100px;
	float: left;
	padding: 0 10%;
	position: relative;
	color: #777;
	margin: 0px 0 50px;
}

.dx-info span {
	width: 23px;
	height: 100px;
	position: absolute;
	top: 50%;
	z-index: 5;
	margin-top: -50px;
}

.dx-info .image-left {
	left: 0;
	background: url("../img/left.gif") left top no-repeat;
}

.dx-info .image-right {
	right: 0;
	background: url("../img/right.gif") left top no-repeat;
}
 @media screen and (max-width: 770px) {

.dx-info span {
	width: 20px;
	height: 85px;
	margin-top: -42px;
}

.dx-info .image-left {
	background: url("../img/left2.gif") left top no-repeat;
}

.dx-info .image-right {
	background: url("../img/right2.gif") left top no-repeat;
}

.dx-info .image-left, .dx-info .image-right {
	background-size: auto 100%;
}
}
@media screen and (max-width: 480px) {

p.info, p.info span, .dx-info {
	font-size: 10px;
	color: #777;
}

.dx-info {
	letter-spacing: 0px;
}
}

/* WEDDING DRESS ==============*/
/*.bouquet-list*/
.bouquet-list {
	width: 100%;
	float: right;
	padding-top: 10px;
}

.bouquet-list li.d0 {
	width: 15%;
	height: 180px;
	float: left;
	position: relative;
	margin: 0 2% 40px;
	/*	overflow:hidden;*/
	z-index: 1;
	text-align: center;
	border: 2px solid #FCFBF5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-align: center;
	background: #fff;
}

.bouquet-list li.d0 a img.w500 {
	margin-left: -50px;
}

.bouquet-list li.d0 a img.w500_2 {
	margin-left: -20px;
}

.bouquet-list li.d0 a img.w500_3 {
	margin-left: -150px;
}

.bouquet-list li.d0 a img.w500_4 {
	margin-left: -100px;
}

.bouquet-list li.d0 a {
	overflow: hidden;
}

.bouquet-list li.d0:hover {
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 0 5px #EADAC1;
}

.bouquet-list li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.bouquet-list li .sum {
	height: 260px;
	width: auto;
}

.bouquet-list li .new {
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	background: url("../../index.html") top left no-repeat;
	background: url("../../index.html") right bottom no-repeat\9;
 *background:url("../../index.html") right bottom no-repeat;
	background-size: 45px 45px;
}

.bouquet-list li span.nom {
	position: absolute;
	padding: 4px;
	border: solid 1px #777;
	background: #FFF;
	opacity: 0.7;
	font-size: 9px;
	color: #333;
	text-align: right;
	right: 4px;
	bottom: 10px;
	z-index: 6;
}

#upgraded .bouquet-list li span.nom {
	bottom: 20px;
	right: 10px;
}

.Notes_costume {
	width: 80%;
	float: left;
	margin: 0 10% 80px;
	line-height: 1.4em;
	font-size: 11px;
	color: #777;
}
/*.bouquet-list2*/
.bouquet-list2 {
	width: 100%;
	float: right;
	padding-top: 10px;
}

.bouquet-list2 li.d0 {
	width: 20%;
	height: 180px;
	float: left;
	position: relative;
	margin: 0 2% 30px;
	/*	overflow:hidden;*/
	z-index: 1;
	text-align: center;
	border: 2px solid #FCFBF5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-align: center;
	background: #fff;
}

.bouquet-list2 li.d0 a img.w500 {
	margin-left: -50px;
}

.bouquet-list2 li.d0 a img.w500_2 {
	margin-left: -20px;
}

.bouquet-list2 li.d0 a {
	overflow: hidden;
}

.bouquet-list2 li.d0:hover {
	border: 2px solid #CDC2AF;
	box-shadow: 0 0 0 5px #CDC2AF;
}

.bouquet-list2 li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.bouquet-list2 li .sum {
	height: 260px;
	width: auto;
}

.bouquet-list2 li .new {
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	background: url("../../index.html") top left no-repeat;
	background: url("../../index.html") right bottom no-repeat\9;
 *background:url("../../index.html") right bottom no-repeat;
	background-size: 45px 45px;
}

.bouquet-list2 li span.nom {
	position: absolute;
	padding: 4px;
	border: solid 1px #777;
	background: #FFF;
	opacity: 0.7;
	font-size: 12px;
	color: #111;
	text-align: right;
	right: 4px;
	bottom: 4px;
	z-index: 6;
}

/*RIBBON*/

.dx-Ribbon {
	width: 90px;
	height: 20px;
	padding: 10px 6px 0 0;
	position: absolute;
	right: -7px;
	bottom: -12px;
	color: #fff;
	text-align: center;
	line-height: 14px;
	background: url("../img/ribbon.png") left top no-repeat;
}
 @media screen and (max-width: 960px) {

.bouquet-list {
	width: 94%;
	padding: 0px 3%;
}

.bouquet-list li.d0 img.sum {
	width: 180%;
	height: auto;
}

.bouquet-list li.d0 {
	height: 170px;
	box-shadow: 0 0px 3px #fff inset;
	border: solid 1px #ccc;
	background: #fff;
}

.bouquet-list li.d0:hover {
	border: solid 1px #CDC2AF;
}

.Notes_costume {
	width: 90%;
	margin: 0 5% 50px;
}
}
@media screen and (max-width: 680px) {

.bouquet-list li.d0 {
	border: none;
	width: 29%;
	margin: 0 2% 50px;
}

.bouquet-list li.d0:hover {
	border: none;
}

.bouquet-list li.d0 img {
	width: 100%;
	height: auto;
}

.Notes_costume br {
	display: none;
}
}
@media screen and (min-width: 481px) {

.bouquet-list li img {
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
}

.bouquet-list li img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
}
@media screen and (max-width: 480px) {

.bouquet-list li.d0 {
	width: 46%;
	background: #fff;
	margin: 0 2% 30px;
}

.bouquet-list li .new {
	width: 45px;
	height: 45px;
	left: 3%;
	top: 2%;
}
}
 @media screen and (max-width: 400px) {

.bouquet-list {
	width: 90%;
	padding: 5%;
}

.bouquet-list li.d0 {
	width: 96%;
	height: auto;
	border: solid 1px #ccc;
}

.bouquet-list li.d0 img.sum {
	width: 90%;
	margin: 5%;
}

.bouquet-list li.d0:hover {
	border: 1px solid #CDC2AF;
	box-shadow: none;
}

.bouquet-list li span.nom {
	width: auto;
	display: block;
	text-align: center;
	position: static;
	border: none;
	padding-bottom: 15px;
	font-size: 14px;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 3px;
}

.dx-Ribbon {
	width: 40%;
	height: 20px;
	padding: 0;
	line-height: 20px;
	margin: 0px 30% 20px;
	position: static;
	float: left;
	background-size: auto 100%;
	background: url("../img/ribbon2.gif") top center no-repeat;
}
}

/* modal
----------------*/

#lean_overlay {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
 *position:absolute;
	z-index: 10001;
	top: 0px;
	left: 0px;
	display: none;
	background: #000;
}

.bouquet-list .lead {
	width: 500px;
	height: 435px;
	z-index: 999;
	background: #FFFFFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	display: none;
	padding: 10px;
	opacity: 1;
	position: fixed !important;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -260px;
}

.bouquet-list .lead dl {
	width: 100%;
	height: 100%;
	float: left;
}

.bouquet-list .lead dl dt {
	width: 100%;
	height: 400px;
	margin-bottom: 5px;
}

.bouquet-list .lead dl dt .image {
	height: 100%;
	float: left;
	display: inline;
	overflow: hidden;
}

.bouquet-list .lead dl dt span.image img {
	height: 100%;
	width: auto;
}

.bouquet-list .lead dl dd {
	width: 100%;
}

.bouquet-list .lead .mt0 {
	margin-top: 0px !important;
}

.bouquet-list .lead .mt10 {
	margin-top: 10px !important;
}

.bouquet-list .lead .mt20 {
	margin-top: 20px !important;
}

.bouquet-list .lead .mt50 {
	margin-top: 50px !important;
}

.bouquet-list .lead .mt70 {
	margin-top: 70px !important;
}

.bouquet-list .lead .bold {
	font-weight: bold;
}

.bouquet-list .lead dl dd > span {
	width: 100%;
	text-align: left;
	line-height: 1.7em;
	color: #555
}

.bouquet-list .lead dl dd span.text01 {
	line-height: 30px;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	border-bottom: solid 1px #777;
}

.bouquet-list .lead span.text02 {
	font-size: 15px;
}

.bouquet-list .lead span.text02s {
	font-size: 11px;
	letter-spacing: 0;
	line-height: 22px;
}

.bouquet-list .lead span.text02s.min {
	line-height: 18px;
}

.bouquet-list .lead span.text02B {
	font-weight: bold;
	line-height: 1em;
	margin-top: 20px;
}

.bouquet-list .lead span span.red, .bouquet-list .lead span span.orange, .bouquet-list .lead span span.yellow, .bouquet-list .lead span span.white, .bouquet-list .lead span span.purple, .bouquet-list .lead span span.pink, .bouquet-list .lead span span.orangeR, .bouquet-list .lead span span.yellowR, .bouquet-list .lead span span.greenR, .bouquet-list .lead span span.cream, .bouquet-list .lead span span.lavender, .bouquet-list .lead span span.rainbow, .bouquet-list .lead span span.pink_Light, .bouquet-list .lead span span.pink_hot, .bouquet-list .lead span span.ivory, .bouquet-list .lead span span.cream {
	width: 11px;
	height: 11px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px 6px 3px 0;
}

.bouquet-list .lead span.text02s.min span {
	margin: 2px 6px 1px 0;
}

.bouquet-list .lead span span.inline {
	display: inline-block;
	margin: 0 2px 2px;
	float: none;
}

.bouquet-list .lead span span.red {
	background: red;
}

.bouquet-list .lead span span.orange {
	background: orange;
}

.bouquet-list .lead span span.yellow {
	background: yellow;
}

.bouquet-list .lead span span.white {
	background: white;
}

.bouquet-list .lead span span.purple {
	background: #983CFF;
}

.bouquet-list .lead span span.pink {
	background: pink;
}

.bouquet-list .lead span span.pink_Light {
	background: #FFB6C1;
}

.bouquet-list .lead span span.pink_hot {
	background: #FF69B4;
}

.bouquet-list .lead span span.orangeR {
	background: #FFA671;
}

.bouquet-list .lead span span.yellowR {
	background: #FFF8A2;
}

.bouquet-list .lead span span.greenR {
	background: #7DFB87;
}

.bouquet-list .lead span span.cream {
	background: bisque;
}

.bouquet-list .lead span span.lavender {
	background: #BA55D3;
}

.bouquet-list .lead span span.ivory {
	background: #DED2BF;
}

.bouquet-list .lead span span.cream {
	background: #E4D3A2;
}

.bouquet-list .lead span span.rainbow {
	background: url("../img/rainbow.jpg") 50% 50% no-repeat;
	background-size: 100% 100%;
}

.bouquet-list .lead span span.mclose {
	width: 500px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 11px;
	text-align: center;
	z-index: 9999;
	letter-spacing: 5px;
	padding: 0;
}

.mclose a {
	color: #fff;
	background: #333;
	line-height: 30px;
	display: block;
	text-align: center;
}

.mclose a:hover {
	color: #333;
	background: #ddd;
}

#bouquet p.point {
	width: 96%;
	float: right;
	padding: 0 2%;
	font-size: 11px;
	color: #777;
	line-height: 1.6em;
	padding-bottom: 100px;
}
@media screen and (max-width: 960px) {

#bouquet p.point {
	width: 90%;
	padding: 0 5% 40px;
	background: #f6f5ef;
}
}
@media screen and (max-width: 820px) {

.bouquet-list .lead {
	width: 86%;
	height: 80%;
	padding: 2%;
	top: 0;
	left: 0;
	margin: 10% 5%;
}

.bouquet-list .lead dl dt {
	width: 100%;
	background: #f6f6f6;
	text-align: center;
	position: relative;
}

.bouquet-list .lead dl dt .image {
	width: 100%;
	height: 100%;
	text-align: center;
}

.bouquet-list .lead dl dt span.image img {
	height: 100%;
	width: auto;
}

.bouquet-list .lead dl dd {
	width: 100%;
	height: 50%;
	margin-top: 100px;
	float: right;
}

.bouquet-list .lead dl dd > span {
	width: 40%;
	padding: 0px;
}

.bouquet-list .lead dl dd span.mclose {
	width: 80px;
	height: 80px;
	display: block;
	bottom: 10px;
	right: 5px;
	text-align: center;
}

.mclose a {
	width: 80px;
	height: 80px;
	color: #fff;
	letter-spacing: 5px;
	display: block;
	cursor: pointer;
}
}
@media screen and (min-width: 501px) and (max-width: 820px) {

.bouquet-list .lead dl dd > span {
	float: none;
	position: absolute;
	z-index: 999;
}

.bouquet-list .lead dl dd span.text01 {
	top: 450px;
	left: 30px;
	line-height: 40px;
}

.bouquet-list .lead span.text02 {
	top: 500px;
	left: 30px;
}

.bouquet-list .lead span.text02B {
	top: 430px;
	right: 30px;
}

.bouquet-list .lead span.text02s {
	top: 470px;
	right: 30px;
}

.bouquet-list .lead dl dt span.image {
	cursor: crosshair;
}

.bouquet-list .lead span.flower {
	left: 30px;
	top: 550px;
}

.bouquet-list .lead span.flower br {
	display: none;
}

.bouquet-list .lead dl dt span.image img {
	-webkit-transition: all 1.4s;
	-moz-transition: all 1.4s;
	-ms-transition: all 1.4s;
	-o-transition: all 1.4s;
	transition: all 1.4s;
}

.bouquet-list .lead dl dt span.image img:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}
}
@media screen and (max-width: 500px) {

#lean_overlay {
	opacity: 1 !important;
	border: none !important;
	background: #f4f4f4 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 14%, #aaaaaa 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #f4f4f4), color-stop(100%, #aaaaaa)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 14%, #aaaaaa 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 14%, #aaaaaa 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 14%, #aaaaaa 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 14%, #aaaaaa 100%) !important; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#aaaaaa', GradientType=0 ) !important; /* IE6-9 */
}

.bouquet-list .lead {
	width: 90%;
	height: 100%;
	padding: 0% 5%;
	margin: 0;
	overflow-x: auto;
	background: none;
}

.bouquet-list .lead dl dt {
	background: none;
	height: auto;
}

.bouquet-list .lead dl dt span {
	background: #FFF;
	box-shadow: 0 2px 2px #666;
	;
}

.bouquet-list .lead dl dt span.image {
	width: 94%;
	height: auto;
	margin: 70px 0 20px;
	padding: 3%;
}

.bouquet-list .lead dl dt span.image img {
	height: auto;
	width: 100%;
}

.bouquet-list .lead dl dd {
	width: 100%;
	height: auto;
	margin-top: 0;
	padding-bottom: 70px;
}

.bouquet-list .lead dl dd > span {
	width: 80%;
	margin: 0 10%;
}

.bouquet-list .lead dl dd span.text01, .bouquet-list .lead dl dd span.text02 {
	letter-spacing: 3px;
	color: #444;
	font-style: normal;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

.bouquet-list .lead dl dd span.text01 {
	background: none;
	color: #555;
	border-bottom: groove 2px #ccc;
	margin-bottom: 10px;
	color: #A79136;
	line-height: 40px;
}

.bouquet-list .lead dl dd span.text02 {
	text-shadow: 1px 1px 2px #999;
	padding-bottom: 20px;
}

.bouquet-list .lead span.text02B, .bouquet-list .lead span.text02s {
	width: 80%;
	margin: 0 10% 5px;
}

.bouquet-list .lead dl dd span.mclose {
	width: 55px;
	height: 55px;
	position: fixed;
	bottom: auto;
	top: 5px;
	right: 5px;
	text-align: center;
	z-index: 9999;
	letter-spacing: 5px;
	padding: 0;
	margin: 0;
}

.bouquet-list .lead dl dd span.mclose a {
	width: 55px;
	height: 55px;
	font-size: 9px;
	letter-spacing: 0;
	line-height: 55px;
}

.mclose a:hover {
	color: #ccc;
	background: #000;
	border: none;
}

#bouquet p.point {
	color: #666;
}

.bouquet-list li.d0 a img {
	margin-left: auto !important;
}

.bouquet-list .lead span.flower {
	padding-bottom: 20px;
}
}

/*==========================
 DRESS CATEGORY MENU
==========================*/
/*LINK*/

#DressLink {
	background: #eee;
	padding: 50px 0 220px;
	border-bottom: solid 1px #fff;
}

#DressLink h2 {
	text-align: center;
}

#DressLink h2 em {
	color: #008AF8;
	font-size: 17px;
	background: url("../../index.html") center bottom no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 8px;
	vertical-align: top;
	line-height: 2.5em;
	display: inline-block;
*display:inline;
	display: inline\9;
}

#DressLink h2 em {
}

#DressLink > p {
	text-align: center;
	padding: 20px 0 40px;
	color: #666;
	line-height: 1.6em;
}

#DressLink ul {
}

#DressLink ul li {
	width: 16%;
	float: left;
	display: inline;
	margin: 0 2%;
}

#DressLink ul li a {
	display: block;
	padding-top: 50px;
	background: url("../../index.html") center top no-repeat;
	background-size: 34px 34px;
}

#DressLink ul li a span {
}

#DressLink ul li a h3 {
	text-align: center;
	font-size: 12px;
	color: #666;
	letter-spacing: 0;
	font-family: "Times New Roman", Times, serif;
}

#DressLink ul li a h3 em {
	display: block;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#DressLink ul li a img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}

#DressLink ul li.now a img, #DressLink ul li a:hover img {
	box-shadow: 5px 5px 0 #7BC0F8;
	opacity: 1;
	filter: alpha(opacity=100);
}

#DressLink ul li.now a, #DressLink ul li.now h3, #DressLink ul li.now h3 span, #DressLink ul li a:hover h3, #DressLink ul li a:hover h3 span {
	color: #008AF8;
}

#DressLink ul li.now a, #DressLink ul li a:hover {
	background: url("../../index.html") center top no-repeat;
	background-size: 34px 34px;
}

/*IE*/

#DressLink ul li a, #DressLink ul li.now a, #DressLink ul li a:hover {
*background:none;
	background: none;
*padding-top:20px;
	padding-top: 20px\9;
}
@media screen and (max-width: 960px) {

#DressLink > p {
	width: 90%;
	margin: 0 5%;
}

#DressLink ul li {
	width: 18%;
	padding: 0 1%;
	margin: 0 -1px 0 0;
	border-right: dashed 1px #ccc;
}

#DressLink ul li.end {
	border-right: none;
}

#DressLink ul li a h3 em {
	font-size: 11px;
}

#DressLink ul li a h3 {
	font-size: 10px;
}
}
@media screen and (max-width: 600px) {

#DressLink {
	padding: 20px 0 150px;
}

#DressLink > p {
	text-align: left;
	font-size: 10.5px;
}

#DressLink ul {
	border-top: solid 1px #ccc;
}

#DressLink ul li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-right: none;
	border-bottom: solid 1px #ccc;
	background: #fff;
}

#DressLink ul li.now {
	background: #008AF8;
}

#DressLink ul li.now a * {
	color: #fff;
}

#DressLink ul li.now a img, #DressLink ul li a:hover img {
	box-shadow: none;
}

#DressLink ul li a, #DressLink ul li.now a, #DressLink ul li a:hover {
	padding-top: 0;
	background: none;
}

#DressLink ul li a h3 {
	width: 64%;
	margin: 5% 3% 0;
	display: inline;
	float: right;
	text-align: left;
}

#DressLink ul li a h3 em {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 3px;
}

#DressLink ul li a h3 em br {
	display: none;
}

#DressLink ul li a img {
	width: 30%;
	margin-top: 0;
	display: inline;
}
}
@media screen and (max-width: 520px) {

#DressLink ul li a h3 em {
	font-size: 11px;
}
}
@media screen and (max-width: 480px) {

#DressLink {
	padding: 20px 0 0;
}
}

/*==========================
 ORIGINAL BOUQUETS
==========================*/

#original {
	margin: 70px 0 0;
}

#original > * {
	width: 100%;
	margin-bottom: 30px;
	float: left;
	text-align: center;
}

#original h2 {
	color: #444;
	font-family: "Times New Roman", Times, serif;
	line-height: 50px;
	padding-top: 30px;
	background: url("../img/title2.gif") center top no-repeat;
}

#original > p {
	line-height: 1.4em;
	font-size: 14px;
	padding-bottom: 10px;
}

#original > p.last {
	line-height: 1.4em;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#original #original-image {
	height: 450px;
}

#original #original-image .original-box {
	width: 400px;
	height: 350px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	margin-left: -600px;
	padding: 50px 25px;
	background: url("../img/back.png") repeat;
}

#original #original-image .original-box > * {
	width: 100%;
	float: left;
}

#original #original-image .original-box h3 {
	padding: 40px 0;
	color: #111;
	letter-spacing: 1px;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
}

#original #original-image .original-box p {
	font-size: 13px;
	text-align: left;
}

#original .original-modal {
	display: none;
	width: 90%;
	height: 550px;
	margin: -275px 5% 0;
	top: 50%;
}

#original .original-modal img {
	max-width: 100%;
	height: auto;
}

#original .original-modal .modal_close {
}
 @media screen and (max-width: 1200px) {

#original #original-image .original-box {
	left: 0;
	margin-left: 0;
}
}
@media screen and (max-width: 680px) {

#original {
	margin: 50px 0 0;
}

#original #original-image {
	height: auto;
}

#original h2 {
	font-size: 17px;
	letter-spacing: 1px;
}

#original > p {
	width: 90%;
	margin: 0 5%;
	line-height: 1.4em;
	text-align: left;
	font-size: 11px;
}

#original #original-image .original-box {
	width: 90%;
	height: auto;
	float: left;
	position: static;
	margin-left: -0;
	padding: 30px 5% 30px;
	background: none;
}

#original #original-image .original-box > * {
	display: inlinel;
}

#original #original-image .original-box h3 {
	width: 30%;
	float: left;
	font-size: 14px;
}

#original #original-image .original-box p {
	width: 65%;
	float: right;
	font-size: 11px;
}
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	width: 400px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 1000;
	margin-left: -600px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	display: none;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0;
	font-family: Arial;
	font-weight: bold;
	color: #DC181B;
	padding-top: -420px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
*zoom: 1;
*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #f6f6f6;
	text-indent: -9999px;
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 5px;
	outline: 0;
	box-shadow: 0 0 0 1px #777;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #A79476;
	box-shadow: 0 0 0 2px #A79476;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-prev {
	left: 0px;
	background: url("../img/slider/left.png") left top no-repeat;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url("../img/slider/right.png") right top no-repeat;
}

/*___bxslider____________________________*/

.bxslider {
	height: 450px;
}

.bx-wrapper .bx-viewport {
	width: 100%;
}

.bxslider li {
	display: inline;
	width: auto !important;
	height: 450px;
	float: right;
}

.bxslider li img {
	height: 100%;
	width: auto;
}
 @media screen and (max-width: 1200px) {

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	margin-left: 0px;
	left: 0;
	text-align: center;
}

.bx-wrapper .bx-prev {
	left: 440px;
}

.bx-wrapper .bx-next {
	right: -10px;
}
}
@media screen and (max-width: 680px) {

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	width: 100%;
	bottom: -15px;
}

.bxslider li {
	display: inline;
	width: auto !important;
	height: 200px;
	float: right;
}

.bx-wrapper .bx-controls-direction a {
	width: 30px;
	height: 30px;
	margin-top: 15px;
}

.bx-wrapper .bx-prev {
	left: 0px;
	background-size: 30px 30px;
}

.bx-wrapper .bx-next {
	right: 0px;
	background-size: 30px 30px;
}
}
