/*=============================================================
  common.css
---------------------------------------------------------------

1. Common Layout
2. Home
3. Concept
4. Jewelry
5. Bridal
6. News & Topics
7. News & Topics detail
8. Bridal Service
9. Guide Book
10. FAQ
11. Site Map
12. Element Style
13. Helper
14. Lumine


===============================================================
1. Common Layout
=============================================================*/
html,
body {
	width: 100%;
	min-width: 980px;
	height: 100%;
	min-height: 600px;
}
.sp_only{
	display: none;
}
.pc_only{
	display: block;
}

.wrapper_inner img{
	width: auto;
	height: auto;
	display: inline;
	box-shadow: #000 0 0 0;
}
.fullscreen {
	/*overflow: hidden;*/
	overflow-x: hidden;
}

#contents a{
	color: #c19f28;
}

#wrapper {
	width: 88%;
	min-width: 980px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
	background: url(../img/bg.gif?v1) 0 0 repeat;
}
#wrapper_wide {
	width: 94%;
	min-width: 980px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
	background: url(../img/bg.gif?v1) 0 0 repeat;
}
#wrapper_wide_pink {
	width: 94%;
	min-width: 980px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
	background: url(../img/bg2.gif) 0 0 repeat;
}
#wrapper_no_pattern {
	width: 88%;
	min-width: 980px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
	background: none;
}
#wrapper_fit {
	width: 100%;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
	background: none;
}
/* #wrapper_pattern {
	width: 88%;
	min-width: 980px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	background: url(/common/img/bg.gif?v1) 0 0 repeat;
} */
.wrapper_inner {
	height: 100%;
	min-height: 100%;
	/* padding-top: 145px; */
}
/* visual {
	width: 100%;
	height: 518px;
	height: 80%;
	margin-bottom: 35px;
} */
#page_tit {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: left;
}
#detail #page_tit {
	max-width: 980px;
	margin: 0 auto 25px;
	text-align: left;
}
#page_tit h1{
	width: 300px;
	float: left;
}
#page_tit h1 img.svg{
	height: 19px;
}
.right_btn {
	margin-top: 10px;
	float: right;
}
#contents {
	min-width: 980px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 162px;
	/* background: #fff; */
}
#home #contents {
	/* no breadcrumbs */
	padding-bottom: 33px;
}
#contents #inner {
	width: 960px;
	margin: 0 auto;
}

#concept #contents #inner,
#news-detail #contents #inner {
	width: 88%;
	min-width: 900px;
	max-width: 1200px;
	margin: 0 auto;
}

/*
* bg
*/



#bg_wrapper {
	/*width: 88%;
	height: calc(100% - 145px - 40px);
	min-width: 980px;
	position: fixed;
	overflow: hidden;
	top: 145px;
	background-image: url('/common/img/home/bg.jpg');
	background-size: cover;
	background-position: left center;*/


	width: 88%;
	min-width: 980px;
	/*min-height: 660px;*/
	position: fixed;
	overflow: hidden;
	top: 145px;
	height: calc(100% - 145px - 53px);
}

#bg {
	position: absolute;
	width: 100%;
	min-width: 980px;
	height: 100%;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}
/*#bg {
	width: 100%;
	height: auto;
	min-width: 980px;
	position: absolute;
	top: 50%;
	transform
	z-index: 0;
}*/

/*
* deco
*/
.deco_1 {
	position: absolute;
	top: 0;
	left: 0;
}
.deco_2 {
	position: absolute;
	top: 0;
	right: 0;
}
.deco_3 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.deco_4 {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*
* modal
*/
.layer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba( 255,255,255,0.9 );
	display: none;
}
.layer .ct_box {
	width: 340px;
	border: solid 1px #e7e3d4;
	padding: 1px;
	margin-top: -120px;
	margin-left: -160px;
	position: fixed;
	top: 50%;
	left: 50%;
}
.layer .ct_box_inner {
	width: auto;
	border: solid 1px #f3f1e9;
	padding: 30px 30px 20px 30px;
	background: #fff;
	position: relative;
}
.layer .ct_box table {
	margin-bottom: 15px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2;
}
.layer .ct_box table th,
.layer .ct_box table td  {
	padding-right: 15px;
	font-weight: normal;
}
.layer .ct_box table td:last-child {
	padding-right: 0;
}
.close {
	color: #b1a373;
	text-align: center;
	cursor: pointer;
}

