@charset "utf-8";
/* ============================================================ */
/* .header_top */
/* ============================================================ */
.header_top {
	background: #fa80aa;
	padding: 8px 0;
	position: relative;
	line-height: 1.7;
}


/* .header_top_inner
------------------------------------------------------------ */
.header_top_inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

.header_top_inner p {
	color: #fff;
	float: left;
}


/* .header_search */
.header_search {
	float: right !important;
	display: inline-block !important;
	font-size: 0 !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	border: none !important;
	width: 241px !important;
}

.header_search .gsc-search-box ,
.header_search .gsc-search-box table {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.header_search .gsc-search-box tbody ,
.header_search .gsc-search-box td {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.header_search .gsc-search-box .gsc-input-box {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.header_search .gsc-search-box .gsc-input-box #gsc-i-id2 {
	position: relative!important;
	margin-bottom: 0!important;
	*margin-left: 0!important;
	vertical-align: top!important;
	width: 214px!important;
	height: 25px!important;
	padding: 0 2px!important;
	background: #fff!important;
	border: none!important;
	-webkit-appearance:none!important;
	border-radius: 0!important;
	margin: 0 !important;
	font-size: 1.1rem!important;
	line-height: 1.4;!important;
	box-sizing: border-box!important;
}

.header_search .gsc-search-box table td.gsc-input ,
.header_search .gsc-search-box table #gs_id51 {
	width: 214px!important;
	height: 25px!important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.header_search .gsc-search-box #gsc-iw-id2 ,
.header_search .gsc-search-box .gsc-input-box ,
.header_search .gsc-search-box .gsc-input {
	margin: 0 !important;
	padding: 0 !important;
	width: 214px!important;
	height: 25px!important;
	overflow: hidden !important;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.header_search .gsc-search-box .gsc-input {
		border-radius: 0!important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.header_search .gsc-search-box .gsc-input {
		border-radius: 0!important;
	}
}

.header_search .gsc-search-box .gsc-search-button {
	padding: 0 !important;
	margin: 0 !important;
	/*width: 27px!important;
	height: 25px!important;*/
}

.header_search .gsc-search-box .gsc-search-button input[type="image"] {
	padding: 5px 6px 5px 7px !important;
	border: 1px solid #fff !important;
	border-left: none !important;
	background: #fa80aa !important;
	/*background: url(/common/img/common/btn_search.png) 0 0 no-repeat #fa80aa !important;
    padding: 10px 35px 10px!important;
	height: 5px!important;
	border: none !important;
    position: relative!important;
    top: 0!important;*/
    border-radius: 0!important;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.header_search .gsc-search-box .gsc-search-button input[type="image"] {
		padding: 5px 6px 4px 6px !important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.header_search .gsc-search-box .gsc-search-button input[type="image"] {
		padding: 5px 6px !important;
	}
}

/*.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
	background: nonre !important;
	width: 27px !important;
	height: 25px !important;
	text-indent: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}*/



/*.header_top_inner .header_search {
	float: right;
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
	border: none;
}

.header_top_inner .header_search form input[type="text"] {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	width: 214px;
	height: 25px;
	padding: 0 2px;
	background: #fff;
	border: none;
	-webkit-appearance:none;
	border-radius: 0;
	margin: 0 !important;
	font-size: 1.1rem;
	line-height: 1.4;
	box-sizing: border-box;
}*/



/* .header_inquiry
------------------------------------------------------------ */
.header_inquiry {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	z-index: 5000;
}

.header_inquiry .inquiry_inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.header_inquiry .inquiry_inner {
		position: absolute;
		top: -1px;
		right: 0;
	}
}

.header_inquiry .inquiry_inner div {
	border-radius: 0 0 5px 5px;
	z-index: 3000;
	padding: 0 0 0 10px;
	margin: 0;
	display: block;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.7)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0.7) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0.7) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0.7) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#99ffffff',GradientType=0 );
	text-align: left;
	overflow: hidden;
}

.header_inquiry .inquiry_inner div p {
	float: left;
	padding: 8px 0 0 0;
	margin: 0 10px 0 0;
	font-size: 1.2rem;
	line-height: 1.2;
}

.header_inquiry .inquiry_inner div p i.icon-arrow_freecall:before {
	color: #f94181 !important;
}

.header_inquiry .inquiry_inner div p span {
	color: #ec3775;
	font-weight: bold;
	font-size: 1.7rem;
}

.header_inquiry .inquiry_inner div p a {
	color: #ec3775;
}

.header_inquiry .inquiry_inner div ul {
	overflow: hidden;
}

.header_inquiry .inquiry_inner div ul li {
	float: left;
	width: 32%;
	border-left: 1px solid #cdcdcd;
}

.header_inquiry .inquiry_inner div ul li a {
	display: block;
	padding: 16px 0;
	text-align: center;
	color: #000;
	font-size: 1.2rem;
}

