/*	font-family: "ヒラギノ明朝 Pro W6", "HGS明朝E", "ＭＳ Ｐ明朝",  "Hiragino Mincho Pro",  serif; */
/*	font: 14px/1.5em 'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  sans-serif;*/

/*font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/

/*font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif; */

/****************************************
		General Setting  @common
*****************************************/

/* html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-style: normal;
	font-weight: normal;
}
body {
	line-height:1;
	color: #3F3A3A;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

}

@media print, screen and (min-width: 680px) {
	body {
		font-size: 14px;
		line-height: 1.5em;
	}
}

@media only screen and (max-width: 680px) {
	body {
		font-size: 18px;
		line-height: 1.5em;
	}
}



article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

ul, ol {
	list-style: none;
}

ul li, ol li {
	list-style: none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;

}

ins {

	text-decoration:none;
}

mark {

	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    margin:1em 0;
    padding:0;
}

input, select, button {
	vertical-align:middle;
}

.clear {
	clear: both;
}

/*** clearfix ***/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	display: block;
    zoom:1;
}

/* link */

a {
	color: #3F3A3A;
	text-decoration: none;

}
a:hover {
	color: #A48638;
	text-decoration: underline;

}

@media print, screen and (min-width: 980px) {
	a:hover img {
		opacity:0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
		transition: 0.5s;
	}
}

@media print, screen and (max-width: 980px) {
	a:hover img {
		opacity:0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
		transition: 0.5s;
	}
}

@media print, screen and (max-width: 680px) {
	a:hover img {
		opacity:1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
		transition: 0.5s;
	}
}

.opacity {
	opacity:0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";

}

.opacity0 {
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}

/* boxshadow */
.boxshadow {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}

img {
	display: block;
}

/* ----- 選択時反転色 ----- */
::selection {
  background-color: #E0D28E;
  color: #fff;
}

/* Firefox */
::-moz-selection {
  background-color: #E0D28E;
  color: #fff;
}
/* ----- 選択時反転色 ----- */

/****************************************
		HTML @common
*****************************************/

html {

}

/****************************************
		BODY @common
*****************************************/

body {
	width: 100%;
	background: #000000 url("../images/bg_header.png") repeat-x;
}

/****************************************
		HEADER @common
*****************************************/

header {
	padding: 7.6em 5% 0 5%;
	display: block;
	max-width: 905px;
	margin: 0 auto;
}

header h1 {
	float: left;
	margin-bottom: 0.5em;
}

header ul {
	display: table;
	float: right;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	font-size: 13px;
	margin-bottom: 1em;
	color: #FFFFFF;
}

header ul li {
	display: table-cell;
	float: right;
	text-align: center;
	vertical-align: 50%;
	margin: 1em 0 0 1em;
	padding: 3px 0 0 0;
	width: 140px;
	height: 23px;
}

header ul li:hover {

}

header ul li:hover a {
	text-decoration: none;
}

header ul li a {
	display: block;
	width: 140px;
	height: 23px;
}

header ul li:first-child {
	background: url("../images/bg_btn_en.png") no-repeat , url("../images/bg_btn_en_on.png") no-repeat;
}

header ul li:first-child:hover {
	background: url("../images/bg_btn_en_on.png") no-repeat;
}

header ul li:nth-child(2) {
	background: url("../images/bg_btn_header02.png") no-repeat , url("../images/bg_btn_header02_on.png") no-repeat;
	color: #333333;
}

	header ul li:nth-child(2):hover {
		background: url("../images/bg_btn_header02_on.png") no-repeat;
	}

header ul li:nth-child(3) {
	background: url("../images/bg_btn_header01.png") no-repeat , url("../images/bg_btn_header01_on.png") no-repeat;
}

	header ul li:nth-child(3):hover {
		background: url("../images/bg_btn_header01_on.png") no-repeat;
	}

header ul li:first-child a {
	color: #FFFFFF;
}

header ul li:nth-child(2) a {
	color: #333333;
}

header ul li:nth-child(3) a {
	color: #FFFFFF;
}

/****************************************
		NAV @common
*****************************************/

nav {
	background: url("../images/bg_nav.png") repeat-x;
	margin-top: 1em;
	letter-spacing: 0.2em;
}