/*
* backtotop
*/

p.backtotop {
	width: 32px;
	height: 32px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}

/*
* notice
*/
#notice {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
#notice p {
	margin: 0;
	color: #666;
	font-size: 13px;
	line-height: 1.7;
	text-align: center;
	position: relative;
	left: 0;
	top: 43%;
}

/*
* 404
*/
#box_of_404 {
	padding-top: 300px;
	text-align: center;
}
#box_of_404 > h1 {
	margin-bottom: 20px;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}


/*=============================================================
4. Home
=============================================================*/
#home {
	/* width: 90%;
	height: 100%;
	margin: 0 5%;
	padding-top: 92px;
	position: absolute;
	z-index: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; */
}


/* #homeBg {
	width: 88%;
	height: 100%;
	min-width: 980px;
	position: fixed;
	overflow: hidden;
	top: 145px;
	height: calc(100% - 145px - 53px);
	opacity: 0;
	pointer-events: none;
} */

#homeMV {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 980px;
	/* top: 145px; */
	padding-top: 145px;
	height: calc(100vh - 145px - 53px);
	min-height: 500px;
	opacity: 0;
	pointer-events: none;
}

#homeMV.swiper-container-initialized,
#homeMV.active{
	opacity: 1;
	pointer-events: auto;
	transition: opacity 1.5s linear;
}
#homeMV .bgImage {
	/* position: absolute; */
	width: 100%;
	/* min-width: 980px; */
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 0;
	/* opacity: 0; */
	/* transition: opacity 2.0s .5s; */
}
#homeMV .bgImage a{
	position: absolute;
	width: 100%;
	height: 100%;
}

/* .swiper-pagination-bullet{
	width: 7px!important;
	height: 7px!important;
	margin: 0 7px!important;
	margin-bottom: 0!important;
	background-color: #fff!important;
	opacity: 1!important;
	position: relative!important;
	border: 1px solid #b2853b!important;
}

.swiper-pagination-bullet-active{
	background-color: #b2853b!important;
	opacity: 1!important;
} */
#homeMV .bgImage.active{
	opacity: 1;
	z-index: 1;
}



#homeMV .bgImage.xmas .logo{
	position: absolute;
	left: 7%;
	bottom: 33%;
	width: 238px;
}
#homeMV .bgImage.presentguide .logo{
	position: absolute;
	left: 7%;
	bottom: 33%;
	width: 288px;
}
#homeMV .bgImage.birthday .logo{
	position: absolute;
	left: 5%;
	bottom: 33%;
	width: 410px;
}


.home_banner{
	padding: 0 10px;
	margin: 100px auto 70px;
	max-width: 900px;
}
.home_banner img{
	width: 100%;
	max-width: 100%;
}
.home_banner a{
	display: block;
	width: 100%;
	transition: opacity .4s;
}
.home_banner a:hover{
	opacity: 0.7;
}
.home_banner .split{
	display: flex;
	justify-content: space-between;
}
.home_banner .split a{
	width: calc(50% - 10px);
}
.home_banner_inner:not(:last-child){
	margin-bottom: 50px;
}

.home_banner + #footer_outer footer {
	min-width: 980px;
	position: relative;
}






#home #logo_wrapper {
	border: 1px solid #f00;
	width: 35%;
	/*margin-top: -15%;*/
	margin-left: -51%;
	position: absolute;
	bottom: 45px;
	left: 50%;
	z-index: 2;
	/*margin-bottom: 15%;*/
}
#home #logo_wrapper > h1 {
	text-align: center;
	margin-bottom: 15%;
	/*margin-bottom: 10%;*/
}
#home #logo_wrapper > h1 img {
	width: 70%;
	margin: 0 auto;
	display: none;
}



