@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
html #contents .topicpath, .tbl_basic, #menu_list ul, #modal_res .con_modal, #modal_club .con_modal {
	max-width: 1200px;
	margin: auto;
}

@-moz-keyframes fuwafuwa {
	0% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-moz-transform: translate(0, -5px);
		transform: translate(0, -5px);
	}
	100% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-webkit-keyframes fuwafuwa {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, -5px);
		transform: translate(0, -5px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes fuwafuwa {
	0% {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-moz-transform: translate(0, -5px);
		-ms-transform: translate(0, -5px);
		-webkit-transform: translate(0, -5px);
		transform: translate(0, -5px);
	}
	100% {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
}

body {
	color: #3b362f;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-size: 100%;
}
.ie body {
	font-size: 98%;
}
body a {
	color: #3b362f;
}
body a:link, body a:visited, body a:active {
	text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
	text-decoration: none;
}
body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ",Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}

input, select, textarea {
	font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
	display: none !important;
}
html.ie8 #page {
	min-width: 1200px !important;
	margin: auto;
	font-size: 100% !important;
}

body .view_tab-sp, body .view_tab {
	display: none !important;
}

.over {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.over:hover, .over.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

/* -----------------------------------------------------------
	楽天サイトバー調整（各デザインごとに要調整）
----------------------------------------------------------- */
#htlSide-A {
	float: none !important;
	position: absolute;
	top: 880px;
	left: 0;
}

#htlMainContent {
	width: 1190px !important;
	margin-left: 0 !important;
}

#contents {
	width: 950px !important;
	margin-left: 240px !important;
	margin-top: 35px;
}

#footer {
	width: 950px !important;
	margin-left: 240px !important;
}

div#RthCustomizeW {
	width: auto !important;
}

