@charset "utf-8";

/* ================ Style ================= */
html,body{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #000;
}

.pc_only {
	display: none;
}
.smp_only {
	display: none;
}



header{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
header .inner{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
header .logo {
	display: table-cell;
	vertical-align: middle;
	width: 122px;
	height: 29px;
}
header .logo img {
	width: 100%
}


header .lang-navi {
	display: none;
	/*display: inline-block;*/
	font-size: 0;
	letter-spacing: -1em;
	margin-left: 20px;
}
header .lang-navi li {
	display: inline-block;
	font-size: 0;
	letter-spacing: -1em;
}
header .lang-navi li:first-child:after {
	display: inline-block;
	content: '/';
	font-size: 14px;
	color: #aaa16d;
	letter-spacing: 1px;
	margin: 0 5px;
}
header .lang-navi li a {
	display: inline-block;
	font-size: 14px;
	color: #aaa16d;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 1px;
}

header .sub-menu {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 3%;
}
header .sub-menu ol {
	display: inline-block;
	font-size: 0;
	letter-spacing: -10em;
}
header .sub-menu ol li {
	display: inline-block;
}
header .sub-menu ol li a {
	display: block;
	letter-spacing: 1px;
	position: relative;
	left: 0;
	top: 0;
}
header .sub-menu ol li + li {
    margin-left: 24px;
}
header .sub-menu ol li a span {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
	left: auto;
}
header .sub-menu ol li a:after {
	display: block;
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	font-size: 30px;
	color: #aaa16d;
}
header .sub-menu ol li.serach a:after {
	content: "\e90a";
}
header .sub-menu ol li.onlineshop a:after {
	content: "\e909";
}
header .sub-menu ol li.mailmagazine {
	display: none;
}

header nav.sp_menu {
	display: table-cell;
	vertical-align: middle;
	padding-right: 3%;
	text-align: right;
}
header nav.sp_menu a {
	display: block;
	margin-left: auto;
	margin-right: 0;
	float: right;
}
header nav.sp_menu a span {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #aaa16d;
	margin-bottom: 5px;
}
header nav.sp_menu a:before {
	display: block;
	content: '';
	width: 20px;
	height: 2px;
	background-color: #aaa16d;
	margin-bottom: 5px;

	position: relative;
	top: 0;


	-webkit-transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header nav.sp_menu a:after {
	display: block;
	content: '';
	width: 20px;
	height: 2px;
	background-color: #aaa16d;
	position: relative;
	bottom: 0;


	-webkit-transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header nav.sp_menu a.active span {
	background-color: transparent;
}
header nav.sp_menu a.active:before {
	top: 7px;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
header nav.sp_menu a.active:after {
	bottom: 7px;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}


/* サイト内検索 */
header #search {
	display: none;
	padding: 8px 3%;
	background-color: #181818;
	text-align: center;
}
header #search form {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
}
header #search form input[type="text"] {
	float: left;
	width: 67%;
	background-color: #181818;
	border: none;
	border-bottom: 1px solid #aaa16d;
	margin-right: 3%;
	padding: 7px 5px;
	font-size: 14px;
	color: #aaa16d;
	padding-left: 1.2em;
}
:placeholder-shown {
	color: #857d4d;
}
::-webkit-input-placeholder {
	color: #857d4d;
}
:-moz-placeholder {
	color: #857d4d;
}
::-moz-placeholder {
	color: #857d4d;
}
:-ms-input-placeholder {
	color: #857d4d;
}
header #search form input[type="text"]:focus {
	outline: none;
}
header #search form input[type="submit"] {
	float: right;
	width: 30%;
	background-color: #000;
	border: 1px solid #aaa16d;
	padding: 5px;
	font-size: 14px;
	color: #aaa16d;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

	-webkit-transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1);

	cursor: pointer;
}
header #search form:before {
	display: block;
	content: "\e90a";
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	font-size: 14px;
	color: #aaa16d;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
header #search form input[type="submit"]:focus {
	outline: none;
}
header #search form input[type="submit"]:hover {
	background-color: #aaa16d;
	color: #000;
}

