@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark A
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

body {
	line-height:1;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

ins {
    background-color:#fff;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
	font-size:inherit;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
   vertical-align:top;
   font-size:0;
   line-height:0;
}

/******************************************************

CLEARFIX

******************************************************/

.clearfix:after {
	content    : ".";
	display    : block;
	height     : 0;
	clear      : both;
	visibility : hidden;
	}
.clearfix { display : inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height : 1%; }
.clearfix { display : block; }
/* End hide from IE-mac */


/******************************************************

STORE
150910

******************************************************/
* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	overflow-y: scroll;
	color: #333;
	text-align: left;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	background: #fff;
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
	font-weight: normal;
}
a:link, a:visited {
	color: #999;
	opacity: 1;
	-webkit-transition: all 520ms;
	-ms-transition: all 520ms;
	-moz-transition: all 520ms;
	transition: all 520ms;
	cursor: pointer;
}
a:hover {
	color: #1f286f;
	opacity: 0.4;
}
p {
	margin-bottom: 2em;
}
.capH2 {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 2em;
	letter-spacing: .08em;
}
.capH3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 2em;
	letter-spacing: .08em;
}
.capH3.h3s {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: .5em;
	letter-spacing: .08em;
}
.capH4 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 1em;
	letter-spacing: .05em;
}
.capC {
	text-align: center;
}
.wrp100 {
	width: 100%;
	height: auto;
}
.w960 {
	width: 960px;
	margin: 0 auto;
}
.w990ove {
	width: 990px;
	height: auto;
	margin-left: -30px;
}
.pd80 {
	padding: 80px 0;
	border-top: 1px solid #f3f3f3;
}
.note {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
}
/*****************************************************

HEADER 01

*****************************************************/

.hdrSwrp {
	width: 100%;
	height: 28px;
	background: #1f286f;
	line-height: 28px;
  font-size:10px;
}

.hdrSwrp h1.siteName{
  line-height:inherit;
  margin-bottom:0;
}