#RthCustomizeW {
	font-size: small;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	overflow: hidden;
	position: relative;
}
#header h1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#header .con_header {
	position: relative;
	background: url(../images/header/img_main.jpg) no-repeat center top;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	height: 635px;
}
#header .con_header:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 22.5%;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .con_header:after {
		height: 41.66667%;
  }
}
#header .con_header .scroll {
	position: absolute;
	bottom: 1.5em;
	left: 50%;
	margin-left: -1em;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 1300ms ease 1500ms;
	-o-transition: opacity 1300ms ease 1500ms;
	-webkit-transition: opacity 1300ms ease;
	-webkit-transition-delay: 1500ms;
	transition: opacity 1300ms ease 1500ms;
	-moz-animation-name: fuwafuwa;
	-moz-animation-duration: 1.5s;
	-moz-animation-timing-function: ease;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-name: fuwafuwa;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: fuwafuwa;
	-o-animation-duration: 1.5s;
	-o-animation-timing-function: ease;
	-o-animation-iteration-count: infinite;
	-ms-animation-name: fuwafuwa;
	-ms-animation-duration: 1.5s;
	-ms-animation-timing-function: ease;
	-ms-animation-iteration-count: infinite;
}
#header .con_header .scroll a {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	color: #fff;
	font-size: 308%;
	line-height: 1;
}
.loaded #header .con_header .scroll {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header .con_gnav, #header .con_fixnav {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
#header .con_gnav .inner, #header .con_fixnav .inner {
	padding: 1.65em 2em 0 0;
}
#header .con_gnav .inner .hnav, #header .con_fixnav .inner .hnav {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	text-align: right;
}
#header .con_gnav .inner .hnav li, #header .con_fixnav .inner .hnav li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	color: #fff;
	font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 1.5em;
}
#header .con_gnav .inner .hnav li:first-child, #header .con_fixnav .inner .hnav li:first-child {
	margin-left: 0;
}
#header .con_gnav .inner .hnav li a, #header .con_fixnav .inner .hnav li a {
	color: #fff;
	text-decoration: none;
}
#header .con_gnav .inner .hnav li a span, #header .con_fixnav .inner .hnav li a span {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
#header .con_gnav .inner .hnav li a span:after, #header .con_fixnav .inner .hnav li a span:after {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: -moz-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
}
#header .con_gnav .inner .hnav li a:hover span:after, #header .con_fixnav .inner .hnav li a:hover span:after {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#header .con_gnav .inner .hnav li.btn_login, #header .con_fixnav .inner .hnav li.btn_login {
	font-family: "Questrial", sans-serif;
}
#header .con_gnav .inner .hnav li[class^="btn_"] a:before, #header .con_gnav .inner .hnav li[class^="btn_"] a:after, #header .con_fixnav .inner .hnav li[class^="btn_"] a:before, #header .con_fixnav .inner .hnav li[class^="btn_"] a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#header .con_gnav .inner .hnav li[class^="btn_"] a > *, #header .con_fixnav .inner .hnav li[class^="btn_"] a > * {
	vertical-align: middle;
	display: inline;
}
#header .con_gnav .inner .hnav li[class^="btn_"] a:after, #header .con_fixnav .inner .hnav li[class^="btn_"] a:after {
	content: "";
	margin-left: .5em;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: baseline;
	-moz-transition: -moz-transform 300ms ease;
	-o-transition: -o-transform 300ms ease;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
}
#header .con_gnav .inner .hnav li[class^="btn_"] a span:after, #header .con_fixnav .inner .hnav li[class^="btn_"] a span:after {
	content: none;
}
#header .con_gnav .inner .hnav li[class^="btn_"] a:hover:after, #header .con_fixnav .inner .hnav li[class^="btn_"] a:hover:after {
	-moz-transform: translateX(0.3em);
	-ms-transform: translateX(0.3em);
	-webkit-transform: translateX(0.3em);
	transform: translateX(0.3em);
}
#header .con_gnav .inner #language, #header .con_fixnav .inner #language {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	color: #fff;
	font-family: "Questrial", sans-serif;
	letter-spacing: .08em;
}
.activeFix #header .con_gnav .inner #language, .activeFix #header .con_fixnav .inner #language {
	display: none;
}
#header .con_gnav .inner #language .st, #header .con_fixnav .inner #language .st {
	position: relative;
	padding: 0 .3em;
}
#header .con_gnav .inner #language .st:before, #header .con_fixnav .inner #language .st:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}
#header .con_gnav .inner #language .st:before, #header .con_gnav .inner #language .st:after, #header .con_fixnav .inner #language .st:before, #header .con_fixnav .inner #language .st:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#header .con_gnav .inner #language .st > *, #header .con_fixnav .inner #language .st > * {
	vertical-align: middle;
	display: inline;
}
#header .con_gnav .inner #language .st:after, #header .con_fixnav .inner #language .st:after {
	content: "";
	margin-left: .5em;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: baseline;
	-moz-transition: -moz-transform 300ms ease;
	-o-transition: -o-transform 300ms ease;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	text-align: center;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#header .con_gnav .inner #language .st.active:after, #header .con_fixnav .inner #language .st.active:after {
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#header .con_gnav .inner #language ul, #header .con_fixnav .inner #language ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}
#header .con_gnav .inner #language ul li a, #header .con_fixnav .inner #language ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	box-sizing: border-box;
	text-align: left;
}
#header .con_gnav .inner #language ul li a:hover, #header .con_fixnav .inner #language ul li a:hover {
	text-decoration: underline;
}
#header .con_gnav #gnav, #header .con_gnav #fixnav, #header .con_fixnav #gnav, #header .con_fixnav #fixnav {
	display: table;
	width: 950px;
}
#header .con_gnav #gnav li, #header .con_gnav #fixnav li, #header .con_fixnav #gnav li, #header .con_fixnav #fixnav li {
	text-align: center;
	display: table-cell;
}
#header .con_gnav #gnav li a, #header .con_gnav #fixnav li a, #header .con_fixnav #gnav li a, #header .con_fixnav #fixnav li a {
	display: block;
	padding: 0 1em;
	color: #fff;
	font-family: "Times New Roman", serif;
	text-decoration: none;
	box-sizing: border-box;
}
#header .con_gnav #gnav li a span, #header .con_gnav #fixnav li a span, #header .con_fixnav #gnav li a span, #header .con_fixnav #fixnav li a span {
	font-size: 124%;
	display: block;
}
#header .con_gnav #gnav li a em, #header .con_gnav #fixnav li a em, #header .con_fixnav #gnav li a em, #header .con_fixnav #fixnav li a em {
	font-size: 77%;
	display: block;
	margin-top: 0.25em;
}
#header .con_gnav #gnav li a em:after, #header .con_gnav #fixnav li a em:after, #header .con_fixnav #gnav li a em:after, #header .con_fixnav #fixnav li a em:after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	border-bottom: 1px solid #83971D;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: -moz-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
}
#header .con_gnav #gnav li a:hover em:after, #header .con_gnav #fixnav li a:hover em:after, #header .con_fixnav #gnav li a:hover em:after, #header .con_fixnav #fixnav li a:hover em:after {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#header .con_gnav #gnav li.rsv a, #header .con_gnav #fixnav li.rsv a, #header .con_fixnav #gnav li.rsv a, #header .con_fixnav #fixnav li.rsv a {
	position: relative;
	z-index: 1;
	background: url(../images/common/bg1.png) left top;
	padding: 1.2em 1.5em;
}
#header .con_gnav #gnav li.rsv a:before, #header .con_gnav #fixnav li.rsv a:before, #header .con_fixnav #gnav li.rsv a:before, #header .con_fixnav #fixnav li.rsv a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjNjk3NWMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTc3MTQxIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(198, 151, 92, 0)), color-stop(100%, rgba(151, 113, 65, 0.6)));
	background: -moz-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
}
#header .con_gnav #gnav li.rsv a:after, #header .con_gnav #fixnav li.rsv a:after, #header .con_fixnav #gnav li.rsv a:after, #header .con_fixnav #fixnav li.rsv a:after {
	content: none;
}
.loaded #header .con_gnav {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header .txt_tel {
	text-align: right;
	margin-top: 20px;
	margin-right: 30px;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer .ptop {
	text-align: right;
}
#footer .ptop a {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
#footer .con_footer .box_footer {
	width: 280px;
	margin: auto;
	padding: 25px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}