header #global-menu {
	width: 100%;
	clear: both;
	display: none;

	position: absolute;
	top: 60px;
	left: 0;
	background-color: #181818;
	border-top: 2px solid #aaa16d;
	z-index: 10000;
}
header #global-menu ul {
	width: 100%;
	margin: 0 auto;
}
header #global-menu ul li.main {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #aaa16d;
	padding: 0 3%;
}
header #global-menu ul li:first-child {
	margin-left: 0;
}
header #global-menu ul li.main a {
	display: block;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	letter-spacing: 3px;
	line-height: 1;
	color: #aaa16d;
	text-align: center;
	padding: 15px 30px 15px 15px;

	position: relative;
	top: 0;
	left: 0;
}
header #global-menu ul li.main a:after {
	display: block;
	content: "\e90d";
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	font-size: 18px;
	color: #181818;
	background-color: #aaa16d;
	border-radius: 50%;
	line-height: 1;

	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
header #global-menu ul li.main.single a:after {
	content: "\e906";
	background-color: transparent;
	color: #aaa16d;
	font-size: 16px;
}

header #global-menu .sub-nav {
	overflow: hidden;
	width: 100%;
	/*height: 0;*/
	display: none;
	padding-bottom: 15px;
	padding-top: 15px;
}
header #global-menu .sub-nav ol {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	font-size: 0;
	letter-spacing: -10em;
}
header #global-menu .sub-nav ol li {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 1px 0;
}
header #global-menu .sub-nav ol li a {
	width: 100%;
	padding-bottom: 0;
	background-color: #000;
	padding: 10px;
	/*padding: 5px 10px;*/
}
header #global-menu .sub-nav ol li a span {
	display: block;
	vertical-align: middle;
	color: #aaa16d;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.4;
	text-align: center;
}
header #global-menu .sub-nav ol li a:after {
	display: block;
	content: "\e906";
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	font-size: 14px;
	color: #aaa16d;
	background-color: transparent;
	line-height: 1;

	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

header #global-menu ul li.main a.active {
	background-color: #aaa16d;
	color: #181818;
	margin-top: 15px;
}
header #global-menu ul li.main a.active:after {
	content: "\e90c";
	background-color: #181818;
	color: #aaa16d;
}

header #global-menu .sub-nav.active {
	padding-top: 15px;
	height: auto;
}







#wrapper {
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
	padding: 0 3%;
}
#wrapper #primary {
}




/* Common */
/* Locao Nav */
#local-nav {
	position: relative;
	top: 0;
	left: 0;
}
#local-nav h2 {
	background-color: #aaa16d;
}
#local-nav h2 a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 16px 0;
}
#local-nav h2 a span {
	display: block;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	letter-spacing: 3px;
	line-height: 1.2;
	color: #000;
	position: relative;
	top: 0;
	left: 0;
}
#local-nav h2 a span:after {
	display: block;
	content: "\e904";
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	font-size: 18px;
	color: #181818;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#local-nav .inner {
	position: absolute;
	top: 3.3em;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #181818;
	height: 0;
	z-index: 1000;

	overflow: hidden;
	-webkit-transition: height .25s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: height .25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: height .25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#local-nav .inner ul {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 0;
	letter-spacing: -10em;
	padding: 8px 0;
}
#local-nav .inner ul li {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
#local-nav .inner ul li a {
	display: table;
	width: 100%;
	padding: 10px 3%;
}
#local-nav .inner ul li a span {
	display: table-cell;
	vertical-align: middle;
	color: #aaa16d;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.2;
	text-align: left;
}

#local-nav .inner.active {
	height: auto;
}
#local-nav h2.active a span:after {
	content: "\e907";
}

#local-nav p {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 3%;
}
#local-nav a.button {
	display: block;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #aaa16d;
	background-color: #181818;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 1;
	padding: 10px;
	color: #aaa16d;
	position: relative;
	top: 0;
	left: 0;
}
#local-nav a.button:before {
	display: block;
	content: "\e905";
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	font-size: 14px;
	color: #aaa16d;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

