﻿/*=============================================

 * body

 *=============================================*/

@font-face {
	font-family: 'Helvetica';
	src: url(../font/HelveticaNeueLight.ttf);
}
@font-face {
	font-family: 'HelveticaThin';
	src: url(../font/HelveticaNeue-UltraLight.otf);
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body {
	color: #000;
	/*font-family: 'Helvetica';*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 1px;
	background: #FFF;
	min-width: inherit;
	max-height: 100%;
}
/*=============================================

 * fonts - DON'T EDIT

 *=============================================*/



.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================

 * .fnt - customs

 *=============================================*/



.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
/*=============================================

 * #wrapper

 *=============================================*/

.banner_bottom{
	position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #242120;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    padding: 10px 0;
    display: none;
}

#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1100px;
}
/*=============================================

 * header

 *=============================================*/
.nav_fixed{
	position: fixed;
	z-index: 10000;
	right: 32px;
  top: 11px;
}
.nav_fixed .header_lang {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 80px;
	color: #fff;
	font-size: 28px;
	font-family: 'HelveticaThin';
	letter-spacing: 1px;
}
.nav_fixed .header_lang a.active {
	text-decoration: underline;
}
.nav_fixed .header_lang {
	height: 29px;
}
.nav_fixed .header_lang ul {
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
}
.nav_fixed .header_lang:hover ul {
	opacity: 1;
	pointer-events: visible;
}


#header {
	position: relative;
	height: 100vh;
	z-index: 2;
}
#headerInfo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#header h1 {
	position: absolute;
	left: 0;
	top: -500px;
}
#header .logo {
	color: #fff;
	font-family: 'HelveticaThin';
	font-size: 58px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	transform: translateY(-50%);
}
#header .logo a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.header_btn {
	position: absolute;
	left: 50%;
	margin-left: -24px;
	z-index: 2;
	bottom: 14px;
}
#header .header_menulist {
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	width: 115px;
	line-height: 45px;
}
#header .header_menulist a {
	position: relative;
	text-decoration: none;
}
#header .header_menulist a:before {
	position: absolute;
	content: "";
	background: #fff;
	height: 1px;
	width: 0;
	bottom: -2px;
	left: -10px;
	transition: all 0.3s;
}
#header .header_menulist a:hover {
	font-weight: bold;
	text-decoration: none;
}
#header .header_menulist a:hover:before {
	width: 30px;
}

#mainMenu {
	position: absolute;
	right: 50px;
	top: 39px;
	width: 31px;
	height: 20px;
	z-index: 2;
}
#mainMenu button {
	background: url(../img/shared/menu_btn.png) no-repeat top center;
	width: 31px;
	height: 20px;
	border: none;
	outline: none;
	cursor: pointer;
}
.header_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: 'HelveticaThin';
	font-size: 58px;
	z-index: 2;
	text-transform: uppercase;
	line-height: 80px;
}
.header_txt:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}

.banner_fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s;
  }
  /* .has_nav .banner_fixed{ */
    /* opacity: 1; */
  /* } */

/*=============================================

 * key

 *=============================================*/



#key {
	position: relative;
	height: 100vh;
	width: 100%;
	z-index: 0;
}
#key ul {
	min-height: inherit;
	height: 100vh;
	width: 100%;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tel {
	position: absolute;
	top: 141px;
	right: 18px;
	z-index: 2;
	display: none;
}
.tel2 {
	position: fixed;
	top: 0;
	right: 18px;
	z-index: 1;
	display: none;
}
.order_link {
	position: absolute;
	bottom: 35px;
	right: 25px;
	z-index: 2;
	display: none;
}
#content_btn {
	width: 100%;
}
#content_btn .content_btn {
	width: 50%;
	text-align: center;
	padding: 49px 0;
}
#content_btn .content_btn a {
	display: block;
	font-size: 20px;
	line-height: 52px;
	width: 172px;
	border-radius: 5px;
	margin: auto;
	font-family: 'HelveticaThin';
	font-weight: bold;
	text-transform: uppercase;
}
#content_btn .content_btn.fl a {
	background: #fff;
	border: 1px solid #000;
}
#content_btn .content_btn.fr {
	background: #dfdfdf;
	padding: 50px 0;
}
#content_btn .content_btn.fr a {
	background: #dfdfdf;
	border: 1px solid #505050;
}
/*=============================================

 * container

 *=============================================*/



