/** Shopify CDN: Minification failed

Line 6:9 "UTF-8" will be used instead of unsupported charset "euc-jp"

**/
@charset "euc-jp";
/* CSS Document */


/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */

html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {margin: 0;padding: 0;}
img{border: 0;vertical-align:bottom;}
li {list-style-type: none;}
em,strong{font-style:normal;}
table{border-collapse:collapse;	}
.clearfix:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/* -----------------------------------------------------------------
   共通
----------------------------------------------------------------- */
p{
	text-align: left;
}

label{
	cursor:pointer;	
}

input,textarea{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;	
}

.wrap{
	width:100%;
	max-width: 800px;
	margin:0px auto;
}

.main{
	margin-top: 48px;
	padding: 0 24px;
	box-sizing:border-box;	
}

.pageTitle {
    font-size: 22px;
    margin-bottom: 32px;
    text-align: left;
}

.smartphoneShow{
	display: none !important;
}

.formTable{
	width: 100%;
	margin: 16px auto 32px;	
}

.formTable th, .formTable td {
    border: 1px solid #999;
    padding: 12px 8px;
	text-align: left;
}

.formTable th{
	background: #e6e6e6;
	width: 210px;
}

.required{
	display: inline-block;
	background: #cc0000;
	font-weight: normal;
	color: #fff;
	padding: 3px 5px;
	font-size: 11px;
	float: right;
}

input[type="email"],input[type="text"],textarea.field__input{
	padding: 6px;
	width: 90%;
  border:0.5px solid #999;
}

textarea{
	height: 12em;
}
.field__input:not(:placeholder-shown) {
    padding: inherit;
}
.errorMesseage{
	color: #cc0000;	
	margin-bottom: 4px;
}

.notes{
	font-size: 13px;
	color: #888;
	display: block;
	margin-top: 8px;	
}

/* -----------------------------------------------------------------
   ショップに戻るボタンまわり
----------------------------------------------------------------- */

.shopBtn{
  background: #ddd;
  color: #777;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-decoration: none;
}
.shopBtn:hover{
  background: #ccc;
  color: #777;
}

/* -----------------------------------------------------------------
   商品についてのお問い合わせ
----------------------------------------------------------------- */

.contactItem{
	overflow :hidden;
	display: table;
	width: 100%;
	margin: 16px auto 24px;
}

.contactItemImg{
	display: table-cell;
	text-align: left;
	width: 20%;
}

.itemImg{
    border: solid 1px #ccc;
	max-width: 100%;
}

.contactItemName{
	display: table-cell;
	vertical-align: middle;
	padding-left: 16px;
}

/* -----------------------------------------------------------------
   ポリシー
----------------------------------------------------------------- */

.policyTitle {
	font-size: 16px;
    margin-bottom: 16px;
    text-align: left;
}

.privacyPolicyWrap{
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 8px;
	height: 140px;
	overflow-y: scroll;
    padding: 0 1em;
}
pre {
    font-size: 12px;
    white-space: pre-wrap;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.agreeCheck{
    margin-right: 6px;
    vertical-align: middle;
}

.btnWrap {
    margin-top: 64px;
}

.btn{
	background: #333;
	color: #fff !important;
	text-decoration:  none;
	padding: 12px 32px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 17px;
	display: inline-block;
	margin: 0 auto;
}

.btn.disabled{
	background: #ddd;
	pointer-events: none;
}

.btn:hover{
	background: #666;	
}

.closeBtn{
	background: #ddd;
	color: #666 !important;
}

.closeBtn:hover{
	background: #d9d9d9;	
}

.messageText{
	text-align: center;
	font-size: 17px;
}
/* -----------------------------------------------------------------
   SP
----------------------------------------------------------------- */

@media screen and (max-width:768px){
  section {
    margin-top: 1em;
}
	
	input, button, textarea, select{
		-webkit-appearance:  none;
		-moz-appearance:  none;
		appearance:  none;
		padding: 12px !important;
		font-size: 15px;
		box-sizing: border-box;
		border: 1px solid #d2d2d2;
		box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
	}
	
	input[type="email"],input[type="text"],textarea.field__input{
		width: 100%;	
	}
	.main{
		padding: 0 16px;	
	}
	.formTable td,.formTable th{
		border: none;	
		width: 100%;	
		display: block;
		box-sizing: border-box;
	}
	
	.formTable td{
		padding: 16px 0;	
	}
	
	input[name="oaddress"]{
		width:100% ;	
	}
	
	input[type="checkbox"]{
		vertical-align: middle;
		position: relative;
		background: #fff;
	}
	
	input[type="checkbox"]:checked:after {
		position: absolute;
		top: 5px;
		left: 5.5px;
		content: "";
		width: 14px;
		height: 14px;
		background: #54B3DE;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	
	input[name^=hphone],input[name^=ophone],input[name^=etcphone],input[name^=fax],input[name^=opost]{
		width: 5em;	
	}
	
	input[type="checkbox"]{
		vertical-align: middle;	
	}
	
	.privacyPolicyWrap{
		height: 10em;
		overflow: auto;
		border: 1px solid #ccc;
		margin-bottom: 8px;
		-webkit-overflow-scrolling: touch;
      padding: 1em;
	}
	
	.button{
		width: 100%;
	}
	
}