@charset "utf-8";
/*
最終更新日 : 2015.11.10

▼ CSS記述ルール

1. 単語と単語（別単語）は-（ハイフン）で繋ぐ
例）.about-item {}

2. 長い単語（1単語）はキャメルケースで繋ぐ
例）.breadCrumb
例）.backTop

3. 変更する可能性のあるタグに対して直接スタイルを指定しない
×）#nav ol {}　← olがulに変更になる可能性がある
○）#nav .list {}　olにclass="list"を付与し、そのclassに対してスタイルを指定する

----------------------------------------------------------------------------------------------------

▼ まず始めに

以下の初期色をサイトに合わせて変更しよう！
ローカルサイト全体を「#xxx」で「検索・置換」してOK！（#付で検索必須！）

#665c47    ⇒ 基本的な文字色
#665c47 ⇒ 見出しの色
#D9D2C3    ⇒ ボーダー色
#f4f1ed ⇒ ボーダー色より薄い背景に使用する色
#C00    ⇒ メインカラー
#f00    ⇒ ホバー色
#ff9    ⇒ 蛍光マーカー色

*/

/*==================================================================================================================================
reset
==================================================================================================================================*/

/* html5doctor.com Reset v1.6.1 - http://cssreset.com */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
/* change colours to suit your needs */
ins { background-color: #ff9; color: #665c47; text-decoration: none; }
/* change colours to suit your needs */
mark { background-color: #ff9; color: #665c47; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #D9D2C3; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

/*----------------------------------------*----------------------------------------
original
----------------------------------------*----------------------------------------*/

*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
body { word-wrap: break-word; text-align: center; }
audio, canvas, progress, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a:active, a:hover { outline: 0; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
svg:not(:root) { overflow: hidden; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #D9D2C3; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
table { max-width: 100%; }
li { list-style: none; }

/*----------------------------------------
clearfix
----------------------------------------*/

.clearfix:after,
.container:after,
.row:after,
.row-10:after,
.row-20:after,
.row-0:after,
.row-grid:after,
.ebox:after {
	content: " "; /* 旧Operaをサポートしないのであれば空白でOK */
	display: block;
	clear: both;
}

/*==================================================================================================================================

= STYLE
-- Basic Style
-- Btn
-- Card
-- Color
-- Dl
-- Ebox
-- Grid
-- Headline
-- Image
-- ImageReplacement
-- Margin
-- Padding
-- Pagination
-- Slick
-- Social
-- Table
-- Tab-nav
-- Thumbnail
-- UL/OL
-- Visible & Hidden

==================================================================================================================================*/

/*----------------------------------------*----------------------------------------
Basic Style
----------------------------------------*----------------------------------------*/

address {
	font-style: normal;
	line-height: inherit;
}
blockquote {
	border: 1px solid #D9D2C3;
	padding: 20px 6rem;
	position: relative;
	margin: 0 0 20px;
}
blockquote:before,
blockquote:after {
	color: #D9D2C3;
	font-family: "FontAwesome";
	font-size: 4rem;
	line-height: 1;
	position: absolute;
}
blockquote:before {
	content: "\f10d";
	top: 5px;
	left: 10px;
}
blockquote:after {
	content: "\f10e";
	bottom: 5px;
	right: 10px;
}
code {
	background: #e6ee9c;
	border-radius: 5px;
	padding: .25rem .5rem;
	font-size: 90%;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
figure { margin: 0 0 20px; }
figcaption {
	text-align: center;
	margin: 5px 0;
	font-size: 1.3rem;
}
mark,
.mark { background-color: #ff3; }
pre {
	display: block;
	border: 1px solid #D9D2C3;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	overflow: auto;
	padding: 20px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border-radius: 0;
}
small,
.small {
	font-weight: normal;
	font-size: 1.4rem;
}
sub,
sup {
	vertical-align: baseline;
	font-size: 1.1rem;
	line-height: 0;
	position: relative;
}
sub { bottom: -0.25em; }
sup { top: -0.5em; }

/*----------------------------------------
text
----------------------------------------*/

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-lowercase { text-transform: lowercase; }
.text-uppercase { text-transform: uppercase; }
.text-capitalize { text-transform: capitalize; }
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.text-sp-left { text-align: left; }
	.text-sp-right { text-align: right; }
	.text-sp-center { text-align: center; }
}

@media screen and (min-width: 768px) {
	.text-nowrap { white-space: nowrap; }
	.text-pc-left { text-align: left; }
	.text-pc-right { text-align: right; }
	.text-pc-center { text-align: center; }
}

/*----------------------------------------
size
----------------------------------------*/

.font-xs { font-size: 1.1rem; }
.font-s { font-size: 1.3rem; }
.font-m { font-size: 2rem; }
.font-l { font-size: 2.5rem; }
.font-xl { font-size: 3rem; }
.font-normal { font-size: 1.5rem; }

@media screen and (max-width: 767px) {
	.font-sp-xs { font-size: 1.1rem; }
	.font-sp-s { font-size: 1.3rem; }
	.font-sp-m { font-size: 2rem; }
	.font-sp-l { font-size: 2.5rem; }
	.font-sp-xl { font-size: 3rem; }
	.font-sp-normal { font-size: 1.5rem; }
}

@media screen and (min-width: 768px) {
	.font-pc-xs { font-size: 1.1rem; }
	.font-pc-s { font-size: 1.3rem; }
	.font-pc-m { font-size: 2rem; }
	.font-pc-l { font-size: 2.5rem; }
	.font-pc-xl { font-size: 3rem; }
	.font-pc-normal { font-size: 1.5rem; }
}

/*----------------------------------------
a
----------------------------------------*/

a { color: #665c47; }
a:hover, a:focus {}

/* unstyled */

a.a-unstyled { text-decoration: none; }
a.a-unstyled:hover, a.a-unstyled:focus { text-decoration: underline; }

/*----------------------------------------
hr
----------------------------------------*/

hr {
	height: 0;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	border-top: 1px solid #D9D2C3;
}

/* diamond */

.hr-diamond {
	position: relative;
	height: 1px;
	background: #D9D2C3;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.hr-diamond span {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #665c47;
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -6px;
}
.hr-diamond span:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 5px;
	width: 0;
	height: 0;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top-color: #665c47;
}

/* circle */

.hr-circle {
	border-width: 0;
	height: 1px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	background-color: #D9D2C3;
	position: relative;
	text-align: center;
}
.hr-circle:before {
	content: '';
	width: 9px;
	height: 9px;
	background-color: #665c47;
	position: absolute;
	top: -4px;
	margin-left: -4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/*----------------------------------------*----------------------------------------
Btn
----------------------------------------*----------------------------------------*/

/*----------------------------------------
common
----------------------------------------*/

.btn {
	border: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	vertical-align: baseline;
	position: relative;
	transition: all .2s linear;
}
.btn:hover,
.btn:active,
.btn:focus { text-decoration: none; }
.btn:before {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -.5em;
	font-family: "FontAwesome";
	content: "\f105";
	line-height: 1;
}

/*----------------------------------------
color&style
全てのボタンに対してradiusやroundを使いたい場合は.btnに直接指定しよう
----------------------------------------*/

/* btn */

.btn {
	background: #60c1bd;
	color: #fff;
}
.btn:hover,
.btn:active { background: #a3dee6; }
.btn:before { color: #fff; }

/* border */

.btn-border {
	background: none;
	color: #665c47;
	border: 1px solid #665c47;
}
.btn-border:before { color: #665c47; }
.btn-border:hover,
.btn-border:active {
	background: none;
	border-color: #f00;
	color: #f00;
}
.btn-border:hover:before,
.btn-border:active:before { color: #f00; }

@media screen and (max-width: 767px) {
	.btn-sp-border {
		background: none;
		color: #665c47;
		border: 1px solid #665c47;
	}
	.btn-sp-border:before { color: #665c47; }
	.btn-sp-border:hover,
	.btn-sp-border:active {
		background: none;
		border-color: #f00;
		color: #f00;
	}
	.btn-sp-border:hover:before,
	.btn-sp-border:active:before { color: #f00; }
}

/* radius */

.btn-radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* round */

.btn-round {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

/* noIcon */

.btn-noIcon { text-align: center; }
.btn-noIcon:before { content: "" !important; }

/* leftIcon */

.btn-leftIcon {}
.btn-leftIcon:before {
	right: auto;
	left: 15px;
}

/* ir */

@media screen and (min-width: 768px) {
	.btn.ir-pc {
		border: none !important;
		padding: 0 !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		border-radius: 0 !important;
		text-align: left !important;
	}
}

/*----------------------------------------
size
----------------------------------------*/

.btn { padding: 10px 40px 10px 15px; }
.btn-noIcon { padding: 10px 40px; }
.btn-leftIcon { padding: 10px 20px 10px 40px; }

/* thin */
/* 上下paddingを半分に */

.btn-thin {}
.btn-thin,
.btn-group-thin .btn {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* thick */
/* 上下paddingを倍に */

.btn-thick {}
.btn-thick,
.btn-group-thick .btn {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*----------------------------------------
block
----------------------------------------*/

.btn-block {
	display: block;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.btn-sp-block {
		display: block;
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.btn-pc-block {
		display: block;
		width: 100%;
	}
}

/*----------------------------------------
button-group
----------------------------------------*/

.btn-group {
  position: relative;
  vertical-align: middle;
	letter-spacing: -.4em;
}
.btn-group > .btn {
  position: relative;
	display: inline-block;
	letter-spacing: normal;
}
.btn-group .btn + .btn { margin-left: 1px; }
.btn-group .btn-border + .btn-border {
	margin-left: 0;
	border-left: none;
}

@media screen and (max-width: 767px) {
	.btn-group .btn-sp-block + .btn-sp-block {
		margin-left: 0;
		margin-top: 1px;
	}
}

/* justified */

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.btn-group-justified > .btn {
  display: table-cell;
  float: none;
}
.btn-group-justified > .btn + .btn { border-left: 1px solid #fff; }
.btn-group-justified > .btn-border + .btn-border { border-left: none; }

/* style */

.btn-group-radius > .btn:first-child {
	-moz-border-radius: 5px 0 0 3px;
	-webkit-border-radius: 5px 0 0 3px;
	border-radius: 5px 0 0 3px;
}
.btn-group-radius > .btn:last-child {
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.btn-group-round > .btn:first-child {
	-moz-border-radius: 100px 0 0 100px;
	-webkit-border-radius: 100px 0 0 100px;
	border-radius: 100px 0 0 100px;
}
.btn-group-round > .btn:last-child {
	-moz-border-radius: 0 100px 100px 0;
	-webkit-border-radius: 0 100px 100px 0;
	border-radius: 0 100px 100px 0;
}

/*----------------------------------------*----------------------------------------
Card
----------------------------------------*----------------------------------------*/

.card {
	position: relative;
	border: 1px solid #D9D2C3;
}
.card-block { padding: 20px; }
.card-block > *:last-child { margin-bottom: 0; }

/*----------------------------------------
header
----------------------------------------*/

.card-header {
	padding: 5px 15px;
	background-color: #f4f1ed;
	border-bottom: 1px solid #D9D2C3;
}

/*----------------------------------------
footer
----------------------------------------*/

.card-footer {
	padding: 5px 15px;
	background-color: #f4f1ed;
	border-top: 1px solid #D9D2C3;
}

/*----------------------------------------
bg
----------------------------------------*/

.card-bg {
	background: #fff;
	border: none;
}
.card-bg:not([class*=" bg-"]) { box-shadow: 0 0 5px rgba(0,0,0,.15); }
.card-bg .card-header,
.card-bg .card-footer {
	background: rgba(0,0,0,.15);
	border: none;
}

/*----------------------------------------
group
----------------------------------------*/

@media screen and (max-width: 767px) {
}

@media screen and (min-width: 768px) {
	.card-group {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	card-group + .card-group { margin-top: -21px; }
	.card-group .card {
		display: table-cell;
		vertical-align: top;
	}
	.card-group .card + .card {
		margin-left: 0;
		border-left: none;
		overflow: hidden;
	}
}

/*----------------------------------------
radius
角丸を使わない場合は一括コメントアウト！
----------------------------------------*/

.card { border-radius: 5px; }
.card-header:first-child { border-radius: 4px 4px 0 0; }
.card-footer:last-child { border-radius: 0 0 4px 4px; }
.card-img-top { border-radius: 5px 5px 0 0; }
.card-img-bottom { border-radius: 0 0 5px 5px; }
.card-group .card:first-child,
.card-group .card:first-child .card-header,
.card-group .card:first-child .card-img-top { border-top-right-radius: 0; }
.card-group .card:first-child,
.card-group .card:first-child .card-footer,
.card-group .card:first-child .card-img-bottom { border-bottom-right-radius: 0; }
.card-group .card:last-child,
.card-group .card:last-child .card-header,
.card-group .card:last-child .card-img-top { border-top-left-radius: 0; }
.card-group .card:last-child,
.card-group .card:last-child .card-footer,
.card-group .card:last-child .card-img-bottom { border-bottom-left-radius: 0; }
.card-group .card:not(:first-child):not(:last-child) { border-radius: 0; }
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom { border-radius: 0; }

/*----------------------------------------
dogear
----------------------------------------*/

.card-dogear { position : relative; }
.card-dogear .card-block:after {
	content : "";
	display : block;
	position : absolute;
	bottom : -1px;
	right  : -1px;
	width  : 0;
	height : 0;
	border-width : 10px;
	border-style : solid;
	border-color : rgba(0,0,0,.15) #fff #fff rgba(0,0,0,.15);
}
.card-bg.card-dogear .card-block:after {
	bottom : 0;
	right  : 0;
}

/*----------------------------------------*----------------------------------------
Color
色は適当に変えよう
----------------------------------------*----------------------------------------*/

/* white */

.text-white { color: #fff !important; }
.bg-white { background-color: #fff; }

/* red */

.text-red { color: #f44336 !important; }
.bg-red { background-color: #f44336; }

/* blueGreen */

.text-blueGreen { color: #60c1bd !important; }
.bg-blueGreen { background-color: #60c1bd; }
.bg-lightblueGreen { background-color: #a3dee6; }

/* pink */

.text-pink { color: #e3144c !important; }
.bg-pink { background-color: #e3144c; }
.bg-lightPink { background-color: #f9cfe2; }

/* pink2 */

.text-pink2 { color: #ec6d6d !important; }
.bg-pink2 { background-color: #ec6d6d; }
.bg-lightPink2 { background-color: #f5b6b6; }

/* green */

.text-green { color: #00ab84 !important; }
.bg-green { background-color: #00ab84; }
.bg-lightGreen { background-color: #7fd5c1; }

/* blue */

.text-blue { color: #3962ad !important; }
.bg-blue { background-color: #3962ad; }
.bg-lightBlue { background-color: #9cb0d6; }
.bg-lightBlue2 { background-color: #dce5ec; }

/* purple */

.text-purple { color: #7b5aa3 !important; }
.bg-purple { background-color: #7b5aa3; }
.bg-lightPurple { background-color: #7b5aa3; }

/*palePurple */

.text-palePurple { color: #c0a8dc !important; }
.bg-palePurple { background-color: #c0a8dc; }
.bg-palePurple { background-color: #c0a8dc; }

/* purplePink */

.text-purplePink { color: #c27bcb!important; }
.bg-purplePink { background-color: #c27bcb; }
.bg-lightPurplePink { background-color: #c27bcb; }

/* purpleIchikawa */

.text-purpleIchikawa { color: #9b72b0!important; }
.bg-purpleIchikawa { background-color: #9b72b0; }
.bg-lightpurpleIchikawa { background-color: #cda2d7; }

/* brown */

.text-brown { color: #563630 !important; }
.bg-brown { background-color: #563630; }

/* black */

.text-black { color: #424242 !important; }
.bg-black { background-color: #424242; }

/* paleYellow */

.text-paleYellow { color: #faf0c1 !important; }
.bg-paleYellow { background-color: #faf0c1; }

/* paleViolet */

.text-palePink { color: #fdf3fa !important; }
.bg-palePink { background-color: #fdf3fa; }

/*----------------------------------------*----------------------------------------
Dl
----------------------------------------*----------------------------------------*/

/*----------------------------------------
dl-basic
----------------------------------------*/

.dl-basic dt {}
.dl-basic dd + dt { margin-top: 10px; }

/*----------------------------------------
horizontal
----------------------------------------*/

.dl-horizontal dt {
	overflow: hidden;
	clear: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
}

@media screen and (min-width: 768px) {
	.dl-horizontal dt {
		width: 160px;
		float: left;
	}
	.dl-horizontal dd { margin-left: 180px; }
}

/*----------------------------------------*----------------------------------------
Ebox
----------------------------------------*----------------------------------------*/

.ebox { position: relative; }

.pagination,
.postNav,
.ebox address,
.ebox dl,
.ebox ol,
.ebox p,
.ebox pre,
.ebox table,
.ebox ul,
.ebox [class^="col-"],
.ebox [class*=" col-"],
.ebox .btn-group,
.ebox .card,
.ebox .card-group,
.ebox .hr-diamond,
.ebox .hr-circle,
.ebox .media,
.ebox .slick,
.ebox .thumbnail { margin-bottom: 20px; }

.ebox .row-10,
.ebox .row-10 [class^="col-"],
.ebox .row-10 [class*=" col-"] { margin-bottom: 10px; }

.ebox .row-20 [class^="col-"],
.ebox .row-20 [class*=" col-"] { margin-bottom: 40px; }

.ebox ol ol,
.ebox ul ul,
.ebox ol ul,
.ebox ul ol,
.ebox .row,
.ebox .row-20,
.ebox .row-0,
.ebox .row-grid [class^="col-"],
.ebox .row-grid [class*=" col-"],
.ebox [class^="col-"] *:last-child,
.ebox [class*=" col-"] *:last-child,
.ebox [class^="col-"] *:last-child > *:last-child,
.ebox [class*=" col-"] *:last-child > *:last-child,
.ebox [class^="col-"] *:last-child > *:last-child > *:last-child,
.ebox [class*=" col-"] *:last-child > *:last-child > *:last-child,
.ebox .slick-dots,
.ebox .tab-nav { margin-bottom: 0; }

@media screen and (max-width: 767px) {
	.ebox { padding-top: 20px; }
	.ebox hr { margin-bottom: 20px; }
}

@media screen and (min-width: 768px) {
	.ebox {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.ebox hr { margin-bottom: 40px; }
}

/*----------------------------------------*----------------------------------------
Grid
----------------------------------------*----------------------------------------*/

/*----------------------------------------
container
----------------------------------------*/

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 972px;
}

@media screen and (max-width: 767px) {
	.container { width: 100%; }
}

/*----------------------------------------
row
----------------------------------------*/

@media screen and (max-width: 767px) {
	.row,
	.row-10,
	.row-20,
	.row-0,
	.row-grid {
		margin-right: -10px;
		margin-left: -10px;
	}
}
@media screen and (min-width: 768px) {
	.row,
	.row-0,
	.row-grid {
		margin-right: -15px;
		margin-left: -15px;
	}
	.row-10 {
		margin-right: -5px;
		margin-left: -5px;
	}
	.row-20 {
		margin-right: -10px;
		margin-left: -10px;
	}
}

/*----------------------------------------
col
----------------------------------------*/

/*左右余白がデフォルトの場合（30px） class="row"*/

[class^="col-"], [class*=" col-"] {
	position: relative;
	min-height: 1px;
}

@media screen and (max-width: 767px) {
	[class^="col-"], [class*=" col-"] {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media screen and (min-width: 768px) {
	[class^="col-"], [class*=" col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/*左右余白を小さくしたい場合（10px） class="row-10"*/

@media screen and (min-width: 768px) {
	.row-10 > [class^="col-"],
	.row-10 > [class*=" col-"] {
		padding-right: 5px;
		padding-left: 5px;
	}
}

/*左右余白を小さくしたい場合（20px） class="row-20"*/

@media screen and (min-width: 768px) {
	.row-20 > [class^="col-"],
	.row-20 > [class*=" col-"] {
		padding-right: 10px;
		padding-left: 10px;
	}
}

/*左右余白が必要ない場合は class="row-sprite"*/

.row-0 > [class^="col-"],
.row-0 > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*上下左右余白が必要ない場合は　 class="row-grid"*/

.row-grid > [class^="col-"],
.row-grid > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
	[class^="col-sp-"], [class*=" col-sp-"] { float: left; }
	.col-sp-1 { width: 8.33333333%; }
	.col-sp-2 { width: 16.66666667%; }
	.col-sp-3 { width: 25%; }
	.col-sp-4 { width: 33.33333333%; }
	.col-sp-5 { width: 41.66666667%; }
	.col-sp-6 { width: 50%; }
	.col-sp-7 { width: 58.33333333%; }
	.col-sp-8 { width: 66.66666667%; }
	.col-sp-9 { width: 75%; }
	.col-sp-10 { width: 83.33333333%; }
	.col-sp-11 { width: 91.66666667%; }
	.col-sp-12 { width: 100%; }
	.col-sp-x5 { width: 20%; }
	.col-sp-pull-0 { right: auto; }
	.col-sp-pull-1 { right: 8.33333333%; }
	.col-sp-pull-2 { right: 16.66666667%; }
	.col-sp-pull-3 { right: 25%; }
	.col-sp-pull-4 { right: 33.33333333%; }
	.col-sp-pull-5 { right: 41.66666667%; }
	.col-sp-pull-6 { right: 50%; }
	.col-sp-pull-7 { right: 58.33333333%; }
	.col-sp-pull-8 { right: 66.66666667%; }
	.col-sp-pull-9 { right: 75%; }
	.col-sp-pull-10 { right: 83.33333333%; }
	.col-sp-pull-11 { right: 91.66666667%; }
	.col-sp-pull-12 { right: 100%; }
	.col-sp-push-0 { left: auto; }
	.col-sp-push-1 { left: 8.33333333%; }
	.col-sp-push-2 { left: 16.66666667%; }
	.col-sp-push-3 { left: 25%; }
	.col-sp-push-4 { left: 33.33333333%; }
	.col-sp-push-5 { left: 41.66666667%; }
	.col-sp-push-6 { left: 50%; }
	.col-sp-push-7 { left: 58.33333333%; }
	.col-sp-push-8 { left: 66.66666667%; }
	.col-sp-push-9 { left: 75%; }
	.col-sp-push-10 { left: 83.33333333%; }
	.col-sp-push-11 { left: 91.66666667%; }
	.col-sp-push-12 { left: 100%; }
	.col-sp-offset-0 { margin-left: 0; }
	.col-sp-offset-1 { margin-left: 8.33333333%; }
	.col-sp-offset-2 { margin-left: 16.66666667%; }
	.col-sp-offset-3 { margin-left: 25%; }
	.col-sp-offset-4 { margin-left: 33.33333333%; }
	.col-sp-offset-5 { margin-left: 41.66666667%; }
	.col-sp-offset-6 { margin-left: 50%; }
	.col-sp-offset-7 { margin-left: 58.33333333%; }
	.col-sp-offset-8 { margin-left: 66.66666667%; }
	.col-sp-offset-9 { margin-left: 75%; }
	.col-sp-offset-10 { margin-left: 83.33333333%; }
	.col-sp-offset-11 { margin-left: 91.66666667%; }
	.col-sp-offset-12 { margin-left: 100%; }
}

@media screen and (min-width: 768px) {
	[class^="col-pc-"], [class*=" col-pc-"] { float: left; }
	.col-pc-1 { width: 8.33333333%; }
	.col-pc-2 { width: 16.66666667%; }
	.col-pc-3 { width: 25%; }
	.col-pc-4 { width: 33.33333333%; }
	.col-pc-5 { width: 41.66666667%; }
	.col-pc-6 { width: 50%; }
	.col-pc-7 { width: 58.33333333%; }
	.col-pc-8 { width: 66.66666667%; }
	.col-pc-9 { width: 75%; }
	.col-pc-10 { width: 83.33333333%; }
	.col-pc-11 { width: 91.66666667%; }
	.col-pc-12 { width: 100%; }
	.col-pc-x5 { width: 20%; }
	.col-pc-x8 { width: 12.5%; }
	.col-pc-pull-0 { right: auto; }
	.col-pc-pull-1 { right: 8.33333333%; }
	.col-pc-pull-2 { right: 16.66666667%; }
	.col-pc-pull-3 { right: 25%; }
	.col-pc-pull-4 { right: 33.33333333%; }
	.col-pc-pull-5 { right: 41.66666667%; }
	.col-pc-pull-6 { right: 50%; }
	.col-pc-pull-7 { right: 58.33333333%; }
	.col-pc-pull-8 { right: 66.66666667%; }
	.col-pc-pull-9 { right: 75%; }
	.col-pc-pull-10 { right: 83.33333333%; }
	.col-pc-pull-11 { right: 91.66666667%; }
	.col-pc-pull-12 { right: 100%; }
	.col-pc-push-0 { left: auto; }
	.col-pc-push-1 { left: 8.33333333%; }
	.col-pc-push-2 { left: 16.66666667%; }
	.col-pc-push-3 { left: 25%; }
	.col-pc-push-4 { left: 33.33333333%; }
	.col-pc-push-5 { left: 41.66666667%; }
	.col-pc-push-6 { left: 50%; }
	.col-pc-push-7 { left: 58.33333333%; }
	.col-pc-push-8 { left: 66.66666667%; }
	.col-pc-push-9 { left: 75%; }
	.col-pc-push-10 { left: 83.33333333%; }
	.col-pc-push-11 { left: 91.66666667%; }
	.col-pc-push-12 { left: 100%; }
	.col-pc-offset-0 { margin-left: 0; }
	.col-pc-offset-1 { margin-left: 8.33333333%; }
	.col-pc-offset-2 { margin-left: 16.66666667%; }
	.col-pc-offset-3 { margin-left: 25%; }
	.col-pc-offset-4 { margin-left: 33.33333333%; }
	.col-pc-offset-5 { margin-left: 41.66666667%; }
	.col-pc-offset-6 { margin-left: 50%; }
	.col-pc-offset-7 { margin-left: 58.33333333%; }
	.col-pc-offset-8 { margin-left: 66.66666667%; }
	.col-pc-offset-9 { margin-left: 75%; }
	.col-pc-offset-10 { margin-left: 83.33333333%; }
	.col-pc-offset-11 { margin-left: 91.66666667%; }
	.col-pc-offset-12 { margin-left: 100%; }
}

/*----------------------------------------*----------------------------------------
Headline
----------------------------------------*----------------------------------------*/

/*----------------------------------------
Noto Sans Japaneseについて
GoogleWebFontです。
font-weightは、normal, bold, 100, 200, 300, 400, 500, 600, 700, 800, 900を指定できます。
normal = 400, bold = 900
----------------------------------------*/

.ebox h1,
.ebox h2,
.ebox h3,
.ebox h4,
.ebox h5,
.ebox h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: normal;
	color: #563630;
	line-height: 1.1;
	margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
	.ebox h1,
	.ebox h2,
	.ebox h3,
	.ebox h4,
	.ebox h5,
	.ebox h6,
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6 {}
	.android .ebox h1,
	.android .ebox h2,
	.android .ebox h3,
	.android .ebox h4,
	.android .ebox h5,
	.android .h1,
	.android .h2,
	.android .h3,
	.android .h4,
	.android .h5 {}
	.ebox h1, .h1 { font-size: 2.2rem; }
	.ebox h2, .h2 { font-size: 2.0rem; }
	.ebox h3, .h3 { font-size: 1.8rem; }
	.ebox h4, .h4 { font-size: 1.7rem; }
	.ebox h5, .h5 { font-size: 1.6rem; }
	.ebox h6, .h6 { font-size: 1.5rem; }
}

@media screen and (min-width: 768px) {
	.ebox h1,
	.ebox h2,
	.ebox h3,
	.ebox h4,
	.ebox h5,
	.ebox h6,
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6 {}
	.ebox h1, .h1 { font-size: 3.5rem; }
	.ebox h2, .h2 { font-size: 2.5rem; }
	.ebox h3, .h3 { font-size: 1.8rem; }
	.ebox h4, .h4 { font-size: 1.7rem; }
	.ebox h5, .h5 { font-size: 1.6rem; }
	.ebox h6, .h6 { font-size: 1.5rem; }
}

/*----------------------------------------
ht-bg
----------------------------------------*/

.ht-bg {
	background:url(../../common/img/ht_bg.png) center no-repeat;
	text-align:center;
	color: #60c1bd !important;
 }
.ht-bg span {
	border-bottom:#d9d2c3 3px solid;
}
@media screen and (max-width: 767px) {
	.ht-bg {
		background-size:contain;
		height:30px;
		line-height: 1;
		margin-bottom:0;
	 }
}
@media screen and (min-width: 768px) {
	.ht-bg {
		height:49px;
	 }
}

/*----------------------------------------
ht-line
----------------------------------------*/

.ht-line { position: relative; }
.ht-line:before {
	border-top: solid 1px #665c47;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.ht-line span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 20px 0 0;
	line-height: 1;
	vertical-align: middle;
	background: #fff;
}
.ht-line.text-center span { padding-left: 20px; }

@media screen and (max-width: 767px) {
	.ht-line.text-sp-center span { padding-left: 20px; }
}
@media screen and (min-width: 768px) {
	.ht-line.text-pc-center span { padding-left: 20px; }
}


/*----------------------------------------
ht-underline
----------------------------------------*/

.ht-underline {
  padding-bottom: 10px;
  border-bottom: 1px solid #665c47;
  position: relative;
}

/*----------------------------------------
ht-underline-lap
----------------------------------------*/

.ht-underline-lap { border-bottom: 1px solid #D9D2C3; }
.ht-underline-lap span {
	display: inline-block;
  border-bottom: 1px solid #665c47;
	padding-bottom: 10px;
	margin-bottom: -1px;
}

/*----------------------------------------
ht-tape
----------------------------------------*/

.ht-tape {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #665c47;
  text-transform: uppercase;
}
.ht-tape:after {
  position: absolute;
  top: 0;
  left: 1%;
  content: "";
  height: 100%;
  width: 98%;
  z-index: -999;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
 background: #D9D2C3;
}

/*----------------------------------------*----------------------------------------
Image
----------------------------------------*----------------------------------------*/

/*----------------------------------------
img-radius
----------------------------------------*/

.img-radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*----------------------------------------
img-circle
----------------------------------------*/

.img-circle { border-radius: 50%; }

/*----------------------------------------
img-thumbnail
----------------------------------------*/

.img-thumbnail {
  display: inline-block;
  padding: .4rem;
  border: 1px solid #D9D2C3;
}

/*----------------------------------------
media
----------------------------------------*/

.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}
.media-body { width: 10000px; }
.media-object,
.media-body {
	display: table-cell;
	vertical-align: top;
}
.media-middle { vertical-align: middle; }
.media-bottom { vertical-align: bottom; }

@media screen and (max-width: 767px) {
	.media-right { padding-left: 10px; }
	.media-left { padding-right: 10px; }
}
@media (min-width: 768px) {
	.media-right { padding-left: 20px; }
	.media-left { padding-right: 20px; }
}

/*----------------------------------------
embed
----------------------------------------*/

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-21by9 { padding-bottom: 42.857143%; }
.embed-responsive-16by9 { padding-bottom: 56.25%; }
.embed-responsive-4by3 { padding-bottom: 75%; }

/*----------------------------------------*----------------------------------------
ImageReplacement
ir = image replacement
----------------------------------------*----------------------------------------*/

.ir {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
　text-align: left;
	display: block;   
}
.ir > a, a.ir { display: block; }

@media screen and (max-width: 767px) {
	.ir-sp {
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
　　text-align: left;
	　display: block;     
	}
	.ir-sp > a, a.ir-sp { display: block; }
}

@media (min-width: 768px) {
	.ir-pc {
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
　　text-align: left;
	　display: block;     
	}
	.ir-pc > a, a.ir-pc { display: block; }
}

/*--------------------------------------------------------------------------------
<argin
----------------------------------------*----------------------------------------*/

.mgn-a0 { margin: 0 !important; }
.mgn-t0 { margin-top: 0 !important; }
.mgn-r0 { margin-right: 0 !important; }
.mgn-b0 { margin-bottom: 0 !important; }
.mgn-l0 { margin-left: 0 !important; }
.mgn-x0 { margin-right: 0 !important; margin-left: 0 !important; }
.mgn-y0 { margin-top: 0 !important; margin-bottom: 0 !important; }

.mgn-a1 { margin: 10px !important; }
.mgn-t1 { margin-top: 10px !important; }
.mgn-r1 { margin-right: 10px !important; }
.mgn-b1 { margin-bottom: 10px !important; }
.mgn-l1 { margin-left: 10px !important; }
.mgn-x1 { margin-right: 10px !important; margin-left: 10px !important; }
.mgn-y1 { margin-top: 10px !important; margin-bottom: 10px !important; }

.mgn-a2 { margin: 20px !important; }
.mgn-t2 { margin-top: 20px !important; }
.mgn-r2 { margin-right: 20px !important; }
.mgn-b2 { margin-bottom: 20px !important; }
.mgn-l2 { margin-left: 20px !important; }
.mgn-x2 { margin-right: 20px !important; margin-left: 20px !important; }
.mgn-y2 { margin-top: 20px !important; margin-bottom: 20px !important; }

.mgn-x-auto { margin-right: auto !important; margin-left: auto !important; }

/*--------------------------------------------------------------------------------
Padding
----------------------------------------*----------------------------------------*/

.pdg-a0 { padding: 0 !important; }
.pdg-t0 { padding-top: 0 !important; }
.pdg-r0 { padding-right: 0 !important; }
.pdg-b0 { padding-bottom: 0 !important; }
.pdg-l0 { padding-left: 0 !important; }
.pdg-x0 { padding-right: 0 !important; padding-left: 0 !important; }
.pdg-y0 { padding-top: 0 !important; padding-bottom: 0 !important; }

.pdg-a1 { padding: 10px !important; }
.pdg-t1 { padding-top: 10px !important; }
.pdg-r1 { padding-right: 10px !important; }
.pdg-b1 { padding-bottom: 10px !important; }
.pdg-l1 { padding-left: 10px !important; }
.pdg-x1 { padding-right: 10px !important; padding-left: 10px !important; }
.pdg-y1 { padding-top: 10px !important; padding-bottom: 10px !important; }

.pdg-a2 { padding: 2rem !important; }
.pdg-t2 { padding-top: 2rem !important; }
.pdg-r2 { padding-right: 2rem !important; }
.pdg-b2 { padding-bottom: 2rem !important; }
.pdg-l2 { padding-left: 2rem !important; }
.pdg-x2 { padding-right: 2rem !important; padding-left: 2rem !important; }
.pdg-y2 { padding-top: 2rem !important; padding-bottom: 2rem !important; }

/*----------------------------------------*----------------------------------------
Pagination
----------------------------------------*----------------------------------------*/

.pagination {
	border-radius: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -.4em;
}
.pagination li {
	display: inline-block;
	letter-spacing: normal;
}
.pagination a,
.pagination span {
	position: relative;
	padding: .75rem 1.25rem;
	margin-left: -1px;
	color: #665c47;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #D9D2C3;
	display: block;
	line-height: 1.333333;
}
.pagination a { transition: all .2s linear; }
.pagination li:first-child a,
.pagination li:first-child span {
	margin-left: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination li:last-child a,
.pagination li:last-child span {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pagination a:focus,
.pagination a:hover,
.pagination span:focus,
.pagination span:hover { background-color: #f5e287; }
.pagination .current a,
.pagination .current a:focus,
.pagination .current a:hover,
.pagination .current span,
.pagination .current span:focus,
.pagination .current span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #ff6633;
}

/*----------------------------------------*----------------------------------------
PostNav
----------------------------------------*----------------------------------------*/

.postNav {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -.4em;
}
.postNav li {
	display: inline-block;
	letter-spacing: normal;
}
.postNav a,
.postNav span {
	position: relative;
	padding: .75rem 1.25rem;
	margin-left: -1px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #D9D2C3;
	display: block;
	line-height: 1.333333;
}
.postNav li:first-child a,
.postNav li:first-child span {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.postNav li:last-child a,
.postNav li:last-child span {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.postNav a {
	color: #665c47;
	transition: all .2s linear;
}
.postNav span { color: #D9D2C3; }
.postNav a:focus,
.postNav a:hover,
.postNav span:focus,
.postNav span:hover { background-color: #f5e287; }
.postNav a:before,
.postNav a:after,
.postNav span:before,
.postNav span:after { font-family: "FontAwesome"; }

/* next */

.postNav .next a:before,
.postNav .next span:before {
	content: "\f104";
	margin-right: 20px;
}

/* previous */

.postNav .previous a:after,
.postNav .previous span:after {
	content: "\f105";
	margin-left: 20px;
}

/* top */

.postNav .top a:after {
	content: "\f106";
	margin-left: 20px;
}

/* home */

.postNav .home a:after {
	content: "\f015";
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
	.postNav li { width: 50%; }
	.postNav .next a,
	.postNav .previous a,
	.postNav .next span,
	.postNav .previous span { border-bottom: none; }
	.postNav .next a,
	.postNav .next span {
		-moz-border-radius: 5px 0 0 0;
		-webkit-border-radius: 5px 0 0 0;
		border-radius: 5px 0 0 0;
	}
	.postNav .previous a,
	.postNav .previous span {
		-moz-border-radius: 0 3px 0 0;
		-webkit-border-radius: 0 3px 0 0;
		border-radius: 0 3px 0 0;
	}
	.postNav .top a,
	.postNav .top span {
		-moz-border-radius: 0 0 0 3px;
		-webkit-border-radius: 0 0 0 3px;
		border-radius: 0 0 0 3px;
	}
	.postNav .home a,
	.postNav .home span {
		-moz-border-radius: 0 0 3px 0;
		-webkit-border-radius: 0 0 3px 0;
		border-radius: 0 0 3px 0;
	}
}
@media screen and (min-width: 768px) {
	.postNav .next a,
	.postNav .next span {
		margin-left: 0;
		-moz-border-radius: 5px 0 0 3px;
		-webkit-border-radius: 5px 0 0 3px;
		border-radius: 5px 0 0 3px;
	}
	.postNav .previous a,
	.postNav .previous span {
		-moz-border-radius: 0 3px 3px 0;
		-webkit-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
	}
}

/*----------------------------------------*----------------------------------------
Slick
----------------------------------------*----------------------------------------*/

.slick { overflow: hidden; }
.slick-slider {
	position: relative;
	display: none;
}

@media screen and (max-width: 767px) {
	.slick-sp-center_mode .slick-slide { opacity: .5; }
	.slick-sp-center_mode .slick-active { opacity: 1; }
}

@media screen and (max-width: 941px) {
	.slick { overflow: hidden; }
}

/*----------------------------------------
thumbnails
----------------------------------------*/

.slick-thumbnails { margin: 10px auto 0 auto; }
.slick-thumbnails .slick-slide {
	text-align: center;
	opacity: .25;
}
.slick-thumbnails .slick-active { opacity: 1; }
.slick-thumbnails .slick-slide img {
	display: inline;
	vertical-align: bottom;
}

/*----------------------------------------
arrow
デフォルトはinside
----------------------------------------*/

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: -30px;
	background: none;
}
.slick-prev { left: 20px; }
.slick-next { right: 20px; }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { outline: none; }
.slick-prev:before,
.slick-next:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 60px;
	line-height: 1;
	color: #fff;
	opacity: .5;
}
.slick-prev:before { content: '\f104'; }
.slick-next:before { content: '\f105'; }

@media screen and (max-width: 767px) {
	.slick-prev,
.slick-next { margin-top: -20px; }
	.slick-prev { left: 10px; }
	.slick-next { right: 10px; }
	.slick-prev:before,
.slick-next:before {
	font-size: 40px;
	}
}

/* outside */

.slick-arrows-outside {}
.slick-arrows-outside .slick-prev:before,
.slick-arrows-outside .slick-next:before {
	color: #665c47;
	opacity: .15;
}
.slick-arrows-outside .slick-prev { left: -40px; }
.slick-arrows-outside .slick-next { right: -40px; }

/*----------------------------------------
nav
デフォルトはinside
----------------------------------------*/

.slick-dots {
	text-align: center;
	letter-spacing: -.4em;
	line-height: 0;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
}
.slick-dots li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 5px;
}
.slick-dots button {
	font-size: 0;
	display: block;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	padding: 0;
	/* 丸いドットの場合 */
	width: 10px;
	height: 10px;
	background: rgba(0,0,0,.25);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/* 長方形ドットの場合 */

.slick-dots-bar {}
.slick-dots-bar .slick-dots button {
	width: 40px;
	height: 5px;
	background: rgba(0,0,0,.25);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.slick-dots button:hover,
.slick-dots button:active,
.slick-dots button:focus { outline: none; }
.slick-dots button:hover,
.slick-dots button:active,
.slick-dots .slick-active button { background: rgba(0,0,0,.5); }


/* outside */

.slick-dots-outside .slick-dots {
	position: static;
	width: auto;
	margin-top: 10px;
}

/*----------------------------------------*----------------------------------------
Social
----------------------------------------*----------------------------------------*/

.social {
	letter-spacing: -.4em;
	white-space: nowrap;
}
.social a {
	letter-spacing: normal;
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	text-align: center;
}
.social .btn-twitter { background: #55ACEE; }
.social .btn-facebook { background: #3A5795; }
.social .btn-googlePlus { background: #dd4b39; }
.social .btn-hatena { background: #109CDB; }

/* hatena */

.fa-hatena:before {
	content: "B!";
	font-family: Verdana;
	font-weight: bold;
}

/*----------------------------------------*----------------------------------------
Table
----------------------------------------*----------------------------------------*/

table {
	background-color: transparent;
	max-width: 100%;
	width: 100%;
}
th { font-weight: normal; }
tbody th {
	text-align: left;
	white-space: nowrap;
}
caption {
	padding-bottom: 3px;
	text-align: right;
	caption-side: top;
	font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
	tbody	th { white-space: normal; }
}

/*----------------------------------------
	common_style
----------------------------------------*/

table.table-width-auto { width: auto; }
.td-number {
	text-align: right;
	white-space: nowrap;
}
.td-price {
	color: #f00; /*red*/
	text-align: right;
	white-space: nowrap;
}

/*----------------------------------------
	simple
----------------------------------------*/

.table-simple th,
.table-simple td { padding: 2px 5px; }
.table-simple th { font-weight: normal; }

/*----------------------------------------
basic_style
----------------------------------------*/

.table-basic th,
.table-basic td {
	border: 1px solid #D9D2C3;
	padding: 5px 10px;
}

/* thead */

.table-basic thead th {
	border-bottom: 3px double #D9D2C3;
	background: #f4f1ed;
}

/* tbody */

.table-basic tbody th { background: #f4f1ed; }

/* tfoot */

.table-basic tfoot td {
	border-top: 3px double #D9D2C3;
	background: #f4f1ed;
}

@media screen and (max-width: 767px) {
	.table-basic.table-responsive { border-top: 1px solid #D9D2C3; }
	.table-basic.table-responsive th,
	.table-basic.table-responsive td { border-top: none; }
}

/*----------------------------------------
table-border
----------------------------------------*/

.table-border th,
.table-border td {
	border-bottom: 2px dotted #d9d2c3;
	padding: 10px 0;
	vertical-align: middle;
}

/* thead */

.table-border thead th {
	border-bottom: 3px double #d9d2c3;
	color:#a3dee6;
	padding: 5px 0;
}

/* tbody */

.table-border tbody th { position: relative; color:#a3dee6; }
.table-border:not(table-responsive) tbody tr:last-child th,
.table-border:not(table-responsive) tbody tr:last-child td { border-bottom: none; }

@media screen and (max-width: 767px) {
	.table-border.table-responsive { border-top: 1px solid #D9D2C3; }
	.table-border.table-responsive th { padding: 5px; }
	.table-border.table-responsive tr:not(:last-child) td:last-child { border-bottom-style: solid; }
	.table-border.table-responsive th { background: #f7f4e9; }
	.table-border.table-responsive tbody tr:last-child td:last-child { border-bottom: none; }
	.table-border.table-responsive tfoot td:not(:first-child) {
		border-top-style: dotted;
		border-top-width: 1px;
	}
}
@media screen and (min-width: 768px) {
	.table-border tbody th { padding-right: 40px; }
}

/* tfoot */

.table-border tfoot td {
	border-top: 3px double #D9D2C3;
	border-bottom: none;
	padding: 5px 0;
}

/* with-border */

.table-border-with-top { border-top: 1px solid #D9D2C3; }
.table-border-with-bottom { border-bottom: 1px solid #D9D2C3; }

/*----------------------------------------
	table-responsive
----------------------------------------*/

.table-responsive {}

@media screen and (max-width: 767px) {
	.table-responsive th,
	.table-responsive td { display: block; }
	.table-responsive thead { display: none; }
	.table-responsive td[data-label]:before {
		content: "[ "attr(data-label)" ]";
		margin-right: 10px;
	}
}

/*----------------------------------------*----------------------------------------
Tab-nav
----------------------------------------*----------------------------------------*/

.tab-nav { border-bottom: 1px solid #D9D2C3; }
.tab-nav:before,
.tab-nav:after {
	display: table;
	content: " ";
}
.tab-nav:after { clear: both; }

/* li */

.tab-nav li {
	float: left;
	margin-bottom: -1px;
}
.tab-nav li + li { margin-left: 10px; }

/* a */

.tab-nav a {
	display: block;
	padding: 5px 10px;
	border: 1px solid transparent;
	border-radius: 5px 3px 0 0;
}
.tab-nav a:focus,
.tab-nav a:hover { border-color: #f4f1ed #f4f1ed #D9D2C3; }
.tab-nav a.is-active,
.tab-nav a.is-active:focus,
.tab-nav a.is-active:hover,
.tab-nav li.is-active a,
.tab-nav li.is-active a:focus,
.tab-nav li.is-active a:hover {
	background-color: #fff;
	border-color: #D9D2C3 #D9D2C3 transparent;
}

/* content */

.tab-content { display: none; }
.tab-content.is-active { display: block; }

/*----------------------------------------*----------------------------------------
Thumbnail
----------------------------------------*----------------------------------------*/

.thumbnail > img,
.thumbnail a > img { display: block; }
.thumbnail {
  display: block;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #D9D2C3;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #f4f1ed;
}
.thumbnail .caption {
  padding: 20px 10px 10px 10px;
  color: #665c47;
}

/*----------------------------------------*----------------------------------------
UL/OL
----------------------------------------*----------------------------------------*/

/*----------------------------------------
basic
----------------------------------------*/

.list-basic li {
	list-style: disc;
	margin-left: 20px;
}
.list-basic > li + li { margin-top: 5px; }
.list-basic ul,
.list-basic ol { margin-top: 5px; }

/*----------------------------------------
border
----------------------------------------*/

.list-border > li + li {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #D9D2C3;
}

/*----------------------------------------
number
----------------------------------------*/

.list-number li {
	list-style: decimal;
	margin-left: 20px;
}
.list-number > li + li { margin-top: 5px; }
.list-number ul,
.list-number ol { margin-top: 5px; }

/*----------------------------------------
inline
----------------------------------------*/

.list-inline,
.list-inline ul,
.list-inline ol { letter-spacing: -.4em; }
.list-inline li,
.list-inline li li {
	letter-spacing: normal;
	display: inline;
	margin-right: 10px;
}
.list-inline ul,
.list-inline ol {
	position: relative;
	display: inline;
}
.list-inline ul:before,
.list-inline ol:before {
	content: "[";
	margin-right: 10px;
	margin-left: 5px;
}
.list-inline ul:after,
.list-inline ol:after { content: "]"; }

/*----------------------------------------*----------------------------------------
Visible & Hidden
----------------------------------------*----------------------------------------*/

.visible-sp,
.visible-pc,
.visible-sp-block,
.visible-sp-inline,
.visible-sp-inline-block,
.visible-pc-block,
.visible-pc-inline,
.visible-pc-inline-block { display: none !important; }

@media screen and (max-width: 767px) {
	.visible-sp { display: block !important; }
	table.visible-sp { display: table; }
	tr.visible-sp { display: table-row !important; }
	th.visible-sp, td.visible-sp { display: table-cell !important; }
	.visible-sp-block { display: block !important; }
	.visible-sp-inline { display: inline !important; }
	.visible-sp-inline-block { display: inline-block !important; }
}

@media screen and (min-width: 768px) {
	.visible-pc { display: block !important; }
	table.visible-pc { display: table; }
	tr.visible-pc { display: table-row !important; }
	th.visible-pc, td.visible-pc { display: table-cell !important; }
	.visible-pc-block { display: block !important; }
	.visible-pc-inline { display: inline !important; }
	.visible-pc-inline-block { display: inline-block !important; }
}

/*----------------------------------------
	hidden
----------------------------------------*/

@media screen and (max-width: 767px) {
	.hidden-sp { display: none !important; }
}

@media screen and (min-width: 768px) {
	.hidden-pc { display: none !important; }
}
