@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

#contents {
	width: 960px;
	margin: 30px auto;
}

.contents-wrapper {
	width: 100%;
	overflow:hidden;
	
}
.contents-title {
	float: left;
	width:  125px;
	background-color: #6fba2c;
	background-image: url(../../images/side_bg.png);
	background-repeat:  no-repeat;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

.contents-title-none {
	float: left;
	width:  125px;
	background-color: #6fba2c;
	background-image: url(../../images/side_bg.png);
	background-repeat:  no-repeat;
}

.contents-title-none h1 {
	padding:16px 24px 0 0;
	color:#eeeeee;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

.contents-side-wrapper {
	width: 100%;
	
}
.contents-side-title {
	float: left;
	width:  125px;
	height: 2350px;
	background-color: #6fba2c;
	background-image: url(../../images/side_bg.png);
	background-repeat:  no-repeat; 
}

.contents-body {
	margin-left: 45px;
}

.contents-body a {
	color: #f08300;
	text-decoration: none;
}

.contents-body a:hover{
    text-decoration: underline;
    color: #f08300;
}

.contents-inner {
	margin: 30px 0;
}

.contents-space-bt {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
/* ---------------------------------------- */

.contents-title h1 , .contents-side-title h1{
	padding: 25px 0px 0 0;
	color:#eeeeee;
	font-size:15px;
	font-weight: bold;
	text-align:center;
}

.contents-body {
	width:790px;
	float:left;
}

.PageTopBtn a {
    text-decoration: none;
    color: #f08300;
    float: right;
    margin: 10px 10px;
}
.PageTopBtn a:hover{
    text-decoration: underline;
    color: #f08300;
    float: right;
    margin: 10px 10px;
}
/* ---------------------------------------- */
.top {
	position: relative;
	width: 100%;
	height: 87px;
	margin: 0 auto;
	background-color: #fff;
}

.top-header {
	position: relative;
	width: 960px;
	height: 85px;
	margin: 0 auto;
	background-color: #fff;
}

.top-header h1 {
	margin-top: 10px;
}

.header-right {
	margin-top: 5px;
}

.top-menu ul {
	margin-top: 10px;
}

.topImage {
	position: relative;
	
}
  
.topImage .topText {/*classがfaのアイコンに対して*/
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;/*余計な隙間を除く*/
	padding:0;/*余計な隙間を除く*/
	color: white;/*アイコン色*/
	width: 25%;
}

.header-right {
	float: right;
	width: 220px;
}

.shere {
	display: inline-block;
}

.shere img {
	margin:  0 5px;
	width:30px;
}

.lang-icon {
	display: inline-block;
}

.lang {
	margin-top: 10px;
}

.lang img {
	width:72px;
}

.top h1 {
	font-size: 25px;
}

nav.top-menu > ul > li {
	margin: 8px 8px;
	list-style: none;
	position: relative;
	float: left;
}

nav.top-menu ul {
	display: flex;
	/*justify-content: space-between;*/
	float: left;
}

nav.top-menu li {
	list-style-type: none;
	background-color: #fff;
	color: #000;
	flex-grow: 1;
	text-align: center;
}

.shere {
	float: left;
	margin: 20px 20px;
}


.lang-icon p {
	background-color: #444;
}
/* top-menuだけに近接セレクターを使い回けどどうしよう */
.top-menu li +  li {
border-left: 1px solid #000;
margin: 10px 7px;
padding-left: 15px;
}

.inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #144d8d;
	text-decoration: underline;
}

hr {
	border-top: 2px dotted #b9baba;
	width: 100%;
	margin: 50px 0 20px;
}

h1 {
	font-size: 28px;
}

h2 {
	margin-top: 50px;
	margin-bottom: 0.5em;
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 1.0;
}

h2 span {
	position: relative;
	font-size: 12px;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h3 {
	margin-bottom: 0.25em;
	font-size: 18px;
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 16px;
	font-weight: bold;
	color: #f08300;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

p {
	margin:0 0 1em 0;
	text-align: left;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: none;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.2em;
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin: 0 auto 50px auto;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ddd;
	background: #f1f1f1;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}

table.noneStyle , .noneStyle > table, th, td {
	border: none;
	background: #fff;
}

table.access {
	width: 700px;
	margin: 30px 0px 50px;
}

table.gaiyo {
	width: 700px;
	margin: 10px 0px 50px;
}

div.border {
	border: 1px solid black;
    width: 150px;
    font-size: 17px;
	padding: 3px 0;
	margin: 10px 0;
	text-align: center;
}
/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 15px auto;
	text-align:center;
}
.imgC img {
	margin-bottom:20px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 10px 0 0;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 0 45px;
}

.imgR section {
	float:right;
	margin:0 0 0 10px;
}
/*  */
.imgR figure {
	float:right;
	margin:0 0 0 10px;
	text-align: right;
}
.imgR h4 {
	text-align: left;
}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 15px 8px 15px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #000;
}
.btn a:hover {
	color: #fff;
	background: #333;
}

.purple-right a {
	float: right;
	background: #f08300;
}


/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	/* -webkit-justify-content: censpace-betweenter; */
	/* justify-content: space-between; */
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
}

.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	/* -webkit-align-items: center; */
	/* align-items: center; */
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	/* -webkit-justify-content: censpace-betweenter; */
	/* justify-content: space-between; */
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((470 / 960) *100%);
	height: auto;
	margin:0 0 20px 0;
}
.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
}