nav ul {
	background: url("../images/bg_nav_cell.png") no-repeat 100% 0;
	display: table;
	table-layout: fixed;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	width: 90%;
	max-width: 905px;
	margin: 0 auto;
}

nav ul li {
	background: url("../images/bg_nav_cell.png") no-repeat;
	display: table-cell;
	text-align: center;

}

nav ul li:hover {
	background: url("../images/bg_nav_cell.png") no-repeat , url("../images/bg_nav_on.png") repeat-x 0 100% , url("../images/bg_nav_on-center.png") no-repeat 50% 100%;

}

	nav ul li.active {
		background: url("../images/bg_nav_cell.png") no-repeat , url("../images/bg_nav_on.png") repeat-x 0 100% , url("../images/bg_nav_on-center.png") no-repeat 50% 100%;

	}


nav ul li a:hover {
	color: #E0D28E;
	text-decoration: none;
}

	nav ul li.active a {
		color: #E0D28E;
		text-decoration: none;
	}



nav ul li a {
	font-weight: normal;
	padding: 0 0 0.7em 0;
	display: block;
	color: #FFFFFF;
}



@media print, screen and (min-width: 980px) {
	nav ul li a {
		font-size: 1em;
	}
}

@media only screen and (max-width: 980px) {
	nav ul li a {
		font-size: 1em;
	}

	header ul li:first-child {
		width: 120px;
	}
	header ul li:first-child a{
		width: 120px;
	}
	header ul li:nth-child(3) {
		width: 120px;
	}
	header ul li:nth-child(3) a{
		width: 120px;
	}
}

@media only screen and (max-width: 680px) {
	nav ul li a {
		font-size: 1.3em;
	}

	nav ul  {
		background: none;
	}

	nav ul li  {
		background: none;
	}

}



/****************************************
		WRAPPER @common
*****************************************/

.wrapper {
	background: url("../images/bg_wrapper03.png") no-repeat 100% 50% , url("../images/bg_wrapper02.png") no-repeat , url("../images/bg_wrapper.png") repeat-x , #F8F8F5;
	width: 100%;

}

/****************************************
		BREADCRUMB @common
*****************************************/

.breadcrumb {
	height: 2em;
	line-height: 2em;
	overflow: hidden;
}

.breadcrumb a {
	color: #A48638;
}

.breadcrumb ul {

}

.breadcrumb ul li {
	display: inline;
}

/****************************************
		COLUMN @common
*****************************************/

@media print, screen and (min-width: 980px) {
	.area_column {
	/*
		background: url("../images/bg_wrapper.png") repeat-x;
	*/
		max-width: 860px;
		margin: 0 auto;
		padding: 0 6%;
		overflow: hidden;
		zoom: 1;
	}

	.column-l {
		max-width: 490px;
		float: left;
		overflow: hidden;
		zoom: 1;
	}

	.column-r {
		max-width: 330px;
		padding: 30px 0 0 0;
		float: right;
		overflow: hidden;
		zoom: 1;
	}

	.column-lr {
		padding: 15px 0 0 0;
		overflow: hidden;
		zoom: 1;
	}

	.column-full {
		max-width: 946px;
		margin: 0 auto;
		overflow: hidden;
		zoom: 1;
	}

}

@media only screen and (max-width: 980px) {
	.area_column {
	/*
		background: url("../images/bg_wrapper.png");
	*/
		max-width: 860px;
		margin: 0 auto;
		padding: 0 6%;
		overflow: hidden;
		zoom: 1;
	}

	.column-l {
		max-width: 100%;
		width: 45%;
		float: left;
		overflow: hidden;
		zoom: 1;
	}

	.column-r {
		max-width: 100%;
		width: 50%;
		padding: 1.5em 0 0 0;
		float: right;
		overflow: hidden;
		zoom: 1;
	}

	.column-full {
		max-width: 946px;
		margin: 0 auto;
		overflow: hidden;
		zoom: 1;
	}

}


@media only screen and (max-width: 680px) {
	.area_column {
	/*
		background: url("../images/bg_wrapper.png");
	*/
		max-width: 860px;
		margin: 0 auto;
		padding: 0 6%;
		overflow: hidden;
		zoom: 1;
	}

	.column-l {
		max-width: 100%;
		width: 100%;
		overflow: hidden;
		zoom: 1;
	}

	.column-r {
		max-width: 100%;
		width: 100%;
		padding: 0 0 0 0;
		overflow: hidden;
		zoom: 1;
	}

	.column-full {
		max-width: 946px;
		margin: 0 auto;
		overflow: hidden;
		zoom: 1;
	}

}