.header_inquiry .inquiry_inner div ul li a i {
	color: #f94181;
}


/* ============================================================ */
/* header */
/* ============================================================ */
header {
	background: url(/common/img/common/bg_header.png) 0 88px repeat-x;
	width: 100%;
	position: relative;
	/*top: 110px;*/
	z-index: 1000;
	margin: 110px 0 0 0;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	header {
		margin: 108px 0 0 0;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	header {
		margin: 107px 0 0 0;
	}
}

.header_inner {
	width: 1000px;
	background: url(/common/img/common/bg_header_inner.png) top center no-repeat;
	margin: 0 auto;
	padding: 17px 0 0 0;
	text-align: left;
	overflow: hidden;
}


/* .logo
------------------------------------------------------------ */
.header_inner .logo {
	text-align: center;
	background: url(/common/img/common/img_leaf.png) 564px 20px no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.header_inner .logo {
		background: url(/common/img/common/img_leaf@2x.png) 564px 20px no-repeat;
		background-size: 89px 70px;
	}
	
	.header_inner .logo img {
		width: 170px;
		height: 145px;
	}
}


/* .hnavi
------------------------------------------------------------ */
.header_inner .hnavi {
	float: right;
	overflow: hidden;
}

.header_inner .hnavi li {
	float: left;
	margin: 0 0 0 15px;
}

.header_inner .hnavi li i {
	color: #7fac1e;
}

.header_inner .hnavi li a {
	color: #4d280d;
}

.header_inner .hnavi .hnavi_instagram {
	background: url(/common/img/common/ico_instagram@2x.png) 0 0 no-repeat;
	background-size: 20px 20px;
	padding: 0 0 0 28px;
}

.header_inner .hnavi .hnavi_facebook {
	background: url(/common/img/common/ico_facebook@2x.png) 0 0 no-repeat;
	background-size: 20px 20px;
	padding: 0 0 0 28px;
}

.header_inner .hnavi .hnavi_line {
	background: url(/common/img/common/ico_line@2x.png) 0 0 no-repeat;
	background-size: 20px 20px;
	padding: 0 0 0 28px;
}


/* ============================================================ */
/* #gnavi */
/* ============================================================ */
#gnavi {
	margin: -54px 0 15px 0;
}

#gnavi ul {
	overflow: hidden;
}

#gnavi ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#gnavi li a {
	height: 0;
	display: block;
	overflow: hidden;
	padding: 55px 0 0 0;
}

#gnavi .gnav_beginner a {
	background: url(/common/img/common/gnavi_beginner.png) 0 0 no-repeat;
	width: 105px;
}

.beginner #gnavi .gnav_beginner a ,
#gnavi .gnav_beginner a:hover {
	background: url(/common/img/common/gnavi_beginner_on.png) 0 0 no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#gnavi .gnav_beginner a {
		background: url(/common/img/common/gnavi_beginner@2x.png) 0 0 no-repeat;
		background-size: 105px 55px;
		width: 105px;
		height: 55px
		overflow: hidden;
	}
	
	.beginner #gnavi .gnav_beginner a ,
	#gnavi .gnav_beginner a:hover {
		background: url(/common/img/common/gnavi_beginner_on@2x.png) 0 0 no-repeat;
		background-size: 105px 55px;
	}
}

#gnavi .gnav_lot a {
	background: url(/common/img/common/gnavi_lot.png) 0 0 no-repeat;
	width: 80px;
}

.design #gnavi .gnav_lot a ,
#gnavi .gnav_lot a:hover {
	background: url(/common/img/common/gnavi_lot_on.png) 0 0 no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#gnavi .gnav_lot a {
		background: url(/common/img/common/gnavi_lot@2x.png) 0 0 no-repeat;
		background-size: 80px 55px;
		width: 80px;
		height: 55px
		overflow: hidden;
	}
	
	.design #gnavi .gnav_lot a ,
	#gnavi .gnav_lot a:hover {
		background: url(/common/img/common/gnavi_lot_on@2x.png) 0 0 no-repeat;
		background-size: 80px 55px;
	}
}


#gnavi .gnav_design a {
	background: url(/common/img/common/gnavi_design.png) 0 0 no-repeat;
	width: 106px;
}

#design_tombstone_index #gnavi .gnav_design a ,
#gnavi .gnav_design a:hover {
	background: url(/common/img/common/gnavi_design_on.png) 0 0 no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#gnavi .gnav_design a {
		background: url(/common/img/common/gnavi_design@2x.png) 0 0 no-repeat;
		background-size: 106px 55px;
		width: 106px;
		height: 55px
		overflow: hidden;
	}
	
	#design_tombstone_index #gnavi .gnav_design a ,
	#gnavi .gnav_design a:hover {
		background: url(/common/img/common/gnavi_design_on@2x.png) 0 0 no-repeat;
		background-size: 106px 55px;
	}
}

