@charset "utf-8";
/*----------------------------------------
	-common
		0. HTML, Body, Anchor, img
		1. Font
		2. Color
		3. Background
		4. txt-align
		5. Display
		6. Float
		7. Radius
		8. hr
		9. margin
		10. bold


	-parts
		0. wrapper
		1. ttl
		2. info_list
		3. box
		4. footer固定
		5. form
		6. table
		7. page-top
		8. thumbnail
		9. ページ送り
		10. QA


		99.Clear fix

----------------------------------------*/

/* //////////////////////////////////////////////////
[Common]
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. HTML, Body, Anchor
-------------------------------------------------- */
body {
	font-family: Arial, san-serif;
	-webkit-text-size-adjust: none;
	min-height: 100%;
	background-color: #eee;
	color: #222;
	line-height: 1.5;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	word-break: break-all;
}

img {
	vertical-align: bottom;
}

img.v-mid {
	vertical-align: middle;
}
img.v-top {
	vertical-align: top;
}

a:link {
	color: #654302;
}

a:visited {
	color: #654302;
}

a:hover {
	color: #654302;
}

a:active {
	color: #654302;
}
/* --------------------------------------------------
	1. Font
-------------------------------------------------- */
.fs-d {
	font-size: 1em;
}

.fs-p1 {
	font-size: 1.08em;
}

.fs-p2 {
	font-size: 1.16em;
}

.fs-p3 {
	font-size: 1.24em;
}

.fs-p4 {
	font-size: 1.32em;
}

.fs-p5 {
	font-size: 1.4em;
}

.fs-p_ex {
	font-size: 1.80em;
}

.fs-m1 {
	font-size: 0.92em;
}

.fs-m2 {
	font-size: 0.84em;
}

.fs-m3 {
	font-size: 0.76em;
}

.fs-m4 {
	font-size: 0.68em;
}

.fs-m5 {
	font-size: 0.6em;
}
/* --------------------------------------------------
	2. Color
-------------------------------------------------- */
.txt-highlight {
	color: #D60101;
}

.txt-keycolor {
	color: #654302;
}

.txt-keycolor2 {
	color: #999999;
}

.txt-keycolor3 {
	color: #F9F28D;
}

.txt-error {
	color: #D8080B;
}

.txt-men {
	color: #8FEEFB;
}

.txt-women {
	color: #F6C1E3;
}
/* --------------------------------------------------
	3. Background
-------------------------------------------------- */
.bg-color1 {
	background-color: #ffffff;
}

.bg-color2 {
	background-color: #f9f1e1;
}

.bg-color3 {
	background-color: #ffffff;
}

.bg-color_pc {
	background-color: #654302;
}
/* --------------------------------------------------
	4. txt-align
-------------------------------------------------- */
.txt-left {
	text-align: left;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}
/* --------------------------------------------------
	5. Display
-------------------------------------------------- */
.dinline {
	display: inline;
}

.dblock {
	display: block;
}

.dinblock {
	display: inline-block;
}
/* --------------------------------------------------
	6. Float
-------------------------------------------------- */
.flt-l {
	float: left;
}

.flt-r {
	float: right;
}
/* --------------------------------------------------
	7. Radius
-------------------------------------------------- */
.radius-8 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.radius-8-top {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
/* --------------------------------------------------
	8. hr
-------------------------------------------------- */
hr {
	border-top: 1px dashed #666;
	clear: both;
}
/* --------------------------------------------------
	9. margin
-------------------------------------------------- */
.ma_top10 {
    margin-top: 10px;
}
.ma_top20 {
    margin-top: 20px;
}
.ma_top30 {
    margin-top: 30px;
}
.ma_left10 {
    margin-left: 10px;
}
/* --------------------------------------------------
	10. bold
-------------------------------------------------- */
.bold {
	font-weight: bold;
}

/* //////////////////////////////////////////////////
[Parts]
////////////////////////////////////////////////// */

/* --------------------------------------------------
	1. ttl
-------------------------------------------------- */
.ttl {
	position: relative;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 4px solid #c5b189;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		"HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	text-shadow: 0 1px 1px #fff;
	text-align: center;
}

.ttl::after {
	position: absolute;
	content: " ";
	border-bottom: solid 4px #654302;
	bottom: -4px;
	width: 10%;
	display: block;
}

.ttl2 {
	background: #654302; /*背景色*/
	padding: 0.5em; /*文字周りの余白*/
	padding-left: 1em;
	color: #fff; /*文字を白に*/
	border-radius: 1.2em; /*角の丸み*/
	margin-left: 5px;
	margin-right: 5px;
}

.ttl3 {
	color: #654302;
	padding: 0.5em;
	text-shadow: 0 0 5px white;
	border-left: solid 7px #654302;
	background: -webkit-repeating-linear-gradient(-45deg, #fbfdfc, #fbfdfc 3px, #eeeeee
		3px, #eeeeee 7px);
	background: repeating-linear-gradient(-45deg, #fbfdfc, #fbfdfc 3px, #eeeeee 3px,
		#eeeeee 7px);
}

.ttl4 {
	background: #654302; /*背景色*/
	padding: 0.5em; /*文字周りの余白*/
	padding-left: 1em;
	color: #fff; /*文字を白に*/
	border-radius: 0.5em; /*角の丸み*/
	margin-left: 2px;
	margin-right: 2px;
}
/* --------------------------------------------------
	2. info_list
-------------------------------------------------- */
.navBox {
	background-color: #926d25;
}

.navBox li {
	display: inline-block;
	background-color: #926d25;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	border: 1px solid #fff;
	width: 46%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 2%;
	padding-top: 5%;
	padding-bottom: 5%;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* for Safari and Chrome 対応*/
	-moz-border-radius: 5px; /* for Firefox 対応*/
	vertical-align: top;
}

.navBox li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 70px;
	font-weight: bold;
}
/* --------------------------------------------------
	3. box
-------------------------------------------------- */
.box_pc {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 900px;
	height: 500px;
}

#box {
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px; /* CSS3草案 */
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
}

#box2 {
	width: 90%;
	margin: 0 auto;
	padding: 5%;
}