#container {
}
/*=============================================

 * #socialbuttons

 *=============================================*/



#socialbuttons {
	margin: auto;
	padding: 35px 0 0;
	max-width: 350px;
}
/*=============================================

 * footer

 *=============================================*/



#footer {
	background: #242120;
	padding-top: 45px;
	padding-bottom: 90px;
}
#footer .wrap{
	padding-bottom: 50px;
}
.footerL{
	float: left;
	width: 60%;
	color: #f4f4f4;
}
#footer .logo {
	font-size: 50px;
	line-height: 50px;	
	color: #f4f4f4;
}
#footer .logo span {
	font-family: 'HelveticaThin';
	font-size: 41px;
	display: block;
}
.footer_nav {
	float: right;
	width: 40%;
	color: #f4f4f4;
}
.footer_nav li {
	float: left;
	font-weight: bold;
	width: 50%;
	margin-bottom: 15px;
}
.footer_nav li:last-child {
	width: 40%;
}
.footer_nav ul ul li {
	width: 100% !important;
	color: #6e6e6e;
	line-height: 33px;
	font-weight: normal;
}
.footer_nav ul {
	padding-bottom: 20px;
}
.vcard{
	    font-family: 'HelveticaThin';
    font-weight: 700;
}
.vcard dt{
	float: left;
	width: 98px;
}
.vcard dd{
	float: left;
	width: calc(100% - 98px);
}
#footer .policy_btn{
	width: 185px;
	margin: 20px 0;
}
#footer .policy_btn a{
	line-height: 41px;
    padding: 0 29px;
    display: block;
    text-align: center;
    position: relative;
	color: #000;
}
body.vn #footer .policy_btn{
	width: 240px;
	 font-family: 'HelveticaThin';
    font-weight: 700;
}
/*=============================================

 * copyright

 *=============================================*/



address {
	font-family: 'HelveticaThin';
	color: #6e6e6e;
	position: absolute;
	bottom: 20px;
	left: 0;
}
address br {
	display: none;
}
.h2_ttl {
	line-height: 75px;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 50px;
	margin-bottom: 65px;
}
.h2_ttl span {
	position: relative;
	display: inline-block;
	font-size: 75px;
}
.h2_ttl span:before {
	position: absolute;
	content: "";
	background: #000;
	height: 1px;
	width: 110px;
	top: 75px;
	left: -60px;
}
.h2_ttl span.fz43 {
	font-size: 43px;
	font-family: 'HelveticaThin';
}
 @-webkit-keyframes txtDown {
 0% {
 -webkit-transform:translateY(-100%);
 transform:translateY(-100%);
}
 to {
 -webkit-transform:none;
 transform:none
}
}
 @keyframes txtDown {
 0% {
 -webkit-transform:translateY(-100%);
 transform:translateY(-100%)
}
 to {
 -webkit-transform:none;
 transform:none
}
}
.txtDown {
	-webkit-animation-name: txtDown;
	animation-name: txtDown;
}
.btn_global {
	float: left;
}
.btn_global a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
}
.footerLink{
	position: absolute;
    right: 84px;
    bottom: 139px;
}

@media (min-width: 769px) {
.btn_global a:hover, .btn_global a:focus {
	outline: none;
}
/* Effect 5: same word slide in */

.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	height: 39px;
	line-height: 39px;
}
.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cl-effect-5 a:hover span, .cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.cl-effect-8 a::before, .cl-effect-8 a::after {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 30px;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.cl-effect-8 a::after {
	border-color: #d3d4d4;
	opacity: 0;
	-webkit-transform: translateY(-7px) translateX(6px);
	-moz-transform: translateY(-7px) translateX(6px);
	transform: translateY(-7px) translateX(6px);
}
.cl-effect-8 a:hover::before, .cl-effect-8 a:focus::before {
	opacity: 0;
}
.cl-effect-8 a:hover::after, .cl-effect-8 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px) translateX(0px);
	-moz-transform: translateY(0px) translateX(0px);
	transform: translateY(0px) translateX(0px);
}
}