#homeMV article {
	width: 340px;
	/* margin: 0 auto; */
	padding: 20px 0px 20px 25px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	box-sizing: border-box;
	background: rgba( 255,255,255,0.6 );
	/*display: none;*/
	/* opacity: 0; */
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	z-index: 10;
}
#homeMV.active article {
	opacity: 1;
	transition: opacity 1.5s 2s;
}

#homeMV article h1 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#homeMV article h1 span {
	color: #777;
	font-size: 10px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 25px;
}
#homeMV article ul.arrow {
	margin-bottom: 0;
}
#homeMV article ul.arrow li {
	font-size: 10px;
	letter-spacing: 0;
	margin-right: 0;
	float: none;
}
#homeMV article ul.arrow li a {
	color: #434343;
	text-decoration: none;
}
#homeMV article ul.arrow li a:hover {
	color: #999;
	text-decoration: none;
}


#home #bn {
	box-sizing: border-box;
	display: none;
	margin:0 auto;
	width:340px;

}
#home #bn img {
	display:block;
	margin-top:10px;
}

#home #bn a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
		-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;
}

/*=============================================================
5. Concept
=============================================================*/

#concept a{
	display: inline;
}

#concept #contents #inner > section {
	border: solid 1px #e7e3d4;
	padding: 1px;
}
#concept #contents #inner > section #base {
	width: auto;
	border: solid 1px #f3f1e9;
	padding-top: 55px;
	padding-bottom: 80px;
	background: #fff;
	position: relative;
}
#concept section h1 {
	text-align: center;
	margin-bottom: 35px;
}

#concept section h1 img{
	width: 50px;
}

#concept p {
	color: #434343;
	font-size: 14px;
	line-height: 2.8;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#concept .text_img{
	text-align: center;
	margin-bottom: 35px;
}

#concept .text_img img{
	width: 50px;
}


/*=============================================================
6. Jewelry
=============================================================*/
#jewelry {
	position: relative;
	z-index: 1;
	padding-top: 125px;
}
#jewelry nav{
	width: 160px;
	margin-top: 8%;
	margin-left: 13%;
}
#jewelry nav h1{
	margin-bottom: 30px;
}
#jewelry nav ul li {
	margin-bottom: 20px;
}

/*=============================================================
7. Bridal
=============================================================*/
/*
* visual
*/
#bridal #contents {
	background: #fff;
}
#bridal #visual {
	background: #fff;
	margin: 0 auto 50px;
	max-width: 1050px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#bridal .visual_link {
	width: 50%;
	background: #fff;
	position: relative;
	box-sizing: border-box;
}
#bridal #visual .visual_link:first-child {
	padding-right: 5px;
}
#bridal #visual .visual_link:nth-child(2) {
	padding-left: 5px;
}
#bridal #visual .visual_link:nth-child(3) {
	width: 580px;
	margin-top: 10px;
}
#bridal .visual_link h1 {
	position: absolute;
	top: 21%;
	left: 50%;
	transform: translateX(-50%);
}
#bridal .visual_link:nth-child(3) h1 {
	top: 50%;
	left: 25px;
	transform: translate(0, -50%);
}

/*
* btns
*/
#bridal #contents > ul {
	/* background: url(/common/img/bridal/line.gif) center 3px no-repeat; */
	display: flex;
	justify-content: center;
	width: 560px;
	margin: 0 auto;
}
#bridal #contents > ul li{
	/* width: 50%;
	float: left; */
	box-sizing: border-box;
	/* padding: 0 15px; */
	position: relative;
	/* text-align: center; */
	width: 50%;
	box-sizing: border-box;
}
/* #bridal #contents > ul li:first-child{
	width: 45%;
}
#bridal #contents > ul li:last-child{
	width: 55%;
} */
/* #bridal #contents > ul li:not(:last-child)::after{
	content: '';
	position: absolute;
	right: 0;
	top: 5%;
	height: 80%;
	width: 1px;
	background-color: #999;
} */

