@charset "utf-8";
/*=============================================
 * body
 *=============================================*/
body.navOpen {
 overflow: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
}
body {
    color: #fff;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
	text-align: justify;
	background: url(../img/shared/bd_bg.jpg) repeat center top;
}
.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
.txt_shadw {
	text-shadow: 1px 1px 2px #080808, 0 0 1em #606067, 0 0 0.2em #0d0d0e;
}
.txt_r {
	text-align: right;
}
/*=============================================
 * header
 *=============================================*/

header .logo {
	width: 50%;
	position: absolute;
top: 20px;
	left: -8%;
	
	z-index: 62;

	
}
header .logo a {
	display: block;
}
header {
	color: #fff;
	position: relative;
}
header h1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 11px;
	line-height: 20px;
	padding-right: 5px;
	letter-spacing: 0;
	text-align: right;
	font-weight: normal;
	z-index: 62;
}
header .navBtn span {
	background-color: #000;
}
/*====================== nav ====================== */
#hd_top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 84px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
header .h_hide {
	height: 87px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.has_nav header .navBtn {
	top: 10px;
}
.has_nav header .h_hide {
	height: 0px !important;
	overflow: hidden;
}
.has_nav header .h_tel {
	margin: 0;
}
.has_nav #hd_top {
	height: 0;
}
.has_nav header .navBtn {
}
header .navBtn {
    background-color: rgb(255, 255, 255);
    top: 20px;
    right: 10px;
    height: auto;
    padding: 0;
    z-index: 9999;
    padding: 8px 8px 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    color: #000;
    border-radius: 5px;
    box-sizing: border-box;
    width: 46px;
    height: 46px;
    line-height: 22px;

}
header .navBtn p {
	padding-top: 8px;
	color: #d5bf68;
	font-size: 12px;
	width: 40px;
	margin: 0 auto;
	line-height: 34px;
}
header .topnavi {
	border: 1px solid #fff;
	border-right: none;
	position: relative;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .topnavi li {
	position: relative;
	width: 25%;
	vertical-align: top;
	border-right: 1px solid #000;
	padding: 5px 0;
}
header .topnavi li a {
	color: #000;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 8px;
	line-height: 5px;
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
	border-left: 1px solid #fff;
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding: 4px 0 12px;
	font-size: 19px;
	font-weight: normal;
}
header .menu_toggle {
	background: url(../img/shared/bd_bg.jpg) repeat 0 0;
	padding-top: 85px;
	z-index: 999;
}
header .menu_toggle a {
	color: #fff;
	padding: 13px 0 13px 10px !important;

}
header .menu_toggle a span {
	padding-left: 73px;
}
header .menu_toggle .focus a {
	font-weight: bold;
	color: #d79e31;
}
header .menu_toggle li {
	border-bottom: 1px solid #fff;
	position: relative;
}
header .menu_toggle ul li:first-child {
	border-top: 1px solid #fff;
}
header .menu_toggle li:before {
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 64px;
	background-size: 64px;
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
	width: 100px;
}
header .menu_toggle .parent {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding-left: 12px;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}
.navOpen #pagetop {
	z-index: 1;
}
header .navBtn:after {
	content: 'Menu';
}
.navOpen header .navBtn:after {
	content: 'Close';
}
/*====================== end nav ====================== */

/*====================== header key ====================== */