@media (min-width: 1081px) {
.tel2, .tel, .order_link {
	display: block;
}
#content_btn {
	display: none;
}
}

@media (max-width: 1100px) {
.wrap {
	width: 100%;	
}
#footer .footerL {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
	#footer .policy_btn{
		margin: 20px auto;
	}
	#footer .wrap{
		padding-bottom: 0;
	}
	.vcard dt,.vcard dd{
		float: none;
		display: inline-block;
		width: auto;
	}
.footer_nav {
	width: 569px;
	margin: auto;
	float: none;
}
.vcard p:last-child{
	padding-left: 0;
}
address {
	position: static;
	padding: 20px 0;
}
	.footerLink{
		position: static;
	}
	.banner_fixed{
		display: none;
	}
	.banner_bottom{
		position: fixed;
		bottom: 0;
		left: 0;
		color: #fff;
		background: #242120;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		z-index: 100;
		padding: 10px 10px;
		display: none;
		font-size:12px;
	}
	#footer{
		padding-bottom: 187px;
	}
}

@media (max-width: 960px) {
#header .header_menulist {
	display: none;
}
#header .logo {
	font-size: 42px;
}
.navBtn {
	right: 0;
}
#header, #key, #key ul {
	height: 500px;
}
.nav_fixed .header_lang {
	height: 60px;
}
.nav_fixed .header_lang ul {
	opacity: 1;
	pointer-events: visible;
}
.navBtn {
	width: 29px;
	right: 8px;
	top: 13px;
}
.navBtn span:nth-of-type(2), .navBtn span:nth-of-type(3) {
	margin-top: 7px;
}
	


	
	#footer{
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box
	}
	
}

@media (max-width: 600px) {
#header .logo {
	font-size: 33px;
}
}

@media (max-width: 568px) {
.h2_ttl {
	font-size: 41px;
}
.h2_ttl span {
	font-size: 55px;
}
.h2_ttl span:before {
	width: 67px;
	top: 67px;
	left: -29px;
}
.footer_nav {
	width: 98%;
}
.footer_nav li {
	width: 100% !important;
	text-align: center;
	margin-bottom: 20px;
}
.footer_nav ul ul li {
	margin-bottom: 0;
	line-height: 25px;
}
.footer_nav li:last-child {
	margin-bottom: 0;
}
}

@media (max-width: 480px) {
.h2_ttl {
	font-size: 33px;
	margin-bottom: 10px;
}
.h2_ttl span {
	font-size: 50px;
}
.h2_ttl span:before {
	top: 62px;
	width: 52px;
}
address {
	font-size: 15px;
}
address br {
	display: block;
}
#footer .logo {
	font-size: 45px;
}
#footer .logo span {
	font-size: 32px;
}
#header .logo {
	line-height: 44px;
}
.header_txt {
	font-size: 26px;
}
}

@media (max-width: 430px) {
.nav_fixed .header_lang {
	right: 20px;
}
}

