@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:600,500,300,400);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script);

/*-------------------------------------------------------------------------*/
/*	1.	Browser Reset + Font Face
/*-------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
		vertical-align: baseline;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		outline: 0;
		padding: 0;
		margin: 0;
		border: 0;
}


:focus {
		outline: 0;
}

input[type=submit] {
   -webkit-appearance: none;
}

html {
	overflow-x: hidden;
	max-width:   100%;

	overflow-y: scroll;
}

body {
	max-width: 100%;
	margin:0;
	padding:0;
	/* min-height: 100%; */
	/* height: 100%; */

}

ol, ul {
		list-style: none;
}

input[type=text]::-ms-clear {
    display: none;
}

sup {
	font-size: 10px;
	vertical-align: super;
}

sub {
	font-size: 10px;
	vertical-align: sub;
}

p:empty {
	display: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

pre{
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
margin: 0px 0px 0px 0px;
padding:5px 5px 3px 5px;
background:#f5f5f5;
border-radius:3px;
padding:1em 1.5em;
margin:0 0 1em 0;
}


/*-------------------------------------------------------------------------*/
/*	2. Globally Applied Styles
/*-------------------------------------------------------------------------*/
* { -webkit-text-size-adjust: none; }

body {
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	font-family:"游ゴシック","YuGothic",sans-serif;
	line-height: 1.7em;
	position: relative;
	overflow: hidden;
	background: #4f291f;
}


.sticky {
	margin-bottom: 50px;
}

.sticky .content-inner {
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
	border-bottom: 0px!important;
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 25px!important;
	position: relative;
}


a {
	color: #25BDAC;
	text-decoration: none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
}
.light a{
	color:#fff;
	/* text-decoration:underline; */
}
.light a:hover{
	color:#fff;
	text-decoration:none;
}
a.link,.link a{
	color: #4f291f;
}
a.link:hover,.link a:hover{
	color:#25BDAC;
}
a:hover {
	color: inherit;
}
em{
	/* color:#000; */
	/* font-style: italic; */
	background: #DFF4FC;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	/* color: #4f291f; */	
	letter-spacing: -0.5px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	margin: 1.5em 0 0.4em;
	line-height:1.35;
	/* text-align: left; */
}
h1 {
	font-size: 150%;
	margin: 0 0 14px;
	font-weight:normal;
}
h1.alt1{
	font-family:Raleway,sans-serif;
	font-size: 40px;
	font-weight: 100;
	padding: 55px 0 15px 0;
	letter-spacing: 8px;
	margin: 0;
	line-height: 25px;
}

.main-header h1{font-size: 200%;text-align: center;margin: 0 20px;padding-bottom: 12px;}

h2 {
	font-size: 140%;
	/* padding: 0.4em 0.75em 0; */
	margin-bottom: 1em;
	margin-top: 3em;
	/* background: #444; */
	/* color: #222; */
	/* overflow: hidden; */
	/* height: 40px; */
	/* line-height: 30px; */
	vertical-align: top;
	/* -webkit-border-radius: 2px; */
-moz-border-radius: 2px;

	/* border-bottom: #25BDAC solid 2px; */
	/* border-radius: 2px; */
	/* padding-bottom: 5px; */
	font-weight: 300;
}
h2:first-child{margin-top: 0;}

h2.alt{
	background: #F4F1EE;
	padding:10px 20px 8px;
}
	
	
h1+h2{
	margin-top:1em;
}

h3 {
	font-size: 121%;
	/* border-bottom: dotted 1px #ccc; */
	/* border-left: solid 3px #25BDAC; */
	/* border-bottom: solid 1px #E5DCD1; */
	/* color: #009FE8; */
	/* padding-left: 12px; */
	/* background: url(../images/h3.png) no-repeat 0 1px; */
	margin: 2em 0 0.5em 2px;
}


h2 i {
color: #25BDAC;
margin-right: 13px;
font-size: 30px;
line-height: 30px!important;
}
h4 { font-size: 15px;}

h5 { font-size: 13px;}

h6 { font-size: 13px;}


.bold, strong, b {
	font-weight: bold;	
}

.uppercase {
	-webkit-font-smoothing: antialiased;
    
    text-transform: uppercase;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, p.light {
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	
}

h1.light { font-size: 34px; margin-bottom: 30px; }

h2.light { font-size: 28px; margin-bottom: 30px; letter-spacing: 0.5px;}

h3.light { font-size: 24px; margin-bottom: 15px; letter-spacing: 0.5px;}

h4.light { font-size: 18px; margin-bottom: 7px; letter-spacing: 0.5px;}

h5.light { font-size: 16px; margin-bottom: 7px; letter-spacing: 0.5px;}

h6.light { font-size: 14px; margin-bottom: 7px;  letter-spacing: 0.5px;}


h1.uppercase { letter-spacing: 3px; }

h2.uppercase { letter-spacing: 2.5px; }

h3.uppercase { letter-spacing: 2px; }

h4.uppercase { letter-spacing: 2px; }

h5.uppercase { letter-spacing: 1.3px; }

h6.uppercase { letter-spacing: 1.3px; }


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

p {
	margin: 0 0 1em 0;
	line-height: 1.9;
}

label {
	margin-right:20px
}  
label .radio{margin-right:5px}

.row .col p:last-child {
	padding-bottom: 0px;	
}

.container .row:last-child {
	padding-bottom: 0px;
}

blockquote {
	
	/* line-height: 40px; */
	/* font-size: 22px; */
	padding-left: 0px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.main-content ul, .main-content ol {
	margin-left: 30px;
	margin-bottom: 30px;
}


.main-content ul li {
	list-style: none;
	list-style-position: inside;
}

.main-content ol li {
	list-style: decimal;
	list-style-position: inside;
}

img {
	max-width: 100%;	
	height: auto;
	vertical-align:bottom;
}
.ie8 img {
	width: auto;
}
.main-content .col.span_4 .col.span_2 img, .main-content .col.span_3 .col.span_2 img, .main-content .col.span_2 .col.span_2 img, .main-content .col.span_6 .col.span_2 img {
	top: -4px;
}

object, object embed {
	display: block;
	height: auto;
	max-width: 100%!important;	
}


a:hover img.hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
a.nohover:hover img{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
/***************** Footer ******************/
#footer{
	clear:both;
	padding: 20px 0 0;
	background: #4f291f;
	/* border-top: solid 1px #E5DCD1; */
	color: #917E72;
	font-size: 12px;
}
#footer a,
.breadcrumb a{
	color: #B8A792;
}
#footer h4{
	margin-top:15px;
}
.to-top {
	/* position: fixed; */
	right: 0;
	clear: both;
	margin: 0;
	text-align: right;
	font-size: 10px;
	z-index: 1000;
	line-height:32px;
	bottom: 0;
	/* height: 0; */
}
.to-top a {
    display:block;
	
    color: #B8A792;
	/* width: 28px; */
	
    /* height: 24px; */
	text-align: center;
	
    /* padding: 9px 12px 4px; */
	
    /* background: rgba(255,255,255,0.8); */
	
    /* border-radius: 50%!important; */
	-moz-border-radius: 50%!important;
	
    /* -webkit-border-radius: 50%!important; */
	-o-border-radius: 50%!important;
    z-index: 1000;
    bottom: 10px;
    right: 10px;
	position:fixed;
	
}
.to-top a:hover {
	color: #25BDAC;
}
.to-top i {
	font-size: 40px;
	margin-bottom: 0px;
}


#copyright{
	text-align: center;
	/* background: #25BDAC; */
	margin: 16px 0 0 0;
	padding: 12px 20px;
	/* color: #fff; */
	/* border-top: solid 2px #25BDAC; */
}

#copyright p{
margin:0;
line-height: 30px;
/* text-transform: uppercase; */
}