.siteName a {
	color: #fff!important;
	font-size: 12px;
	font-size: 1.2rem;
	float: left;
	width: 30%;
}
.admLst {
	float: right;
	width: 70%;
	text-align: right;
}
.admLst li {
	display: inline-block;
	margin-left: 18px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff!important;
}
.admLst li a {
	color: #fff!important;
}
.admLst li i {
	margin-right: 5px;
}
.count {
	background: #fff;
	color: #1f286f;
	width: 20px;
	height: 20px;
	font-weight: bolder;
	padding: 5px 10px;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*****************************************************

HEADER

*****************************************************/

.hdrWrp {
	height: 108px;
	border-bottom: 1px solid #ccc;
  position:relative;
  z-index:10;
}
.logo {
	float: left;
	margin-top: 15px;
	width: 102px;
}
.gNav {
	float: left;
	margin: 32px 0 0 50px;
	width: 808px;
	height: 49px;
}
ul.gNavLst {
	width: 490px;
	float: left;
	height: 49px;
	margin-bottom:0;
}
.gNavLst li {
	height: 49px;
	margin-right: 38px;
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.gNavLst li:hover {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
.gNavLst li:last-child {
	margin-right: 0;
}
.btnAbout {
	float: right;
	width: 144px;
	margin-top: 10px;
}
.btnSubCatLst {
	position: relative;
}
.subCatLst {
	position: absolute;
	top: 56px;
	left: 0;
	display: none;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	color: #000;
	font-size: 13px;
	font-size: 1.3rem;
	width: 180px;
	border-radius: 5px;
  z-index:9999;
}
.subCatLst li {
	display: block;
	width: 180px;
	border-bottom: 1px dotted #d2d2d2;
	line-height: 4em;
	padding: 0 2em;
}
.subCatLst li:last-child {
	border: none;
}
/*****************************************************

INFO

*****************************************************/

.infoWrp {
	height: 54px;
	border-bottom: 1px solid #ccc;
	line-height: 54px;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	color: #1f286f;
}
.info {
}
.arr {
	margin-right: 1em;
	display: inline-block;
	vertical-align: middle;
}
/*****************************************************

FOOTSTAMP / item, category list page

*****************************************************/
.footstamp {
	font-size: 12px;
	font-size: 1.2rem;
	width: 960px;
	margin: 1em auto;
	text-align: left;
}
.footstamp li {
	float: left;
	margin-right: 1em;
}
.footstamp li:before {
	content: "> ";
}
.footstamp li.lstFst:before {
	content: "";
}
.pager {
	font-size: 12px;
	line-height: 1.8;
}
/*****************************************************

CATEGORY HEADER /  category list page

*****************************************************/

.cateHdr {
	width: 960px;
	margin-bottom: 1em;
	position: relative;
}

.cateHdr h2{
  font-size:2.4rem;
}

.subCateLstWrp {
	float: left;
	width: 70%;
}
.subCateLst {
	display: inline;
	margin-right: 1em;
	font-size: 13px;
	font-size: 1.3rem;
}
.subCateLst:before {
	content: "| ;";
}
.subCateLst:first-child:before {
	content: "";
}
.sortWrp {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	font-size: 1.3rem;
}
.lstWrp {
	margin: 60px 0;
}
.noItem {
	font-size: 13px;
	font-size: 1.3rem;
	min-height: 320px;
	line-height: 1.8;
}
.noItemLst li:before {
	content: "-";
}
/******************************************************

RECCOMEND / index, category list page

******************************************************/

.recCap {
	text-align: center;
}
.recItem {
	width: 300px;
	float: left;
	margin: 0 0 60px 30px;
}
.recImg {
	margin-bottom: 1em;
}
.recImg img {
	width: 100%;
}
.recTxt {
}
.recName {
}
.recPrice {
	font-size: 13px;
	font-size: 1.3rem;
}
/*****************************************************

ABOUT US / SIZE

*****************************************************/

.freePageWrp {
	margin: 70px auto;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
}
.logoL {
	margin: 0 auto 70px;
	width: 260px;
	display: block;
}
.aboutH3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 2;
	margin-bottom: 2em;
	letter-spacing: .08em;
}
.aboutTxt {
	font-size: 16px;
	font-size: 1.6rem;
}
#aboutMap {
	width: 960px;
	height: 400px;
	margin: 120px auto 10px;
	border: 1px solid #d2d2d2;
	background: #f9f9f9;
}
.goGmap {
	margin-bottom: 50px;
	text-align: right;
	font-size: 13px!important;
	font-size: 1.3rem!important;
}
.sizeMain {
	width: 960px;
	height: 260px;
	margin-bottom: 120px;
}
.sizeWrp {
	width: 800px;
	margin: 0 auto 60px;
}
.size {
	width: 100%;
	border-bottom: 4px double #d2d2d2;
	padding-bottom: 4em;
	margin-bottom: 4em;
}
.sizeNum {
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: 1px solid #333;
	line-height: 60px;
	font-size: 18px;
	font-size: 1.8rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	float: left;
}
.sizeTxt {
	width: 390px;
	float: left;
	margin-left: 30px;
	line-height: 1.8;
	text-align: left;
}
.sizeTxt p {
}
.sizeImg {
	float: right;
	width: 280px;
}
.sizeStrong {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem
}
.sizeTbl800 {
	width: 100%;
	margin: 0 0 10px;
	font-size: 12px;
	border-collapse: collapse;
}
.sizeTbl800 tr td {
	padding: 8px;
	border: 1px solid #dedede;
	text-align: center;
	width: 48px;
}
.eu {
	background: #f8f8f8;
}

/*****************************************************

FAQ

*****************************************************/

.faqWrp{
	width:800px;
	margin:80px auto 0;
	text-align:left;
}
.faqQ{
	font-size:16px;
	border:1px solid #1F286F;
	border-radius:10px;
	padding:1em;
	margin-bottom:2em;
}
.faqA{
	font-size:14px;
	margin-bottom:4em;
	padding:0 1em;
	color:#444;
}
.faqWrp dt{
    display:block;
    cursor:pointer;
    }
.faqWrp dd{
    display:none;
    }


/*****************************************************

CHECK

*****************************************************/

.checkWrp {
	overflow: hidden;
	background: #f9f9f9;
}
.checkItemWrp {
	margin: 0 auto;
	padding: 60px 0;
	overflow: hidden;
	width: 960px;
}
.checkItem {
	width: 168px;
	float: left;
	margin-left: 30px;
	overflow: hidden;
}
.checkItemThum img {
	width: 168px;
	height: auto;
	border-radius: 5px;
}
.checkSummary {
	padding: 10px 0;
}
.checkSummaryTitle {
	margin-bottom: .8em;
	line-height: 1.3;
	color: #000;
	font-size: 14px;
}
.checkPrice {
	font-size: 13px;
}
/*****************************************************

REG

*****************************************************/

.regBox {
	width: 300px;
	margin-right: 30px;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
}
.regBox.boxR {
	width: 300px;
	margin: 0;
}
.reg {
	width: 100%;
	margin-bottom: 40px;
}
.reg h3 {
	font-weight: normal;
	margin-bottom: 2em;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 1px solid #020251;
	border-top: 2px solid #020251;
	line-height: 3em;
}
.regCont {
}
.regCont ol {
	list-style: decimal outside;
	margin-left: 11px;
}
.deliFeeTbl {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
}
.deliFeeTbl tr td {
	padding: 8px;
	border: 1px solid #dedede;
}
.stripe {
	background: #FAF9EC;
}
.deliFee {
	width: 80px;
	text-align: right;
}
.regBox ol {
	margin: 0;
	padding: 0;
	font-size: inherit;
}
.regBox ol li {
	margin-left: 1.4em;
}
.telNum {
	font-size: 18px;
	font-weight: 400;
}
.telNum span {
	font-size: 12px;
	width: 80px;
	display: inline-block;
}
.BtnGuideF {
	margin: 20px auto;
	width: 100%;
	border-radius: 4px;
	color: #fff!important;
	text-align: center;
	padding: 16px;
	clear: both;
	background: #020251;
	display: block;
}
.BtnGuideF:hover {
	background: #333;
	color: #fff;
}
#mapCanvas {
	width: 100%;
	height: 180px;
	border: #f3f3f3 solid 1px;
	position: relative;
	margin-bottom: 1em;
}
.btnMini {
	display: inline-block;
	border-radius: 2px;
	padding: .3em .5em;
	background-color: rgba(0, 0, 0, 0.1);
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	margin-left: .8em;
	border: 1px solid #ccc;
}
.btnMailmagF {
	margin: 20px auto;
	width: 100%;
	border-radius: 4px;
	color: #333;
	text-align: center;
	padding: 16px;
	clear: both;
	background: #f3f3f3;
	display: block;
}
/*****************************************************

SK PAGE / PRIVACY POLICY

*****************************************************/
.freePage {
	margin: 80px auto;
	line-height: 1.8;
	font-size: 13px;
}
.freePageCont {
	margin-bottom: 120px;
}
.freePageTbl {
	margin-bottom: 5em;
	border: 1px solid #dedede;
	width: 100%;
	font-size: 13px;
}
.freePageTbl th {
	padding: 2em;
	border: 1px solid #dedede;
	width: 240px;
}
.freePageTbl th, .freePageTbl td.none {
	background: #eee;
}
.freePageTbl td, .daibikiTbl td, .freePage .deliFeeTbl td {
	padding: 2em;
	border: 1px solid #dedede;
}
.policyLead {
	margin-bottom: 3em;
}
.daibikiTbl, .freePage .deliFeeTbl {
	margin-bottom: 5em;
	border: 1px solid #dedede;
	width: 70%;
	font-size: 13px;
}
.daibikiTbl th {
	padding: 2em;
	border: 1px solid #dedede;
	width: 50%;
	background: #eee;
}
.deliFeeCap {
	padding: 2em;
	border: 1px solid #dedede;
	background: #eee;
	min-width: 140px;
}
.chihou {
	width: 120px;
}
/*****************************************************

FOOTER

*****************************************************/

.ftr {
	width: 100%;
	height: 230px;
	overflow: hidden;
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
	background: #1f286f;
}
.ftrIn {
	position: relative;
	height: 230px;
	padding-top: 26px;
}
.ftrIn a:link, .ftrIn a:visited {
	color: #fff;
}
.ftrBox {
	float: left;
	margin-right: 40px;
}
.ftrBox.boxR {
	float: right;
	margin: 0 0 0 40px;
}
.ftrBox ul li a {
	line-height: 2em;
}
.ftrBox ul li a:before {
	content: "- "
}
.ftrBot {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #6b6a98;
	position: absolute;
	bottom: 0;
	left: 0;
}
.crd {
	float: left;
}
.ftrBot ul {
	float: right;
}
.ftrBot ul li {
	float: left;
	margin-left: 2em;
}