@media (max-width: 375px) {
.navBtn {
	right: 0px;
	top: 35px;
}
.nav_fixed .header_lang {
	right: 12px;
}
.header_txt {
	font-size: 22px;
	line-height: 34px;
}
}
.txt_center {
	text-align: center;
}
.tab-link {
	text-align: center;
	text-transform: uppercase;
	font-family: 'HelveticaThin';
	font-size: 25px;
}
.tab-link li {
	margin: 0 2%;
	margin-bottom: 82px;
}
.tab-link li:hover, .tab-link li.active {
	font-family: 'Helvetica';
	font-weight: bold;
}
.tab-link li:hover:after, .tab-link li.active:after {
	background: url(../img/skewers/menu_arrow.png) no-repeat top center;
	width: 25px;
	height: 13px;
	content: "";
	display: block;
	margin: auto;
}
.tab-link span {
	display: block;
	line-height: 47px;
	margin-top: 12px;
}
.tab-content {
	background: #f6f6f6;
	padding-bottom: 100px;
}
.tab-content .wrap {
	background: #fff;
	box-shadow: 1px 9px 10px 0px rgba(3, 3, 3, 0.22);
	-moz-box-shadow: 1px 9px 10px 0px rgba(3, 3, 3, 0.22);
	-webkit-box-shadow: 1px 9px 10px 0px rgba(3, 3, 3, 0.22);
	padding-top: 20px;
}
.toggle {
	width: 94%;
	margin: auto;
	padding-bottom: 30px;
	position: relative;
}
.toggle:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	background: #999;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
}
.toggle:last-child:before {
	display: none;
}
.toggle h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	text-decoration: underline;
	font-weight: bold;
	/*font-family: 'HelveticaThin';*/
	font-weight: 400;
	margin-bottom: 10px;
}
.toggle h3:after {
	content: "";
	background: url(../img/skewers/h3_arrow.png) no-repeat;
	display: inline-block;
	width: 22px;
	height: 12px;
	margin-left: 10px;
	transition: all 0.3s;
}
.toggle.active .toggle-link:after{
	transform: rotate(180deg);
}
.menu_event{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	font-family: 'HelveticaThin';
	margin-bottom: 10px;
}
.event_txt{
	margin-bottom: 5%;
}
.event_txt dt,.event_txt dd{
	float: left;
	text-align: left;
}
.event_txt dt{
	width: 123px;
}
.event_txt dl, .event_txt .w_432{
	width: 432px;
	margin: auto;
}
.event_txt strong{
	display: block;
	padding-top: 20px;
}
.toggle h4 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 24px;
}
.col {
	width: 48%;
	margin-bottom: 20px;
}
.col dl {
	position: relative;
	margin-bottom: 10px;
	background: url(../img/skewers/menu_dot.jpg) repeat-x 0 19px;
}
.col dl dt {
	background: #fff;
	display: inline-block;
}
.col dl dd.menu_price {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	padding-left: 5px;
}
.col dl dd.txt {
	color: #b6b6b6;
}
.col dl dd.txt strong {
	color: #000;
}

@media (max-width: 980px) {
.col {
	width: 100%;
	margin-bottom: 0;
}
.tab-link li {
	padding-bottom: 20px;
}
}
@media (max-width: 768px) {
	.tab-link{
		display: flex;
		justify-content: center;
	}
	.tab-link li {
	margin: 0 1%;
	width: 23%;
	
}
}
@media (max-width: 640px) {
.tab-link {
	font-size: 19px;
}
.tab-link li:hover:after, .tab-link li.active:after {
	background: url(../img/skewers/h3_arrow.png) no-repeat top center;
}
.tab-link span {
	margin-top: 0;
}

.tab-link li img {
	width: 100%;
	max-width: 133px;
}
.col dl dd.menu_price {
	position: static;
	text-align: right;
	margin-top: 0;
}
.toggle h3 {
	font-size: 20px;
	margin-bottom: 0;
}
}

@media (max-width: 480px) {
.col dl {
	background: none;
}
.toggle:before {
	width: 80%;
}
}









::-webkit-scrollbar {
 background: #101010;
 width: 5px;
 height: 5px;
}

::-webkit-scrollbar-thumb {
 background: #303030;
}

::-webkit-scrollbar-track {
 background: #151515;
}



:-ms-input-placeholder {
 color: #252525;
}

:-moz-placeholder {
 color: #252525;
}

::-moz-placeholder {
 color: #252525;
}

::-webkit-input-placeholder {
 color: #252525;
}
input, select, textarea, button {
	padding: 9px 10px;
	width: 100%;
	border: 1px solid #000;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 text-transform: uppercase;
 color: #999;
}
 input::-moz-placeholder, textarea::-moz-placeholder{ /* Firefox 19+ */
 text-transform: uppercase;
 color: #999;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
 text-transform: uppercase;
 color: #999;
}
 input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
 text-transform: uppercase;
 color: #999;
}
input[type=radio], input[type=checkbox] {
	padding: 0;
	width: auto;
	position: relative;
	top: 2px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
textarea {
	min-height: 150px;
	resize: none;
}
button {
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	color: #000;
	font-size: 125%;
	background: #fff;
	width: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-family: 'HelveticaThin';
	text-transform: uppercase;
	margin-top: 10px;
}
button + button {
	margin-left: 20px;
}
label {
	display: block;
}
#mail .row {
	display: table;
	width: 100%;
}
#mail .row > .col {
	display: table-cell;
	/*	padding: 15px 0;*/

	width: 50%;
}
#mail .mark-require {
	color: #FF4141;
	font-size: small;
	line-height: 0;
}
#mail .caption {
	display: none;
}
#mail .input {
	padding: 5px 10px;
}
#mail .submit {
	text-align: center;
}
/*

 * Custom mailform

 *

 */



