@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */

/* ----------------------------------------------------------

		RESET CSS

---------------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #FFFFFF;
	color: #000000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	position: relative;
	overflow-x: hidden;
}
table {
	table-layout: fixed;
}
table td img {
	max-width: 100% !important;
	height: auto !important;
}
pre {
	margin: 0;
	padding: 0;
	white-space: pre-line;
}
b, strong {
	font-weight: bold;
}
u {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	height: auto !important;
}
small {
	font-size: 80%;
}
hr {
	border: none;
	height: 0;
	border-bottom: 1px dashed #B3B3B3;
}
span {
	font-weight: inherit;
}
.youtube iframe {
	width: 100%;
}
u {
	text-decoration: underline;
}
/* ----------------------------------------------------------

		Bxi Reset

---------------------------------------------------------- */

/* sitemap */
.map {
	margin: 56px 20px 0;
}
.map li {
	border-left: 5px solid #CCCCCC;
	list-style: none;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	text-align: left;
}
/* policy */
.policy h3 {
	border-bottom: 2px solid #BBBBBB;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.policy p {
	margin: 0 0 20px;
}
/* input */
input[type="button"] {
	cursor: pointer;
	padding: 5px 10px;
}
/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

.inner {
	margin: 0 auto;
	max-width: 1000px;
}
#contents_wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#contents {
	background-color: inherit !important;
	padding: 45px 0 110px;
}
.ColLeft {
	float: left;
}
.ColRight {
	float: right;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */
header#global_header {
	clear: both;
	width: 100%;
}
#global_header:before {
	content: "";
	background: #fdc5da;
	height: 10px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
#global_footer:before {
	content: "";
	background: #fdc5da;
	height: 10px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
#contents_wrap:before {
	content: "";
	background: #fdc5da;
	width: 10px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
}
#contents_wrap:after {
	content: "";
	background: #fdc5da;
	width: 10px;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
}
#header, #keyv {
	position: relative;
}
.head_abs {
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	z-index: 999;
}
#nav_global {
	border-radius: 2px;
	background: #ffe7f0;
	margin-top: 40px;
}
#nav_global ul li {
	
	float: left;
	width: 16.6%;
}
#nav_global ul li a {
	background: url(../images/common/bg_li.jpg) no-repeat center right;
	color: #808000;
	display: block;
	font-weight: bold;
	padding: 20px 5px 18px;
	position: relative;
	line-height: 1;
	text-decoration: none;
}
#nav_global ul li:last-child a {
	background: none;
}
/*#nav_global ul li a span {
	display: block;
	transition: all .1s linear;
	opacity: 1;
}
#nav_global ul li:hover a span {
	opacity: 0;
}
#nav_global ul li a em {
	font-weight: bold;
	position: absolute;
	transition: all .1s linear;
	padding-bottom: 0;
	color: #b09d7c;
	left: 10%;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
#nav_global ul li:hover a em {
	opacity: 1;
}
#nav_global ul li a em:after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -7px;
	height: 1px;
	background: #808000;
}
#nav_global ul li:hover a em:after {
	left: 0;
	right: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}*/
.head_mail {
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 999;
}
.head_scroll {
	position: absolute;
	bottom: 35px;
	left: 25px;
	z-index: 999;
}
#maximage img{
	width: 100%;
}
/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */
footer#global_footer {
	width: 100%;
}
.wrapFooter {
	background: #fdc5da;
	padding: 35px 0 40px;
	position: relative;
}
.pageTop {
	position: absolute;
	right: 25px;
	top: 40px;
	z-index: 9999;
}
#navi_foot ul li {
	display: inline-block;
}
#navi_foot ul:last-child {
	padding-top: 10px;
}
#navi_foot ul li a {
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 0 8px 0 5px;
	line-height: 1;
}
#navi_foot ul li:last-child a {
	border-right: none;
}
.coppyright {
	color: #fff;
	padding-top: 10px;
}
/* ----------------------------------------------------------

		Sidemenu

---------------------------------------------------------- */

