@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: #000;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
}
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;
	text-decoration: underline;
}
img {
	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%;
}

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

		Bxi Reset

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

/* sitemap */
.map {
	margin: 20px 20px 0;
}
.map li {
	border-bottom: 1px solid #333;
	list-style: none;
	margin: 0 0 15px;
	padding: 0 0 5px 0;
	text-align: left;
}
.map li a {
	color:#333;
	text-decoration:none;
}

/* 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:#fff;
	padding: 20px 0 0;
}
.ColLeft {
	float: left;
}
.ColRight {
	float: right;
}


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

		Header

---------------------------------------------------------- */
header#global_header {
	position:relative;
}
#header * {
	transition:all ease 0.5s;
}
#header {
	background:url(../images/common/bg_repeat_01.gif) repeat 0 0;
	transition:all ease 1s;
	width:100%;
	min-height:135px;
	/*position:relative;*/
	z-index:1000;
}
#header.fixed {
	background:#FFF;
	border-bottom:1px solid #CCC;
	position:fixed;
	min-height:100px;
	top: 0px;
}
.down {
	background:#FFF;
	border-bottom:1px solid #CCC;
	position: fixed !important;
	top: -200px;
}
#header.fixed .hLeft {
	top:5px;
}
#header.fixed .hContact {
	top:25px;
}

#header.fixed h1 {
	display:none;
}



.hLeft {
	position:absolute;
	left:20px;
	top:22px;
	z-index:10;
}
#logo,
#description {
	display:inline-block;
	font-size:15px;
	transition:all ease 0.5s;
	vertical-align:middle;
	font-weight: bold;
}
.hContact {
	position:absolute;
	right:30px;
	top:40px;
	width:auto;
}
.hContact p {
	display:inline-block;
	float:left;
	margin-left:25px;
}
#header {
	text-align:left;
}
#gNav {
	display:table;
	position:absolute;
	left:0;
	right:0;
	top:30px;
	text-align:center;
}
#gNav ul {
	opacity:0;
	transition:all ease 0.5s;
}
#gNav ul li {
	display:inline-block;
	padding:0 2%;
}
#gNav ul li a {
	color:#000;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	-moz-transition:opacity ease-in-out 0.5s;
	-o-transition:opacity ease-in-out 0.5s;
	-webkit-transition:opacity ease-in-out 0.5s;
	transition:opacity ease-in-out 0.5s;
}
#gNav ul li a:hover {
	opacity:0.7;
}
#gNav ul li a span {
	font-size:18px;
	text-transform:uppercase;
}
#header.fixed #gNav ul {
	opacity:1;
}
#mainImage {
	background:url(../images/common/bg_repeat_01.gif) repeat 0 0;
	text-align:center;
}
#mainImage .mainInner {
	position:relative;
	max-width:1322px;
	margin:0 auto;
}
#mainImage .btn {
	position:absolute;
	z-index:10;
}
#mainImage #btn_concept {
	left:0;
	top:270px;
	transform:translateX(-50%);
}
#mainImage #btn_about {
	left:0;
	top:490px;
	transform:translateX(-50%);
}
#mainImage #btn_trimming {
	right:0;
	top:160px;
	transform:translateX(50%);
}
#mainImage #btn_hotel {
	right:0;
	top:375px;
	transform:translateX(50%);
}
#mainImage #btn_keeping {
	right:0;
	top:580px;
	transform:translateX(50%);
}
#mainImage .btn a {
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	-moz-transition:opacity ease-in-out 0.5s;
	-o-transition:opacity ease-in-out 0.5s;
	-webkit-transition:opacity ease-in-out 0.5s;
	transition:opacity ease-in-out 0.5s;
}
#mainImage .btn a:hover {
	opacity:0.7;
}
#mainImage .btn a .main {
	font-size:48px;
	display:inline-block;
	margin-bottom:5px;
	position:relative;
}
#mainImage .btn a .main:after {
	content:"";
	background:#FFF;
	display:block;
	height:9px;
	width:100%;
	transition:all ease 0.5s;
}
#mainImage .btn a:hover .main:after {
	width:0;
}
.main_logo {
	position:absolute;
	right:-160px;
	bottom:0;
}
#btn_scroll {
	padding:25px 0;
	text-align:center;
}
/* supage navigation */
#subpage_navi {
	background:#000;
	text-align:center;
}
#subpage_navi ul li {
	display:inline-block;
	padding:10px 2%;
}
#subpage_navi ul li a {
	color:#fff;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	-moz-transition:opacity ease-in-out 0.5s;
	-o-transition:opacity ease-in-out 0.5s;
	-webkit-transition:opacity ease-in-out 0.5s;
	transition:opacity ease-in-out 0.5s;
}
#subpage_navi ul li a:hover {
	opacity:0.7;
}
#subpage_navi ul li a span {
	font-size:18px;
	text-transform:uppercase;
}




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

		Footer

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