/***************** SNS ******************/

.post-share{
	background-image:none;
	list-style:none;
	margin: 30px 0 0;
	/* width: inherit; */
	/* float: right; */
	overflow: hidden;
	/* border-top: dotted 1px #222; */
	padding: 0 0 30px;
}
.post-share li{
	display: inline;
	float:left;
	position: relative;
	margin-right: 18px;
	margin-left: 0px;
	padding: 5px 0;
}
.post-share .facebook{
	width:150px;
}
.post-share .twitter {
	/* width: 110px; */
	/* position:relative; */
	margin-top: 2px;
}

#post-share{
	background-image:none;
	list-style:none;
	margin: 10px 0;
	/* width: inherit; */
	float: left;
	/* overflow: hidden; */
}
#post-share li{
	display: inline;
	float:left;
	/* position: relative; */
	margin-right: 18px;
	/* margin-left: 0px; */
}
iframe.twitter-share-button {/* width: 110px!important; */}
#post-share .twitter {
	/* width: 110px; */
	/* position:relative; */
	margin-top: 2px;
	/* background: #53B7F0; */
	/* padding: 16px 0px 2px; */
	/* display:block; */
	/* overflow: hidden; */
	/* text-align: center; */
	/* height: 100px; */
}
#post-share .facebook {
	/* width: 110px; */
	/* position:relative; */
	/* margin-top: -4px; */
	/* background: #3b5998; */
	/* padding: 16px 0 0px; */
	/* display:block; */
	/* text-align: center; */
	/* height: 102px; */
}

.btn-twitter {
	background: #00acee;
	padding: 1em 0px;
	display:inline-block;
	text-align: center;
	color:#fff;
	width:240px;
	margin:auto;
	font-size:18px;
}
.btn-twitter:hover {
color:#fff;
background: #00c1f2;
}

.btn-facebook {
	background: #3b5998;
	padding: 1em 0;
	display:inline-block;
	text-align: center;
	color:#fff;
	width:240px;
	margin:auto;
	font-size:18px;
}
.btn-facebook:hover {
color:#fff;
background: #4a6fb2;
}



.twitter-share-button {
	/* position: absolute; */
	/* left: 0px; */
	/* top: 4px; */
	/* width: 110px; */
	/* overflow: hidden; */
	/* float: left; */
	/* margin: 0; */
}
/*ã‚¤ã‚¤ã­ãƒœã‚¿ãƒ³ã®ã‚³ãƒ¡ãƒ³ãƒˆãŒåˆ‡ã‚Œã‚‹ã®ã‚’é˜²ã*/
.fb-like span iframe{
        /* width: 450px!important; */
		
        /* max-width:none; */
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }




/*---------------------------------
	Home
-----------------------------------*/
.section-title{
	/* font-size: 12px; */
	padding: 10px;
	margin-bottom: 1px;
	/* line-height: 1; */
	/* border: none; */
	border-top: #fff;
	background: #222;
	color: #fff;
}
.home h2 img{
	/* padding-bottom:8px; */
}


/*---------------------------------
	Color
-----------------------------------*/
.bg-dark {
	background: #4f291f!important;
	color: #fff;
}

