@charset "utf-8";
/*@media screen and (min-width: 481px) and (max-device-width: 320px) {*/
/*=======================================================
	CSS Document
	Page Style
	2013.08.12 ooe	
=======================================================*/
.pageTitle { display:none;}
.pageImg {
	width:100%;
	height:120px;
	float:left;
	padding-top:260px;
	position:relative;
	z-index:10;
	background-image:url("../img/sm/top_image.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFF;
	background-size:100% auto;
-moz-background-size:100% auto;
}
.smPage_tit {
	width:80%;
	height:80px;
	float:left;
	padding:0 10%;
	font-size:16px;
	line-height:100px;
	background-image:url("../../img/sm/common/header/bk_page.png");
	background-size:100% auto;
-moz-background-size:100% auto;
	background-repeat:no-repeat;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:5px;
}

#bali h1 {
	width:90%;
	height:60px;
	float:left;
	padding-left:10%;
	margin-top:-60px;
	color:#1F9119;
	background:#FFF;
	font-size:18px;
	line-height:60px;
	letter-spacing:2px;
	background:#fff;
	display:block;
	position:relative;
	z-index:20;
	text-align:left;
	font-weight:600;
}

.pageImg p.txt, 
.pageImg p.txt img , 

#bali p.txt {
	width:90%;
	height:auto;
	float:left;
	padding:5% 5% 10%;
	margin-bottom:10%;
}
#tebura .smTxt br { display:none;}