/* アンカーナビ */
#wrapper .anchor-nav {
	width: 100%;
	margin: 0 auto 80px;
}
#wrapper .anchor-nav ol {
	display: block;
	font-size: 0;
	letter-spacing: -10em;
}
#wrapper .anchor-nav ol li {
	width: 100%;
	text-align: center;
	margin-bottom: 2px;
	background-color: #181818;
}
#wrapper .anchor-nav ol li a {
	display: block;
	color: #aaa16d;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: left;
	padding: 10px;

	position: relative;
	top: 0;
	left: 0;
}
#wrapper .anchor-nav ol li a:after {
	display: inline-block;
	content: "\e904";
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	font-size: 16px;
	color: #aaa16d;

	position: absolute;
	top: 0;
	bottom: 0;
	right: 3%;
	margin: auto 0;
}


/* Button */
#wrapper a.button {
	display: block;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #aaa16d;
	background-color: #aaa16d;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	letter-spacing: 1;
	line-height: 1;
	padding: 20px;
	color: #000;
	position: relative;
	top: 0;
	left: 0;
}
#wrapper a.button:after {
	display: block;
	content: "\e906";
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	font-size: 18px;
	color: #000;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

/* テキストリンク */
#wrapper a.txt_link {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 1;
	padding: 20px;
	color: #aaa16d;
	text-decoration: underline;
}
#wrapper a.txt_link:after {
	display: inline-block;
	content: "\e906";
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	font-size: 13px;
	color: #aaa16d;
	margin-left: 5px;
}

/* 画像付きボタン */
#wrapper a.img_button {
	display: block;
	padding: 20px;
	background-color: #181818;

	position: relative;
	top: 0;
	left: 0;
}
#wrapper a.img_button:before {
	/*display: block;
	content: '';
	background-color: #aaa16d;
	width: 16px;
	height: 1px;

	position: absolute;
	bottom: 0;
	right: 0;*/
}
#wrapper a.img_button:after {
	/*display: block;
	content: '';
	background-color: #aaa16d;
	width: 1px;
	height: 16px;

	position: absolute;
	bottom: 0;
	right: 0;*/
}
#wrapper a.img_button .image {
	margin-bottom: 30px;
	overflow: hidden;
}
#wrapper a.img_button .image img {
	width: 100%;
}
#wrapper a.img_button h3 {
	display: table;
	width: 100%;
}
#wrapper a.img_button h3 span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #aaa16d;
}

#wrapper a.img_button h3 p {
	padding: 0;
}
#wrapper a.img_button h3 p span {
	display: inline;
}
#wrapper a.img_button p {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #aaa16d;
	padding-top: 14px;
}

/* Google MAP Button */
#wrapper a.google_map {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #aaa16d;
	background-color: #aaa16d;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 10px;
	color: #000;
	position: relative;
	top: 0;
	left: 0;
}
#wrapper a.google_map:before {
	display: inline-block;
	content: "\e90f";
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	font-size: 14px;
	color: #000;
	margin-right: 5px;
}


/* アコーディオン */
#wrapper .accordion {
	/*padding-top: 100px;*/
}
#wrapper .accordion dl {
	border: 1px solid #aaa16d;
	position: relative;
	top: 0;
	left: 0;
}
#wrapper .accordion dl dt a {
	display: block;
	vertical-align: middle;
	width: 100%;
	background-color: #181818;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 1;
	padding: 20px;
	color: #aaa16d;
	position: relative;
	top: 0;
	left: 0;
}
#wrapper .accordion dl dt a:after {
	display: block;
	content: "\e904";
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	font-size: 20px;
	color: #aaa16d;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

#wrapper .accordion dl dd {
	display: none;
	background-color: #181818;
	padding: 8px;
}
#wrapper .accordion dl dd ul {
	font-size: 0;
	letter-spacing: -10em;
}
#wrapper .accordion dl dd ul li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	width: 100%;
}
#wrapper .accordion dl dd ul li:nth-child(odd) {
	margin-left: 0;
}
#wrapper .accordion dl dd ul li a {
	display: table;
	width: 100%;
	background-color: #000;
	padding: 10px;
	position: relative;
	top: 0;
	left: 0;
}
#wrapper .accordion dl dd ul li a:after {
	display: block;
	content: "\e906";
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	font-size: 13px;
	color: #aaa16d;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#wrapper .accordion dl dd ul li .image {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	height: 60px;
}
#wrapper .accordion dl dd ul li .image img {
	width: 100px;
	height: 60px;
}
#wrapper .accordion dl dd ul li a h3 {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-left: 20px;
}
#wrapper .accordion dl dd ul li a h3 span {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 1.5;
	color: #aaa16d;
	text-align: left;
}