#footer .con_footer .box_footer address {
	margin-top: 15px;
	color: #fff;
	font-size: 108%;
}
#footer .con_footer .box_footer .txt {
	color: #fff;
	margin-top: 15px;
}
#footer .con_footer .box_footer .sns {
	margin-top: 35px;
	letter-spacing: -.4em;
}
#footer .con_footer .box_footer .sns li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	width: 23px;
	height: 23px;
	margin-left: 34px;
}
#footer .con_footer .box_footer .sns li:first-child {
	margin-left: 0;
}
#footer .con_footer .box_footer .sns li a {
	display: block;
	-moz-transition: -moz-transform 300ms ease;
	-o-transition: -o-transform 300ms ease;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
}
#footer .con_footer .box_footer .sns li a:hover {
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
#footer .con_footer .box_lnk {
	padding: 45px 45px 25px;
	background: rgba(0, 0, 0, 0.95);
	overflow: hidden;
}
#footer .con_footer .box_lnk ul {
	float: left;
	letter-spacing: -.4em;
	text-align: center;
}
#footer .con_footer .box_lnk ul li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	letter-spacing: normal;
	margin-left: 40px;
	text-align: left;
}
#footer .con_footer .box_lnk ul li:first-child {
	margin-left: 0;
}
#footer .con_footer .box_lnk ul li.rsv {
	margin-top: -5px;
}
#footer .con_footer .box_lnk ul li.rsv a {
	background: url(../images/common/bg1.png) left top;
	padding: 5px 10px;
}
#footer .con_footer .box_lnk ul li a {
	display: block;
	margin-top: 15px;
	text-decoration: none;
	color: #fff;
	font-size: 93%;
}
#footer .con_footer .box_lnk ul li a:before, #footer .con_footer .box_lnk ul li a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#footer .con_footer .box_lnk ul li a > * {
	vertical-align: middle;
	display: inline;
}
#footer .con_footer .box_lnk ul li a:after {
	content: "";
	margin-left: .5em;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: baseline;
	-moz-transition: -moz-transform 300ms ease;
	-o-transition: -o-transform 300ms ease;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
}
#footer .con_footer .box_lnk ul li a:first-child {
	margin-top: 0;
}
#footer .con_footer .box_lnk ul li a:hover:after {
	-moz-transform: translateX(0.5em);
	-ms-transform: translateX(0.5em);
	-webkit-transform: translateX(0.5em);
	transform: translateX(0.5em);
}
#footer .con_footer .box_lnk p.txt_tel {
	float: right;
	color: #fff;
	font-size: 131%;
	font-family: "Times New Roman", serif;
	letter-spacing: .04em;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_lnk p.txt_tel {
		font-size: 116%;
  }
}
#footer .con_footer .box_lnk p.txt_tel a, #footer .con_footer .box_lnk p.txt_tel span {
	text-decoration: none;
	color: #fff;
	font-size: 193%;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_lnk p.txt_tel a, #footer .con_footer .box_lnk p.txt_tel span {
		font-size: 154%;
  }
}
#footer .con_footer .box_lnk #copyright {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	font-size: 93%;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
html #contents {
  /*  .topicpath      パンクズ
  ----------------------------------------------------------- */
}
html #contents .topicpath {
	margin: 20px auto;
}
html #contents .topicpath li {
	display: inline-block;
}
html #contents .topicpath li a {
	padding: 0 1em;
	color: #3b362f !important;
}
html #contents .topicpath li:after {
	content: ">";
}
html #contents .topicpath li:last-child:after {
	content: "";
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
.tbl_basic {
	border-top: 1px dotted #333333;
}
.tbl_basic p, .tbl_basic > ul {
	border-bottom: 1px dotted #333333;
	text-align: center;
	font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tbl_basic p span, .tbl_basic > ul span {
	display: block;
	padding: 12px 1em;
	box-sizing: border-box;
}
.tbl_basic p.col2, .tbl_basic p.col3, .tbl_basic > ul.col2, .tbl_basic > ul.col3 {
	letter-spacing: -.4em;
}
.tbl_basic p.col2 span, .tbl_basic p.col3 span, .tbl_basic > ul.col2 span, .tbl_basic > ul.col3 span {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
}
.tbl_basic p.col2 span + span, .tbl_basic p.col3 span + span, .tbl_basic > ul.col2 span + span, .tbl_basic > ul.col3 span + span {
	border-left: 1px dotted #333333;
}
.tbl_basic p.col3 span, .tbl_basic > ul.col3 span {
	width: 33.33333%;
}

/* -----------------------------------------------------------
	#menu
----------------------------------------------------------- */
#menu {
	position: fixed;
	display: table;
	right: 0;
	top: 0;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 1300ms ease 1500ms;
	-o-transition: opacity 1300ms ease 1500ms;
	-webkit-transition: opacity 1300ms ease;
	-webkit-transition-delay: 1500ms;
	transition: opacity 1300ms ease 1500ms;
}
.loaded #menu {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#menu li {
	display: table-cell;
}
#menu li:first-child a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	padding: .8em 1em;
	background: url(../images/common/bg1.png) left top;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-family: "Questrial", sans-serif;
	line-height: 1.3;
}
#menu li:first-child a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjNjk3NWMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTc3MTQxIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(198, 151, 92, 0)), color-stop(100%, rgba(151, 113, 65, 0.6)));
	background: -moz-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
}
#menu li:first-child + li {
	position: relative;
	width: 4.8em;
	padding-bottom: .3em;
	background: #000;
	text-align: center;
	vertical-align: bottom;
}
#menu li:first-child + li span {
	position: absolute;
	left: 50%;
	top: 30%;
	display: block;
	width: 40%;
	height: 2px;
	margin: -1px 0 0 -20%;
	background: #fff;
}
#menu li:first-child + li span:first-child {
	top: 16%;
}
#menu li:first-child + li span:nth-child(3) {
	top: 44%;
}
#menu li:first-child + li em {
	color: #fff;
	font-family: "Questrial", sans-serif;
}