.bg-gray {
	background: #f5f5f5!important;
}
.bg-light{background: #FDFAF5!important;}


.red{
	color:#DE373A;}
/*---------------------------------
	Dl
-----------------------------------*/

.newslist{
	/* line-height:1.3; */
	padding: 0;
	/* background:#FDFAF5; */}
.newslist dt{
	width: 50px;
	float: left;
	font-weight: normal;
	font-size: 10px;
	padding: 15px 25px;
}
.newslist dd{
	display: block;
	font-size: 93%;
	padding: 0px 15px 0px 80px;
	border-bottom: dotted 1px #E7E1DF;
	text-align: left;
}
.newslist dd:hover{
	background:#FFFEFC;
}
.newslist a{
	color:#555;
	display: block;
	padding: 15px;
}
.newslist a:hover{
	color:#25BDAC;
}
.newslist .post-category{/* background:#fff; */ padding:2px 5px; margin:-5px;}


/*---------------------------------
	Section
-----------------------------------*/
.section{
	/* display: block; */
	/* background-color: #FFFFFF; */
	/* -webkit-box-shadow: 0px 2px 2px rgba(51,51,51,0.2); */
	/* box-shadow: 0px 2px 2px rgba(51,51,51,0.2); */
	/* clear:both; */
	padding: 70px 10%;
	overflow: hidden;
}
.section-inner .inner{
	display: block;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 2px 2px rgba(51,51,51,0.2);
	box-shadow: 0px 2px 2px rgba(51,51,51,0.2);
	overflow: hidden;
}
.section-inner .inner .inner{
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow: none;
	}
	
/*---------------------------------
	TABS
-----------------------------------*/
ul.tabs{
margin: 0px 0 -1px 0;
padding:0;
width:100%;
float:left;
font-size:0;
}
ul.tabs.vertical{
border-bottom:none;
margin-top:0;
}

	ul.tabs.left{text-align:left;}
	ul.tabs.center{text-align:center;}
	ul.tabs.right{text-align:right;}
	ul.tabs.right li{margin:0 0 0 -2px;}

	ul.tabs li{
	list-style-type:none;
	margin: 0;
	padding:0;
	display:inline-block;
	*display:inline;/*IE ONLY*/
	position:relative;
	top:0;
	left:0;
	*top:1px;/*IE 7 ONLY*/
	zoom:1;
	}
	ul.tabs.vertical li{
	padding-left: 0!important;
	display: block;
	border-style: none;
	margin-right: 0px;
	float:left;
	width:100%;
	font-size: 12px;
	}
	ul.tabs.vertical li a:hover,ul.tabs.vertical li.current a{
	border-bottom: none;
	/* color: #555; */
	/* background-image: url(/common/img/common/arrowL_white.gif); */
	/* background-position: right center; */
	/* background-repeat: no-repeat; */
	}
	.home ul.tabs.vertical li a:hover,.home ul.tabs.vertical li.current a{

	}
	
	ul.tabs li a{
	text-decoration:none;
	color:#555;
	display:inline-block;
	padding:9px 15px;
	position: relative;
	top:0;
	left:0;
	line-height:100%;
	zoom:1;
	font-size:12px;
	background: #f5f5f5;
	border: solid 1px #eee;
	border-bottom:0;
}
	
	ul.tabs.vertical li a{
	display:block;
	padding-top: 18px;
	/* background-position: right center; */
	/* background-repeat: no-repeat; */
	padding-bottom: 16px;

	background: #fff;
}

ul.tabs.vertical li a.sfc{
	border-left:solid 1px #000;
}

	
	
	ul.tabs li a:hover{
	background:#eee;
	border-top:solid 1px #eee;
	}
	
	ul.tabs li.current a{
	position:relative;
	top:0;
	left:0;
	background: #272727;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border: solid 1px #272727;
	border-bottom:none;
	}
	
	.tab-content{
	border:1px solid #e5e5e5;
	background:#fff;
	clear:both;
	padding:20px;
	margin:0 0 40px 0;
	}
	
	/* w/icon */
	ul.tabs .icon{
	margin:-3px 7px -3px -5px;
	position:relative;
	top:-2px;
	left:0;
	}

.font{
	 font-family: 'Dancing Script', cursive;}



.main-body{background: #fff;/* padding: 10px 0px; *//* min-height: 500px; *//* border: solid 1px #E5DCD1; *//* border-top: #25BDAC solid 1px; */margin-bottom: 30px;}

.home .main-body{min-height: 1px;}
.main-footer{background: #4f291f;padding: 12px 24px; /* margin: 5px 10px 0; */clear: both;
/* border-top:solid 2px #E5DCD1; */}

/*---------------------------------
	HR
-----------------------------------*/
hr{
	clear:both;
	border-bottom:0;
	border-top:1px solid #E5DCD1;
	border-right:0;
	border-left:0;
	margin:20px 0;
	min-height: 0px;
	height:1px;
}
hr.dotted{border-style: dotted;}
hr.dashed{border-style: dashed;}
hr.clear{margin:0;}



table {
	border-collapse: collapse;
	border-spacing: 0
}
thead {
	display: table-header-group
}
tr {
	page-break-inside: avoid
}
table td, table th {
    /* background: #fff; */
}
table {
	border-collapse: collapse!important
}
table.box th, table.box td {
	border: 1px solid #E5DCD1;!important
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
	font-size: 65%;
}
h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
	font-size: 75%
}

ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}
.list-inline>li:first-child {
	padding-left: 0
}
table {
	max-width: 100%;
	/* background-color: #fff; */}
th {
	text-align: left
}
table {
	/* width: 100%; */
	margin-bottom: 20px
;
	font-size: 93%;
}
table caption{
	text-align:left;
	margin-bottom:2px
}

table p{
	margin-bottom: 0px
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
	padding: 0.75em;
	line-height: 1.4;
	border-top: 1px solid #E5DCD1;
	text-align: left;
}

table tbody tr.first td,table tbody tr.first th{
	border-top:none;
}

table.wide>thead>tr>th, table.wide>tbody>tr>th, table.wide>tfoot>tr>th,table.wide>thead>tr>td, table.wide>tbody>tr>td, table.wide>tfoot>tr>td {
	padding: 1em;
}
table.tight>thead>tr>th, table.tight>tbody>tr>th, table.tight>tfoot>tr>th,table.tight>thead>tr>td, table.tight>tbody>tr>td, table.tight>tfoot>tr>td {
	padding: 0.35em;
}
table>thead>tr>th {
	vertical-align: middle;
	border-bottom: 2px solid #E5DCD1;
}
table>caption+thead>tr:first-child>th, table>colgroup+thead>tr:first-child>th, table>thead:first-child>tr:first-child>th, table>caption+thead>tr:first-child>td, table>colgroup+thead>tr:first-child>td, table>thead:first-child>tr:first-child>td {
	border-top: 0
}
table>tbody+tbody {
	border-top: 2px solid #E5DCD1;
}
table table {
	background-color: #fff
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 5px
}
table.box {
	border: 1px solid #E5DCD1;
}
table.box>thead>tr>th, table.box>tbody>tr>th, table.box>tfoot>tr>th, table.box>thead>tr>td, table.box>tbody>tr>td, table.box>tfoot>tr>td {
	border: 1px solid #E5DCD1;
}
table.box>thead>tr>th, table.box>thead>tr>td {
	border-bottom-width: 2px
}
table.stripe>tbody>tr:nth-child(odd)>td, table.stripe>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}
table.hover>tbody>tr:hover>td, table.hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}
table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none
}
table td[class*="col-"], table th[class*="col-"] {
	display: table-cell;
	float: none
}
table>thead>tr>.active, table>tbody>tr>.active, table>tfoot>tr>.active, table>thead>.active>td, table>tbody>.active>td, table>tfoot>.active>td, table>thead>.active>th, table>tbody>.active>th, table>tfoot>.active>th {
	background-color: #f5f5f5
}
table>tbody>tr>.active:hover, table>tbody>.active:hover>td, table>tbody>.active:hover>th {
	background-color: #e8e8e8
}
table>thead>tr>.success, table>tbody>tr>.success, table>tfoot>tr>.success, table>thead>.success>td, table>tbody>.success>td, table>tfoot>.success>td, table>thead>.success>th, table>tbody>.success>th, table>tfoot>.success>th {
	background-color: #dff0d8
}
table>tbody>tr>.success:hover, table>tbody>.success:hover>td, table>tbody>.success:hover>th {
	background-color: #d0e9c6
}
table>thead>tr>.danger, table>tbody>tr>.danger, table>tfoot>tr>.danger, table>thead>.danger>td, table>tbody>.danger>td, table>tfoot>.danger>td, table>thead>.danger>th, table>tbody>.danger>th, table>tfoot>.danger>th {
	background-color: #f2dede
}
table>tbody>tr>.danger:hover, table>tbody>.danger:hover>td, table>tbody>.danger:hover>th {
	background-color: #ebcccc
}
table>thead>tr>.warning, table>tbody>tr>.warning, table>tfoot>tr>.warning, table>thead>.warning>td, table>tbody>.warning>td, table>tfoot>.warning>td, table>thead>.warning>th, table>tbody>.warning>th, table>tfoot>.warning>th {
	background-color: #fcf8e3
}
table>tbody>tr>.warning:hover, table>tbody>.warning:hover>td, table>tbody>.warning:hover>th {
	background-color: #faf2cc
}
table thead tr th{
  background-color: #eee; 
  font-weight: 400; 
  text-align:center;
}
table.layout th,
table.layout td{
	border:none;
	padding:0;
	line-height:1.7;
}
@media(max-width:767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-x: scroll;
	overflow-y: hidden;
	border: 1px solid #E5DCD1;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch
}
.table-responsive>table {
	margin-bottom: 0
}
.table-responsive>table>thead>tr>th, .table-responsive>table>tbody>tr>th, .table-responsive>table>tfoot>tr>th, .table-responsive>table>thead>tr>td, .table-responsive>table>tbody>tr>td, .table-responsive>table>tfoot>tr>td {
	white-space: nowrap
}
.table-responsive>table.box {
	border: 0
}
.table-responsive>table.box>thead>tr>th:first-child, .table-responsive>table.box>tbody>tr>th:first-child, .table-responsive>table.box>tfoot>tr>th:first-child, .table-responsive>table.box>thead>tr>td:first-child, .table-responsive>table.box>tbody>tr>td:first-child, .table-responsive>table.box>tfoot>tr>td:first-child {
	border-left: 0
}
.table-responsive>table.box>thead>tr>th:last-child, .table-responsive>table.box>tbody>tr>th:last-child, .table-responsive>table.box>tfoot>tr>th:last-child, .table-responsive>table.box>thead>tr>td:last-child, .table-responsive>table.box>tbody>tr>td:last-child, .table-responsive>table.box>tfoot>tr>td:last-child {
	border-right: 0
}
.table-responsive>table.box>tbody>tr:last-child>th, .table-responsive>table.box>tfoot>tr:last-child>th, .table-responsive>table.box>tbody>tr:last-child>td, .table-responsive>table.box>tfoot>tr:last-child>td {
	border-bottom: 0
}
}
button,.button{
	background: transparent;
	border: solid 1px #E7E1DF;

	display: inline-block;
	padding: 0.45em 0.75em 0.35em;
	margin: 2px 0 1px 0;
	/* font-weight: 600; */
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	/* -webkit-user-select: none; */
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #4f291f;
	font-size: 93%;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	-webkit-transition: border 0.2s linear;
}
button:hover,
button.active,
.button:hover,
.button.active{
	border: solid 1px #4f291f;
	color:#4f291f

}

 .button.gray{
	background: #222;
	color:#fff;
}