#footer {
	position:relative;
	text-align:center;
	z-index:100;
}
#fNav {
	padding:30px 10px;
}
#fNav a {
	color:#000;
	font-size:14px;
	text-decoration:none;
}
#fNav a:hover {
	text-decoration:underline;
}
.fRight {
	float:right;
}
#pagetop {
	background:#ffba1d;
	height:42px;
	text-align:center;
}
#pagetop img {
	position:relative;
	top:-37px;
}
#copyright {
	background:url(../images/common/bg_copy.gif) repeat 0 0;
	color:#FFF;
	font-size:12px;
	padding:10px 0;
}

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

		Side

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



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

		Contents

---------------------------------------------------------- */
.bg_full {
	position:relative;
}
.bg_full > div {
	position:relative;
	z-index:10;
}
.bg_full .bg_full_01 {
	background:#fffbce;
	position:absolute;
	left:-500%;
	right:-500%;
	top:0;
	bottom:0;
	height:100%;
	width:1000%;
}
.headline1 {
	font-size:48px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.headline2 {
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.lead_text {
	font-size:30px;
}
.	 {
	font-weight:bold;
}
.concept_more {
	text-align:right;
}
.concept_more a {
	background:url(../images/common/icon_arrow_01.png) no-repeat left center;
	color:#000;
	font-size:24px;
	font-weight:bold;
	padding:0 0 0 60px;
	text-decoration:underline;
	transition:all ease 0.5s;
}
.concept_more a:hover {
	background:url(../images/common/icon_arrow_01.png) no-repeat left 10px center;
	text-decoration:none;
}
.service td,
.slider_wrap .slider_inner > div {
	overflow:hidden;
	padding:0 !important;
}
.service td.img img,
.slider_wrap img  {
	-webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
	width:100% !important;
}
.service td.img a:hover img,
.slider_wrap a:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
.service td.ttl {
	background:url(../images/common/bg_repeat_02.gif) repeat left center;
	color:#FFF;
	font-size:30px;
	font-weight:bold;
	padding:8px 0 !important;
	text-transform:uppercase;
}
.news_wrap {
	height:365px;
	overflow-y:auto;
}
.news {
	border-bottom:1px solid #ececec;
}
.news td {
	font-weight:bold;
}
.tbl_goods td {
	padding:0 !important;
}
.goods_ttl img,
.tbl_goods td img {
	width:100% !important;
}
.about_block {
	margin:0 auto;
	max-width:520px;
}
.about_block * {
	font-weight:bold;
}
.about_block .address_ttl {
	background:#000;
	color:#FFF;
	display:inline-block;
	min-width:100px;
	padding:0 5px;
	text-align:center;
}
.about_block .txt_tel {
	font-weight:bold;
	font-size:18px;
}
.about_block .txt_tel b {
	font-size:24px;
	vertical-align:middle;
}
.about_block .txt_tel a {
	color:#000;
	text-decoration:none;
}
.about_block .btn_about {
	text-align: center;
}
.about_block .btn_about a {
	background:#000 url(../images/common/icon_arrow_02.png) no-repeat left 15px center;
	color:#FFF;
	display:block;
	font-weight:bold;
	font-size:18px;
	max-width:215px;
	margin:0 auto;
	padding:13px 10px 13px 40px;
	text-align:center;	
	-moz-transition:opacity ease-in-out 0.5s;
	-o-transition:opacity ease-in-out 0.5s;
	-webkit-transition:opacity ease-in-out 0.5s;
	transition:opacity ease-in-out 0.5s;
	transition:all ease 0.5s;
}
.about_block .btn_about a:hover {
	background:#000 url(../images/common/icon_arrow_02.png) no-repeat left 25px center;
	text-decoration:none;
	opacity:0.7;
}

/* Sub page */
.concept_wrap {
	position:relative;
}
.concept_wrap .img_concetp_01 {
	position:absolute;
	right:0;
	top:0;
	z-index:10;
}
.concept_wrap .txt_concept_01 {
	font-size:24px;
}
.concept_wrap .txt_concept_02 {
	font-size:18px;
	position:absolute;
	right:20px;
	top:92px;
	z-index:10;
}
.concept_wrap .txt_concept_03 {
	position:absolute;
	left:220px;
	bottom:0;
}
.gallerythumb img {
	width:100% !important;
}

.policy h3 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}
.policy p {
	margin-bottom:20px;
}
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}





.koumoku{
position: relative;
display: inline-block;
padding: 0 55px;
}