/*=============================================================
8. News & Topics
=============================================================*/
#news ul.news_panel{
	margin-bottom: 5px;
}
#news ul.news_panel li {
	width: 284px;
	padding: 8px;
	padding-bottom: 10px;
	margin-right: 30px;
	margin-bottom: 60px;
	background: #fff;
	float: left;
	box-shadow: 3px 3px 10px rgba( 0,0,0,0.12 );
}
#news ul.news_panel li:nth-child(3n) {
	margin-right: 0;
}
#news ul.news_panel li img {
	width: 100%;
	border: solid 1px #f7f6fb;
	margin-bottom: 10px;
	/* box-sizing: border-box; */
}
#news article h1 {
	color: #434343;
	font-size: 13px;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news article p {
	color: #777;
	font-size: 10px;
	margin-bottom: 5px;
	text-align: center;
}
#news article a:hover {
	text-decoration: none;
}
#news #view_more {
	margin-top: 20px;
	cursor: pointer;
}

/*=============================================================
9. News & Topics detail
=============================================================*/
/*
* aside
*/
#news-detail aside {
	width: 230px;
	margin-right: 60px;
	float: left;
}
#news-detail aside h1 {
	margin-bottom: 15px;
}
#news-detail aside nav {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#news-detail aside nav ul li {
	padding-left: 12px;
	margin-bottom: 8px;
	background: url(../img/arrow.png) 0 1px no-repeat;
	font-size: 11px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news-detail aside nav ul li:last-child {
	margin-bottom: 0;
}
#news-detail aside nav ul li a {
	color: #434343;
	display: block;
}
#news-detail aside nav ul li a:hover {
	color: #999;
	text-decoration: none;
}


/*
* #righter
*/
#news-detail #righter {
	width: 610px;
	margin-top: 4px;
	margin-bottom: 30px;
	float: left;
}
#news-detail #righter h1 {
	color: #434343;
	font-size: 20px;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom: 25px;
}
#news-detail #righter .date {
	font-size: 10px;
	color: #777;
	margin-bottom: 6px;
}
#news-detail #righter p {
	margin-bottom: 25px;
}
#news-detail #righter .panel {
	padding: 8px;
	background: #fff;
	box-shadow: 3px 3px 10px rgba( 0,0,0,0.12 );
	margin-bottom: 35px;
	display: inline-block;
}
#news-detail #righter .panel img {
	border: solid 1px #f7f6fb;
	/* box-sizing: border-box; */
}

/*
* #pager
*/
ul#pager {
	clear: both;
}
ul#pager li {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 1px;
}
ul#pager li:first-child {
	padding-left: 12px;
	background: url(/common/img/arrow_left.png) center left no-repeat;
	float: left;
}
ul#pager li:last-child {
	padding-right: 12px;
	background: url(../img/arrow.png) center right no-repeat;
	float: right;
}

/*=============================================================
10. Bridal Service
=============================================================*/
#bridal_service #page_tit {
	max-width: 980px;
	padding-bottom: 30px;
	margin: 0 auto 50px;
	background: url(/common/img/bridal_service/line.png) center bottom no-repeat;
}
#bridal_service p {
	text-align: center;
	margin-bottom: 50px;
}
#bridal_service nav {
	margin-bottom: 80px;
}
#bridal_service nav ul li {
	margin-left: 60px;
	float: left;
}
#bridal_service nav ul li:first-child {
	margin-left: 0;
}
#bridal_service .border {
	border: solid 1px #e7e3d4;
	padding: 1px;
	margin-bottom: 100px;
}
#bridal_service .border:last-child {
	margin-bottom: 40px;
}
#bridal_service .border_inenr {
	width: auto;
	border: solid 1px #f3f1e9;
	padding-top: 65px;
	padding-bottom: 30px;
	background: #fff;
	position: relative;
}
#bridal_service .border_inenr > h1 {
	text-align: center;
	margin-bottom: 30px;
}
#bridal_service .bridal_contents {
	width: 740px;
	padding: 10px 0;
	margin: 0 auto;
	border-bottom: solid  1px #f2f2f2 ;
}
#bridal_service .last {
	border-bottom: none;
}
#bridal_service .bridal_contents .righter {
	width: 480px;
	margin-top: 50px;
	float: right;
	text-align: center;
}
#bridal_service .bridal_contents .mt_plus {
	margin-top: 56px;
}
#bridal_service .bridal_contents .righter h1 {
	margin-bottom: 35px;
}
#bridal_service .border_img {
	border: solid 1px #f2f2f2;
	margin: 18px 0 18px 30px;

}