header #key {
	position: relative;
		background: url(../img/shared/bd_bg.jpg) repeat center top;
	z-index: 5;
}
header #key .bnr {
	position: absolute;
	bottom: -20%;
	right: 0;
	z-index: 61;
	width: 38%;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	padding-top: 5px;
	width: 100%;
	z-index: 10;
}
header .bx-wrapper .bx-pager, header .bx-wrapper .bx-controls-auto {
	bottom: 5%;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 99;
}
.bx_ext .bx-pager {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 80;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
	z-index: 71;
	margin-top: -15px;
}
.bx-wrapper .bx-controls-direction a {
	color: #d20505;
	font-family: "fontello";
	font-size: 40px;
	height: 30px;
	line-height: 28px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 26px;
	z-index: 9;
	font-weight: normal;
}
.bx-prev::after {
	content: "\f104";
	left: 2px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-next::after {
	content: "\f105";
	right: 2px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #000;
	border-radius: 50%;
	display: block;
	height: 9px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 9px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #c3902e;
}
/*====================== end nav ====================== */


/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/


footer {
	background: url(../img/shared/ft_bg.jpg) repeat center top;
	color: #fff;
	padding-top: 5%;
	position: relative;

	z-index: 6;
	
}
footer .tit {
	width: 66%;
	
	margin:-18.5%  auto 5%;
}
footer .f_logo {
	
	width: 40%;
	margin: 0 auto;
}
footer .tel {
	width: 90%;
	margin: 0 auto;
}
footer .ft_bt {
	
	background-color: #d79e31;
	margin: 0 -2%;
	padding: 5% 0px 50px;
	color: #000;
}
footer  .company {
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	margin-bottom: 5%;
}
footer  .company li {
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
footer  .company li:first-child {
	margin-left: -2%;
}
footer .vcard {
font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
	line-height: 25px;
	
}
footer .vcard dl, footer .vcard p {
	padding: 5px 0;
}
footer .f_tel {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 5%;
	padding-bottom: 3%;
}
footer .f_tel:before {
	background: url(../img/shared/line_on.png) repeat-x 0 0;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0%;
	right: 0%;
	height: 4px;
}
footer p {
	margin-bottom: 15px;
}
footer .shopinfo {
	
	padding: 0% 2% 0%;
	position: relative;
}
footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 70%;
	min-width: 178px;
	max-width: 245px;
	margin: 10px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background-color: #131313;
	box-sizing: border-box;
	border: 2px solid #fbfbfb;
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	box-shadow: inset 0px 1px 8px #53241491;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {
	font-weight: normal;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
}
#socialbutton p {
	display: inline-block;
	padding: 0 5px;
}
#socialbutton {
	text-align: center;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb_per {
	margin-bottom: 5%!important;
}
.wrap {
	margin-bottom: 12%;
}
.shadw {
	box-shadow: 0px 1px 14px rgba(2, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 14px rgba(2, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 14px rgba(2, 0, 0, 0.5);
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
h2 {
	margin-bottom: 10px;
}
.txt_center {
	text-align: center !important;
}
.pt_10 {
	padding-top: 10px;
}
.mar-box {
	margin-left: -2%;
	margin-right: -2%;
}
.clearfix, .menuList dl:after {
	zoom: 1 !important;
}
/* for IE 5.5-7 */
.clearfix:after, .menu_list dl:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}
.block p {
	margin-bottom: 10px;
}
.copy {
	cursor: pointer;/*	color: #fff;
	background-color: #243810;
	box-sizing: border-box;
	text-align: center;
	display: block;
	padding: 10px 0;
	border: 2px solid #476727;
	
	
	font-size: 18px;
	margin-top: 15px;*/
}
.copy.copied {
	display: block;/*	background-color: rgb(89, 121, 61);*/
}
#pagetop {
	bottom: 59px;
}
#ft_group {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	opacity: 0;
	z-index: -9;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#ft_group p {
	margin-bottom: 0;
}
.has_nav #ft_group {
	position: fixed;
	z-index: 104;
	opacity: 1;
}
#ft_group a {
	text-decoration: none;
}
#ft_group .box {
	padding: 5px 0;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	position: relative;
}
.ft_contact_tel dd {
	font-size: 18px;
}
.ft_contact_tel .txt {
	font-size: 10px;
}
.ft_contact_tel .icon-phone-1:before {
	padding-right: 11px;
	position: relative;

}
.contact_gr .ft_contact_tel dd {
	font-size: 14px;
}
.contact_gr .fl, .contact_gr .fr {
	width: 49%;
}
.contact_gr .ft_contact_mail {
	font-size: 13px !important;
	line-height: 20px !important;
}
.ft_contact_mail p {
}
.ft_contact_mail:after {
	content: '\f105';
	font-size: 15px;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
#ft_group .box .icon-mail-alt {
}
#ft_group .box .icon-mail-alt:before {
	font-size: 14px;
	padding-right: 10px;
}