.twoCol .left {
	padding-right: 45px;
	width: 332px;
	float: left;
}

.twoCol .right{
	padding-left: 45px;
	width: 333px;
	border-left: 1px solid #b9baba;
	text-align: left;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:60px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 960) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner:nth-child(3n+1) {
	clear:both;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 23.46%;
	width: calc((230 / 960) *100%);
	margin: 0 0 20px 0;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}

/* お知らせ */
.information {
	margin-bottom: 80px;
}

.information dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: none;
}

.information dd {
	margin: 0;
	padding: 10px 0 10px 8em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
}

header h1 {
	float: left;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
}

header h1 img {
	vertical-align: middle;
	margin-right: 15px;
	width:370px;
}

header > .top {
	opacity: 0.75;
	z-index: 1000;
}

header > .inner {
	width: 100%;
	z-index: 1000;
	height: 51px;
	background: #6fba2c;
	min-width: 960px;
}

header > .inner2 {
	position: absolute;
	width: 100%;
	z-index: 1000;
	height: 40px;
	background: #b7d886;
	
	opacity: 0.98;
}

#GalleryTab {
	display: none;
}

#ProgramTab {
	display: none;
}

#BottleTab {
	display: none;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */

nav.gnav:after {
	content: '';
	display: block;
	clear: both;
}
nav.gnav {
	margin: 0 auto;
	width: 960px;
}

/* 共通 */
nav.gnav ul {
	display: flex !important;
	justify-content: center;
}
nav.gnav ul li {
	position:  relative;
	line-height: 50px;
	list-style: none;
	
	margin: 0;
}
nav.gnav ul li a {
	display: block;
	background: #6fba2c;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 8px;
}
nav.gnav2 ul li a {
	background: #b7d886;
}
nav.gnav3 ul li a {
	background: #b7d886;
}
nav.gnav4 ul li a {
	background: #b7d886;
}
nav.gnav ul li:hover > a {
	display: block;
	color: #fff;
	background: #64a828;
	opacity: 0.9;
	padding: 0 8px;
}

/* 1段目 */
nav.gnav > ul > li {
	position: relative;
	/* float: right; */
	text-align: center;
	list-style: none;
	line-height: 50px;
}
nav.gnav > ul > li.subnav > a:after {
	position: absolute;
	content: "";
	margin-left: 10px;
	border: 5px solid transparent;
	border-top-color: #fff;
}

/* 2段目 */
nav.gnav ul li ul {
	position: absolute;
	z-index: 3;
	top: 100%;
	left: 0;
	width: 180px;
	margin: 0;
	padding: 0;
}
nav.gnav ul li ul li {
	overflow: hidden;
	height: 0;
	color: #fff;
	transition: .2s;
}
nav.gnav ul li ul li a {
	padding: 0 15px;
	text-align: left;
	background: #333;
	font-weight: normal;
}
nav.gnav ul li ul li a:hover {
	background: #444;
}
nav.gnav ul li:hover > ul > li {
	overflow: visible;
	height: 40px;
	line-height:  40px;
	border-bottom: 1px solid #555;
}
nav.gnav ul li:hover ul li:last-child {
	border-bottom: none;
}
nav.gnav > ul > li:last-child > ul {
	left: -60px;
}
nav.gnav ul li ul li ul:before {
	position: absolute;
	content: "";
	top: 17.5px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #fff;
}
nav.gnav > ul > li:last-child ul li ul:before {
	position: absolute;
	content: "";
	top: 17.5px;
	left: 200%;
	margin-left: -20px;
	border: 5px solid transparent;
	border-right-color: #fff;
}