#mail [class^=error] {
	position: static;
	margin-left: 10px;
}
#mail .form-value + .form-value {
	margin-top: 10px;
}
#mail .form-value > [class^='error'] {
	bottom: -12px;
}
#mail .yubin-bango {
}
#mail .yubin-postal-code {
}
#mail .yubin-postal-mark {
	padding: 5px;
	line-height: 1;
}
#mail .yubin-postal-input {
	padding: 5px;
}
#mail .yubin-locate {
	padding: 5px;
}
#mail .input > .form-value, #mail .form-parse-date > .form-value {
	display: inline-block;
}
#mail .form-attachment .attachment-preview {
	background: #252525;
	border: 1px dashed #363636;
	box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-moz-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-webkit-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
}
#mail .form-attachment .attachment-browse {
	color: #FEFEFE;
	background: #606060;
	max-width: 120px;
	box-shadow: inset 0 0 0 1px #202020, inset 0 0 0 2px #909090;
	-moz-box-shadow: inset 0 0 0 1px #202020, inset 0 0 0 2px #909090;
	-webkit-box-shadow: inset 0 0 0 1px #202020, inset 0 0 0 2px #909090;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#mail .form-attachment .attachment-browse:hover {
	background: #404040;
}
#mail .form-attachment .attachment-caption input {
	margin: 5px 0;
	padding: 5px 10px;
	background: #404040;
	color: #909090;
	width: 100%;
	border: none;
	outline: none;
	box-shadow: inset 0 0 0 1px #303030, inset 0 0 0 2px #202020;
	-moz-box-shadow: inset 0 0 0 1px #303030, inset 0 0 0 2px #202020;
	-webkit-box-shadow: inset 0 0 0 1px #303030, inset 0 0 0 2px #202020;
}
#mail .form-attachment .attachment-list {
	background: #252525;
	min-height: 75px;
	border: 1px dashed #363636;
	box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-moz-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-webkit-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
}
#mail .form-attachment .attachment-item {
	background: #252525;
	border: 1px dotted #363636;
	box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-moz-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-webkit-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
}
#mail .form-attachment .attachment-item:nth-of-type(even) {
	background: #212121;
}
#mail .form-attachment .attachment-remove {
	background: #303030;
	border: 1px solid #363636;
	box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-moz-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-webkit-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
}
#mail .form-attachment.multiple .attachment-remove {
}
#mail .form-attachment .attachment-remove:before {
	color: #909090;
}
#mail .form-attachment .attachment-remove:hover {
	background: #282828;
}
#mail .fc-confirm .confirm-value {
	background: #fff;
	color: #000;
	width: 100%;
	border: none;
	outline: none;
}
#mail .fc-confirm .caption {
	display: block;
	float: left;
	width: 20%;
}
#mail .fc-confirm .input {
	float: right;
	width: 80%;
	padding: 0;
}
#mail .fc-confirm .row {
	margin-bottom: 10px;
}
#book_table {
	padding: 83px 0 100px 0;
}
#book_table h2 {
	line-height: 100px;
	text-transform: uppercase;
	text-align: center;
	font-size: 58px;
	/*font-weight: bold;*/
	margin-bottom: 50px;
}
#book_table h2 span:nth-child(1) {
	position: relative;
}
#book_table h2 span:nth-child(1):before {
	position: absolute;
	content: "";
	background: #000;
	height: 1px;
	width: 90px;
	top: 78px;
	left: -40px;
}
#book_table h2 span:nth-child(2) {
	font-weight: normal;
	font-family: 'HelveticaThin';
}
#book_table #bookL {
	float: left;
	width: 48%;
	margin-left: 2%;
	line-height: 40px;
	font-size: 20px;
}
#book_table #bookL > div:nth-child(1){
  border-bottom: 1px solid #000;
	padding-bottom: 25px;
	margin-bottom: 25px;
	width: 360px;
}
#book_table #bookL h3 {
	font-weight: bold;
}
#book_table #bookL .book_txt1, #book_table #bookL .boox_tel {
	font-family: 'HelveticaThin';
	font-weight: bold;
}
#book_table #bookL .qr{
  width: 50%;
}
#book_table #bookL .qr a{
  display: block;
  width: 100%;
}
#book_table #bookL .qr a img{
  width: 100%;
  height: auto;
}
#book_table #bookL .book_txt2 {
	font-weight: bold;
}
#book_table #bookL .book_txt2 span {
	font-family: 'HelveticaThin';
}