.button.red:hover,button.red:hover, .button.gray:hover{
	background:#25BDAC;
}
.btn-frame {
	background:transparent!important;
	border: solid 1px #fff;/*IE8*/
	border: solid 1px rgba(255,255,255,.3);
	color: #fff;
}
.btn-frame:hover {
	background:transparent!important;
	border: solid 1px #eee;/*IE8*/
	border: solid 1px rgba(255,255,255,1.0);
	color: #fff;
}
.btn:focus,.button:focus ,button:focus {
	outline: thin dotted;
	outline: none;
	outline-offset: -2px
}
.btn:focus,.button:hover, .button:focus,button:hover, button:focus {

}
.btn:active, .btn.active,.button:active, .button.active,button:active, button.active {

}
.light .btn:active, .light .btn.active,
.light .button:active, .light  .button.active,button.active, button.active {
	background-color:#fff;
	border:solid 1px #fff;
	color:#4f291f;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn i,.button i{
	font-size: 110%;
	opacity:0.5;
	/* top: 0; */
	position:relative;
	margin-right: 0.4em;
}
.caption{
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 93%;
}


/*---------------------------------
	Layout
-----------------------------------*/
#ja{
	text-align: justify;
	text-justify: inter-ideograph;
	}
	

#container{
	/* position: relative; */
	/* font-size: 100%; */
	/* background: #fff; */
	/* color: #444; */
}

#content-inner{
background: #1a1a1a;
position: relative;
}

	
.main-header{
	padding: 0;
	/* border-top: solid 1px #E5DACE; */
	/* box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33); */
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
	/* -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33); */
	/* position:relative; */
	/* text-align: center; */
	background: #fff;
	/* margin-bottom: 20px; */
}
.home .main-header{
	background:none;
	padding: 0;
	border:none;
}

.main-header .date{
	
}
.main-header .post-category a{
	margin-left:15px;
}

.mainn-header h1{
	margin-top:0;
	color:#fff;
}



	
#sidebar h3{
	border:none;
	font-size: 15px;
	text-align:center;
	background:#272727;
	color:#fff;
	padding: 8px 0 7px;
	margin: 0 0 2px 0;
}
/*---------------------------------
	BREADCRUMBS
-----------------------------------*/
ul.breadcrumbs{
	padding:0;
	line-height:0%;
	font-size:0;
	float: left;
	margin: 0;
}

	ul.breadcrumbs li{
	list-style-type:none;
	margin:0;
	padding: 0 6px 0 0;
	display:inline-block;
	*display:inline; /* IE ONLY*/
	position:relative;
	zoom:1;
	line-height: 34px;
	 vertical-align: bottom;
	font-size:11px; /* 0.8em default to override font-size:0; on parent*/
	/* color: #fff; */
}
	
	ul.breadcrumbs li a{
	display:inline-block;
	*display:inline; /* IE ONLY*/
	position:relative;
	padding: 0 6px;
	zoom:1;
	margin:0;
	background-repeat: no-repeat;
	background-position: right center;
}
	ul.breadcrumbs li.last i{margin-left:8px}
	
	ul.breadcrumbs li.last a{
	color:#333;
	cursor: default;
	text-decoration:none;
	background:none;
	}
	
	ul.breadcrumbs li.last a:hover{
	text-decoration:none;
	}

	
/*---------------------------------
	Header
-----------------------------------*/
#header{
	background: #fff;
	/* width: 100%; */
	z-index: 10000;
	
	border-bottom: solid 1px #E5DCD1;
	border-top: solid 1px #E5DCD1;
	position: relative;
	overflow: hidden;
}
#header.is_stuck{box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);}
#header .container{
/* border-top: solid 3px #25BDAC; */
	
}
	
	
.header-panel {
   
}
.header-panel,.header-panel a{
}
.header-panel a:hover,.header-panel a.current{
}

#fsize1{
	font-size: 8px!important;
}
#fsize2{
	font-size: 13px!important;
}
#fsize3{
	font-size: 17px!important;
}


/* -------------------------------------------------- */
/*	Sidebar
/* -------------------------------------------------- */
.sidebar-menu{
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
	font-size: 14px;
	background: #4f291f;
}
.sidebar-menu li{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	position:relative;
	line-height: 1.3;
	/* font-size: 14px; */
	
	clear: both;
	/* overflow: hidden; */
	/* display: block; */
	/* float: left; */
}
.sidebar-menu li a{
	display:block;
	color: #fff;
	text-decoration:none;
	padding: 11px 20px 11px;
	/* border-bottom: 1px solid #502a1e; */
	background-position: 100% center;
	background-repeat: no-repeat;
	margin: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow: hidden;
	font-size: 100%;
	
	text-align: center;
	font-family: Raleway,sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 15px;
}

#mobile-menu .sidebar-menu li a{
	/* border-bottom: 1px solid #db4958; */
}

#mobile-menu .sidebar-menu li li a{
	border-bottom: 1px solid #25BDAC;
}


.sidebar-menu li.collapsable > a{
	background-color: #eee;
	color: #555;
	border-bottom:none;
}
#mobile-menu .sidebar-menu li.collapsable > a{
	background-color: #BD2637;
	
	color: #fff;
}

.sidebar-menu li.collapsable li a{
	border-left: none;
	border-bottom:none;
}
.sidebar-menu li.collapsable li.last a{
	border-left: none;
	/* padding-bottom: 15px; */
	border-bottom:solid 1px #E5DCD1;
}

.sidebar-menu li i{
	/* font-size: 20px; */
	/* position:absolute; */
	/* right: -10px; */
	/* color: rgba(255,255,255,0.5); */
	display: none;
}
.sidebar-menu li .current i{
}
.sidebar-menu li a:hover{
	
	background-color: #25BDAC;
	color: #fff;

	}
.sidebar-menu li ul li a{
	border:none;
	font-weight: normal;
	font-size: 13px;
	
}

.sidebar-menu li li a.current{
	background: #eee;
	color: #25BDAC;
	font-weight: bold;
}
.sidebar-menu li ul{
	background-color: #eee;
	/* padding: 10px 0 0px 0; */
	border:none;
	/* border-left: solid 2px #00a9e8; */
	/* font-size: 11px; */
	margin: 0;
	border-top: solid 1px #E5DCD1;
}
#mobile-menu .sidebar-menu li ul{
	border-top: none;
}

.sidebar-menu li li {
	border-bottom:none;
}
.sidebar-menu li li a{
	padding: 10px 5px 10px 10%;	
	border:none;
	
}
.sidebar-menu li li a:hover{
	border:none;
	
}
.sidebar-menu li.collapsable li a{
	border-right: none;
}
.sidebar-menu li li li a{
	padding-left: 20%;
}
.sidebar-menu li li li li a{
	padding-left: 30%;
}
.sidebar-menu li li li li li a{
	padding-left: 40%;
}