/* 3段目 */
nav.gnav ul li ul li ul {
	top: 0;
	left: 100%;
}
nav.gnav ul li ul li ul li {
	width: 100%;
}
nav.gnav ul li ul li:hover > ul > li {
	border-bottom: 1px solid #555;
}
nav.gnav > ul > li:last-child > ul li ul {
	left: -100%;
}
nav.gnav ul li ul li ul li a {
	background: #444;
}
nav.gnav ul li ul li ul li a:hover {
	background: #666;
}

/* 3段目 */
#spMenu {
	display: none;
}



/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	margin-top: 65px;
	background: #fff;
	margin-bottom:15px;
}

.fnav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	margin: 0 atuo;
	padding: 20px 0;
}

.fnav > ul {
	width: 960px;
	margin-bottom: 0;
	font-size: 11px;
}
.fnav > ul li {
	list-style: none;
	float: left;
	font-size: 11px;
	margin-left: 5px;
	flex-grow: 1;
	text-align: center;
	
}

.fnav li + li {
	border-left: 1px solid #000;
	padding-left: 6px;
}
.copyright {
	color: black;
	font-size: 11px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#111;
}
.totop img:hover {
	background:#222;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide01 {
	/* padding-top: 50px; */
	overflow: hidden;
	left: 0;
	right: 0;
	z-index: 1;
}
.slide01 .slideText {
	position: absolute;
	top: 60%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;/*余計な隙間を除く*/
	padding:0;/*余計な隙間を除く*/
	color: white;/*アイコン色*/
	font-size: 60px;/*サイズ*/
	width: 60%;
}

.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.slideInner li img{
	width: 100%;
}


.topNewaTitle {
	background-color: #6fba2c;
	background-image: url(../../images/side_bg.png);
	background-repeat:  no-repeat;
	width: 125px;
}

.topNewaTitle h1{
	padding:16px 24px 0 0;
	color:#eeeeee;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}


#topNews{
	width:320px;
	background:#fffbcf;
	width: 500px;
}


#topNews dl{
	width:450px;
	height:160px;
	background:#fffbcf;
	overflow-y:scroll;
	padding: 20px;
	margin: 5px;
}

#topNews dl dt{
	font-size:15px;
	font-weight:bold;
	color:#000;
	line-height:1.2em;
}

#topNews dl dd{
	font-size:116%;
	line-height:1.6em;
	margin-bottom:1.6em;
}

#topNews dl dd a{
	color:#e70505;
}

#topNews dl dd a:hover,
#topNews dl dd a:focus{
	text-decoration:none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.slide01 .slidePrev {
    position:absolute;
    width:50px;
    height:60px;
    left:15px;
    cursor:pointer;
    z-index:100;
}

.slide01 .slideNext {
    position:absolute;
    display:block;
    width:50px;
    height:60px;
    right:15px;
    cursor:pointer;
    z-index:100;
}

/*================================================
 *  ギャラリーページ
 ================================================*/

 .js-tab {
	display: flex;
	justify-content: space-between;
}

.js-tab div{
	background: #b7b8b8;
	padding: 5px;
	width: 130px;
	margin-bottom: 15px;
	text-align: center;
	color: white;
	font-size: 15px;
}

.js-tab_content {display:none;padding:20px 0;}
.js-tab_content.active {display:block;}

.js-tab div:hover {
	background: #f08300;
	cursor: pointer;
}

.js-tab > .active {
	background: #f08300;
}
/*================================================
 *  ギャラリーページ ビデオ
 ================================================*/
.gallery-video {
	display: flex;
	justify-content: space-between;
}

.gallery-video div{
	padding: 5px;
	margin: 15px;
	text-align: center;
	color: white;
	font-size: 15px;
}

.gallery-video div:hover {
	background: #6eb92b;
	cursor: pointer;
	opacity: 0.7;
}