/*=============================================
 * shared
 *=============================================*/
/*=============================================
 * index
 *=============================================*/
.block {
	padding-bottom: 10%;
}
.bdn {
	border: none !important;
}
.bg1 {
	background: url(../img/shared/bg1.jpg) repeat center top;
}
.menu_list h4 {
	background-color: #3d3934;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 5px 0;
}
.menu_list h5 {
	font-size: 14px;
	color: #dac3a7;
	line-height: 30px;
	padding: 5px 0;
}
.menu_list dl {
	border-bottom: 1px solid #515151;
	padding: 5px 0;
	font-size: 14px;
	line-height: 22px;
}
.menu_list dl dt {
	float: left;
	position: relative;
}
.menu_list dl dd {
	float: right;
	text-align: right;
}
.box_deco {
	background: url(../img/shared/deco1.jpg) no-repeat right top, url(../img/shared/deco2.jpg) no-repeat left bottom;
	background-color: #fff;
	background-size: 12%;
	color: #000;
	padding: 5% 5%;
}
.box_share {
	background-color: #fff;
	color: #000;
	position: relative;
	padding: 20px;
}
.box_share:before {
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	border-left: 4px solid #000;
}
.box_share:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0;
	bottom: 10px;
	border-bottom: 4px solid #000;
}
/*=============================================
 * index
 *=============================================*/
#index .bnr_bd {
	position: relative;
	padding-right: 5px;
}
#index .bnr_bd:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	right: -0px;
	bottom: -5px;
	border: 1px solid #fff;
}
#index #lead {
	background: url(../img/index/lead_bg.png) no-repeat center top;
	background-size: 100%;
	position: relative;
	padding: 15% 15px 10%;
}
#index #lead:before {
	pointer-events: none;
	content: '';
	position: absolute;
	top: 10px;
	left: 5px;
	right: 5px;
	bottom: 15px;
	border: 4px solid #640b0b;
}
#index #lead h2 {
	padding-right: 20%;
}
#index #lead dl {
	padding-bottom: 10px;
}
#index #lead dt {
	color: #b19068;
	font-weight: bold;
}
#index #sec1 {
	background: url(../img/index/sec1_bg.jpg) repeat center top;
	background-size: 100%;
	padding: 0 2% 10%;
}
#index #sec1 h2 {
	margin-bottom: 0;
}#index #sec3  {
	margin-bottom: 0;
}
#index #sec3 .bnr {
	margin-left: 55%;
	margin-top: -10%;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
#index #sec3 .info {
	font-weight: bold;
	margin-top: -10%;
	position: relative;
	z-index: 1;
}
#index #sec3 .info dt {
	font-weight: bold;
	font-size: 20px;
	color: #640b0b;
	padding-bottom: 10px;
}
#index #sec3 .info dt .fz_19 {
	font-size: 16px;
}
#index #sec4 {
	background: url(../img/index/sec4_bg1.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 5%;
}
#index #sec4.active {
	background: url(../img/index/sec4_bg2.jpg) no-repeat center top;
	background-size: cover;
}
#index #sec4 .toggle-link:after {
	display: none;
}
#index #sec4 .bnr_bd:before {
	border: 1px solid #000;
}
#index #news {
	margin-bottom: 0;
	padding-bottom: 15%;
}
#index #news a {
	color: #d79e31;
}
#index #news h2 {
	padding: 0 28%;
	margin: 0 auto;
	position: relative;
}
#index #news h2:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 4px solid #640b0b;
}
#index #news h2 img {
	background: url(../img/shared/bd_bg.jpg) repeat center top;
	position: relative;
	z-index: 1;
}
#index #feed dt {
	float: left;
	width: 25%;
}
#index #feed dt a {
	display: block;
}
#index #feed dt a span {
	display: block;
	width: 100% !important;
	height: 0 !important;
	padding-top: 80%;
}
#index #feed dd {
	float: right;
	width: 73%;
}
/*=============================================
 * menu
 *=============================================*/