#wrapper .accordion dl.active dt a:after {
	content: "\e907";
}


/* NEWS アコーディオン */
#wrapper.page #info_accordion {
	width: 100%;
	margin: 20px auto 0;
	background-color: #181818;
}
#wrapper.page #info_accordion h3 a {
	display: block;
	vertical-align: middle;
	width: 100%;
	background-color: #181818;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 1;
	padding: 20px;
	color: #aaa16d;
	position: relative;
	top: 0;
	left: 0;
}
#wrapper.page #info_accordion h3 a:after {
	display: block;
	content: "\e90d";
	font-family: 'icomoon';
	width: 1em;
	height: 1em;
	font-size: 18px;
	color: #181818;
	background-color: #aaa16d;
	border-radius: 50%;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#wrapper.page #info_accordion .toggle {
	display: none;
}
#wrapper.page #info_accordion ul {
	text-align: left;
	margin-bottom: 20px;
	padding: 0 3%;
}
#wrapper.page #info_accordion ul li {
	text-align: left;
	margin-bottom: 15px;
}
#wrapper.page #info_accordion ul li span {
	display: block;
	color: #aaa16d;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 2px;
}
#wrapper.page #info_accordion ul li a {
	color: #aaa16d;
	font-size: 12px;
	line-height: 1.5;
}
#wrapper.page #info_accordion a.button {
	padding: 10px;
	font-size: 14px;
	margin: 0 3%;
	width: 94%;
}
#wrapper.page #info_accordion.active {
	padding-bottom: 3%;
}

#wrapper.page #info_accordion.active h3 a:after {
	content: "\e90c";
}

/* ボックス内要素 */
#wrapper.page section {
	margin-bottom: 60px;
}
#wrapper.page section.first {
	padding-top: 50px;
}

.end-message {
	margin: 0 auto;
	background-color: #d70202;
	padding: 10px;
	color: #fff;
	font-size: 14px
}

#kv {
	width: 100%;
	margin: 0 auto;
	height: 0;
	padding-top: 36%;
}
#wrapper.page section h1 {
	font-size: 36px;
	font-family: "Halant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	color: #aaa16d;
	margin-bottom: 26px;
}
#wrapper.page section p.lead {
	font-size: 16px;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2;
	color: #aaa16d;
}
#wrapper.page section h2 {
	font-size: 28px;
	font-family: "Halant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #aaa16d;
	margin-bottom: 22px;
}
#wrapper.page section h2 span {
	font-size: 20px;
	color: inherit;
    vertical-align: bottom;
}

#wrapper.page section .thumb-image-block {
	overflow: hidden;
}
#wrapper.page section .thumb-image-block figure {
	width: 100%;
	margin-bottom: 15px;
}
#wrapper.page section .thumb-image-block figure img {
	width: 100%;
}
#wrapper.page section .thumb-image-block p {
	width: 100%;
	font-size: 14px;
	letter-spacing: 1;
	line-height: 2;
	color: #aaa16d;
	text-align: left;
}
#wrapper.page section .thumb-image-block .multi p {
	margin-bottom: 20px;
}


#wrapper.page section .caption li {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 2;
	color: #aaa16d;
	text-align: left;
	text-indent: -1.2em;
	margin-left: 1.2em;
}


/* 凡例 */
#wrapper.page aside.legend {
	padding: 20px 10px;
	background-color: #181818;
	margin-bottom: 40px;
	overflow: hidden;

	font-size: 0;
	letter-spacing: -1em;
	text-align: left;
}

