.montserrat {
	font-family: Montserrat, "メイリオ", Osaka, sans-serif;
}

/* ===============================================
	page
=============================================== */
.page {
	margin: 40px auto;
	max-width: 1200px;
	padding: 0 10px;
}
.page__title {
	color: #0f0149;
	font-size: 18px;
	margin-bottom: 50px;
	padding: 0 20px;
	text-align: center;
}

/* ===============================================
	about
=============================================== */
.about {
	text-align: center;
}
.about dl {

}
.about dt {
	color: #0f0149;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.about dd {
	margin-bottom: 50px;
}

/* ===============================================
	company
=============================================== */
.company__table {
	border-collapse: collapse;
	margin: 0 auto;
	max-width: 790px;
}
.company__table th,
.company__table td {
	display: block;
	text-align: left;
	vertical-align: top;
}
.company__table th {
	color: #0f0149;
	padding: 10px 0;
}
.company__table td {
	padding-bottom: 20px;
}
.company__table ul {
	text-align: center;
}

/* ===============================================
	guide
=============================================== */
.guide__left {
	margin-bottom: 30px;
}
.guide__left ol {
	list-style: none;
}
.guide__left li {
	background: #ececec;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
}
.guide__left a {
	background: #fff;
	border: 1px solid #d4d4d4;
	display: block;
	padding: 15px;
}
.guide__right {
	background: #ededed;
	box-sizing: border-box;
	padding: 20px;
}
.guide__right li {
	border-bottom: 1px solid #b4b4b4;
	margin-bottom: 20px;
	padding: 0 10px 10px;
}
.guide__time {
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

/* ===============================================
	qa
=============================================== */
.qa-nav {
	border-top: 3px solid #0f0149;
	margin-bottom: 60px;
	padding-top: 3px;
}
.qa-nav__list {
	border-top: 1px solid #0f0149;
}
.qa-nav__item {
	border-bottom: 1px solid #0f0149;
}
.qa-nav__item a {
	color: #0f0149;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
}
.qa__block {
	margin-bottom: 50px;
}
.qa__title {
	color: #0f0149;
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}
.qa__title span {
	border-bottom: 3px solid #0f0149;
	border-top: 3px solid #0f0149;
	display: inline-block;
	line-height: 50px;
	padding: 0 10px;
}
.qa__block dt {
	background: #e3ecf8;
	color: #0f0149;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 10px 5px 55px;
	position: relative;
}
.qa__block dd {
	font-size: 14px;
	margin-bottom: 30px;
	padding: 5px 10px 5px 55px;
	position: relative;
}
.qa__block dd p + p {
	margin-top: 20px;
}
.qa__block  dt span,
.qa__block  dd span {
	position: absolute;
	left: 10px;
	top: 5px;
}

/* ===============================================
	detailed search
=============================================== */
.detailed-search table {
	border-collapse: collapse;
	width: 100%;
}
.detailed-search th,
.detailed-search td {
	box-sizing: border-box;
	display: block;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.detailed-search th {
	background: #ececec;
}
.detailed-search input[type="text"] {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-sizing: border-box;
	padding: 8px;
}
input::placeholder {
	color: #ccc;
}
input:-ms-input-placeholder {
	color: #ccc;
}
input::-ms-input-placeholder {
	color: #ccc;
}
.detailed-search input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	display: inline-block;
	height: 34px;
	margin-right: 5px;
	outline: none;
	width: 34px;
}
.detailed-search input[type="checkbox"]:checked {
	border: 3px solid #100549;
}
.color-white {
	background: url(../img/search/i-white.png) center center no-repeat;
}
.color-black {
	background: url(../img/search/i-black.png) center center no-repeat;
}
.color-gray {
	background: url(../img/search/i-gray.png) center center no-repeat;
}
.color-brown {
	background: url(../img/search/i-brown.png) center center no-repeat;
}
.color-green {
	background: url(../img/search/i-green.png) center center no-repeat;
}
.color-blue {
	background: url(../img/search/i-blue.png) center center no-repeat;
}
.color-yellow {
	background: url(../img/search/i-yellow.png) center center no-repeat;
}
.color-red {
	background: url(../img/search/i-red.png) center center no-repeat;
}
.color-other {
	background: url(../img/search/i-other.png) center center no-repeat;
}
.color-camo {
	background: url(../img/search/i-camo.png) center center no-repeat;
}
.detailed-search .submit {
	margin-top: 50px;
	text-align: center;
}
.detailed-search  .submit__btn {
	background: #3196ca;
	color: #fff;
	padding: 10px 30px;
}

/* ===============================================
	shoplist
=============================================== */
.shoplist__nav {
	margin-bottom: 50px;
}
.shoplist__nav dt {
	background: #f2f2f2 url(../img/share/parts/plus.png) 22px 22px no-repeat;
	background-size: 14px;
	border-bottom: 1px dotted #ddd;
	cursor: pointer;
	line-height: 60px;
	padding-left: 55px;
}
.shoplist__nav dt.active {
	background: #f2f2f2 url(../img/share/parts/minus.png) 22px 22px no-repeat;
	background-size: 14px;
}
.shoplist__nav dd {
	display: none;
}
.shoplist__list li {
	border-bottom: 1px solid #e5e5e5;
	color: #063;
	font-size: 13px;
}
.shoplist__list a {
	color: #315c99;
	display: block;
	padding: 20px;
}
.shoplist__heading {
	background-color: #2996cc;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 25px;
}
.shoplist__block {
	background-color: #f5f5f5;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 10px;
}
.shoplist__img {
	float: left;
	width: 38%;
}
.shoplist__img img {
	height: auto;
	width: 100%;
}
.shoplist__detail {
	float: right;
	width: 58%;
}
.shoplist__btn {
	clear: both;
	float: none;
}
.shoplist__title {
	font-size: 14px;
}
.shoplist__tag {
	color: #2996cc;
    font-size: 12px;
    padding-left: .5em;
}
.shoplist__time,
.shoplist__address,
.shoplist__tel {
	font-size: 13px;
}
.shoplist__tel a {
	text-decoration: underline;
}
.shoplist__btn {
	padding: 20px 0;
}
.shoplist__a {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	color: #1a1a1a;
	display: inline-block;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}
.shoplist__map {
	margin-bottom: 10px;
}
.shoplist__sns img {
	height: auto;
	margin-right: 1em;
	vertical-align: middle;
	width: 29px;
}
.shoplist__brand {
	font-size: 12px;
}
.shoplist__brand dt {
	background-color: #ddd;
	color: #0e0149;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: center;
}

/* ===============================================
	contact
=============================================== */
.contact {
	max-width: 730px;
	margin: 0 auto;
}
.contact__title {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.contact__ledo {
	margin-bottom: 30px;
}
.contact__notice {
	border-bottom: 1px solid #000;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.contact__red {
	color: #f00;
}
.contact table {
	border-collapse: collapse;
	width: 100%;
}
.contact th,
.contact td {
	display: block;
	text-align: left;
	vertical-align: top;
}
.contact th {
	padding: 10px 0;
}
.contact td {
	padding-bottom: 10px;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea {
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 8px;
	width: 100%;
}
.contact__submit {
	text-align: center;
}

/* ===============================================
	タブレット
=============================================== */
@media screen and (min-width: 569px) {
	.page {
		margin-top: 60px;
	}
	.company__table th,
	.company__table td {
		display: table-cell;
	}
	.company__table th {
		padding: 0 0 35px 0;
		width: 130px;
	}
	.company__table td {
		padding-bottom: 35px;
	}
	.company__table li {
		border-left: 1px solid #ccc;
		box-sizing: border-box;
		float: left;
		width: 33.333%;
	}
	.company__table li:last-child {
		border-right: 1px solid #ccc;
	}
	.guide__left {
		float: left;
		width: 48%;
	}
	.guide__right {
		float: right;
		padding: 40px;
		width: 48%;
	}
	.guide__right p {
		font-size: 16px;
	}
}

/* ===============================================
	pc
=============================================== */
@media screen and (min-width: 769px) {
	.qa-nav__list {
		border-bottom: 1px solid #0f0149;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.qa-nav__item {
		border-bottom: none;
		text-align: center;
	}
	.detailed-search th,
	.detailed-search td {
		display: table-cell;
		padding: 15px;
	}
	.detailed-search th {
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
		text-align: right;
		width: 30%;
	}
	.detailed-search td {
		border-bottom: 1px solid #ececec;
		border-top: 1px solid #ececec;
	}
	.shoplist__list {
		padding: 25px;
	}
	.shoplist__list li {
		border-bottom: none;
		border-right: 1px solid #e5e5e5;
		display: inline-block;
		padding: 0 15px;
	}
	.shoplist__list li:last-child {
		border-right: none;
	}
	.shoplist__list a {
		display: inline;
		padding: 0;
	}
	.shoplist__block {
		padding: 25px;
	}
	.shoplist__img {
		float: left;
		width: 22%;
	}
	.shoplist__info {
		float: right;
		width: 75%;
	}
	.shoplist__detail {
		float: none;
		width: auto;
	}
	.shoplist__title {
		font-size: 16px;
	}
	.shoplist__tag {
	    font-size: 14px;
	}
	.shoplist__address {
		margin: 10px 0;
	}
	.shoplist__tel {
		float: left;
		margin-right: 1em;
		padding-top: 10px;
	}
	.shoplist__tel a {
		pointer-events: none;
	}
	.shoplist__btn {
		clear: none;
		padding: 0;
	}
	.shoplist__a {
		line-height: 35px;
		margin-right: 1em;
		padding: 0 30px;
		width: auto;
	}
	.shoplist__brand {
		clear: both;
		margin-top: 10px;
	}
	.shoplist__brand dt {
		display: inline-block;
		padding: 0 10px;
	}
	.contact th,
	.contact td {
		display: table-cell;
	}
	.contact th {
		white-space: nowrap;
		width: 30%;
	}
	.contact td {
		padding-top: 10px;
	}
}