.gallery-video > .active {
	background: #6eb92b;
}


.printJs {
	border: 1px solid #f08300;
    font-size: 20px;
    width: 778px;
    display: block;
    text-align: center;
    padding: 5px;
    margin: 15px 0;
    color: #f08300;
}



/* headSubNav3--------> */

#headSubNav3{
	width:100%;
	background:#ebab00;
	padding:15px 0 16px;
	margin-top:3px;
}

#headSubNav3 nav{
	width:960px;
	margin:0 auto;
	position:relative;
}

#headSubNav3 nav span{
	display:block;
	position:absolute;
	left:860px;
	top:-18px;
	width:18px;
	height:9px;
	background:url(../img/bg_subnav.png) no-repeat 0 0;
}

body.english #headSubNav3 nav span{
	left:890px;
}

body.english #headSubNav3 ul{
	padding-left:790px;
}

#headSubNav3 ul{
	padding-left:760px;
}

#headSubNav3 ul li{
	float:left;
	padding:0 10px;
}

#headSubNav3 ul li a{
	font-size:108%;
	line-height:1em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-shadow: 1px 2px 0 #414141;
}

#headSubNav3 ul li a:hover,
#headSubNav3 ul li a:focus{
	color: #bebebe;
}

/* <-------headSubNav3 */

nav.gnav2 {
	position: relative;
	margin: 0 0 0 auto;
	width: 155px;
}

nav.gnav3 {
	position: relative;
	margin: 0 0 0 0;
	width: 600px;
}

nav.gnav2 ul {
    justify-content: normal;
}

.submenu-inner {
	margin: 0 auto;
	width: 960px;
}



/* ---------------------------- */
#faqQList a {
	font-weight: bold;
}



.table_title
{
	background-color:#003a95;
	text-align:center;
	color:#FFFFFF;
	font-size:small;
    border-right: 2px solid #FFF;
}

.companyName_s{
	background-color:#c2e6fa;
	border-right: 2px solid #FFF;
	font-size:85%;
	width:42%;
}

.companyName{
	background-color:#FFF;
	border-right: 2px solid #FFF;
	font-size:85%;
	width:42%;
}


.BrandName_s{
	background-color:#c2e6fa;
	border-right: 2px solid #FFF;
	font-size:85%;
	width:42%;
}

.BrandName{
	background-color:#FFF;
	border-right: 2px solid #FFF;
	font-size:85%;
	width:42%;
}

.table_numbar{
	background-color:#FFF;
	border-right: 2px solid #FFF;
	font-size:85%;
	text-align:center;
}
.table_numbar_s{
	background-color:#c2e6fa;
	border-right: 2px solid #FFF;
	font-size:85%;
	text-align:center;
}

p#booPrintLink {
    padding-right: 31px;
    text-align: right;
    height: 34px;
    background: url(../images/pdf.png) no-repeat right top;
	color:#FF0000;
}

p#booPrintLink a {
    color:#FF0000!important;
    text-decoration:underline;
	font-size:120%;
    top: 15%;
    position: relative;
    }
	
.MemorialHead{
	padding: 0.5em;
	background-color:#aa9600;
	color:#FFFFFF;
	text-align:left;
	padding-left: 15px;
	}
	
.Memorial_red_button{
	position: relative;
	display: inline-block;
	padding: 1.25em 1.0em;
	text-decoration: none;
	color: #FFF;
	background: #e60012;/*背景色*/
	margin-top: 20px;
    margin-right: 10px;
	width: 140px;
	text-align:center;
	font-size:80%;
}

.Memorial_yellow_button{
	position: relative;
	display: inline-block;
	padding: 1.25em 1.0em;
	text-decoration: none;
	color: #FFF;
	background: #f9bb00;/*背景色*/
	margin-top: 20px;
    margin-right: 10px;
	width: 140px;
	text-align:center;
	font-size:80%;
}

.Memorial_orange_button{
	position: relative;
	display: inline-block;
	padding: 1.25em 1.0em;
	text-decoration: none;
	color: #FFF;
	background: #ed6a00;/*背景色*/
	margin-top: 20px;
	width: 140px;
	text-align:center;
	font-size:80%;
}

.Memorial_table_list{
	margin-bottom:4em;
	border-style:none;
}

.Memorial_table_list img{
	float:right;
}