#book_table #bookL .boox_tel span {
	font-family: 'Helvetica';
}
#book_table #bookL #gmap {
	width: 318px;
	height: 195px;
	margin-top: 28px;
}
#book_table #mail {
	float: right;
	width: 48%;
	margin-right: 2%;
}
#book_table #mail h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
#book_table h2 {
	margin-bottom: 20px;
}
#book_table #bookL {
	width: 100%;
	margin-left: 0;
	text-align: center;
}
  #book_table #bookL .qr{
    margin: 0 auto;
  }
#book_table #bookL #gmap {
	margin: 25px auto 50px auto;
}
#book_table #mail {
	width: 450px;
	margin: auto;
	float: none;
}
}

@media (max-width: 480px) {
#book_table {
	padding-top: 40px;
	padding-bottom: 40px;
}
#book_table #mail {
	width: 96%;
}
#mail .fc-confirm .caption {
	font-weight: bold;
}
#mail .fc-confirm .caption, #mail .fc-confirm .input {
	width: 100%;
}
}
.fz20 {
	font-size: 22px !important;
	text-decoration: none !important;
	text-transform: lowercase;
}
#thanks {
	display: none;
}

@media (max-width: 430px) {
.tab-link li {
	margin: 0;
	width: 32%;
}
#content_btn .content_btn {
	padding: 22px 0;
}
#content_btn .content_btn.fr {
	padding: 22px 0;
}
#content_btn .content_btn a {
	font-size: 16px;
    width: 134px;
    line-height: 41px;
}
#book_table h2 {
	font-size: 39px;
	line-height: 46px;
}
#book_table h2 span:nth-child(1):before {
	width: 71px;
	top: 45px;
}
}
body.vn .cl-effect-5 a span::before {
	font-weight: bold !important;
}
body.vn .footer_nav li, body.vn .tab-link, body.vn .tab-link li:hover, body.vn .tab-link li.active, body.vn #book_table, body.vn .menu_toggle {
	font-family: 'HelveticaThin' !important;
}
.m_auto{
	margin: auto;
}
#menuSlider{
	margin: 0 auto 5% auto;
	width: 597px;
}
#menuSlider .bxSlider li img{
	width: 100%;
	height: auto;
}
@media (max-width: 768px) {
.btn_global {
	border: 1px solid #c0bebe;
	border-radius: 10px;
	padding: 0 20px;
}
.h2_ttl {
	margin-bottom: 30px;
}
.header_txt {
	font-size: 35px;
	line-height: 50px;
}
	.tab-link span{
		line-height: 35px;
	}	
}

@media (max-width: 680px) {
.nav_fixed .header_lang {
	font-size: 23px;
}
	#menuSlider{
		width: 90%;
	}
	#menuSlider img{
		width: 100%;
	}
}

@media (max-width: 560px) {
	body.vn .tab-link {
		font-size: 14px;
	}
}