#wrapper.page aside.legend li {
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin-bottom: 20px;
	margin-left: 4%;
}
#wrapper.page aside.legend li:nth-child(2n-1) {
	margin-left: 0;
}
#wrapper.page aside.legend li:last-child {
	margin-bottom: 0;
}
#wrapper.page aside.legend li h4 {
	position: relative;
	top: 0;
	left: 0;
}
#wrapper.page aside.legend li h4 span {
	display: inline-block;
	font-size: 16px;
	color: #aaa16d;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	margin-left: 25px;
}
#wrapper.page aside.legend li h4:before {
	display: inline-block;
	font-family: 'icomoon';
	content: '';
	width: 1em;
	height: 1em;
	font-size: 16px;
	letter-spacing: 1px;
	color: #aaa16d;

	position: absolute;
	top: 0.3em;
	left: 0;
	margin: 0;
}
#wrapper.page aside.legend li.higashi h4:before {
	content: "\e913";
}
#wrapper.page aside.legend li.yogashi h4:before {
	content: "\e916";
}
#wrapper.page aside.legend li.hangashi h4:before {
	content: "\e912";
}
#wrapper.page aside.legend li.icecream h4:before {
	content: "\e914";
}
#wrapper.page aside.legend li.cookie h4:before {
	content: "\e911";
}
#wrapper.page aside.legend li.cafe h4:before {
	content: "\e910";
}
#wrapper.page aside.legend li.restaurant h4:before {
	content: "\e915";
}

#wrapper.page aside.legend li p {
	font-size: 10px;
	letter-spacing: 1px;
	color: #aaa16d;
	text-align: left;
	line-height: 1.5;
	padding-top: 10px;
}


/* 店舗リスト */
#wrapper.page .shop_list_block {
	margin-bottom: 60px;
}
#wrapper.page .shop_list_block .head-area {
	display: table;
	width: 100%;
}
#wrapper.page .shop_list_block .head-area h3 {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	background-color: #aaa16d;
	padding: 15px 10px;
	text-align: left;
}
#wrapper.page .shop_list_block .head-area .kabu {
	display: table-cell;
	vertical-align: middle;
	width: 115px;
	font-size: 12px;
	color: #aaa16d;
	background-color: #181818;
	border: 1px solid #aaa16d;
	padding: 10px;
	text-align: center;
}

#wrapper.page .shop_list_block dl {
	width: 100%;
	margin-bottom: 20px;
}
#wrapper.page .shop_list_block dl dt {
	width: 100%;
	font-size: 14px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.5;
	color: #aaa16d;
	padding: 10px;
	text-align: left;
	background-color: #181818;
	margin-bottom: 10px;
}
#wrapper.page .shop_list_block dl dd {
	font-size: 14px;
	line-height: 1.5;
	color: #aaa16d;
	text-align: left;
}
#wrapper.page .shop_list_block dl dd p {
	font-size: 14px;
	line-height: 1.5;
	color: #aaa16d;
	margin-bottom: 10px;
}
#wrapper.page .shop_list_block dl dd span {
	display: block;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.5;
	color: #aaa16d;
}
#wrapper.page .shop_list_block dl dd ul {
	font-size: 0;
	letter-spacing: -1em;
}
#wrapper.page .shop_list_block dl dd ul li {
	display: inline-block;
	margin-right: 10px;
	width: auto;
}
#wrapper.page .shop_list_block dl dd ul li span {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
	left: auto;
}
#wrapper.page .shop_list_block dl dd ul li:before {
	display: block;
	font-family: 'icomoon';
	content: '';
	width: 1em;
	height: 1em;
	font-size: 20px;
	letter-spacing: 1px;
	color: #aaa16d;
}
#wrapper.page .shop_list_block dl dd ul li.higashi:before {
	content: "\e913";
}
#wrapper.page .shop_list_block dl dd ul li.yogashi:before {
	content: "\e916";
}
#wrapper.page .shop_list_block dl dd ul li.hangashi:before {
	content: "\e912";
}
#wrapper.page .shop_list_block dl dd ul li.icecream:before {
	content: "\e914";
}
#wrapper.page .shop_list_block dl dd ul li.cookie:before {
	content: "\e911";
}
#wrapper.page .shop_list_block dl dd ul li.cafe:before {
	content: "\e910";
}
#wrapper.page .shop_list_block dl dd ul li.restaurant:before {
	content: "\e915";
}