/* ----------------------------------------------------------

		Contents

---------------------------------------------------------- */
.relative {
	position: relative;
}
.topPage::before, .home_wrap::before {
	background: url(../images/home/bg_01.jpg) no-repeat top left;
	content: "";
	height: 198px;
	width: 216px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.topPage::after, .home_wrap::after {
	background: url(../images/home/bg_02.jpg) no-repeat bottom right;
	content: "";
	height: 225px;
	width: 206px;
	position: absolute;
	bottom: 0;
	right: 0;
	visibility: inherit;
	z-index: 1;
}
.home_text b {
	font-size: 24px;
}
.home_box {
	background: url(../images/home/bg_03.png) no-repeat bottom left, url(../images/home/bg_04.png) no-repeat bottom 200px right;
}
.inner_Height {
	min-height: 800px;
}
.home_abs01 {
	position: absolute;
	top: 0;
	left: 0;
}
.home_abs02 {
	position: absolute;
	top: 90px;
	left: 35%;
}
.home_abs03 {
	position: absolute;
	top: 0;
	right: 0;
}
.home_abs04 {
	position: absolute;
	bottom: 80px;
	left: 0;
}
.home_abs05 {
	position: absolute;
	bottom: 0;
	left: 35%;
}
.home_abs06 {
	position: absolute;
	bottom: 80px;
	right: 0;
}
.scroll {
	overflow-y: auto;
	height: 330px;
}
.home_new {
	border-bottom: 1px dashed #dadada;
	font-size: 16px;
}
.home_new u {
	color: #ee86ad;
}
.home_map iframe {
	border: 2px solid #fdc5da !important;
}
.btn01 a {
	max-width: 300px;
	display: inline-block;
	padding: 10px 50px;
	background: #ffe7f0;
	font-size: 20px;
	font-weight: bold;
	color: #808000;
	text-decoration: none;
}
.btn01 a:hover {
	background: #fdc5da;
	color: #fff;
}
/* ----------------------------------------------------------

		Shop Style

---------------------------------------------------------- */

h2.title_h2 {
	background: none !important;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 20px !important;
	line-height: 1.3;
	margin: 0 0 20px !important;
	padding: 10px !important;
}
h2.title_h2 span {
	border: none !important;
	padding: 0 !important;
}
ul.item_list li {
	margin-bottom: 10px !important;
}
ul.item_list li h3.title_h3 {
	font-size: 18px !important;
}
.btn_cart a {
	background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
	background-size: 30px auto !important;
	color: #FFFFFF !important;
	display: block !important;
	padding: 10px 10px 10px 50px !important;
	width: 100% !important;
	border: 1px solid #ffffff;
}
.btn_cart a:hover {
	background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
	background-size: 30px auto !important;
}
.sort_catalog {
	overflow: hidden;
}
.sort_catalog ul {
	margin: 0 -4.16% 20px 0 !important;
	width: auto !important;
}
.sort_catalog ul li {
	padding: 0 !important;
	margin-right: 4.16% !important;
	width: 29.16% !important;
}
.sort_catalog_box:nth-child(3n+1) {
	clear: both;
}
.item_title, .wishlist {
	margin: 0 !important;
}
.shop_cont h2.title_h2, .item_info h2.title_h2 {
	border-top: 2px solid #CCCCCC;
}
.shop_cont a, .item_info a {
	color: #CCCCCC;
}
.shop_cont a:hover, .item_info a:hover {
	text-decoration: none;
}
.item_title h2 {
	border-top: 2px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 768px) {
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */

/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

.inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}
#contents {
	
	padding: 45px 20px;
}
#col_main {
	padding-bottom: 45px
}
.ColLeft, .ColRight {
	float: none;
	width: 100% !important;
}
/* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */

.tb_tbl_block table td {
	display: block !important;
	width: 100% !important;
	min-width: 100% !important;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Side menu

---------------------------------------------------------- */
#main #col_main, #main #col_side1 {
	float: none;
	width: 100%;
}
#main #col_main {
	padding: 0 0 30px;
}
/* tablet END ###################################################### */
}

@media screen and (max-width: 468px) {
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */

/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

body {
	font-size: 15px;
}
#contents {
	padding: 40px 20px;
}
#col_main {
	padding-bottom: 20px;
	text-align: left;
}
.spnone {
	display: none;
}
.inner {
	padding: 0 10px;
}
/* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */

.tbl_scroll table {
	width: auto !important;
}
.tbl_block td {
	width: 100% !important;
	margin-top: -1px;
}
.style_form th, .style_form td {
	margin-top: -1px;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Side menu

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Shop style

---------------------------------------------------------- */
.sort_catalog {
	margin: 0 !important;
	width: auto !important;
}
.sort_catalog_box {
	padding: 0 !important;
	margin: 0 0 30px !important;
	width: 100% !important;
}
/* smartphone END ################################################## */
}
/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */

/* text-align */
.taR {
	text-align: right;
}
.taC {
	text-align: center;
}
/* font-weight */
.fwn {
	font-weight: normal !important;
}
.fwb {
	font-weight: bold !important;
}
/* margin */
.mgAuto {
	margin: 0 auto !important;
}
/* table td padding */
.tdpd0 td {
	padding: 0 !important;
}
.tdpd05 td {
	padding: 5px !important;
}
.tdpd10 td {
	padding: 10px !important;
}
.tdpd15 td {
	padding: 15px !important;
}
.tdpd20 td {
	padding: 20px !important;
}
.tdpd25 td {
	padding: 25px !important;
}
.tdpd30 td {
	padding: 30px !important;
}
.tdpd35 td {
	padding: 35px !important;
}
.tdpd40 td {
	padding: 40px !important;
}
.tdpd45 td {
	padding: 45px !important;
}
.tdpd50 td {
	padding: 50px !important;
}
td.pdT10 {
	padding-top: 10px !important;
}
/* font-family */
.mincho {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.shop_cont form, .shop_cont a.btn_type01, .shop_cont a.btn_purchase {
	color: #000000;
}
.shop_cont a.btn_type01:hover, .shop_cont a.btn_purchase:hover {
	color: #636363;
}
#shop_flow .sf_text {
	color: #000000;
}
.shop_cont h3.title_h3 {
	color: #ffffff;
}
.shop_cont table {
	color: #000000;
}
/* ----------------------------------------------------------

		Pages

---------------------------------------------------------- */
.bg_body {
	background: url(../images/home/bg_05.png) no-repeat top 90px left, url(../images/home/bg_04.png) no-repeat top 200px right;
}
.head_page {
	padding: 50px 0 0;
}
.title02_h2 h2 {
	color: #808000;
	font-size: 60px;
	font-family: 'Roboto Slab', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1;
}
.title02_h2 h2 span {
	color: #838379;
	display: inline-block;
	font-size: 24px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-left: 30px;
}
.home_img {
	padding: 0 0 !important;
}
.home_textL {
	font-size: 16px;
	padding: 0 30px 0 0 !important;
}
.home_textL b, .home_textR b,.brand_text b {
	font-size: 24px;
}
.home_textR {
	font-size: 16px;
	padding: 0 0 0 30px !important;
}
.home_table {
	background: url(../images/contents/bg_01.png) no-repeat bottom left 120px;
}
.home_tb {
	background: url(../images/contents/bg_02.png) no-repeat bottom right;
}
.title03_h2 h2 {
	background: url(../images/contents/bg_h2.jpg) no-repeat bottom center;
	color: #808000;
	font-size: 36px;
	font-family: 'Roboto Slab', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.title02_h2 h2 span {
	display: inline-block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.brand_img{
	float: left;
	width: 28.57%;
}
.swee_table{
	font-size: 16px;
}