﻿@charset "UTF-8";

/*font-import  http://www.google.com/webfonts#*/
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic|Raleway);
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);


/*▼全体*/

html {
	font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: none;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #171717;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	position: relative;
	-webkit-text-size-adjust: none;
}


h1 {
	width: 65px;
	margin: 0 auto;
	padding: 10px 0;
}


h2 {
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
	font-size: 2rem;
	color: #1a1e84;
	text-align: left;
}

h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 2.3rem;
	text-align: left;
	padding: 0 10px;
	border-left: 5px solid #383ca3;
}

h4 {
	clear: both;
	-moz-box-shadow: 2px 5px 5px 2px #e1e1e1;
	-webkit-box-shadow: 2px 5px 5px 2px #e1e1e1;
	box-shadow: 2px 5px 5px 2px #e1e1e1;
	width: 100%;
	height: auto;
	font-weight: normal;
	padding: 10px;
	font-size: 2rem;
	margin: 20px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c6c8e6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #c6c8e6);
	background: -moz-linear-gradient(#fff, #c6c8e6);
	background: -o-linear-gradient(#fff, #c6c8e6);
	background: -ms-linear-gradient(#fff, #c6c8e6);
	background: linear-gradient(#fff, #c6c8e6);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

	h4:before {
		content: "\002714 \A0";
	}

h5 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	margin: 10px 0;
	font-weight: normal;
	font-size: 2.3rem;
	padding: 0 10px;
	border-left: 5px solid #383ca3;
	overflow: hidden;
}

h6 {
	clear: both;
	-moz-box-shadow: 2px 5px 5px 2px #e1e1e1;
	-webkit-box-shadow: 2px 5px 5px 2px #e1e1e1;
	box-shadow: 2px 5px 5px 2px #e1e1e1;
	width: 100%;
	height: auto;
	font-weight: normal;
	padding: 10px;
	font-size: 2rem;
	margin: 20px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c6c8e6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #c6c8e6);
	background: -moz-linear-gradient(#fff, #c6c8e6);
	background: -o-linear-gradient(#fff, #c6c8e6);
	background: -ms-linear-gradient(#fff, #c6c8e6);
	background: linear-gradient(#fff, #c6c8e6);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

	h6:before {
		content: "\002714 \A0";
	}

h7 {
	padding: 0.5rem 2rem;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 100vh;
	background-image: -webkit-gradient(linear, right top, left top, from(#3eb3df), to(#3870ef));
	background-image: -webkit-linear-gradient(right, #3eb3df 0%, #3870ef 100%);
	background-image: linear-gradient(to left, #3eb3df 0%, #3870ef 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
	display: block;
	margin-block-start: 1.8em;
}

h8 {
	position: relative;
	padding: 1rem 1.5rem;
	font-size: 2em;
	line-height: 1.5;
	border-left: 8px solid #383ca3;
	font-family: "BIZ UDPGothic", sans-serif;
	font-style: normal;
	letter-spacing: 0.1rem;
	margin-bottom: 1.5em;
	margin-block-end: 1.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
}

h8:after {
	position: absolute;
	top: 50%;
	left: -1px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	content: '';
	border-width: 7px 0 7px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #383ca3;
}

h9 {
	font-size: 17px;
	color: #1a1e84;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	display: block;
}

nav:not(.mm-menu) {
	display: none;
}

#container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}





/*▼ヘッダ*/
#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #3e3e3e;
	text-align: center;
	background-color: #ffffff;
	margin: 0;
	z-index: 5;
}




.m_box {
	width: 50px;
	height: 50px;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 1rem;
	float: left;
}

	.m_box p {
		position: absolute;
		top: 30px;
		left: 14px
	}

.s_box {
	width: 50px;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	float: right;
}

.logo_box {
	width: 100%;
	margin-top: 10px;
	float: left;
	margin: 0 auto;
}

.h_mbox {
	width: 20%;
	height: auto;
	text-align: right;
	float: left;
}

.h_rbox {
	width: 20%;
	height: auto;
	text-align: right;
	float: right;
}

ul.pctop, ul.pctop li, ul.pctop a {
	display: block;
}


ul.pctop {
	padding: 0;
	margin: 0;
	float: right;
}

	ul.pctop li {
		width: 40px;
		height: 20px;
		line-height: 20px;
		font-size: 1rem;
		color: #ffffff;
		text-align: left;
		background-color: #231815;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		border: 2px solid #231815;
	}


		ul.pctop li a {
			text-decoration: none;
			color: #ffffff;
			background-image: url(/sp/images/ico_pc.png);
			background-repeat: no-repeat;
			background-position: 2px;
			background-size: 18px 16px;
			-webkit-background-size: 18px 16px;
			-moz-background-size: 18px 16px;
			-o-background-size: 18px 16px;
			padding-left: 22px;
		}


/*▼ナビゲーション*/

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 100%;
	height: 50px;
}

	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 70%;
		height: 3px;
		background-color: #171717;
		border-radius: 2px;
	}

		.menu-trigger span:nth-of-type(1) {
			top: 10px;
		}

		.menu-trigger span:nth-of-type(2) {
			top: 18px;
		}

		.menu-trigger span:nth-of-type(3) {
			top: 26px;
		}

/*▼メイン画像*/

.img_box {
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 50px;
	overflow: hidden;
}

img.main {
	max-width: 950px;
	max-height: 380px;
}

img.main2 {
	max-width: 950px;
	max-height: 250px;
}

img.main3 {
	max-width: 1000px;
	max-height: 614px;
}

img.main4 {
	max-width: 700px;
	max-height: 559px;
}

img.main5 {
	max-width: 760px;
	max-height: 100px;
}


/*▼タイトル*/

.tit_lbox {
	width: 70%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
}

.tit_lbox2 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	margin: 10px 0;
	overflow: hidden;
}

.tit_rbox {
	width: 30%;
	height: 50px;
	line-height: 50px;
	text-align: right;
	float: right;
	margin-bottom: 10px;
	overflow: hidden;
}


ul.btn, ul.btn li, ul.btn a {
	display: block;
}


ul.btn {
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
	top: 30%;
}

	ul.btn li {
		width: 50px;
		height: 20px;
		font-size: 1rem;
		line-height: 20px;
		text-align: center;
		border: 1px solid #888;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2), to(#e3e2e2));
		background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


		ul.btn li a {
			text-decoration: none;
		}


ul.goods3 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

	ul.goods3 li {
		list-style-type: none;
		width: 48%;
		height: auto;
		text-align: left;
		margin: 4% 4% 0 0;
		padding: 0 0 10px 0;
		float: left;
		border: 1px solid #dddddd;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	ul.goods3 p {
		padding: 10px;
	}

	ul.goods3 a {
		display: block;
		color: #171717;
		text-decoration: none;
	}

	ul.goods3 li:nth-child(2n) {
		margin-right: 0;
	}

	ul.goods3 li:nth-child(2n+1) {
		clear: both;
	}

	ul.goods3 p:nth-child(n+3) {
		text-align: center;
		text-decoration: underline;
	}

	ul.goods3 p:nth-child(n+4) {
		text-align: center;
		text-decoration: underline;
	}



#ctg {
	width: 95%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}


/*▼インフォメーション*/

.info_txt {
	clear: both;
	width: 100%;
	height: auto;
	text-align: left;
	border: 1px solid #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	overflow-x: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

ul.info {
	padding: 0;
	margin: 0;
}

	ul.info li {
		list-style-type: none;
		width: 100%;
		height: auto;
		text-align: left;
		margin-right: 10px;
		padding: 10px;
		border-bottom: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	ul.info span {
		font-weight: bold;
		margin-right: 20px;
	}

		ul.info span:after {
			content: "\A";
			white-space: pre;
		}


/*▼メニュー*/

#menu_box {
	clear: both;
	width: 100%;
	height: auto;
	background-color: #888888;
	padding: 5px;
	margin: 20px 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


ul.menu, ul.menu li, ul.menu a {
	display: block;
}


ul.menu {
	padding: 0;
	margin: 0;
}

	ul.menu li {
		width: 50%;
		height: auto;
		font-family: 'Raleway', sans-serif;
		font-size: 1.3rem;
		background-color: #ffffff;
		float: left;
		list-style-type: none;
		text-align: center;
		padding: 5px 0;
		border-right: 1px solid #888888;
		border-bottom: 1px solid #888888;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


		ul.menu li a {
			text-decoration: none;
			background-image: url(/images/common/arr.png);
			background-repeat: no-repeat;
			background-position: 5px;
			background-size: 5px 8px;
			-webkit-background-size: 5px 8px;
			-moz-background-size: 5px 8px;
			-o-background-size: 5px 8px;
		}


		ul.menu li.last {
			border-right: none;
		}

		ul.menu li.last2 {
			border-bottom: none;
		}


/*▼トップ*/
.item {
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #f3efe5;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}


.item_img {
	width: 100px;
	height: 67px;
	text-align: left;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	border: 1px solid #888;
	overflow: hidden;
}


.item p {
	font-weight: bold;
	font-size: 1.3rem;
}

.item a {
	display: block;
}

.va {
	vertical-align: text-top;
}



/*▼リンク*/
a:link {
	color: #231815;
	text-decoration: underline;
}

a:visited {
	color: #231815;
	text-decoration: underline;
}

a:active {
	color: #231815;
	text-decoration: underline;
}

a:hover {
	color: #231815;
	text-decoration: underline;
}

a img {
	border: none;
}


/*▼新着情報*/

#w {
	display: block;
	margin: 0 auto;
	width: 100%;
}

	#w img {
		max-width: 80%;
		height: auto;
	}

.q {
	display: block;
	max-width: 680px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #e6e6e6;
	overflow: hidden;
}

.qhead {
	margin: 0 0 10px 0;
	width: 100%;
}

	.qhead a:hover {
		text-decoration: none;
	}

.qhead_l {
	margin: 0 0 10px 0;
	width: 40%;
	background-color: #001646;
	color: #ffffff;
	text-align: center;
	padding: 5px;
}

.answer {
	display: none;
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
}

#w .qhead a {
	color: #1c1f85;
	display: block;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
}



/*▼フッタ*/
#footer {
	clear: both;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-family: 'Merriweather Sans', sans-serif;
	background-color: #001646;
	color: #ffffff;
	font-size: 1.2rem;
}

#footmenu {
	clear: both;
	width: 95%;
	height: auto;
	text-align: center;
	font-size: 1.2rem;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
}

	#footmenu p {
		line-height: 1.8;
		font-family: 'Raleway', sans-serif;
		margin: 0;
		padding: 0;
	}

		#footmenu p a {
			color: #171717;
			text-decoration: underline;
		}

.footinfo {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 1.2rem;
	border-top: 1px solid #cccccc;
	padding: 10px 0 10px 0;
	overflow: hidden;
}


ul.gototop, ul.gototop li, ul.gototop a {
	display: block;
}


ul.gototop {
	padding: 0;
	margin: 20px 0 10px 0;
	float: right;
	position: relative;
	top: 30%;
}

	ul.gototop li {
		width: 50px;
		height: 20px;
		font-size: 1rem;
		line-height: 20px;
		text-align: center;
		border: 1px solid #888;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2), to(#e3e2e2));
		background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


		ul.gototop li a {
			text-decoration: none;
		}



/*▼テーブル*/


table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.4rem;
}

	table.basic {
		border-collapse: separate;
		border-spacing: 0px;
		empty-cells: show;
		border-top: 1px solid #dddddd;
		border-right: none;
		border-bottom: none;
		border-left: 1px solid #dddddd;
		table-layout: fixed;
	}

		table.basic td {
			padding: 20px;
			border-right: 1px solid #dddddd;
			border-bottom: 1px solid #dddddd;
		}

th.basic2 {
	width: 25%;
	border-top: none;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: none;
	text-align: center;
	white-space: nowrap;
}

td {
	padding: 5px 0 5px 5px;
}

th {
	padding: 5px 0 5px 0;
	white-space: nowrap;
}

td ul {
	padding: 0;
	margin: 0;
}

	td ul li {
		list-style-type: none;
		text-indent: -0.8em;
		padding: 0 0 0 0.8em;
		margin: 0;
	}


		td ul li:before {
			content: "\002731";
		}




table.basic td {
	padding: 5px;
}

td.nopad {
	padding: 5px 0 5px 0;
}

td.now {
	white-space: nowrap;
}

th.nopad {
	padding: 10px 0 0 0;
}






hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #dddddd;
	height: 1px;
	margin: 20px 0;
}



/*▼バナー*/
.bnr_box {
	clear: both;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

	.bnr_box img {
		width: 48%;
		height: auto;
		margin-bottom: 10px;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.bnr_box a:nth-child(2n) {
		margin-right: none;
		margin-left: 4%;
	}

	.bnr_box a:nth-child(2n+1) {
		clear: both;
	}



/*▼共通*/

.line_box {
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	overflow-x: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

	.line_box ul {
		padding: 0;
		margin: 10px 0 0 0;
		border: none;
	}

		.line_box ul li {
			list-style-type: none;
			text-indent: -0.8em;
			padding: 0 0 0 0.8em;
			margin: 0;
		}



			.line_box ul li:before {
				content: "\002731";
			}

	.line_box p {
		margin: 10px 0 5px 0;
		padding: 0;
	}

		.line_box p.nomrg {
			font-weight: bold;
			margin: 0 0 5px 0;
			padding: 0;
		}




p {
	margin: 0;
	padding: 0;
}


.bl_r {
	background-image: url(/images/common/blank.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 9px 9px;
	-webkit-background-size: 9px 9px;
	-moz-background-size: 9px 9px;
	-o-background-size: 9px 9px;
	padding-right: 13px;
	margin-right: 2px;
}


.price {
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}


.f_17b {
	font-size: 1.7rem;
	font-weight: bold;
}

.rgt {
	text-align: right;
}

.cet {
	text-align: center;
}

.pad5 {
	padding: 5px;
}

.pad_t5 {
	padding-top: 5px;
}

.pad_t10 {
	padding-top: 10px;
}

.pad_t20 {
	padding-top: 20px;
}

.pad_b5 {
	padding-bottom: 5px;
}

.pad_b10 {
	padding-bottom: 10px;
}

.mrg_t10 {
	margin-top: 10px;
}

.mrg_t20 {
	margin-top: 20px;
}

.mrg_r10 {
	margin-right: 10px;
}

.pad_l24 {
	padding-left: 24px;
}

.mrg_b10 {
	margin-bottom: 10px;
}

.mrg_b20 {
	margin-bottom: 20px;
}

.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.fl5 {
	float: left;
	margin-right: 5px;
	border: 1px solid #a3a7a6;
}

.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.cl {
	clear: both;
}

.bd {
	border: 1px solid #a3a7a6;
}

.bd_b {
	border-bottom: 1px solid #dddddd;
}

.bd_rb {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.b_b {
	font-weight: bold;
}

.col_rd {
	color: #f5451c;
}

.nor {
	font-weight: normal;
}

.rw {
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
}

.f_os {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

.f_ms {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
}

.f_17 {
	font-size: 17px;
}

input {
	font-size: 100%;
}

select {
	font-size: 100%;
}

textarea {
	font-size: 100%;
}

.confirm {
	text-align: center;
	margin-top: 15px;
}