.hitarea {
	height: 46px;
	width: 30px;
	cursor: pointer;
	background-image: url(/common/img/common/minus_on.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0px;
	right: 1px;
}
.sidebar-menu li li .hitarea {
	height: 30px;
}
.sidebar-menu li.tree .hitarea{width:100%;}
.sidebar-menu li.tree li .hitarea{width:30px;}


.hitarea:hover {
	background-image: url(/common/img/common/plus_on.png);
}
.expandable-hitarea {
	background-image: url(/common/img/common/plus.png);
}
.expandable-hitarea:hover {
	background-image: url(/common/img/common/minus_on.png);
}



.sidebar-menu li a.current, 
.sidebar-menu li a:hover, 
.sidebar-menu li a.parentsLink{
background-color: #25BDAC;
color: #fff;
}

.sidebar-menu li.lifirst a.parentsLink{
background-color: #4f291f;
color: #fff;
}


.sidebar-menu li li {
	background:none;
	border:none;
}
.sidebar-menu li li a {
}


.menu-button-left {
    display:block;
	
    color: #4f291f;
	
    /* width: 20px; */
	
    height: 24px;
	text-align: center;
	
    padding: 3px 8px 0 10px;
	
    background: rgba(255,255,255,0.4);
	
    /* border-radius: 50%!important;
	-moz-border-radius: 50%!important; */
	
    /* -webkit-border-radius: 50%!important;
	-o-border-radius: 50%!important; */
    z-index: 1000;
    top: 10px;
    left: 10px;
	
    position:fixed;
    /* line-height: 38px; */
}
.menu-button-left:hover{
    color: #FFF;
    background: #4f291f;
}

.menu-button-left i{
	font-size: 12px;
	margin-bottom: 0px;
	
}

/* -------------------------------------------------- */
/*	mobile-menu
/* -------------------------------------------------- */


@media only screen and (max-width :959px) {

/*header*/
#header {
    background: #;
    /* border-bottom: 1px solid #E5DCD1; */
    /* height: 34px; */
    /* position: fixed; */
    width: 100%;
    z-index: 2;
    top: 0;
}


/*slidemenu*/
.slidemenu {
    background-color: #4f291f;
}
.slidemenu li {
}
.slidemenu li a {
/* border-bottom: 1px solid #1FA7A7; */
	
/* border-top: 1px solid #56C7C7; */
	}
.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    /* border-bottom: solid 1px; */
}
.slidemenu .slidemenu-header {
    height: 48px;
    /* border-bottom: 1px solid #000; */
    /* box-shadow: 0 1px 3px rgba(34,25,25,.4); */
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    /* -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4); */
    /* background-color: #333; */
}
.slidemenu .slidemenu-header div {
    padding: 9px 32px 0px 19px;
    text-decoration: none;
    color: #494949;
    text-align: right;
}


/*plugin*/
#container {
  z-index: 1;
  background:#fff;
  padding: 0!important;
}
.slidemenu {
  top: 0;
  width: 200px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
#mobile-menu.slidemenu a{
color:#fff;
}
#mobile-menu.slidemenu ul ul ul a{
background: #BD2637;
}


#mobile-menu.slidemenu a:hover
{
}
#mobile-menu.slidemenu a.current
{
/* background:#fff!important; */
/* color:#555!important; */
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
}


}


/* -------------------------------------------------- */
/*	Menu
/* -------------------------------------------------- */
.menu{
	margin:0;
	padding:0;
	line-height:100%;
	position:relative;
	z-index:1000;
	
	text-align:center;
	width:100%;
	display: table;
}

	.menu:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
	.menu li{
	text-align: center;
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	zoom:1;
	line-height:inherit;
	top:0;
	left:0;
	
	display: table-cell;
	text-align:center;
}
* html .menu li,
*:first-child+html .menu li {
	display:inline;
	zoom:1;
}
* html .menu li{
	float:left;}
		.menu li a{
	margin:0;
	padding:0;
	display:block;
	position:relative;
	zoom:1;
	line-height:100%;
	top:0;
	left:0;
}



/*--------------Sub Menus-------------------*/
	/*.menu li:hover > ul{display:block;}*/
	.menu ul{margin:0;padding:0;position: absolute;top:100%;left:0;display:none;min-width:150px;max-width:150%;*width:150px;}
	.menu ul li{display:block;width:100%;
	text-align: left;}
	.menu ul li a{display:block;}
		.menu ul ul{top:0;left:100%;}
		