#menu #lead {
	background: url(../img/menu/lead_bg.jpg) no-repeat center top;
	position: relative;
	padding: 15% 15px 10%;
	margin-bottom: 0;
}
#menu #lead:before {
	pointer-events: none;
	content: '';
	position: absolute;
	top: 10px;
	left: 5px;
	right: 5px;
	bottom: 15px;
	border: 4px solid #640b0b;
}
#menu #lead h2 {
	padding: 0 5%;
}
#menu #sec1 .menu {
	margin-top: 10%;
}
#menu #sec1 .menu .photo {
	margin-right: -2%;
	margin-left: -2%;
}
#menu #sec1 .info {
	font-weight: bold;
	margin-top: -10%;
	position: relative;
	z-index: 1;
}
#menu #sec1 .info dl {
	font-size: 22px;
	padding-bottom: 10px;
}
#menu #sec1 .info dl dt {
	color: #640b0b;
}
#menu #sec1 .info dl d span {
	font-size: 16px;
}
#menu #sec2 {
	margin-bottom: 10%;
}
#menu #sec2 h2 {
	margin-bottom: -9%;
	position: relative;
	z-index: 1;
}
#menu #sec2 .txt {
	padding: 0 2%;
}
#menu #sec2 .menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}
#menu #sec2 .item {
	background-image: url(../img/menu/sec2_bg1.jpg);
	background-size: cover;
	background-position: center;
	width: 50%;
	padding: 42% 2% 23%;
	box-sizing: border-box;
}
#menu #sec2 .item:last-child {
	background-image: url(../img/menu/sec2_bg2.jpg);
}
#menu #sec2 .item .btn-tg01 {
	text-align: center;
}
#menu #sec2 .item dl {
	border: 2px solid #d79e31;
	background-color: rgba(0, 0, 0, 0.59);
	text-align: center;
	font-weight: bold;
	font-size: 5vmin;
	line-height: 1.6;
	padding: 2% 0px;
}
#menu #sec2 .item dt {
	font-weight: bold;
}
#menu #sec2 .item dt span {
	font-weight: normal;
	font-size: 3.3vmin;
}
#menu #sec3 h2, #menu #sec3 .photo, #menu #sec4 h2, #menu #sec4 .photo {
	margin-right: -2%;
}
#menu #sec3 .menu, #menu #sec4 .menu {
	background: rgba(100, 11, 11, 0.8);
	padding: 2%;
	margin-top: -10%;
	position: relative;
	z-index: 1;
}
#menu #sec3 .menu dl, #menu #sec4 .menu dl {
	font-weight: bold;
	font-size: 22px;
}
#menu #sec3 .menu dl span, #menu #sec4 .menu dl span {
	font-size: 18px;
}
#menu #sec5 {
	position: relative;
	margin-bottom: 20%;
}
#menu #sec5 .bnr {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: -42%;
	margin-bottom: 0;
}
#menu #sec6 .beer {
	background: url(../img/menu/sec6-deco1.png) no-repeat 0 0, url(../img/menu/sec6-deco2.png) no-repeat right top, url(../img/menu/sec6-deco3.png) no-repeat left bottom, url(../img/menu/sec6-deco4.png) no-repeat right bottom;
	background-size: 30px;
	background-color: #000;
	margin-bottom: 10%;
	padding: 10px 10px;
}
#menu #sec6 .beer h4 {
	font-weight: bold;
	text-align: center;
}
#menu #sec6 .beer .mn_list {
	font-weight: bold;
	padding-bottom: 5%;
}
#menu #sec6 .beer .mn_list dd {
	text-align: right;
	margin-top: -30px;
}
#menu #sec6 .beer .toggle-link:after {
	right: 4%;
}
#menu #sec6 .wine .lead {
	position: relative;
	margin-bottom: 5px;
}
#menu #sec6 .wine .tag {
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#menu #sec6 .wine .tag span {
	font-size: 16px;
}
#menu #sec7 {
	background: url(../img/menu/sec7_bg.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 10%;
}
#menu #sec7 .toggle {
	background: url(../img/menu/sec7-bgrp.png) repeat center top;
	padding: 2% 0;
}
#menu #sec7 .toggle .menu_list {
	padding: 0 2%;
}
#menu #sec7 .toggle .menu_list dl {
	border: none;
}
#menu #sec7 .toggle .menu_list dl dt {
	padding-left: 0;
}
#menu #sec7 .toggle .menu_list dl dt:before {
	display: none;
}
#menu #sec8 .toggle {
	margin-bottom: 5%;
}
#menu #sec8 .toggle-link:after {
	right: 12%;
	color: #000;
}
/*=============================================
 * course
 *=============================================*/