#gnavi .gnav_plan a {
	background: url(/common/img/common/gnavi_plan.png) 0 0 no-repeat;
	width: 99px;
}

.plan #gnavi .gnav_plan a ,
#gnavi .gnav_plan a:hover {
	background: url(/common/img/common/gnavi_plan_on.png) 0 0 no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#gnavi .gnav_plan a {
		background: url(/common/img/common/gnavi_plan@2x.png) 0 0 no-repeat;
		background-size: 99px 55px;
		width: 99px;
		height: 55px
		overflow: hidden;
	}
	
	.plan #gnavi .gnav_plan a ,
	#gnavi .gnav_plan a:hover {
		background: url(/common/img/common/gnavi_plan_on@2x.png) 0 0 no-repeat;
		background-size: 99px 55px;
	}
}

#gnavi .gnav_customer {
	margin: 0 0 0 220px;
}

#gnavi .gnav_customer a {
	background: url(/common/img/common/gnavi_customer.png) 0 0 no-repeat;
	width: 95px;
}

.customer #gnavi .gnav_customer a ,
#gnavi .gnav_customer a:hover {
	background: url(/common/img/common/gnavi_customer_on.png) 0 0 no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#gnavi .gnav_customer a {
		background: url(/common/img/common/gnavi_customer@2x.png) 0 0 no-repeat;
		background-size: 95px 55px;
		width: 95px;
		height: 55px
		overflow: hidden;
	}
	
	.customer #gnavi .gnav_customer a ,
	#gnavi .gnav_customer a:hover {
		background: url(/common/img/common/gnavi_customer_on@2x.png) 0 0 no-repeat;
		background-size: 95px 55px;
	}
}

#gnavi .gnav_guide a {
	background: url(/common/img/common/gnavi_guide.png) 0 0 no-repeat;
	width: 105px;
}

.guide #gnavi .gnav_guide a ,
#gnavi .gnav_guide a:hover {
	background: url(/common/img/common/gnavi_guide_on.png) 0 0 no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#gnavi .gnav_guide a {
		background: url(/common/img/common/gnavi_guide@2x.png) 0 0 no-repeat;
		background-size: 105px 55px;
		width: 105px;
		height: 55px
		overflow: hidden;
	}
	
	.guide #gnavi .gnav_guide a ,
	#gnavi .gnav_guide a:hover {
		background: url(/common/img/common/gnavi_guide_on@2x.png) 0 0 no-repeat;
		background-size: 105px 55px;
	}
}

#gnavi .gnav_faq a {
	background: url(/common/img/common/gnavi_faq.png) 0 0 no-repeat;
	width: 110px;
}

.faq #gnavi .gnav_faq a ,
#gnavi .gnav_faq a:hover {
	background: url(/common/img/common/gnavi_faq_on.png) 0 0 no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#gnavi .gnav_faq a {
		background: url(/common/img/common/gnavi_faq@2x.png) 0 0 no-repeat;
		background-size: 110px 55px;
		width: 110px;
		height: 55px
		overflow: hidden;
	}
	
	.faq #gnavi .gnav_faq a ,
	#gnavi .gnav_faq a:hover {
		background: url(/common/img/common/gnavi_faq_on@2x.png) 0 0 no-repeat;
		background-size: 110px 55px;
	}
}

#gnavi .gnav_contact a {
	background: url(/common/img/common/gnavi_contact.png) 0 0 no-repeat;
	width: 80px;
}

.catalogue #gnavi .gnav_contact a ,
#gnavi .gnav_contact a:hover {
	background: url(/common/img/common/gnavi_contact_on.png) 0 0 no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#gnavi .gnav_contact a {
		background: url(/common/img/common/gnavi_contact@2x.png) 0 0 no-repeat;
		background-size: 80px 55px;
		width: 80px;
		height: 55px
		overflow: hidden;
	}
	
	.catalogue #gnavi .gnav_contact a ,
	#gnavi .gnav_contact a:hover {
		background: url(/common/img/common/gnavi_contact_on@2x.png) 0 0 no-repeat;
		background-size: 80px 55px;
	}
}

#gnavi .gnav_reservation a {
	background: url(/common/img/common/gnavi_reservation.png) 0 0 no-repeat;
	width: 80px;
}

.reservation #gnavi .gnav_reservation a ,
#gnavi .gnav_reservation a:hover {
	background: url(/common/img/common/gnavi_reservation_on.png) 0 0 no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#gnavi .gnav_reservation a {
		background: url(/common/img/common/gnavi_reservation@2x.png) 0 0 no-repeat;
		background-size: 80px 55px;
		width: 80px;
		height: 55px
		overflow: hidden;
	}
	
	.reservation #gnavi .gnav_reservation a ,
	#gnavi .gnav_reservation a:hover {
		background: url(/common/img/common/gnavi_reservation_on@2x.png) 0 0 no-repeat;
		background-size: 80px 55px;
	}
}