/****************************************
		FOOTER BNR @common
*****************************************/

@media print, screen and (min-width: 980px) {
	.footer-bnr {
		max-width: 800px;
		width: 100%;
		margin: 1em auto;
		text-align: center;
	}

	/* .footer-bnr ul {
		overflow: hidden;
		zoom: 1;
	}

	.footer-bnr ul li {
		float: left;
		width: 250px;
		margin: 0.5em;
	} */

	.footer-bnr ul {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    align-content: center;
	    justify-content: center;
	}

	.footer-bnr ul li {
	    max-width: 250px;
	    margin: 0.5em;
	}

	.footer-bnr ul li img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 980px) {
	.footer-bnr {
		max-width: 800px;
		width: 100%;
		margin: 1em auto;
		text-align: center;
	}

	/* .footer-bnr ul {
		overflow: hidden;
		zoom: 1;
	}

	.footer-bnr ul li {
		float: left;
		width: 250px;
		margin: 0.5em;
	} */

	.footer-bnr ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-content: center;
		justify-content: center;
	}

	.footer-bnr ul li {
		max-width: 250px;
		margin: 0.5em;
	}


	.footer-bnr ul li img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 680px) {
	.footer-bnr {
		max-width: 800px;
		width: 100%;
		margin: 1em auto;
		text-align: center;
	}

	.footer-bnr ul {
		overflow: hidden;
		zoom: 1;
		padding: 0 10%;
	}

	.footer-bnr ul li {
		float: none;
		margin: 1em auto 0 auto;
	}

	.footer-bnr ul li img {
		width: 100%;
		height: auto;
	}
}

/****************************************
		TO TOP @common
*****************************************/


@media print, screen and (min-width: 980px) {
	#toTop {
		background: #252322;
		border: 1px #252322 solid;
		border-radius: 5px 5px 0 0;
		width: 18%;
		font-size: 0.8em;
		line-height: 2em;
		float: right;
		padding: 0 1.5em ;

	}

	#toTop a {
		display: block;
		background: url("../images/icon_up.png") no-repeat 0 50%;
		color: #FFFFFF;
		padding: 0 0 0 1.5em;
		text-align: center;
	}
}

@media only screen and (max-width: 980px) {
	#toTop {
		background: #252322;
		border: 1px #252322 solid;
		border-radius: 5px 5px 0 0;
		width: 22%;
		font-size: 0.8em;
		line-height: 2em;
		float: right;
		padding: 0 1.5em ;
	}

	#toTop a {
		display: block;
		background: url("../images/icon_up.png") no-repeat 0 50%;
		color: #FFFFFF;
		padding: 0 0 0 1.5em;
		text-align: center;
	}
}

@media only screen and (max-width: 680px) {
	#toTop {
		background: #252322;
		border: 1px #252322 solid;
		border-radius: 5px 5px 0 0;
		width: 48%;
		font-size: 0.8em;
		line-height: 2em;
		float: right;
		padding: 0 1.5em ;

	}

	#toTop a {
		display: block;
		background: url("../images/icon_up.png") no-repeat 0 50%;
		color: #FFFFFF;
		padding: 0 0 0 1.5em;
		text-align: center;
	}
}


.takeout #toTop {
	background: none;
	background-image: none;
	border: none;
	padding: 0.5em 0;
	text-align: right;
	width: 117px;
}

.takeout #toTop a {
	background: none;
	border: none;
	padding: 0 0;
	text-align: right;
	width: 117px;
}



/****************************************
		FOOTER @common
*****************************************/

@media print, screen and (min-width: 980px) {
	footer {
		background: url("../images/bg_footer02.png") no-repeat, url("../images/bg_footer01.png") repeat-x;
		color: #FFFFFF;
		overflow: hidden;
		zoom: 1;
		font-size: 70%;
	}

	footer div {
		max-width: 860px;
		margin: 0 auto;
		padding: 0 5%;
	}

	footer h2 {
		float: left;
		padding: 9px 0;
	}

	footer small {
		float: left;
		line-height: 70px;
		padding: 0 1em;
	}

	footer ul {
		overflow: hidden;
		zoom: 1;
		float: right;
		margin: 1.5em 0;
	}

	footer ul li {
		float: left;
	}

	footer ul li:nth-child(5) {
		clear: both;
	}

	footer ul li a {
		color: #FFFFFF;
		font-size: 1.1em;
	}

	footer ul li:before {
		content: "│ ";
		font-size: 1.1em;
		color: #FFFFFF;
	}
}