/*--------------Dividers-------------------*/		
	.menu ul li.divider{border-top:1px solid #ccc;}
	.menu ul li.divider a{border-top:1px solid #fff;}


/*--------------Right---------------------*/
	.menu li.right{float:right;}

	
/*--------------Arrows-------------------*/
	.menu li li.has-menu a{padding-right:25px;}
	.menu li li.has-menu span.arrow{border-style:solid;border-width:5px;
	display:block;position:absolute;top:50%;right:5px;font-size:0;line-height:0;height:0;width:0;}
	.menu li li.has-menu span.arrow{margin-top:-4px;}

/*--------------Vertical Menu Layout-------------------*/
.menu.vertical{
	display:block;}
	.menu.vertical li{
	display:block;
	text-align:left;
	width: 100%;
}
	.menu.vertical li a{display:block;}
	.menu.vertical ul{top:0;left:100%;}
	.menu.vertical li.has-menu span.arrow{margin-top:-4px;}

/*--------------Vertical Right Menu Layout-------------------*/
.menu.vertical.right{text-align:left;}
	.menu.vertical.right ul{top:0;right:100%;left:auto;}
	.menu.vertical.right li a{padding-left:25px;padding-right:20px;}
	.menu.vertical.right li.has-menu span.arrow{right:auto;left:5px;margin-top:-4px;}
	
	
/*---------------------------------
	MENU STYLES
	EDIT BELOW THIS LINE TO CUSTOMIZE
-----------------------------------*/
.menu{
	z-index:600;
}

	.menu li{}
	
		.menu li a{
	text-decoration:none;
	/* color: #777; */
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
		}
		.menu.small li a{
		padding:4px 8px;
		}
		
		.menu li.current>a,
		.menu li.current>a:hover,
		.menu li.current.hover>a{
		color:#444;
		cursor: default;
		}
		
		.menu li a:hover,
		.menu li.hover>a{
		}
		
	/* sub menus */
	.menu ul{
	background: #fff;
	border:1px solid #ccc;
	}
	
	.menu ul li{
		border-bottom:solid 1px #E5DCD1;}
	.menu ul li a{}
	
		/* sub-sub menus */
		.menu ul ul{}
		.menu ul ul li{}
		.menu ul ul li a{}
		
	/* arrows */
	/* arrow down */  .menu li.has-menu span.arrow{border-color-top:#ccc;border-color:#ccc transparent transparent transparent;}
	/* arrow left */  .menu li li.has-menu span.arrow, .menu.vertical li.has-menu span.arrow
					   {border-color-left:#ccc;border-color:transparent transparent transparent #ccc;}
	/* arrow right */ .menu.vertical.right li.has-menu span.arrow{border-color-right:#ccc;border-color:transparent #ccc transparent transparent;}
	
	/* dividers */ 	  .menu ul li.divider{border-top:1px solid #ccc;}
					  .menu ul li.divider a{border-top:1px solid #fff;}
					  
	/* icons */
	.menu .icon{margin:-10px 7px -10px -5px;vertical-align: middle;}
	.menu ul .icon{margin-left:-10px;}


/*---------------------------------
	RESPONSIVE MENU STYLES
	DO NOT EDIT unless you know what you are doing
-----------------------------------*/

.menu li.menu-toggle{display:none;}

/* -------------------------------------------------- */
/*	Other
/* -------------------------------------------------- */

.tool-panel{
	float:right;
	margin: 5px 0 4px;
	padding-bottom: 0;
	font-size: 10px;
	color: #666;
}
.tool-panel li{
	float:left;
	line-height: 22px;
	display: inline;
	 vertical-align: bottom;
}
.tool-panel li.first{
	padding-right:10px;
}
.tool-panel li a{
	float:left;
	display:block;
	padding: 0 8px;
	/* color: #ccc; */
	line-height: 22px;
}
.tool-panel li a:hover{
}

.tool-panel .print a{
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	font-size: 12px;
}





ul.pager {
	border:0;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	left:50%;
	float:left;
}
.pager li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	float:left;
	position:relative;
	left:-50%;
	padding-left:0!important;
	background-image: none!important;
}
.pager a {
	border:solid 1px #E5DCD1;DDD;
	margin-right:2px;
}
.pager .link_next, .pager .link_before {
	font-weight:bold;
	border:solid 1px #FFFFFF;
}
.pager .current_page {
	color:#000;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
.pager a:link, .pager a:visited {
	color: #555;
	display:block;
	padding:3px 6px;
	text-decoration:none;
}
.pager a:hover {
	border:solid 1px #666666;
}


.list-thum{
	font-size:93%;
	line-height:1.5;
}
.list-thum .section{}
.list-thum .post-thum{}
.list-thum .post-date{
	padding: 12px 15px 0;
	font-size:77%;
}
.list-thum .post-title{
	padding:0 15px 12px;
}

.middle{display: table;/* background: #222; */width: 100%;}
.middle div{
	display: table-cell;
	vertical-align:middle;
	}
	
.banner{
	text-align:center;
	padding: 0 0 15px 0;
}
.banner div{
	padding: 0 0 1px 0;
}
.btn-language,
.print{
	/* border-left:solid 1px #555; */
}

.tool-panel .btn-language a,
.tool-panel .print a {
	
}
.btn-language,
.btn-language a{

}
.header{
background:#fff;
	padding:10px 0;
}
h2.line{
/* border-bottom:solid 2px #444; */
padding: 6px 12px 5px;
margin: 50px 0 1em 0;
text-transform: uppercase;
/* font-family: 'Cinzel', serif; */
background: #222;
color: #fff;
font-size: 12px;
/* border: solid 2px #222; */
}
.header .snsicon{
	font-size:24px;
	float:right;
}
#footer .snsicon{
	font-size:24px;
	float:right;
	margin-top:-2px
}
#footer .snsicon i{
	color:#555;
}
#footer .snsicon:hover i{
	color:#fff;
}





ul.breadcrumb {
	list-style: none;
	/* padding: 0px 20px; */
	margin: 0px;
	/* border-bottom: solid 1px #E5DCD1; */
	/* line-height: 46px; */
	/* border-top: solid 1px #eee; */
	clear: both;
	text-align: center;
}
.breadcrumb > li {
	display:inline-block;
*display:inline;
*zoom:1;

	font-size: 11px;
}
.breadcrumb > li > .divider {
	padding: 0 12px;
	color: #aaa;
	font-size: 14px;
}
.breadcrumb > .active {
	color:#999
}

#header .menu{
	padding: 6px 0;
	margin:0;
}
#header .menu li{
	float:left;
	margin:0;
	padding: 0;}
#header .menu > li{
	width:16.667%;
	
}
#header .menu > li > a{
		padding: 8px 0;
		display:block;
		color: #555;
	font-weight:bold;
		border-right: solid 1px #E5DCD1;
		box-sizing: border-box;
}
#header .menu > li > a:hover,
#header .menu > li:hover > a,
#header .menu > li > a.current,
#header .menu > li > a.parentsLink{
		color: #fff;
		background:#25BDAC;}
#header .menu > li.first > a{
	border-left: solid 1px #eee;}
#header .menu li.first{
	margin-left: 0;}
.bg-white{
	background:#fff;
}
.boxs{
font-size:85%;background: #fff;
border: 2px solid #222;
border: 4px solid #222;
}
.pf-item-details-h img{
	width:100%;
}
.boxs .box-inner{
/* border-right: 2px solid #222; */
/* border-bottom: 2px solid #222; */
background: #fff;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
overflow: hidden;
}
.box{
border: solid 1px #4f291f;
/* background: #fff; */
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
margin: -1px 0 0 -1px;
}

.bricks .box{
padding:50px 12%;
}
}

.bg-1{
	background:#F7E6B3;
}
.bg-2{
	background: #A0884A;
}
.widget-container h3{
	
}
.brand{
	display: block;
	/* font-family: 'Rock Salt', cursive; */
	line-height: 46px;
	padding: 40px 20px;
	height: 110px;
}
.home .brand img{
	display: none;
}
.brand h1{
	margin:0;
	padding: 0;
}

.slideshow {
	position:relative; 
	width: 100%;
	margin: 0;
	padding: 0;
}
.slideshow div{
	display:none;
}
.slideshow div:first-child {
	display:block;
}


.slideshow img{
	/* position:absolute; */ 
	/* top:0; */ 
	/* left:0; */
}

.scrollnav li a{
	/* border-top: solid 1px #E5DCD1; */
	display:block;
	/* padding:8px; */
	color: #E2DDD5;
}
.scrollnav li.current a{
	/* background: #25BDAC; */
	color: #25BDAC;
}
.delay{
	display:none;
}
.photo img{
width:100%;}
.photo img.size-thumbnail{
width:auto;}

video#bgvideo{
position:fixed;
top: 0;
left:0;
z-index: -2;
width: 100%!important;
height: auto!important;
}
#bg-dotted{
background:url(/images/alpha.png);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:-1;
}
#top{
	/* height:48px; */
	background: #25BDAC;
	overflow: hidden;
}
.balloon {
    position: relative;
    border-bottom: 1px solid #25BDAC;
    /* margin: 10px 10px 21px 10px; */
    padding-bottom: 0.75em;
    /* border-radius: 10px; */
    margin-top: 54px;
}
.balloon:after, .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.balloon:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}
.balloon:before {
    left: 39px; 
    border: 11px solid transparent;
    border-top: 11px solid #25BDAC;
}
.box-b{
    border: solid 4px #222;
    padding: 4% 4% 0;
}

.section-title {
    position: relative;
    color: #fff;
    background: #222;
    /* border: 4px dotted #222; */
    margin-bottom: 20px;
    padding: 10px 5px 10px 10px;
    text-align:center;
}
.section-title:after, .section-title:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.section-title:after {
    left: 50%;
    border: 10px solid transparent;
    border-top: 8px solid #222;
margin:0 0 0 -8px;
}