#menu_list {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#menu_list .st {
	position: relative;
	padding: .5em 0;
	margin-bottom: .5em;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 193%;
	font-family: "Questrial", sans-serif;
}
#menu_list .st .obj_close {
	position: absolute;
	top: .5em;
	right: .5em;
	width: 1.3em;
	height: 1.3em;
}
#menu_list .st .obj_close:before, #menu_list .st .obj_close:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #fff;
}
#menu_list .st .obj_close:before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu_list .st .obj_close:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu_list ul li {
	margin-top: .5em;
}
#menu_list ul li a {
	position: relative;
	text-align: center;
	display: block;
	padding: 1em;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 97%;
}
#menu_list ul li a:before, #menu_list ul li a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#menu_list ul li a > * {
	vertical-align: middle;
	display: inline;
}
#menu_list ul li a:after {
	content: "";
	margin-left: .5em;
	position: absolute;
	right: .5em;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
}
#menu_list ul.list1 {
	letter-spacing: -.4em;
}
#menu_list ul.list1 li {
	letter-spacing: normal;
}
#menu_list ul.list1 li:first-child {
	margin-top: 0;
}
#menu_list ul.list1 li a {
	color: #fff;
}
#menu_list ul.list1 li.col2 {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 49%;
}
#menu_list ul.list1 li.col2 + .col2 {
	margin-left: 2%;
}
#menu_list ul.list1 li.col2 a {
	background: #ECE6DC;
	color: #3b362f;
}
#menu_list ul.list1 li:first-child a, #menu_list ul.list1 li:nth-child(2) a {
	background: url(../images/common/bg1.png) left top;
}
#menu_list ul.list1 li:first-child a:before, #menu_list ul.list1 li:nth-child(2) a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjNjk3NWMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTc3MTQxIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(198, 151, 92, 0)), color-stop(100%, rgba(151, 113, 65, 0.6)));
	background: -moz-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
}
#menu_list ul.list1 li:nth-child(3) a {
	background: #5d5347;
}
#menu_list ul.list2 li a {
	background: rgba(0, 0, 0, 0.1);
}
#menu_list ul.list3 {
	letter-spacing: -.4em;
}
#menu_list ul.list3 li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	width: 49%;
}
#menu_list ul.list3 li:nth-child(even) {
	margin-left: 2%;
}
#menu_list ul.list3 li a {
	border: 1px solid #e9e7e4;
	box-sizing: border-box;
}
#menu_list .btn_close {
	position: relative;
	padding: .8em 0;
	margin-top: 1em;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 139%;
	font-family: "Questrial", sans-serif;
}
#menu_list .btn_close span {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
	width: 1em;
	height: 1em;
}
#menu_list .btn_close span:before, #menu_list .btn_close span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #fff;
	margin-left: .5em;
}
#menu_list .btn_close span:before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu_list .btn_close span:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* -----------------------------------------------------------
	モーダル