#wrapper a .new {
	display: none;
	font-size: 10px!important;
	background-color: #bd274e;
	color: #fff!important;
	padding: 3px 5px;
	width: auto!important;
	line-height: 1;
}



/* Recommend */
#recommend {
	overflow: hidden;
	display: table;
	width: 100%;
	margin: 0 auto 0;
	padding: 24px 3% 0;
	background-color: #181818;
}
#recommend h2 {
	font-size: 22px;
	font-family: "Halant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	color: #aaa16d;
	margin-bottom: 18px;
}
#recommend ul {
	font-size: 0;
	letter-spacing: -10em;
}
#recommend ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 1%;
	width: 24%;
}
#recommend ul li img {
	width: 100%;
}
#recommend ul li:first-child {
	margin-left: 0;
}
#recommend ul li a {
	display: block;
}
#recommend ul li .image {
	margin-bottom: 10px;
}
#recommend ul li h4 {
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	color: #aaa16d;
	padding-bottom: 18px;
}


/* パンくず */
#breadcrumbs {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 20px;
	padding: 14px 3%;
	border-bottom: 1px solid #181818;
}
#breadcrumbs ol {
	width: 960px;
	margin: 0 auto;
	font-size: 0;
	letter-spacing: -10em;
}
#breadcrumbs ol li {
	float: left;
}
#breadcrumbs ol li:first-child {
	margin-left: 0;
}
#breadcrumbs ol li a {
	display: block;
	text-decoration: underline;
	color: #aaa16d;
}
#breadcrumbs ol li a:after {
	display: inline-block;
	content: '>';
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	color: #aaa16d;
	margin: 0 4px;
}
#breadcrumbs ol li span {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	color: #aaa16d;
}

/* SNS */
#sns {
	overflow: hidden;
	display: table;
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 3%;
}
#sns h3 {
	display: none;
}
#sns ul {
	font-size: 0;
	letter-spacing: -10em;
}
#sns ul li {
	display: inline-block;
	vertical-align: middle;
	background-color: #181818;
	margin-left: 1%;
	width: 32.6%;
}
#sns ul li:first-child {
	margin-left: 0;
}
#sns ul li a {
	display: block;
	font-size: 14px;
	font-family: "Halant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 1px;
	line-height: 1;
	color: #aaa16d;
	padding-right: 33px;
	padding: 14px;
}
#sns ul li a:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 2em;
	height: 2em;
	background-color: #aaa16d;
	color: #000;
	font-size: 20px;
	line-height: 2em;
	font-family: 'icomoon';
	margin-right: 5%;
}
#sns ul li.facebook a:before {
	content: "\e920";
}
#sns ul li.twitter a:before {
	content: "\e921";
}
#sns ul li.instagram a:before {
	content: "\e902";
}


footer {
	width: 100%;
	border-top: 1px solid #aaa16d;
	background-color: #181818;
	padding: 14px 3%;
	overflow: hidden;
}
footer h2 {
	width: 100px;
	float: left;
	margin-bottom: 16px;
}
footer h2 img {
	width: 100%;
}
footer ul {
	float: right;
	font-size: 0;
	letter-spacing: -10em;
	margin-bottom: 16px;
	padding-top: 6px;
}
footer li {
	display: none;
}
footer li.sp {
	display: block;
	text-align: right;
}

footer li.sp + li.sp {
	margin-top: 12px;
}

footer li a {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	color: #aaa16d;
}

footer .lang-navi {
	clear: both;
	font-size: 0;
	letter-spacing: -1em;
	margin-bottom: 10px;
}
footer .lang-navi li {
	display: inline-block;
	font-size: 0;
	letter-spacing: -1em;
}
footer .lang-navi li:before {
	display: inline-block;
	content: '/';
	font-size: 14px;
	color: #aaa16d;
	letter-spacing: 1px;
	margin: 0 5px;
}
footer .lang-navi li:first-child:before {
	display: none;
}
footer .lang-navi li a {
	display: inline-block;
	font-size: 12px;
	color: #aaa16d;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 1px;
}


footer p#copy {
	clear: both;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #aaa16d;
}



iframe[name=google_conversion_frame] {
	display: none;
}
