@charset "utf-8";

/*=================================================
	file name: page-style.css
	create: 2017.Jan
	updated: 2017.2.14
===================================================*/


/* grid layout option
------------------------------------------*/
@media screen and (min-width: 768px) {
	/* グリッドスタイルでcol-*の高さを同じにする */
	.row-eq-height {
		display: flex;
		flex-wrap: wrap;
	}
	/* グリッドスタイルでcol-*の高さを同じにして上下中央配置 */
	.row-eq-height.is-center {
		justify-content: center;
		align-items: center;
	}
}
@media screen and (min-width: 768px) {
	.sp-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* page layout
------------------------------------------*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',verdana,sans-serif;
	color: #030000;
}
.container {
	max-width: 1054px;
}

header {
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	header {
		margin-bottom: 10px;
	}
}
header .site-id {
	display: table;
	width: 100%;
	border-bottom: solid 1px #000;
}
header .site-id > span {
	display: table-cell;
	vertical-align: middle;
}
header .site-id > span:first-child {
	width: 170px;
}

footer {
	background-color: #475759;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
footer a, footer a:hover {
	color: #fff;
}
footer li > a:before {
	content: "\00bb";
	display: inline-block;
	margin-right: 3px;
}

section {
	margin-bottom: 2.6em;
}
figure {
	margin: 10px auto;
}
hr { border-top: dotted 1px #aaa; }

/* typography
------------------------------------------*/
.section-heading {
	border-bottom: solid 1px #000;
	margin-bottom: 30px;
	padding-bottom: 8px;
}
.product-funciton p {
	font-size: 18px;
}
.panel p {
	font-size: 16px;
}
.product-name {
	font-size: 16px;
	line-height: 1.3;
	color: #6a6a6a;
}
.product-catch {
	background-color: #9d9d9d;
	border-radius: 10px;
	padding: 19px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.product-catch {
		margin-top: 30px;
		font-size: 21px;
	}
}
@media screen and (max-width: 767px) {
	.product-info .btn-cart {
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 26px;
	}
}

/* components
------------------------------------------*/
/* .btn */
.btn-cart {
	color: #fff;
	background-color: #c9302c;
	border-color: transparent;
}
.btn-cart:before {
	content: "\e116";
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 3px;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn-cart:focus,
.btn-cart.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: transparent;
}
.btn-cart:hover {
	color: #fff;
	background-color: #d9534f;
	border-color: transparent;
}
.btn-cart:active,
.btn-cart.active {
	color: #fff;
	background-color: #c9302c;
	border-color: transparent;
}
.btn-cart:active:hover,
.btn-cart.active:hover,
.btn-cart:active:focus,
.btn-cart.active:focus,
.btn-cart:active.focus,
.btn-cart.active.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: transparent;
}
.btn-cart:active,
.btn-cart.active {
	background-image: none;
}

.btn-guide {
	color: #808080;
	text-decoration: underline;
}

/* .label */
.label-default {
	background-color: #475759;
	border-radius: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 110%;
	line-height: 2.2;
}
@media screen and (max-width: 767px) {
	.label-default {
		display: inline-block;
		font-size: 100%;
		line-height: 1.2;
		white-space: normal;
	}
}

@media screen and (max-width: 767px) {
	.product-image {
		width: auto;
		max-height: 200px;
	}
	.icon_gooditems {
		max-width: 60%;
	}
}

.go-cart {
	margin-top: 30px;
}
.go-cart p.lead {
	margin-bottom: 5px;
	font-size: 18px;
}
@media screen and (min-width: 768px) {
	.go-cart p.lead {
		margin-bottom: 0;
		font-size: 21px;
	}
}

.note li {
	margin-bottom: .3em;
	padding-left: 1.5em;
	font-size: .86em;
	line-height: 1.3;
	list-style: none;
}
.note li:before {
	content: "※";
	display: inline-block;
	width: 1.1em;
	margin-left: -1.1em;
}

.well {
	background-color: #d8d8d8;
	border: none;
	border-radius: 10px;
	box-shadow: none;
}

.dl-price {
	display: table;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.dl-price {
		margin-top: 60px;
	}
}
.dl-price dt {
	display: table-cell;
	width: 5em;
	padding-left: .5em;
	text-align: left;
	font-size: 16px;
	color: #5a5f6a;
	vertical-align: text-bottom;
}
.dl-price dd {
	display: table-cell;
	margin-left: 5em;
	text-align: right;
	vertical-align: text-bottom;
}
.dl-price dd > strong {
	margin-right: 3px;
	font-size: 2em;
	color: #d10011;
	vertical-align: -2px;
}

.form-group {
	margin-bottom: 10px;
}
.form-control.kazu {
	width: 5em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.form-control.kazu {
		display: inline-block;
	}
}

.info-group {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	margin: 10px -.5em;
}
.info-group li {
	width: 50%;
	margin: 0 .5em;
}
.info-group li img {
	width: 100%;
	height: auto;
}

.table-container {
	border: 1px solid #999;
}
.table-container > table {
	margin: 0;
}
.table-bordered th {
	background-color: #ccc;
}
.table-bordered td {
	background-color: #eee;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th {
	border: solid 3px #fff;
}
.table-bordered th,
.table-bordered td {
	font-size: 12px;
}
@media screen and (min-width: 768px) {
	.table-bordered th {
		white-space: nowrap;
	}
}

/* .panel */
.panel {
	box-shadow: none;
	border-radius: 10px;
}
.panel-heading {
	padding-top: 15px;
	padding-bottom: 0;
}
.panel-body h4 {
	margin-top: 20px;
}
.panel-body h4:first-child {
	margin-top: 0;
}
.panel-body p:last-child {
	margin-bottom: 0;
}
.panel-body a {
	color: #030000;
	text-decoration: underline;
}
.panel-body a:hover {
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.panel-heading {
		padding: 20px 20px 0;
	}
	.panel-body {
		padding: 20px;
	}
}
.panel-title {
	border-bottom: solid 1px rgba(0,0,0,.5);
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: normal;
}
@media screen and (min-width: 768px) {
	.panel-title {
		font-size: 21px;
	}
}
.panel-guide {
	background-color: #faf5d4;
}
.panel-about-us {
	background-color: #d8d8d8;
}
.panel-about-us .panel-title img {
	max-width: 188px;
}
@media screen and (max-width: 767px) {
	.panel-about-us .panel-title img {
		max-width: 40%;
		margin-bottom: 10px;
	}
}
.panel-about-us .pmark {
	max-width: 70px;
	margin-right: 10px;
	vertical-align: text-bottom;
}