@media only screen and (max-width: 980px) {
	footer {
		background:  url("../images/bg_footer02.png") no-repeat, url("../images/bg_footer01.png") repeat-x , #252322;
		color: #FFFFFF;
		overflow: hidden;
		zoom: 1;
		font-size: 70%;
	}

	footer div {
		max-width: 860px;
		margin: 0 auto;
		padding: 0 5%;
	}

	footer h2 {
		float: left;
		padding: 9px 0;
	}

	footer small {
		float: left;
		line-height: 70px;
		padding: 0 1em;
	}

	footer ul {
		overflow: hidden;
		zoom: 1;
		float: right;
		margin: 1.5em 0;
	}

	footer ul li {
		float: left;
	}

	footer ul li:nth-child(5) {
		clear: both;
	}

	footer ul li a {
		color: #FFFFFF;
		font-size: 1.1em;
	}

	footer ul li:before {
		content: "│ ";
		font-size: 1.1em;
		color: #FFFFFF;
	}
}

@media only screen and (max-width: 680px) {
	footer {
		background:  url("../images/bg_footer02.png") no-repeat 0 100%, url("../images/bg_footer01.png") repeat-x 0 100% , #252322;
		color: #FFFFFF;
		overflow: hidden;
		zoom: 1;
		font-size: 70%;
	}

	footer div {
		max-width: 860px;
		margin: 0 auto;
		padding: 0 5%;
		text-align: center;
	}

	footer h2 {
		float: none;
		padding: 9px 0;
		margin: 0 auto;
		width: 140px;
	}

	footer small {
		float: none;
		line-height: 1.5em;
		padding: 0 1em;
	}

	footer ul {
		overflow: hidden;
		zoom: 1;
		float: none;
		margin: 1.5em 0;
	}

	footer ul li {
		float: left;
	}

	footer ul li:nth-child(5) {
		clear: none;
	}

	footer ul li a {
		color: #FFFFFF;
		font-size: 1.5em;
		line-height: 2em;
	}

	footer ul li:before {
		content: "│ ";
		font-size: 1.5em;
		color: #FFFFFF;
		line-height: 2em;
	}
}

/****************************************
		DRAWR MENU @common
*****************************************/

@media print, screen and (min-width: 980px) {
	#simple-menu {
		display: none;
	}

	#drawr {
		display: block;
	}

}

@media only screen and (max-width: 980px) {
	#simple-menu {
		display: none;
	}

	#drawr {
		display: block;
	}
}

@media only screen and (max-width: 680px) {
	#simple-menu {
		display: block;
	}

	#drawr {
		display: none;
	}
}

#simple-menu {
	background: #252322;
	position: fixed;
	width: 100%;
	height: 3em;
	top: 0;
	z-index: 101;
}

#simple-menu a {
	width: 3em;
	height: 3em;

}

#simple-menu img {
	height: 3em;
}

/****************************************
		DRAWR MENU @common
*****************************************/


#mobile-header {
	background: #252322;
	position: fixed;
	width: 100%;
	height: 3em;
	top: 0;
	z-index: 101;
}

#mobile-header a {
	width: 3em;
	height: 3em;

}

#mobile-header img {
	height: 3em;
}

#mobile-header {
    display: none;
}
@media only screen and (max-width: 767px){
    #mobile-header {
        display: block;
    }

    nav.nav {
    display: none;
    }
}


.wsbl_line img {
	height: 20px;
}

.wp_social_bookmarking_light {
	margin: 20px 0!important;
	display: block;
	clear: both;
}

.wp_social_bookmarking_light_img {
	margin: 0!important;
}


@media only screen and (max-width: 767px){
	.wp_social_bookmarking_light {
		margin: 20px 0!important;
		display: block;
		clear: both;
	}

	.wp_social_bookmarking_light_img {
		margin: 0!important;
}