----------------------------------------------------------- */
#modal_res {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow-y: scroll;
}
#modal_res .bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
}
#modal_res .con_modal {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	height: 100%;
	margin-left: -600px;
	display: table;
}
#modal_res .con_modal #closeModal1 {
	position: absolute;
	right: 0;
	top: 9.16667%;
}
#modal_res .con_modal #closeModal1:hover {
	cursor: pointer;
}
#modal_res .con_modal .box_modal {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#modal_res .con_modal .box_modal .wrp_modal {
	padding: 50px 0;
	color: #fff;
	width: 770px;
	margin: auto;
}
#modal_res .con_modal .box_modal .wrp_modal h4 {
	font-weight: normal;
	font-size: 231%;
	letter-spacing: .1em;
	margin-bottom: 35px;
}
#modal_res .con_modal .box_modal .wrp_modal .wrp_best .st {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	padding: 7px 35px;
}
#modal_res .con_modal .box_modal .wrp_modal .wrp_best .st:before, #modal_res .con_modal .box_modal .wrp_modal .wrp_best .st:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 8px;
	border: 1px solid #b6a774;
}
#modal_res .con_modal .box_modal .wrp_modal .wrp_best .st:before {
	left: 0;
	border-right: none;
}
#modal_res .con_modal .box_modal .wrp_modal .wrp_best .st:after {
	right: 0;
	border-left: none;
}
#modal_res .con_modal .box_modal .wrp_modal .wrp_best .st span:before, #modal_res .con_modal .box_modal .wrp_modal .wrp_best .st span:after {
	content: '';
	position: absolute;
	top: 1px;
	width: 1px;
	height: 100%;
	background: #b6a774;
}
#modal_res .con_modal .box_modal .wrp_modal .wrp_best .st span:before {
	left: 4px;
}
#modal_res .con_modal .box_modal .wrp_modal .wrp_best .st span:after {
	right: 4px;
}
#modal_res .con_modal .box_modal .wrp_modal .wrp_best .st span em {
	display: block;
	color: #b6a774;
	line-height: 1;
}
#modal_res .con_modal .box_modal .wrp_modal .wrp_best .st span em.en {
	font-size: 277%;
	font-family: "Cinzel", serif;
	letter-spacing: .05em;
}
#modal_res .con_modal .box_modal .wrp_modal .wrp_best .st span em.jp {
	font-size: 139%;
	letter-spacing: .2em;
	margin-top: .3em;
}
#modal_res .con_modal .box_modal .wrp_modal .wrp_best .txt {
	margin-top: 15px;
	color: #b6a774;
	font-size: 154%;
	font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#modal_res .con_modal .box_modal .wrp_modal ul {
	margin-top: 65px;
	letter-spacing: -.4em;
	text-align: center;
}
#modal_res .con_modal .box_modal .wrp_modal ul li {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	width: 230px;
	height: 230px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left: 40px;
}
#modal_res .con_modal .box_modal .wrp_modal ul li:first-child {
	margin-left: 0;
}
#modal_res .con_modal .box_modal .wrp_modal ul li a, #modal_res .con_modal .box_modal .wrp_modal ul li > span {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxODQ0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlNTEyZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b1844b), color-stop(100%, #6e512d));
	background: -moz-linear-gradient(top, #b1844b 0%, #6e512d 100%);
	background: -webkit-linear-gradient(top, #b1844b 0%, #6e512d 100%);
	background: linear-gradient(to bottom, #b1844b 0%, #6e512d 100%);
	text-decoration: none;
	color: #fff;
}
#modal_res .con_modal .box_modal .wrp_modal ul li a:before, #modal_res .con_modal .box_modal .wrp_modal ul li a:after, #modal_res .con_modal .box_modal .wrp_modal ul li > span:before, #modal_res .con_modal .box_modal .wrp_modal ul li > span:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#modal_res .con_modal .box_modal .wrp_modal ul li a > *, #modal_res .con_modal .box_modal .wrp_modal ul li > span > * {
	vertical-align: middle;
	display: inline;
}
#modal_res .con_modal .box_modal .wrp_modal ul li a:after, #modal_res .con_modal .box_modal .wrp_modal ul li > span:after {
	content: "";
	margin-left: .5em;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -.5em;
	color: #fff;
	line-height: 1;
	-moz-transition: -moz-transform 300ms ease;
	-o-transition: -o-transform 300ms ease;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
}
#modal_res .con_modal .box_modal .wrp_modal ul li a .wrp_txt, #modal_res .con_modal .box_modal .wrp_modal ul li > span .wrp_txt {
	display: table-cell;
	vertical-align: middle;
}
#modal_res .con_modal .box_modal .wrp_modal ul li a .wrp_txt > *, #modal_res .con_modal .box_modal .wrp_modal ul li > span .wrp_txt > * {
	display: block;
	line-height: 1.3;
}
#modal_res .con_modal .box_modal .wrp_modal ul li a .wrp_txt em, #modal_res .con_modal .box_modal .wrp_modal ul li > span .wrp_txt em {
	font-size: 200%;
	letter-spacing: .05em;
}
#modal_res .con_modal .box_modal .wrp_modal ul li a .wrp_txt span, #modal_res .con_modal .box_modal .wrp_modal ul li > span .wrp_txt span {
	margin-top: 10px;
	font-family: "Questrial", sans-serif;
	letter-spacing: .1em;
}
#modal_res .con_modal .box_modal .wrp_modal ul li a .hover, #modal_res .con_modal .box_modal .wrp_modal ul li > span .hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 8% 5%;
	background: rgba(0, 0, 0, 0.9);
	box-sizing: border-box;
	text-align: left;
	font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#modal_res .con_modal .box_modal .wrp_modal ul li a .hover .st, #modal_res .con_modal .box_modal .wrp_modal ul li > span .hover .st {
	margin-bottom: .5em;
	font-size: 124%;
}
#modal_res .con_modal .box_modal .wrp_modal ul li a:hover, #modal_res .con_modal .box_modal .wrp_modal ul li > span:hover {
	cursor: pointer;
}
#modal_res .con_modal .box_modal .wrp_modal ul li a:hover:after, #modal_res .con_modal .box_modal .wrp_modal ul li > span:hover:after {
	-moz-transform: translateY(0.3em);
	-ms-transform: translateY(0.3em);
	-webkit-transform: translateY(0.3em);
	transform: translateY(0.3em);
}
#modal_res .con_modal .box_modal .wrp_modal ul li a:hover .hover, #modal_res .con_modal .box_modal .wrp_modal ul li > span:hover .hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#modal_res .con_modal .box_modal .wrp_modal ul li:first-child + li a {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0OTE3YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU4NTUzYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #94917c), color-stop(100%, #58553c));
	background: -moz-linear-gradient(top, #94917c 0%, #58553c 100%);
	background: -webkit-linear-gradient(top, #94917c 0%, #58553c 100%);
	background: linear-gradient(to bottom, #94917c 0%, #58553c 100%);
}
#modal_res .con_modal .box_modal .wrp_modal ul li:first-child + li + li a {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjNmY2YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRjMzMzMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c6f6c), color-stop(100%, #4c3331));
	background: -moz-linear-gradient(top, #8c6f6c 0%, #4c3331 100%);
	background: -webkit-linear-gradient(top, #8c6f6c 0%, #4c3331 100%);
	background: linear-gradient(to bottom, #8c6f6c 0%, #4c3331 100%);
}

#modal_club {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#modal_club .bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
}
#modal_club .con_modal {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	height: 100%;
	margin-left: -600px;
	display: table;
}
#modal_club .con_modal .box_modal {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#modal_club .con_modal .box_modal .wrp_modal {
	max-width: 950px;
	padding: 20px 0 60px;
	margin: auto;
	background: #fff;
}
#modal_club .con_modal .box_modal .wrp_modal > div {
	position: relative;
	max-width: 660px;
	margin: auto;
}
#modal_club .con_modal .box_modal .wrp_modal > div #closeModal2 {
	position: absolute;
	right: -120px;
	top: 5px;
}
#modal_club .con_modal .box_modal .wrp_modal > div #closeModal2:hover {
	cursor: pointer;
}
#modal_club .con_modal .box_modal .wrp_modal > div .wrp_txt {
	position: relative;
	padding: 30px 50px 20px;
	border: 3px solid #b08b5b;
	box-sizing: border-box;
}
#modal_club .con_modal .box_modal .wrp_modal > div .wrp_txt:after {
	content: '';
	position: absolute;
	bottom: -31px;
	right: 70px;
	display: block;
	width: 55px;
	height: 55px;
	background: #fff;
	border-right: 3px solid #b08b5b;
	border-bottom: 3px solid #b08b5b;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#modal_club .con_modal .box_modal .wrp_modal > div .wrp_txt .logo {
	text-align: center;
}
#modal_club .con_modal .box_modal .wrp_modal > div .wrp_txt .sst {
	margin-top: 7px;
	font-size: 116%;
	color: #b08b5b;
	font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#modal_club .con_modal .box_modal .wrp_modal > div .wrp_txt .sst span {
	display: block;
	font-size: 107%;
}
#modal_club .con_modal .box_modal .wrp_modal > div .wrp_txt ul {
	margin-top: 20px;
}
#modal_club .con_modal .box_modal .wrp_modal > div .wrp_txt ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #545454;
}
#modal_club .con_modal .box_modal .wrp_modal > div .wrp_txt .txt {
	margin-top: 10px;
	font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#modal_club .con_modal .box_modal .wrp_modal > div .btns {
	margin-top: 40px;
	letter-spacing: -.4em;
}
#modal_club .con_modal .box_modal .wrp_modal > div .btns li {
	width: 200px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	margin-left: 29px;
}
#modal_club .con_modal .box_modal .wrp_modal > div .btns li:first-child {
	margin-left: 0;
}
#modal_club .con_modal .box_modal .wrp_modal > div .btns li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 116%;
	font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxODQ0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlNTEyZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b1844b), color-stop(100%, #6e512d));
	background: -moz-linear-gradient(top, #b1844b 0%, #6e512d 100%);
	background: -webkit-linear-gradient(top, #b1844b 0%, #6e512d 100%);
	background: linear-gradient(to bottom, #b1844b 0%, #6e512d 100%);
}
#modal_club .con_modal .box_modal .wrp_modal > div .btns li:first-child + li a {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0OTE3YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU4NTUzYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #94917c), color-stop(100%, #58553c));
	background: -moz-linear-gradient(top, #94917c 0%, #58553c 100%);
	background: -webkit-linear-gradient(top, #94917c 0%, #58553c 100%);
	background: linear-gradient(to bottom, #94917c 0%, #58553c 100%);
}
#modal_club .con_modal .box_modal .wrp_modal > div .btns li:first-child + li + li a {
	padding: 21px 0;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjNmY2YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRjMzMzMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c6f6c), color-stop(100%, #4c3331));
	background: -moz-linear-gradient(top, #8c6f6c 0%, #4c3331 100%);
	background: -webkit-linear-gradient(top, #8c6f6c 0%, #4c3331 100%);
	background: linear-gradient(to bottom, #8c6f6c 0%, #4c3331 100%);
}

/* -----------------------------------------------------------
	パーツ
----------------------------------------------------------- */
.tmp_dots .slick-dots li {
	width: 14px;
	height: 14px;
	border: 1px solid #83971D;
	margin: 0 0 0 15px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
}
.tmp_dots .slick-dots li:first-child {
	margin-left: 0;
}
.tmp_dots .slick-dots li button {
	padding: 0;
	width: 100%;
	height: 100%;
}
.tmp_dots .slick-dots li button:before {
	content: none;
}
.tmp_dots .slick-dots li.slick-active, .tmp_dots .slick-dots li:hover {
	background: #83971D;
}

.tmp_arr .slick-prev, .tmp_arr .slick-next {
	width: 37px;
	height: 68px;
	font-size: small;
}
.tmp_arr .slick-prev:before, .tmp_arr .slick-next:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: -moz-transform 300ms ease;
	-o-transition: -o-transform 300ms ease;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
}
.tmp_arr .slick-prev {
	left: 10px;
}
.tmp_arr .slick-prev:before {
	background: url(../images/common/ic_prev.png) no-repeat left top !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	-webkit-background-size: contain !important;
	background-size: contain !important;
}
.tmp_arr .slick-prev:hover:before {
	-moz-transform: translateX(-0.3em);
	-ms-transform: translateX(-0.3em);
	-webkit-transform: translateX(-0.3em);
	transform: translateX(-0.3em);
}
.tmp_arr .slick-next {
	right: 10px;
}
.tmp_arr .slick-next:before {
	background: url(../images/common/ic_next.png) no-repeat left top !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	-webkit-background-size: contain !important;
	background-size: contain !important;
}
.tmp_arr .slick-next:hover:before {
	-moz-transform: translateX(0.3em);
	-ms-transform: translateX(0.3em);
	-webkit-transform: translateX(0.3em);
	transform: translateX(0.3em);
}

/* -----------------------------------------------------------
	.scrollActive
----------------------------------------------------------- */