@media (max-width: 430px) {
	body.vn .tab-link span {
		line-height: 25px;
	}
}
@media (max-width: 475px) {
	.event_txt dl,.event_txt .w_432{
		width: 320px;
	}
}
@media (max-width: 375px) {
	.tab-link li span{
		font-size: 16px;
	}
}
.img-zoom {
	overflow: hidden;
	cursor: pointer;
}
.img-zoom > img {
	transform: scale(1);
	transition: all linear 0.9s;
}
.img-zoom:hover > img {
	transform: scale(1.2);
	transition: all linear 5.5s;
}
body.visible #wrapper {
    opacity: 1;
    display: block;
    visibility: visible;
}
body.visible #opening {
    pointer-events: none;
    opacity: 0;
    display: none;
    visibility: hidden;
}
body.intro{
  position: relative;
}
body.intro:before{
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.intro #opening {
    pointer-events: visible;
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 999;
	position: fixed;
	width: 100%;
	height: 100vh;
	text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.intro #wrapper{
	z-index: 0;
	overflow-y: hidden;
}
.opening_img img{
	height: 100%;
	width: auto;
/*  width: 100%;
  height: auto;*/
}
.openingInfo{
	background-color: #fff;
}
.openingInfo{
	/*width: 100%;
	height: 100%;*/
	text-align: center;
	box-sizing: border-box;
	padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.opening_img{
	height: 100%;
 /* width: 100%;*/
	text-align: center;
	display: inline-block;
	position: relative;
} 
.openingInfo .skip{
	position: absolute;
	right: 50px;
  top: 20px;
	color: #fff;
	background: #000;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	line-height: 27px;
	font-size: 20px;	
	cursor: pointer;
}

.device-ios body.intro #opening{
	height: 100%;
}
.close-img{
  text-align: center;
  margin-bottom: 50px;
}
.close-box{
  margin: 50px auto;
  max-width: 1000px;
  padding: 0 50px;
}
.close-box .close-ttl{
  margin-bottom: 20px;
  font-size: 200%;
  text-align: center;
}
.openingInfo .close-img{
  width: 100%;
}
.close-img img{
  width: 100%;
  height: auto;
}

@media (max-width: 1450px) and (min-width: 761px){
  .opening_img img{
    width: 100%;
    height: auto;
  }
  .opening_img{    
    height: auto;
    width: 100%;    
  }
}
@media (max-width: 760px) {
	.openingInfo{
		display: flex;
	    align-items: center;	
	}
	.opening_img{
		height: auto;
	}
	.opening_img img{
		height: auto;
		width: 100%;
	}	
  .openingInfo{
    padding: 50px 0;
  }
  .close-box{
    margin: 0 auto;
    padding: 0 20px;
  }
  .openingInfo .skip{
    top: 5px;
    right: 20px;
  }
  .close-img{
    margin-bottom: 30px;
  }
}
#popup1_1{
  text-align: left;
}
#popup1_1 p{
  padding: 10px 0;
}
#popup1_1 p:first-child{
  padding-bottom: 0;
}
#popup1_1 p span{
  font-size: 150%;
}
#popup1_1 li{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#popup1_1 li span{
  margin-right: 5px;
}
.popup_btn{
  position: absolute;
  z-index: 999;
  background: #fff;
  color: #000;
  top: 65px;
  left: 20px;
  padding: 5px 10px;
  border: 1px solid #999;
  transition: ease 0.3s;
  border-radius: 5px;
}
.popup_btn:hover{
  opacity: 0.8;
}
@media (max-width: 960px) {
  .popup_btn{
   
  }
}
@media (max-width: 480px){
  .popup_btn{
    left: 10px;
  }
}
@media (max-width: 375px){
  .popup_btn{
    top: 50px;
  }
}
.has_nav .popup_btn{
  position: fixed;
  top: auto;
  bottom: 10px;
}
.pc{
	display: block;
}
.sp{
	display: none !important;
}
@media (max-width: 960px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
  #pagetop{
    width: 40px;
  }
  #pagetop img{
    width: 100%;
    height: auto;
  }
}
.info_popup{
  margin: 40px 50px 0;
}
.info_popup div{
  margin-top: 20px;
}
.info_popup li{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.info_popup li span{
  margin-right: 10px;
}
@media (max-width: 870px) {
  .info_popup{
    margin: 40px 0 0;
  }
}

.has_nav .navBtn, .has_nav .nav_fixed .header_lang{
	color: #000;
}
.has_nav .navBtn span{
	background: #000;
}
@media (max-width: 680px) {
	.nav_fixed{
		right: 5px;
	}
	.nav_fixed .header_lang{
		top: 50px;
		right: 12px;
	}
}