/*
* alt
*/
#bridal_service .bridal_contents_alt {
	width: 772px;
	padding-top: 0;
	margin: 0 auto 20px;
}
#bridal_service .border:last-child h1 {
	margin-bottom: 10px;
}
#bridal_service .bridal_contents_alt .righter{
	width: 345px;
	margin-top: 50px;
	float: right;
	text-align: center;
}
#bridal_service .bridal_contents_alt .mt_plus{
	margin-top: 100px;
}

#bridal_service .bridal_contents_alt .righter h1 {
	margin-bottom: 40px;
}

/*=============================================================
11. Guide Book
=============================================================*/
#guide #border {
	border: solid 1px #e7e3d4;
	padding: 1px;
	background: #fff;
}
#guide #border_inner {
	width: auto;
	border: solid 1px #f3f1e9;
}
#guide #guide_contents {
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}
#guide .alt{
	padding-bottom: 40px;
}
#guide #guide_contents section.desc h1 {
	margin-bottom: 20px;
	color: #434343;
	font-size: 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	line-height: 1.7;
}
#guide #guide_contents section.desc p {
	line-height: 2;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#guide #guide_contents section.desc p.back {
	margin-bottom: 20px;
	clear: both;
	text-align: right;
}

/*
* lefter
*/
#guide #lefter {
	width: 410px;
	float: left;
}
#guide #lefter > h1 {
	margin-bottom: 37px;
}
#guide #lefter ul li {
	padding-left: 12px;
	margin-bottom: 10px;
	background: url(../img/arrow.png) 0 4px no-repeat;
	letter-spacing: 1px;
	line-height: 2;
}
#guide #lefter ul li a {
	color: #434343;
	display: block;
}
#guide #lefter ul li a:hover {
	color: #999;
	text-decoration: none;
}

#guide #lefter ul.line2 {
	width: 190px;
	float: left;
}

/*
* righter
*/
#guide #righter {
	width: 400px;
	float: right;
	text-align: center;
}

/*
* aside#big
*/
#guide aside#big {
	border-top: solid 1px #f3f1e9;
	clear: both;
}
#guide aside#big nav ul li {
	padding-top: 12px;
	border-left: solid 1px #f3f1e9;
	float: left;
}
#guide aside#big nav ul li:first-child {
	border-left: none;
}

/*
* aside#small
*/
#guide aside#small ul {
	margin-top: 50px;
	margin-left: 35px;
	height: 13px;
}
#guide aside#small nav ul li {
	padding-left: 12px;
	margin-left: 20px;
	background: url(../img/arrow.png) 0 3px no-repeat;
	float: left;
}

#guide aside#small nav ul li a{
	display: inline;
}

#guide aside#small nav ul li:first-child {
	margin-left: 0;
}
#guide aside#small nav ul li img {
	vertical-align: middle;
}
#guide aside#small nav ul li:nth-child a {
	display: block;
}
#guide aside#small nav ul li:nth-child(1) a {
	background: url(../img/guide/ov1.gif) 0 2px no-repeat;
}
#guide aside#small nav ul li:nth-child(2) a {
	background: url(../img/guide/ov2.gif) 0 2px no-repeat;
}
#guide aside#small nav ul li:nth-child(3) a {
	background: url(../img/guide/ov3.gif) 0 2px no-repeat;
}
#guide aside#small nav ul li:nth-child(4) a {
	background: url(../img/guide/ov4.gif) 0 2px no-repeat;
}
#guide aside#small nav ul li:nth-child(5) a {
	background: url(../img/guide/ov5.gif) 0 2px no-repeat;
}
#guide aside#small nav ul li:nth-child(6) a {
	background: url(../img/guide/ov6.gif) 0 2px no-repeat;
}