/* ---------------------------------------- */
		/*	Accordion Content
		/* ---------------------------------------- */

			.acc-trigger {
	border-top: 1px solid #E5DCD1;
	cursor: pointer;
	display: block;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
}
.acc-trigger:last-of-type, .acc-container:last-of-type {
	/* border-bottom: 1px dotted #E5DCD1; */
	margin-bottom: 20px;
}
.no-js .acc-trigger:last-of-type {
	border-bottom: none;
}
.acc-trigger a {
	background: url(images/accordion-content-buttons.png) no-repeat 20px 23px;
	display: block;
	color: #222;
	outline: medium none;
	padding: 3% 1.5%;
	text-decoration: none;
	text-shadow: none;
}
h3.acc-trigger a, h4.acc-trigger a {
	margin: 0;
}
h6.acc-trigger a {
	background-position: 20px 21px;
}
.acc-trigger a:hover {
	background-color: #f8f8f8;
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
	color: #25BDAC;
}
.acc-trigger.active a:hover {
	background-color: transparent;
}
.acc-trigger.active {
	cursor: default;
}
.acc-trigger.active:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.acc-trigger.active a {
	/* background-position: 20px -88px; */
	cursor: default;
}
h3.acc-trigger.active a, h4.acc-trigger.active a {
	/* background-position: 20px -87px; */
}
h6.acc-trigger.active a {
	background-position: 20px -90px;
}
.acc-container .content {
	padding: 0 5% 10px 5%;
}
.acc-container .content .one-half {
	width: 422px;
}
.acc-container .content .one-third {
	width: 275px;
}
.acc-container .content .two-third {
	width: 570px;
}
.acc-container .content .one-fourth {
	width: 201px;
}
.acc-container .content .three-fourth {
	width: 644px;
}
.js .acc-container {
	margin-top: -15px;
}

ul ,ol {
	margin-top:0.75em;
}
ul li,ol li{
	/* margin-bottom:0.75em; */
}
ol{
	margin-left:1.2em;
}
ol ol{
	margin-left:0em;
}
ol > li{
	list-style: decimal;
}
ol ol > li{
	list-style:lower-roman;
}
ol ol ol > li{
	list-style:circle;
}

ol ol > li{
	margin-left:1.5em;
}

ol ol,ol ul{
	margin-top:0.75em;
}
ul.list-icon {}
ul.list-icon li{
	position:relative;
	padding-left:1.2em!important;
}
ul.list-icon i.fa-angle-right{
	position: absolute;
	left:0px;
	top:0.5em;
	font-size: smaller;
}
ul.list-icon.tight i.fa-angle-right{
	top:0.25em;
}
ul.tight li,ol.tight li{margin-top:0;margin-bottom:0;}
ul.line,ol.line {}
ul.line li,ol.line li{
	border-bottom:solid 1px #eee;
	padding: 0.6em;
}
ul.tight.line li,ol.tight.line li{
	padding-top:0.25em;
	padding-bottom:0.2em;
}
ul.line li.last,ol.line li.last{
	border-bottom:none;
}

ul.striped .alt{background: #FDFAF5;}

#sub-menu{
	float:right;
	margin:0;
	padding:0;
}
#sub-menu li{
	float:left;
	margin:0;
	padding:0;
}
#sub-menu li a{
	display:block;
	/* border-right:solid 1px #E5DCD1; */
	/* border-top:solid 3px #E5DCD1; */
	color: #fff;
	line-height: 22px;
}
#sub-menu li.first a{
	/* border-left:solid 1px #E5DCD1; */
}
#sub-menu li a:hover,
#sub-menu li a.current{
}
#sub-menu li.btn-language a{
}


#highlight{
	position: relative;
	border: solid 1px #E5DCD1;
	border-top: 0;
}
#highlight-inner{
	/* padding-top: 15px; */
}
#highlight .highlight-container{
position:relative;
}
#highlight .highlight-inner{
	text-align:left!important;
	background:#fff;
	margin: 0;
	padding:4%;
	position:absolute;
	bottom: 20px;
	left: 0;
	width: 92%;
}
#highlight h2{
	/* margin:5px 0 0 0; */
	/* font-size:121%; */
}
#highlight p{
	margin: 0;
	display:block;
	
}
#highlight-inner p{padding-bottom: 26px;}
#highlight-inner img{
	margin-bottom: 9px;
}
#highlight .button{
}
.col-header{
	position:relative;
	/* border-top: solid 2px #25BDAC; */
	/* border-bottom: solid 1px #25BDAC; */
	height: 35px;
	background: #FFFFFF;
	border-top: solid 1px #4f291f;
	border-bottom: solid 1px #E7E1DF;
}
.col-header h2{
	margin:0;
	padding: 10px 16px 8px 12px;
	/* float: left; */
	font-size: 12px;
	border: none;
	/* color: #fff; */
	text-align: left;
	font-family: Raleway,sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
}
.home .col-header h2{
	margin:0;
	padding: 10px 16px 8px 2px;
}
.col-btn{
	
	position: absolute;
	right: 0;
	top: -5px;
} 
.col-btn a{
	/* margin-left:10px; */
	padding: 15px 2px;
	/* border-left:solid 1px #eee; */
	display: block;
	float:left;
	color: #4f291f;
	font-size: 10px;
}
.col-btn a span{
	/* display:none; */
}

h2.alt1{
	margin:0;
	padding: 10px 0 30px;
	/* float: left; */
	font-size: 18px;
	border: none;
	font-family: Raleway,sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	border-top: solid 1px #4f291f;
}

#campus-info{
    border: solid 1px #E5DCD1;
    padding: 10px 2% 20px;
    border-top: solid 2px #25BDAC;
    margin-bottom: 20px;
}
.main-box{
    border: solid 1px #E5DCD1;
    border-top: none;
    margin-top: 32px;
}
.right-box{
	border-left: solid 1px #E5DCD1;
	
}
.title-number{
	position:relative;
	padding-left:40px;
}
.number{
	font-family:'Open Sans',sans-serif;
	font-size: 36px;
	font-weight: 100;
	bottom: initial;
	position:relative;
	margin-right: 10px;
	line-height: 1;
	color: #25BDAC;
	margin-top: -12px;
	display: block;
	position:absolute;
	left:0;
	bottom:5px;
}

.carousel p{
	padding: 10px 0;
	position:relative;
	display:block;
	line-height: 1.5;
	font-size: 14px;
}
.carousel .button{
	padding:2px 10px;
	position:absolute;
	bottom:0;
	right:15px;
}
.voice-title{
	display:block;
	margin-top:10px;
	font-size:107%
}
.voice-name{
	display:block;
	margin:-10px 0 10px;
	font-size:93%;
}
#main-container > .inner{
	border-left:solid 1px #E5DCD1;
	
}
.qtrans_language_chooser{
	float:right;
}
.qtrans_language_chooser a{
}
.lang-ja,
.lang-en{
	display:block
}
.lang-ja.active,
.lang-en.active{
	display:none
}
.language{
	float:right;
	position: absolute;
	top: 0;
	right: 0;
	
}
.language a{
	display:block;
	line-height: 65px;
	background: #fff;
	padding:0 20px;
	border-left:solid 1px #E5DCD1;
}
#content{
	/* width:100%; */
	position: relative;
	overflow: hidden;
	/* height: 100%; */
	background: #fff;
}