.koumoku:before, .koumoku:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}

.koumoku:before {left:0;}
.koumoku:after {right: 0;}








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

		COMMON COSTOM STYLE

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

/* anchor */
.anc li {
	float: left;
	margin-left: 10px;
	white-space: nowrap;
}
.anc a {
	background: #FEA31C;
	border-radius: 0 0 3px 3px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}
.anc a:hover {
	background: #FEC21F;
}

/* a block button */
.btn a_ {
	background: #051D82;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
}
.btn a_:hover {
	background: #4C60A9;
}

/* table list */
.tablelist td {
	background: url(../images/common/icon_circle_blue.png) no-repeat left 5px;
	padding: 0 15px 10px 15px !important;
}

/* bread list */
#bread {
	text-align:left;
}
#bread li {
	color:#000;
	display:inline-block;
	font-size: 15px;
	text-transform:uppercase;
}
#bread li a {
	color:#000;
	text-decoration:none;
}
#bread li a:hover {
	text-decoration:underline;
}

/* box design */
.box01 {
	border: 3px double #465cb5;
}
.box02 {
	border: 1px solid #D4D4D4;
}
.box03 {
  background-image: -moz-linear-gradient( 90deg, rgb(228,211,133) 0%, rgb(238,231,197) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(228,211,133) 0%, rgb(238,231,197) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(228,211,133) 0%, rgb(238,231,197) 100%);
  border: 2px solid #C3AF50;
}


/* table td design */
.tdbb01 td {
	padding: 10px 0 !important;
	border-bottom: 1px dotted #9FA974 !important;
}
.tdbb02 td {
	padding: 10px 0 !important;
}

/* border style */
/* border-left */
.bl01 {
	border-left: 2px solid #FFFFFF !important;
}
/* border-bottom */
.bb01 {
	border-bottom: 1px dotted #9FA974 !important;
}

/* img border */
.border01 img {
	border: 1px solid #9E876C;
	padding: 3px;
}
.border02 img {
	border: 3px solid #FFFFFF !important;
	box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.6 );
	-webkit-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.6 );
	-moz-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.6 );
}

/* box shadow */
.boxshadow01 {
	box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.3 );
	-webkit-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.3 );
	-moz-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.3 );
}

/* text shadow */
.textshadow01 {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1),1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1),1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1);
}

.imgW100 img {
	width: 100% !important;
}


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

		Shop Style

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

h2.title_h2 {
	background: none !important;
	border-top: 3px solid #051D82;
	border-bottom: 1px solid #051D82;
	color: #051D82;
	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 #051D82 !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 #4C60A9 !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,
.item_info {
	color: #ffffff;
}
.shop_cont h2.title_h2,
.item_info h2.title_h2 {
	color: #ffffff;
	border-top: 2px solid #ffffff;
}
.shop_cont a,
.item_info a {
	color: #ffffff;
}
.shop_cont a:hover,
.item_info a:hover {
	color: #dce9f5;
}
.item_title h2 {
	color: #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.number {
	color: #ffffff;
}
.number input {
	color: #000000;
}

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

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

		Layout Structure

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

.inner {
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}

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

		BXI reset

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

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


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

		Header

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


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

		Footer

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


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

		Side menu

---------------------------------------------------------- */
/* タブレット表示時100％にする場合、コメントアウトを外して下さい
#main #col_main,
#main #col_side1 {
	float: none;
	width: 100%;
}
#main #col_main {
	padding: 0 0 30px;
}
*/

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

		COMMON COSTOM STYLE

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

/* img Width */
.tbImgW47p div {
	width: 47% !important;
}
.tbImgW47p div img {
	width: 100% !important;
}

/* anchor */
.anc li {
	margin: 0 10px 10px 0;
}
.anc a {
	border-radius: 0;
}



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

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

		Layout Structure

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

body {
	font-size: 15px;
}
#col_main {
	text-align: left;
}
.ColLeft,
.ColRight {
	float: none;
	width: 100% !important;
}
.spnone {
	display: none;
}

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

		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;
}


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

		Shop style

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


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

		COMMON COSTOM STYLE

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

/* tablet img Width reset */
.tbImgW47p div {
	width: 100% !important;
}
.spW100 img {
	width: 100% !important;
}

/* anchor */
.anc li {
	border-bottom: 1px solid #FEFADC;
	float: none;
	margin: 0;
}
.anc a {
	border-radius: 0;
	text-align: center;
}

/* image hidden */
.spimgnone img {
	display: none;
}

/* smartphone END ################################################## */
}


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

		COMMON COSTOM STYLE

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

/* text-align */
.taR { text-align: right; }

/* 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: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 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;
table-layout:auto;
}