#guide aside#small nav ul li a:hover img,
#guide aside#small nav ul li.current a img  {
	opacity: 0;
}

#guide #guide_contents section.desc h1.header_small {
	margin-bottom: 5px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-left: -6px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#guide #guide_contents ul.repair {
	width: 170px;
	padding-bottom: 15px;
	float: left;
}
#guide #guide_contents ul.repair.alt {
	width: 350px;
}
#guide #guide_contents ul.repair li {
	line-height: 2;
	letter-spacing: 1px;
}


#guide #page_tit img{
	width: 215px;
}

#guide #page_tit .right_btn{
	width: 164px;
}

#guide img.w260{
	width: 260px;
}

#guide .guide2 #righter img{
	width: 81%;
}

#guide .guide2-1 .item_img{
	width: 310px;
}

#guide .guide2-2 .item_img{
	width: 300px;
}

#guide .guide2-4 .item_img{
	width: 330px;
}

#guide .guide2-7 .item_img img,
#guide .guide3-3 .item_img img{
	width: 700px;
}

#guide .guide3-1 .item_img img,
#guide .guide3-2 .item_img img{
	width: 380px;
}

#guide .guide4-1 .item_img,
#guide .guide4-2 .item_img{
	width: 250px;
}

#guide .guide5 #righter img{
	width: 90%;
}

#guide .guide5-7 .item_img{
	width: 300px;
}

#guide .guide6 #righter img{
	width: 72%;
}

#guide .guide6-11 .item_img img{
	width: 480px;
}

#guide .guide6-17 .item_img{
	width: 250px;
}

#guide .guide6-19 .item_img img{
	width: 520px;
}

#guide .guide6-22 .item_img{
	width: 250px;
}

#guide .guide6-23 .item_img{
	width: 280px;
}

#guide .guide6-24 .item_img{
	width: 330px;
}

#guide .guide6-26 .item_img{
	width: 240px;
}


/*=============================================================
12. FAQ
=============================================================*/
#faq #page_tit {
	margin-bottom: 60px;
}
#faq .wide_area {
	padding: 0 35px;
	clear: both;
}
#faq .wide_area h1 {
	margin-bottom: 40px;
	color: #434343;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}
#faq h1.q {
	padding-left: 30px;
	margin-bottom: 25px;
	background: url(/common/img/faq/q.png) 0 5px no-repeat;
	color: #434343;
	font-size: 15px;
	line-height: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}
#faq .q_a_contents p {
	letter-spacing: 1px;
	line-height: 2.4;
}
#faq .small_tit {
	color: #434343;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 20px;
}
#faq .alt {
	margin-bottom: 3px;
}
#faq .alt2 {
	margin-bottom: 8px;
}

/*
* small nav
*/
#faq nav {
	margin-bottom: 50px;
}
#faq nav ul li {
	height: 45px;
	float: left;
}
#faq nav ul li.current {
	background: url(/common/img/arrow_below.png) center bottom no-repeat;
}
#faq nav ul li.current a img {
	opacity: 0;
}
#faq nav ul li a {
	display: block;
	border-right: solid 1px #dedede;
}
#faq nav ul li:first-child a {
	border-left: solid 1px #dedede;
	background: url(/common/img/faq/ov1.gif) top left no-repeat;
}
#faq nav ul li:nth-child(2) a {
	background: url(/common/img/faq/ov2.gif) top left no-repeat ;
}
#faq nav ul li:nth-child(3) a {
	background: url(/common/img/faq/ov3.gif) top left no-repeat ;
}
#faq nav ul li:nth-child(4) a {
	background: url(/common/img/faq/ov4.gif) top left no-repeat ;
}
#faq nav ul li:nth-child(5) a {
	background: url(/common/img/faq/ov5.gif) top left no-repeat ;
}
#faq nav ul li:nth-child(6) a {
	background: url(/common/img/faq/ov6.gif) top left no-repeat ;
}

#faq nav ul li a:hover img {
	opacity: 0;
}

