@charset "utf-8";
/*--------------------------------------------------------------
 * Common
--------------------------------------------------------------*/
html,
body {
	color: #171717;
	font-family: 'Futura', 'Century Gothic', 'メイリオ', Meiryo, '游ゴシック', YuGothic, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: 400; /* 400 700 */
	font-style: normal;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}
a {
	color: #F6AB02;
	text-decoration: none;
	transition: color 0.3s ease;
}
a:hover,
a:active {
	color: red;
	text-decoration: none;
}
img {
	max-width: 100%;
}
::selection {
	background: rgb(0 177 255 / 32%); /* Safari */
}
::-moz-selection {
	background: rgb(0 177 255 / 32%); /* Firefox */
}

/*--------------------------------------------------------------*/
/* layout */
/*--------------------------------------------------------------*/
.flex {
	display: flex;
	flex-wrap: wrap;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* pc tb sp view */
.sp_view {
	display: none;
}
.tb_view {
	display: none;
}
/* 834 */
@media (max-width: 834px) {
	.pc_view {
		display: none;
	}
	.tb_view {
		display: block;
	}
	.tb_none {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	.sp_view {
		display: block;
	}
	.sp_none {
		display: none!important;
	}
}
/* base */
.content {
	width: auto;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
/* 580 */
@media (max-width: 580px) {
	.content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*--------------------------------------------------------------*/
/* Form関連 */
/*--------------------------------------------------------------*/
input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
}
input, select, button {
	vertical-align: middle;
}
textarea::placeholder,
input::placeholder {
	color: #ccc;
}
input:-ms-input-placeholder {
	color: #ccc;
}
input::-ms-input-placeholder {
	color: #ccc;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=checkbox],
input[type=submit],
input[type=button],
input[type=number],
button,
select,
textarea {
	border-radius: 4px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 10px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=text],
input[type=email] {
	width: 100%;
}
.mwform-tel-field input[type=text] {
	width: 24%;
}
textarea {
	width: 100%;
	height: 240px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
	outline: none;
	background-color: #FFFFDF;
}
input[type=submit],
input[type=button],
button {
	outline: none;
	cursor: pointer;
	background-color: #F4F4F4;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
	background-color: #fff;
}
input[type=submit]:active,
input[type=button]:active,
button:active {
	background-color: #FFFFDF;
}
select {
	-webkit-appearance: auto!important;
	-moz-appearance: auto!important;
	appearance: auto!important;
}

/*--------------------------------------------------------------*/
/* 送料について */
/*--------------------------------------------------------------*/
#souryou {
	padding-top: 15px;
}
#souryou header img {
	width: 100px;
}
#souryou h1 {
	font-size: 22px;
}
#souryou dl dd {
	margin: 0;
}
#souryou {
	text-align: center;
}
#souryou table {
	margin: 0 auto;
}
#souryou table th {
	font-weight: normal;
	text-align: left;
}
#souryou table td {
	text-align: left;
}
#souryou table td select {
	width: 140px;
	text-align: left;
}
#souryou table td #wdh {
	width: 140px;
	box-sizing: border-box;
	text-align: right;
}
#wdh::-webkit-inner-spin-button,
#wdh::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance:textfield;
}
#souryou table td #shipping {
	width: 140px;
	text-align: right;
}
#souryou footer img {
	width: 200px;
}
#souryou .note {
	padding: 10px 0 5px 0;
	color: red;
}
#souryou #shipping {
	font-weight: bold;
}
/* 580 */
@media (max-width: 580px) {
	body {
		font-size: 15px;
	}
	#souryou header img {
		width: 77px;
	}
	#souryou h1 {
		font-size: 18px;
	}
	#souryou .note {
		font-size: 13px;
		text-align: center;
	}
}

/*--------------------------------------------------------------*/
/* 電気代について */
/*--------------------------------------------------------------*/
.elect header img {
	width: 70px!important;
}
.elect h1,
.elect h2 {
	font-size: 17px!important;
}
.elect h1 + p {
	font-size: 14px!important;
}
.elect dl {
	max-width: 800px;
	margin: 0 auto 25px auto;
	text-align: left;
	border-top: solid 1px #666;
}
.elect dl p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 5px 5px 33px;
	border-bottom: solid 1px #666;
	background-image: url(/modal/fukidashi.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 22px auto;
	font-size: 80%;
	color: #333;
}
.elect table {
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
}
.elect table th {
	padding: 4px;
	background: #e7e7e7;
	font-size: 85%;
	text-align: center!important;
}
.elect table td {
	padding: 4px;
	background: #f6f6f6;
	font-size: 78%;
	text-align: left;
}