#left_box {
	width: 47%;
	display: inline-block;
}

#right_box {
	width: 47%;
	display: inline-block;
	text-align: right;
}

/* --------------------------------------------------
	4. footer固定
-------------------------------------------------- */
#container {
	position: relative;
	min-height: 100%;
	padding-bottom: 75px;
}

footer {
	background-color: #654302;
	font-size: 12px;
	color: #fff;
	width: 100%;
	line-height: 25px;
	height: 75px;
	position: fixed;
	bottom: 0;
	text-align: center;
}
footer.siteFooter-mypage {
	line-height: 18px;
}
footer a {
	color: orange;
	text-decoration: none;
}
footer a:visited {
	color: orange;
}
footer a:link {
	color: orange;
}
footer a:hover {
	color: orange;
}
footer a:active {
	color: orange;
}
/* --------------------------------------------------
	5. form
-------------------------------------------------- */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration
	{
	display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
	outline-offset: -2px;
}

textarea, input[type="date"], input[type="password"], input[type="number"],
	input[type="text"] {
	width: 90%;
	padding: 2% 5%;
	font-size: 12px;
	font-size: 1.2rem;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

textarea {
	height: 200px; /* お好みの高さに */
}
/* フォーカス時の色変更 */
textarea:focus, input[type="date"]:focus, input[type="tel"]:focus, input[type="email"]:focus,
	input[type="text"]:focus {
	border: 1px solid #666;
}

.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	height: 50px;
	display: block;
	position: relative;
	background: #fb9005;
	color: #fff;
	text-align: center;
	border: 1px solid #fb9005;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

select {
	position: relative;
	width: 100%;
	padding: 2% 5%;
	font-size: 12px;
	font-size: 1.2rem;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

select::after {
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -8px;
	content: "\f0f5";
	color: #ccc;
	font-size: 14px;
	font-family: fontAwesome;
	z-index: -1;
}

/* --------------------------------------------------
	6. table
-------------------------------------------------- */
table {
	border-collapse: separate;
	border-spacing: 0px 2px;
	margin: 0 auto;
	margin-top: 10px;
	width: 90%;
}

td, th {
	padding: 5px;
}

th {
	background: #654302;
	color: #fff;
}

td {
	background: #fcfae5;
}
/* --------------------------------------------------
	7. page-top
-------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 70px;
	right: 20px;
	font-size: 50%;
}

#page-top a {
	background: #654302;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #19221b;
}
/* --------------------------------------------------
	8. thumbnail
-------------------------------------------------- */
.thumbnail_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.thumbnail_text {
	overflow: hidden;
}

.thumbnail_profile {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
/* --------------------------------------------------
	9. ページ送り
-------------------------------------------------- */
ul.pageNav01 {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #fff;
	text-align: center;
}

ul.pageNav01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

ul.pageNav01 li span, ul.pageNav01 li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}

ul.pageNav01 li a:hover {
	background: #eee;
	border-color: #ccc;
}
/* --------------------------------------------------
	10. QA
-------------------------------------------------- */
dl {
	width: 98%;
	margin: 1%;
	line-height: 1.5em;
	overflow: hidden;
	_zoom: 1;
}

dl dd, dl dt {
	text-indent: -2.6em;
	padding: 0 20px 0px 50px;
}

dl dt {
	margin: 10px 10px 0 0;
}

dl dd:first-letter, dl dt:first-letter {
	font-size: 1.6em;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px;
	font-family: 'Nunito', sans-serif;
}

dl dd {
	margin: 20px 0 -1px 0;
	padding-bottom: 15px;
	border-bottom: 1px #cccccc dotted;
}

dl dt:first-letter {
	color: #0F78E1;
}

dl dd:first-letter {
	color: #ff6767;
}

/* --------------------------------------------------
	99.Clear fix
-------------------------------------------------- */
.cf {
	*zoom: 1;
}

.cf:before, .cf:after {
	display: table;
	line-height: 0;
	content: "";
}

.cf:after {
	clear: both;
}

.round-box {
	display: inline-block;
	text-decoration: none;
	border: solid 1px #654302;
	width: 22%;
	padding: 6% 4%;
	font-size: 12px;
	vertical-align: middle;
	border-radius: 10px;
}

.txt-top {
	vertical-align: top;
}
.txt-middle {
	vertical-align: middle;
}
.txt-bottom {
	vertical-align: bottom;
}

.w-100px {
	width: 100px;
}
.w-90px {
	width: 90px;
}
.w-34_5per {
	width:34.5%;
}


.color-orange {
	color: orange;
}

.bg-white {
	background: #fff;
}

select.point_purchase_price:invalid {
	color: #f00;
}

select.point_purchase_price option {
	color: #000;
}

select.point_purchase_price option:first-child {
	color: #f00;
}