/*
* lefter, righter
*/
#faq .lefter {
	width: 370px;
	padding-left: 35px;
	float: left;
}
#faq .lefter > h1 {
	margin-bottom: 40px;
}
#faq .lefter p {
	letter-spacing: 1px;
	line-height: 2.4;
	margin-bottom: 20px;
}
#faq .lefter ul {
	margin-bottom: 40px;
}
#faq .lefter ul li {
	padding-left: 12px;
	margin-bottom: 10px;
	background: url(/common/img/arrow_black.png) 0 6px no-repeat;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 1px;
}
#faq ul.alt {
	list-style-type: disc;
	padding-left: 18px;
}
#faq ul.alt li {
	padding-left: 0;
	margin-bottom: 10px;
	background: none;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 1px;
}
#faq .lefter ul li a {
	color: #434343;
}
#faq .lefter ul li a:hover {
	color: #999;
	text-decoration: none;
}
#faq .lefter section > h1 {
	margin-bottom: 20px;
	color: #434343;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}
#faq .righter {
	width: 550px;
	float: right;
	text-align: center;
}

/*=============================================================
13. Site Map
=============================================================*/
#sitemap #page_tit {
	margin-bottom: 55px;
}
#sitemap #contents {
	background: #fff;
}
#sitemap #contents ul {
	clear: both;
}
#sitemap #inner > ul > li {
	box-sizing: border-box;
}
#sitemap #contents ul.two > li,
#sitemap #contents ul.six > li {
	width: 260px;
	float: left;
	padding-left: 12px;
	margin-bottom: 42px;
	background: url(../img/arrow.png) left 0px no-repeat;
}
#sitemap #contents ul.six > li {
	width: 115px;
	margin-right: 30px;
	float: left;
}
#sitemap #contents ul.six li:nth-child(2) {
	margin-right: 50px;
}
#sitemap #contents ul.six li:nth-child(3) {
	margin-right: 60px;
}
#sitemap #contents ul.six li:nth-child(4) {
	margin-right: 10px;
}
#sitemap #contents ul.six li:nth-child(5) {
	margin-right: 30px;
}
#sitemap #contents ul.six li:nth-child(6) {
	margin-right: 0;
}
#sitemap #contents ul.two li > ul {
	width: 245px;
	padding-top: 10px;
	border-top: dotted 1px #c19f28;
	margin-top: 10px;
	margin-bottom: 15px;
	position: relative;
	left: -12px;
	line-height: 2;
}
#sitemap #contents ul li a {
	font-size: 12px;
	color: #434343;
}
#sitemap #contents ul li a:hover {
	color: #999;
	text-decoration: none;
}
#sitemap #contents ul li img {
	vertical-align: top;
}

/*=============================================================
14. Element Style
=============================================================*/
p,dl,li {
	color: #434343;
	font-size: 12px;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.center {
	text-align: center;
}
/* a {
	color: #c19f28;
	text-decoration: none;
} */

a.arrow_link {
	background: url(../img/arrow.png) 0 0 no-repeat;
	padding-left: 12px;
}
ul.arrow {
	margin-bottom: 20px;
	clear: both;
}
ul.arrow li {
	font-size: 12px;
	line-height: 1.7;
	background: url(../img/arrow.png?v2) 0 2px no-repeat;
	padding-left: 13px;
	margin-right: 20px;
	float: left;
}
ul.arrow li a:hover {
	text-decoration: none;
	color: #e9d48a;
}

/*=============================================================
15. Helper
=============================================================*/
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.a_l {
	text-align: left;
}
.a_r {
	text-align: right;
}
.a_c {
	text-align: center;
}
.clr {
	clear: both;
}
.w300 {
	width: 300px;
}
.w420 {
	width: 420px;
}
.w480 {
	width: 480px;
}
.pl35 {
	padding-left: 35px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
.ml5 {
	margin-left: 5px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}

/*
* clear fix
*/
.cf:before,
.cf:after {
	content:".";
	display: block;
	height: 0;
	overflow: hidden;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}



/*=============================================================
16. Lumine
=============================================================*/

#lumine {
	color: #434343;
	font-size: 12px;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#lumine #contents #inner > section {
	border: solid 1px #e7e3d4;
	padding: 1px;
	background:#FFF;

}
#lumine #contents #inner > section #base {
	width: auto;
	border: solid 1px #f3f1e9;
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
}