/* Plan
-------------------------------*/
.sm_basic {
	width:100%;
	float:left;
	background-image:url("../../img/sm/common/bk_image_top.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-size:49px 24px;	
	background-color:#FAF4E5;
}

.planBox { margin-bottom:60px;}

p.planTit {
	width:90%;
	height:40px;
	float:left;
	line-height:40px;
	font-size:13px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin:30px 5% 0;
	letter-spacing:5px;
	border-top:double 3px #555;
}
.planBox h1 {
	width:90%;
	height:40px;
	float:left;
	margin:0px 5% 15px;
	text-align:center;
	border-bottom: solid 1px #999;
}
.planBox h1 span {
	line-height:30px;
	font-size:20px;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	letter-spacing:10px;
	font-weight:600;
	color:#444;
}

p.sm_img {
	width:100%;
	float:left;
	margin:0px 0 20px;
}
p.sm_img img {
	width:100%;
	border:5px solid #fff;
	margin:-5px;
	box-shadow: 0 1px 2px #aaa;
}

p.planTit img { padding:0 10px;}

/* plan内容
-------------------------------*/
.planBox h2 {
	width:90%;
	padding:10% 0 7% 11%;
	float:left;
	text-align:left;
	font-size:16px;
	line-height:1.4em;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	color:#333;
	font-weight:600;
	letter-spacing:3px;
	text-align:left;
}
.planBox p.text {
	width:98%;
	float:left;
	padding:7% 1%;
}
.planBox p.price {
	width:100%;
	float:right;
	text-align:center;
}
.planBox p.price span.txt1, 
.planBox p.price span.txt2, 
.planBox p.price span.txt4 {
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	color:#000;
	line-height:1em;
	vertical-align:sub;
	font-weight:100;
	letter-spacing:-1px;
}
.planBox p.price span.txt1 { font-size:26px; color:#333;}
.planBox p.price span.txt2 { font-size:36px; font-family:"Times New Roman", Times, serif; padding-left:5px;}
.planBox p.price span.txt3 {
	color:#333;
	line-height:1em;
	vertical-align:baseline;
	font-size:14px;
}

/* plan 詳細
-------------------------------*/
.shoot, 
.plan, 
.option
{
	width: 100%;
	float:left;
	text-align: left;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin: 0 -1px;
	font-weight:bold;
	overflow:hidden;
}
.option {	border-bottom:1px solid #ccc;}

.shoot h3, 
.plan h3, 
.option h3{
	width:97%;
	height: 24px;
	float:left;
	padding-left:4%;
	line-height: 24px;
	letter-spacing:4px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	color:#FFF;
	font-weight:600;
	font-size:11px;
	background:#20911A;
}


/* ＋ 撮影場所　＋ */
.shoot ul{
	width:100%;
	float:left;
	margin-left:-1px;
}
.shoot ul li.menu{
	width:50%;
	float:left;
	padding:10px 0;
	line-height:16px;
	letter-spacing:2px;
	text-align:center;
	font-size:10px;
	cursor:pointer;
	color:#666;
	background: #E2EDEF;
	background: -moz-linear-gradient(top, #fff 1%, #D2E2E6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fff), color-stop(100%,#D2E2E6));
	background: -webkit-linear-gradient(top, #fff 1%,#D2E2E6 100%);
	background: -o-linear-gradient(top, #fff 1%,#D2E2E6 100%);
	background: -ms-linear-gradient(top, #fff 1%,#D2E2E6 100%);
	background: linear-gradient(top, #fff 1%,#D2E2E6 100%);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}

.shoot ul li.on_menu{
	color:#FFF;
	background: -moz-linear-gradient(top, #555 1%, #333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#555), color-stop(100%,#333));
	background: -webkit-linear-gradient(top, #555 1%,#333 100%);
	background: -o-linear-gradient(top, #555 1%,#333 100%);
	background: -ms-linear-gradient(top, #555 1%,#333 100%);
	background: linear-gradient(top, #555 1%,#333 100%);
}

.shoot ul li.img ul, 
.shoot ul li.img {
	width:100%;
	height:180px;
	float:left;
	padding:0;
}
.shoot ul li.img ul {
	overflow:hidden;
	position:relative;
	background:url("../img/sm/shoot/img01.jpg") right top no-repeat #fff;
	background-size: 100% auto;
}
#Premium .shoot ul li.img ul {
	background:url("../../index.html") right top no-repeat #fff;
	background-size: 100% auto;
}
.shoot ul li.img ul li{
	width:100%;
	height:180px;
	padding:0;
	overflow:hidden;
	display:none;
}
.shoot ul li.img ul li img{
	width:100%;
}

.shoot ul li.img ul li.view{
	display:block;
	left:0;
	top:0;
}
.shoot p{
	width:90%;
	float:left;
	padding:10px 5%;
	background:#86702A;
	font-size:10px;
	color:#fff;
}
.shoot p span{
	font-size:10px;
	color:#fff;
}

/* ＋ プラン内　＋ */
.plan ul li{
	width:80%;
	height:26px;
	float:left;
	position:relative;
	z-index:10;
	line-height:26px;
	padding:3px 0 3px 20%;
	margin:0 -1px;
	font-size:10.5px;
	color:#666;
	background-size: auto 26px !important;
	border-left:1px solid #ccc;
	border-bottom:1px dashed #ccc;
	border-right:1px solid #ccc;
}
.plan ul li.pg { background:url("../../img/pc/plan/icon_pg.jpg") 3px 0 no-repeat;}
.plan ul li.dress { background:url("../../img/pc/plan/icon_dress.jpg") 3px 0 no-repeat;}
.plan ul li.shoes { background:url("../../img/pc/plan/icon_shoes.jpg") 3px 0 no-repeat;}
.plan ul li.make { background:url("../../img/pc/plan/icon_make.jpg") 3px 0 no-repeat;}
.plan ul li.buquet { background:url("../../img/pc/plan/icon_buquet.jpg") 3px 0 no-repeat;}
.plan ul li.car { background:url("../../img/pc/plan/icon_car.jpg") 3px 0 no-repeat;}
.plan ul li.cd { background:url("../../img/pc/plan/icon_cd.jpg") 3px 0 no-repeat;}
.plan ul li.alubm { background:url("../../img/pc/plan/icon_album.jpg") 3px 0 no-repeat;}
.plan ul li br{ display:none;}
.plan ul li:last-child{ border-bottom:none;}

/* ＋ オプション　＋ */
.option ul li{
	width:96%;
	height:30px;
	float:left;
	padding:0 2%;
	font-size:10px;
	line-height:40px;
}
.option ul { float:left;}
.option ul li span.left, 
.option ul li span.right, 
.option ul li span.right02 {
	height:30px;
	line-height:30px;
	color:#555;
	font-size:10px;
}
.option ul li span.left { float:left;}
.option ul li span.right, 
.option ul li span.right02 { float:right;}
.option ul li span.right a{ display:none;}

.notes {
	width:100%;
	float:left;
	padding-top:10px;
	font-size:11px;
}


/* Gallery
-------------------------------*/
#galleryBox {
	width:100%;
	height:auto;
	float:left;
	padding:5px 0;
	background:#FFFDEC;
	box-shadow: 0px 0px 2px #A99D7E inset;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}

#galleryBox h3 {
	width:90%;
	height:30px;
	float:left;
	text-align:center;
	line-height:30px;
	margin:10px 5% 7px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	letter-spacing:4px;
	color:#555;
	font-weight:bold;
	border-top: dotted 1px #777;
	border-bottom: dotted 1px #777;
}

ul#gallery { display:none;}

#galleryFlick {
	width:100%;
	height:130px;
	overflow-s:auto;
	overflow-y:hidden;
}

ul#smgallery{
	width:2440px;
	height:120px;
	float:left;
}

ul#smgallery li {
	width:120px;
	height:120px;
	float:left;
	overflow:hidden;
	margin:1px;
	text-align:center;
	display:inline;
	position:relative;
}

.ui-flickable-wrapper { background:none !important;}

ul#smgallery li img.w {	height:120px;}
ul#smgallery li img.h {	width:120px;}
p.f11 { display:none;}


#galleryBox p.more {
	width:86%;
	height:34px;
	margin: 15px 7%;
	float:left;
	text-align:center;
}

#galleryBox p.more a {
	display:block;
	color:#FFF;
	font-size:12px;
	line-height:34px;
	letter-spacing:2px;
	background:#333;
	background: -moz-linear-gradient(top, #20911A 1%, #1A7414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#20911A), color-stop(100%,#1A7414));
	background: -webkit-linear-gradient(top, #20911A 1%,#1A7414 100%);
	background: -o-linear-gradient(top, #20911A 1%,#1A7414 100%);
	background: -ms-linear-gradient(top, #20911A 1%,#1A7414 100%);
	background: linear-gradient(top, #20911A 1%,#1A7414 100%);
	border-radius: 20px; /* CSS3草案 */  
	-webkit-border-radius: 20px;/* Safari,Google Chrome用 */  
	-moz-border-radius: 20px;/* Firefox用 */
}