#course #lead {
	background: url(../img/course/lead_bg.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 10%;
	margin-bottom: 0;
}
#course #lead h2 {
	padding: 15% 5% 0;
}
#course #lead .link {
	margin-top: 5%;
}
#course #lead .link li {
	width: 49%;
}
#course #sec1 {
	position: relative;
}
#course #sec1 h2 {
	position: absolute;
	top: 35%;
	left: 10%;
	right: 10%;
	z-index: 62;
}
#course #sec1 .info {
	margin: -15% 2% 0;
	position: relative;
	z-index: 62;
}#course #sec2  h2 {
padding: 10% 10% 0	
}

#course #sec2 .photo {
	font-weight: bold;
	padding-right: 50%;
	margin-bottom: 8%;
	position: relative;
	border-top: 1px solid #fff;
	padding-top: 10px;
}
#course #sec2 .photo:after {
	background: url(../img/course/sec2_p.jpg) no-repeat center;
	background-size: cover;
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 49%;
	bottom: 0;
}
#course #sec2 .menu {
	padding-bottom: 5%;
	box-sizing: border-box;
	width: auto !important;
	border: 4px solid #c3902e;
}
#course #sec2 .menu h4 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #67310f;
}
#course #sec2 .menu h3 {
	color: #640b0b;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding: 10px 0;
}
#course #sec2 .menu h3 span {
	font-size: 30px;
}
#course #sec2 .menu li {
	margin-left: 5px;
	text-indent: -15px;
	padding-left: 15px;
	padding-right: 5px;
}
#course #sec2 .tab-content {
	padding-bottom: 10px;
}
#course #sec2 .tabs-switch {
	background-color: #fff;
	color: #000;
	padding: 10px 10px 5px;
}
#course #sec2 .note {
	padding-top: 10px;
}
#course #sec2 .tab-link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#course #sec2 .tab-link li {
	width: 33.33%;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	background-color: #fff;
	color: #640b0b;
}
#course #sec2 .tab-link li.active {
	border: 4px solid #c3902e;
	border-bottom: none;
}
#course #sec2 .tab-link li.active:before {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 6px;
	background-color: #fff;
}
#course #sec3 .lead {
	background: url(../img/course/sec3_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 2% 2% 15%;
	margin: 0 -2%;
}
#course #sec3 .lead .info {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 5px 0;
}
#course #sec3 .lead .note {
	color: #ffc454;
	margin-bottom: 0;
}
#course #sec3 .menu {
	background-color: #000;
	padding: 10px 10px;
	margin-top: -13%;
}
#course #sec3 .inner {
	background: url(../img/menu/sec6-deco1.png) no-repeat 0 0, url(../img/menu/sec6-deco2.png) no-repeat right top, url(../img/menu/sec6-deco3.png) no-repeat left bottom, url(../img/menu/sec6-deco4.png) no-repeat right bottom;
	background-size: 30px;
	padding: 10px 0px 20px;
}
#course #sec3 .inner h3 {
	margin-bottom: 5%;
}
#course #sec3 .toggle-link {
	border: 1px solid #fff;
	text-align: center;
	margin-bottom: 5%;
	padding: 5px 0;
}
#course #sec3 .ext .toggle-link {
	font-weight: bold !important;
	color: #640b0b;
	background: #d79e31;
	border: none;
}
#course #sec3 .mn_list {
	color: #d79e31;
}
#course #sec3 .mn_list h5 {
	border: 1px solid #d79e31;
	text-align: center;
	margin-bottom: 5%;
	padding: 5px 0;
}
#course #sec4 h3 {
	font-weight: bold;
	color: #b19068;
	line-height: 32px;
	font-size: 20px;
}
#course #sec4 .end {
	position: relative;
	padding-right: 60%;
}
#course #sec4 .end:after {
	background: url(../img/course/sec4_p.jpg) no-repeat right bottom;
	background-size: cover;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -2%;
	width: 60%;
}
#course #sec5 .lead .menu {
	margin-right: -2%;
	padding-bottom: 5%;
}
#course #sec5 .lead .menu h3 {
	margin-bottom: 5%;
}
#course #sec5 .lead .menu h3 img {
	width: 70%;
	padding-left: 15px;
	box-sizing: border-box;
}
#course #sec5 .lead .menu h3 span {
	background-color: rgba(100, 11, 11, 0.8);
	padding: 5px 15px;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
}
#course #sec5 .lead .menu dt, #course #sec5 .lead .menu dd {
	width: 49%;
}
#course #sec5 .lead .menu.ext {
	margin-right: 0;
	margin-left: -2%;
}
#course #sec5 .lead .menu.ext h3 {
	text-align: right;
}
#course #sec5 .lead .menu.ext h3 span {
	width: calc(57% + 15px);
	text-align: left;
}
#course #sec5 .lead .menu.end {
	margin-right: 0;
}
#course #sec5 .lead .menu.end .photo {
	margin-right: -2%;
	margin-left: 15%;
}
#course #sec5 .plan .txt1 {
	padding-bottom: 20%;
}
#course #sec5 .plan .course {
	font-weight: bold;
}
#course #sec5 .plan .course .menu {
	border: 4px solid #deb881;
	margin-bottom: 10%;
	padding: 12% 2% 9%;
	position: relative;
}
#course #sec5 .plan .course dl {
	padding-top: 7%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #d79e31;
	margin-bottom: 10px;
}
#course #sec5 .plan .course dl dd {
	padding-left: 10px;
}
#course #sec5 .plan .course dl dd span {
	font-size: 18px;
}
#course #sec5 .plan .course ul {
	max-width: 290px;
	margin: 0 auto;
}
#course #sec5 .plan .course li {
	border-radius: 30px;
	background-color: #fff;
	font-size: 15px;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 10px;
}
#course #sec5 .plan h4 {
	position: absolute;
	width: 36%;
	top: 4%;
	left: 0;
	transform: translateY(-50%);
}
#course #sec5 .plan .ext {
	left: auto;
	right: 0;
}
#course #sec6 .txt1 {
	padding-bottom: 15%;
}
#course #sec6 .txt1 dt {
	font-weight: bold;
	font-size: 18px;
}
#course #sec6 .free {
	margin-top: -25%;
	margin-bottom: 10%;
	padding: 0 15%;
	position: relative;
	z-index: 2;
}
#course #sec6 .opption {
	border: 2px solid #fff;
	margin-bottom: 5%;
	position: relative;
}
#course #sec6 .opption .scroll_box {
	padding: 0 2% 2%;
}
#course #sec6 .opption .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 5%;
}
#course #sec6 .opption .row dl {
	justify-content: space-around;
	width: 50%;
	box-sizing: border-box;
	line-height: 20px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
}
#course #sec6 .opption .row dl:last-child {
	margin-right: 0;
}
#course #sec6 .opption .row dl dt {
	text-align: center;
}
#course #sec6 .opption .row dl dt img {
	width: 50%;
}
#course #sec6 .opption .row_ext {
	margin-bottom: 15px;
	border-collapse: separate;
	display: table;
	border-spacing: 5px;
	width: 102%;
}
#course #sec6 .opption .row_ext li {
	display: table-cell;
	line-height: 20px;
	justify-content: space-around;
	width: 50%;
	box-sizing: border-box;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #fff;
	vertical-align: middle;
}
#course #sec6 .opption .row_ext li:nth-child(even) {
	margin-right: 0;
}
#course #sec6 .op1 {
	padding-bottom: 16%;
}
#course #sec6 .op1 .btn-acc {
	background: url(../img/shared/bd_bg.jpg) repeat center top;
	padding-bottom: 10px;
	width: 67%;
	margin: -11% auto 0;
	z-index: 2;
}
#course #sec6 .op1 .btn-acc:after {
	right: 50%;
	top: auto;
	bottom: 5px;
	margin-right: -7px;
}
#course #sec6 .opption2 {
	padding: 2% 2% 2%;
	border: 2px solid #fff;
	margin-bottom: 5%;
	position: relative;
}
#course #sec6 .opption2 .row {
	padding-top: 10px;
}
#course #sec6 .opption2 ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#course #sec6 .opption2 li {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: center;
	line-height: 1.4;
	position: relative;
	padding-bottom: 20px;
}
#course #sec6 .opption2 li:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-decoration: none;
}
#course #sec6 .opption2 li:last-child {
	border: none;
}
#course #sec6 .opption2 li img {
	width: 50%;
}
#course #sec6 .opption2 li .ext {
	width: 73%;
}
#course #sec6 .opption2 h3 {
	background: url(../img/shared/bd_bg.jpg) repeat center top;
	padding-bottom: 10px;
	width: 93.75%;
	margin: -13% auto 0;
}
#course #sec6 .opption2 .toggle-link {
	text-align: center;
	background: #e4a62e;
	font-size: 20px;
	font-weight: bold;
	color: #231a09;
	padding: 8px 0;
	margin: 0 2% 10px 1%;
	z-index: 2;
}
#course #sec6 .opption2 .row_t {
	border-bottom: 1px solid #fff;
}
#course #sec7 {
	background: url(../img/course/sec7_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 10% 2%;
	margin-bottom: 0;
}
#course #sec7 h2 {
	padding: 0 5%;
}
#course #sec8 {
	background: url(../img/course/sec8_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 10% 2% 20%;
	margin-bottom: 0;
}
#course #sec8 .tel {
	margin: 0 2%;
	position: relative;
}
#course #sec8 .tel:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 3px solid #c3902e;
}
#course footer {
	margin-top: -10%;
}
/*=============================================
 * access
 *=============================================*/
#access #sec1 {
	background: url(../img/access/sec1_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 10% 15px;
	margin-bottom: 0;
}
#access #sec1:before {
	pointer-events: none;
	content: '';
	position: absolute;
	top: 10px;
	left: 5px;
	right: 5px;
	bottom: 15px;
	border: 4px solid #640b0b;
}
#access #sec1 .logo {
	width: 50%;
	margin: 0 auto;
}
#access #sec1 dl {
	border-bottom: 2px solid #fff;
	padding: 8px 0 10px;
}
#access #sec1 .max {
	font-size: 22px;
	font-weight: bold;
}
#access .copy_bnr {
	position: relative;
	margin: 0 2% 0 2%;
	padding-right: 5px;
}
#access .copy_bnr:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	right: -0px;
	bottom: -5px;
	border: 1px solid #e4a62f;
}
#access .g_map {
	padding-bottom: 10%;
}
#access #floor {
	background: url(../img/access/floor_bg.png) no-repeat center;
	background-size: cover;
	padding: 10% 2% 20%;
	margin-bottom: 0;
}
#access #floor .map {
	margin-bottom: 5%;
}
#access footer {
	margin-top: -10%;
}

/*=============================================
 * index
 *=============================================*/