.Memorial_special_offer{
	font-weight:bold;
	font-size:85%;
	text-align:left;
    position: relative;
	left: 5px;
	display: inline-block;
}

.Memorial_price{
	font-weight:bold;
	text-align:left;
    position: relative;
	left: 5px;
}

.Memorial_special_offer_sub{
	font-weight:bold;
	font-size:85%;
	left: 30px;
    position: relative;
	text-align:left;
	display: inline-block;
}

.Memorial_price_sub{
	font-weight:bold;
	left: 30px;
    position: relative;
	text-align:left;
}

input[name="tab_item"] {
	display: none;
}

#time_schedule01:checked ~ #time_schedule01_content,
#time_schedule02:checked ~ #time_schedule02_content{
	display: block;
}

div.tabs-time_schedule input:checked + .tab_item {
	background-color: #6fba2c;
	color: #fff;
	border: solid #6fba2c 1px;
}

div.tabs-time-schedule {
	text-align:left;
}

.tab_item {
	padding:10px 45px;
	border: solid #b5b6b6 1px;
	background-color: #b5b6b6;
	font-size: 100%;
	text-align: center;
	line-height:1em;
	color: #FFF;
	display:inline-block;
	font-weight: bold;
	transition: all 0.2s ease;
	margin:0;
	margin-right:20px;
}
.tab_item:hover {

}

.tab_content {
	display: none; 
	margin:25px 0 0;
}

.table_main_stage{
	border: none;
}

table .table_main_stage td{
	vertical-align: top;
}

.main_stage_h4{
	margin-top: 0.25em;
    margin-bottom: 0.25em;
    font-size: 18px;
    font-weight: bold;
    color: #b81c22;
}

.main_stage_red_txt{
	margin-top: 0.25em;
    margin-bottom: 0.25em;
	font-size:100%;
	color:#b81c22;
	font-weight:bold;
}

.main_stage_lightblue_txt{
	margin-top: 0.25em;
    margin-bottom: 0.25em;
	font-size:100%;
	color:#00a0e9;
	font-weight:bold;
}

.main_stage_blue_txt{
	margin-top: 0.25em;
    margin-bottom: 0.25em;
	font-size:100%;
	color:#0053a6;
	font-weight:bold;
}

.main_stage_txt{
	font-size:100%;
	margin-top:10px;
}

.table_master{
	border: none;
}

table .master td{
	vertical-align: top;
}

.master_h4{
	margin-top: 0.25em;
    margin-bottom: 0.25em;
    font-size: 18px;
    font-weight: bold;
    color: #b81c22;
}

.master_red_txt{
	margin-top: 0.25em;
    margin-bottom: 0.25em;
	font-size:100%;
	color:#b81c22;
	font-weight:bold;
}

.master_lightblue_txt{
	margin-top: 0.25em;
    margin-bottom: 0.25em;
	font-size:100%;
	color:#00a0e9;
	font-weight:bold;
}

.master_blue_txt{
	margin-top: 0.25em;
    margin-bottom: 0.25em;
	font-size:100%;
	color:#0053a6;
	font-weight:bold;
}

.master_txt{
	font-size:100%;
	margin-top:10px;
}

.master_min_txt{
	font-size:80%;
	margin-top:10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
	color:#FFF;
}

.kinen_h4{
	margin-top: 0.25em;
    margin-bottom: 0.25em;
    font-size: 16px;
    font-weight: bold;
    color: #000;
	text-align:center;
	padding-bottom:30px;
	padding-top:15px;
}

.kinenHead{
	padding: 0.5em;
	background-color:#9d223a;
	color:#FFFFFF;
	text-align:left;
	padding-left: 15px;
}

.kinen_table_list{
	margin-bottom:4em;
	border-style:none;
}

.kinen_table_list img{
	float:right;
}

.kinen_special_offer{
	font-weight:bold;
	font-size:85%;
	text-align:left;
    position: relative;
	left: 5px;
	display: inline-block;
}

.kinen_price{
	font-weight:bold;
	text-align:left;
    position: relative;
	left: 5px;
}

.kinen_special_offer_sub{
	font-weight:bold;
	font-size:85%;
	left: 5px;
    position: relative;
	text-align:left;
	display: inline-block;
}

.kinen_price_sub{
	font-weight:bold;
	left: 5px;
    position: relative;
	text-align:left;
}