/*#lumine #contents #inner > section #base {
	width: auto;
	border: solid 1px #f3f1e9;
	padding-top: 25px;
	padding-bottom: 80px;
	position: relative;
	background: url(/common/img/lumine/top_left.gif) left top no-repeat,url(/common/img/lumine/top_right.gif) right top no-repeat,url(/common/img/lumine/bottom_right.gif) right  bottom no-repeat,url(/common/img/lumine/bottom_left.gif) left bottom no-repeat;
}*/


#lumine section .main {
	text-align:center;
	margin-bottom: 35px;
}

#lumine section h1 {
	text-align: center;
	margin-bottom: 35px;
}
#lumine p {
	color: #434343;
	font-size: 14px;

	text-align: center;
}

#lumine section h2 {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 50px;
}

#lumine section .product img {
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:15px;
	text-align:center;
}

#lumine section .product .tl {
	text-align:left;
	margin-left:20px;
}

.dot {
	display:block;
	margin:0 auto;
	padding-top:30px;
}

#lumine section .special h2 {
	margin:0 0 20px;}

#lumine section .special img {

	display:block;

	margin-top:20px;

}

#lumine section .special p {

	display:block;
	padding-bottom:15px;
	text-align:left;
}



#lumine section .layout{
	width:350px;
	display: inline-block;
	vertical-align: top;
	text-align:left;
	margin-left:36px;
}

#lumine section .layout .ml50{
	margin-left:48px;
}


#lumine section .limited {
	margin-left:84px;
	margin-right:84px;
}
#lumine section .limited .product{
	width:318px;
	display:inline-block;
	vertical-align: middle;
}


#lumine .price p {text-align:left; width:630px; margin:0 auto 40px;}

#rule  > section {
	border: solid 1px #e7e3d4;
	padding: 1px;
	background:#FFF;
	width:85%;
	margin:0 auto;
	margin-top:30px;
}
#rule > section #line {
	width: auto;
	border: solid 1px #f3f1e9;
	padding-bottom: 80px;
	position: relative;
	background: url(/common/img/lumine/top_left.gif) left top no-repeat,url(/common/img/lumine/top_right.gif) right top no-repeat,url(/common/img/lumine/bottom_right.gif) right  bottom no-repeat,url(/common/img/lumine/bottom_left.gif) left bottom no-repeat;
}

#lumine section .boxContainer{
	margin:0 auto;
	text-align:center;
}
#lumine section .box {
	display: inline-block;
	padding:10px;
	margin-top:20px;
}
#lumine section .box a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
		-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;
}








#lumine #share{
	margin: -10px auto 0;
	text-align: center;
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #f3f1e9;
	width:810px;
	/*border-bottom: 1px solid #ededed;*/
}

#lumine #share p{
	position: absolute;
	width:130px;
	left:33%;
	top: 35%;
	font-size: 14px;
	color: #666;
	margin-top: -0.6em;
	color: #C19F28;
}

#lumine #share ul{
	margin:0 auto;
	padding-left:120px;
	font-size: 0;
	width: 300px;
}
#lumine #share ul li{
	display: inline-block;
	text-align: center;
	width: 42px;
	line-height:100%;
}
#lumine #share ul li a{
	display: block;
	padding: 10px 0;
}
#lumine #share ul li img{
	width: 20px;
}


#lumine .bd{
	border: solid 1px #f3f1e9;
}
.linkshop {
	display: table;
	margin:0 auto;
	text-align:left;
    font-size: 14px;
}

.linkshop a{
    line-height: 1.8;
    background: url(../img/arrow.png) 0 2px no-repeat;
	padding-left:14px;

}

.linkshop a:hover {
    text-decoration: none;
    color: #e9d48a;
}