input,textarea{
	width:auto;
	border: solid 1px #E5DCD1;
	padding: 7px 10px;
	font-size: 1.1em;
	/* font-family:Arial, sans-serif; */
	color: #4f291f;
	margin:0 0 20px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
	max-width:88%
}
#contact_submit{
	background: #F7F2EE;
	text-align:center;
	padding:20px 0 0;
}

#contact_submit input{
	cursor:pointer;
	background:#25BDAC;
	color:#fff;
	border:none;
	padding:10px 20px;
}

.boxscroll{
	height:180px;
	overflow-y:scroll;
	background:#f5f5f5;
	padding:10px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
	border-bottom: solid 1px #E5DCD1;
}

#top-list h2{
	font-weight:normal;
	font-size:120%;
}


/**
 * Gallery (Twenty Fourteen)
 */
.gallery {
    /* margin-bottom: 20px; */
}
 
.gallery-item {
    float: left; 
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
 
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
 
.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}
 
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}
 
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}
 
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}
 
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}
 
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}
 
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}
 
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}
 
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
 
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #fff;
    /* font-size: 12px; */
    font-size: 80%;
    line-height: 1.5;
    margin: 0;
    max-height: 60%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
 
.ie7 .gallery-caption,
.ie8 .gallery-caption {
    background: #000;
    filter: alpha(opacity=0);
}
 
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
 
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
 
.ie7 .gallery-item:hover .gallery-caption,
.ie8 .gallery-item:hover .gallery-caption {
    filter: alpha(opacity=70);
}
 
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.main-header .nextArticle,
.main-header .previousArticle{
	position:absolute;
	top: 22px;
	z-index:100;
	font-size: 24px;
}


.main-header .nextArticle{
	
	right: 59px;
}
.main-header .previousArticle{
	
	right: 10px;
	
}
.article-pager{
	border-top:solid 1px #E5DCD1;
;
	border-bottom: solid 1px #eee;
	overflow: hidden;
	/* background: #F7F2EE; */
	margin-top: 60px;
}
.article-pager a{
	padding:40px 0;
	display:block;
}
.slideup{
	/* position:relative; */
	overflow: hidden;
}
.slideup .box-image{
	position: relative; height: 100%; width: 100%;
	-webkit-transition:0.8s ease-out;
	-moz-transition:0.8s ease-out;
	-ms-transition:0.8s ease-out;
	-o-transition:0.8s ease-out;
	transition:0.8s ease-out;
}
.slideup:hover .box-image{
	position: relative; height: 100%; width: 100%;
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.box-slide {
	position: absolute;
	bottom: 0;
	/* left: 0; */
	padding: 0;
	width: 100%;
	/* position: absolute; */ 
	height: 100%; 
	/* width: 100%; */
	background: rgba(61,24,4,0.8);
	color: #E5DCD1;
	display: none;
}
.ie8 .box-slide {
	background: #4f291f;
}

.box-slide p{
	margin:0
}
.box-slide a{
	color:#fff;
}
.box-meta {
	height: 100%;
	padding: 10px 10%;
	text-align: center;
	width: 80%;
}
.box-meta *{
	color: #E5DCD1;
	line-height:1.4;
}
.box-meta p{
	font-size:85%
}
.box-meta .french{
	font-size:160%;
	margin: 0 0 0.5em;

	text-align: center;
}
.pagenav{
	position:fixed;
	right:15px;
	top:50%;
	margin-top:-50px;
	z-index: 100;
}




/* 
	TipTip CSS - Version 1.2 
	http://code.drewwilson.com/entry/tiptip-jquery-plugin
*/

#tiptip_holder { display: none; position: absolute; top: 0; left: 0; z-index: 99999; } 
#tiptip_holder.tip_top { padding-bottom: 5px; } 
#tiptip_holder.tip_bottom { padding-top: 5px; } 
#tiptip_holder.tip_right { padding-left: 5px; } 
#tiptip_holder.tip_left { padding: 0 5px 0 0; top: -30px; top:0px\9;} 
#tiptip_content a{
color: #fff;}
#tiptip_content {
font-size: 11px;
color: #4f291f;
padding: 4px 8px;
border: 1px solid rgba(255,255,255,0.25);
background-color: #fbf4eb ;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

#tiptip_arrow, #tiptip_arrow_inner {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 6px;
height: 0;
width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
border-top-color: #fff;
border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
border-bottom-color: #fff;
border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
border-right-color: #fff;
border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
border-left-color: #fff;
border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -6px;
border-top-color: rgb(25,25,25);
border-top-color: rgba(25,25,25,0.92);
}
 
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
margin-top: -5px;
margin-left: -6px;
border-bottom-color: rgb(25,25,25);
border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -5px;
border-right-color: rgb(25,25,25);
border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -7px;
border-left-color: #fbf4eb ;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
	}
}



.map {
	margin: 0px 0 20px;
	position: relative;
	width: 100%;
	background-color: #eee;
	clear: both;
	overflow: hidden;
}
.map, .map .wpgmappity_container {
	max-height: 400px;
}

@media(max-width:767px) {
.map, .map .wpgmappity_container {
	max-height: 278px;
}
}
.map:before, #map:after {
	background: none;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.map:after {
	bottom: 0;
	top: auto;
}

.video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}
 
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.product-title{
    margin: 5px 0 0.5em 0;
    font-size: 100%;
    border-bottom: 1px solid #E5DCD1;
    padding: 0 0 10px;
}
.french{
    /* text-transform: lowercase; */
    /* text-transform: capitalize!important; */
    font-family: serif;
    color: #A5856F;
    font-size: 260%;
    line-height: 1.1em;
    margin-bottom: 12px;
    margin-top: 25px;
    text-align: left;
    font-family: 'Dancing Script', cursive;
}
.price{

    font-size: 93%;
    
}
.about{
   display:block;
    border-top: 1px solid #E5DCD1;
    margin: 8px 0 2em 0;
    padding: 1em 0 0 0;
    line-height: 1.6;
}
.allergy{
    margin-bottom: 1em;
}
.ingredient{
    font-size: 85%;
    line-height: 1.4;
}
.parmalink{
	position:absolute;
	bottom: 25px;
	right: 50%;
	width: 200px;
	margin-right: -110px;
}

img.lazy {
    display: none;
}
.mix-container{
	background:#FDFAF5;margin: 0;
	padding: 30px 0 0 0;
}
	

.mix-container .mix{
display:none;}

.light, .light h1, .light h2, .light h3, .light h4{color:#fff!important}

.dark, .dark h1, .dark h2, .dark h3, .dark h4{color:#222!important}
.dark a{}
.dark a:hover{}
.slideshow-slide h2{
	font-size:15px;
}
span#u_0_1 {display:none;}
.menu-ja{
	font-size:10px;
	color:rgba(255,255,255,0.5);
}

.bsT1{border-top:solid 1px #E7E1DF;}
.bsB1{border-bottom:solid 1px #E7E1DF;}
.mix-reset{
	border-width:2px;
}
.mix-reset,
.mix-reset:hover{
	border-width:2px;
}
.thumb{
    height: 180px;
    position: relative;
    overflow: hidden;
}
.thumb a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 600px;/* 縦は用途応じて改変 */
    line-height: 400px;
    margin: -200px 0 0 -100%;
    text-align: center;
}
.thumb a img{
    min-height: 200px;
    min-width: 10%;
    vertical-align: middle;
}  