@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	min-width: inherit;
	max-height: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 25px;
	font-size: 14px;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: url(../img/shared/body.jpg) repeat center top;
}
.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;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
/*=============================================
 * header
 *=============================================*/
header {
	background: #000;
}
header .logo {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 280px;
    text-align: center;
    margin: auto;
    top: 10%;
    z-index: 8;
}
#header{
	position: relative;
}

header h1 {
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: #bb9754;
    text-align: center;
    top: 5%;
    position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
}
/*====================== nav ====================== */

header .topnavi {
    position: fixed;
    top: 8px;
    right: 8px;
    height: 48px;
    z-index: 9999999;
	background: url(../img/shared/nav.jpg) no-repeat center top;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 50px;
	vertical-align: top;
	color: #fff;
}
header .topnavi li a {
	color: #fff;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 5px;
	width: 100%;
	border-left: 1px dotted #fff;
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 4px;
	font-size: 19px;
	font-weight: normal;
}
header .navBtn {
    width: 37px !important;
    height: 37px;
    position: absolute;
    bottom: 3px;
    left: 1px;
    cursor: pointer;
    padding: 5px 7px 3px 5px;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    margin-top: 4px;
}
header .menu_toggle {
    background: url(../img/shared/menu.png) no-repeat center top;
	background-size: 100% 100%;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
header .menu_toggle ul li a:after{
	display: none;
}
.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;
}
.icon-phone-2{
	position: relative;
}
.icon-phone-2:before{
    position: absolute;
    left: 13%;
    top: 6px;
    background: url(../img/shared/icon-tel.png) no-repeat center top;
    background-size: 100%;
    content: "";
    width: 30px;
    height: 50px;
}
header .menu_toggle li {
    border-bottom: 1px solid #d7c6a4;
    width: 80%;
    margin: auto;
}
header .menu_toggle li:last-child{
	border-bottom: none;
}
header .menu_toggle li:last-child a{
	font-size: 25px;
	font-style: italic;
}
header .menu_toggle ul li a {
    -webkit-background-size: auto 80%;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 0 5px;
    font-family: "Yu Mincho";
    color: #2e1605;
    text-align: center;
    font-size: 5vw;
    font-weight: 600;
}
.navOpen header .topnavi{
	background: none !important;
}
.navOpen header .navBtn span {
    background: #4f2819;
}
.navOpen header .navBtn{
    font-size: 0;
	bottom: -36px;
}
/*====================== end nav ====================== */

/*====================== header key ====================== */
.toggle-main{
	padding: 2%;
}
#index .toggle .toggle-link:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    line-height: 20px;
    top: 95%;
    left: 21%;
    margin-top: -10px;
    color: #FFF;
    content: '\f13a';
    font-size: 15px;
}
header #key {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#key h2{
	
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
#key:before{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/shared/frame.png) no-repeat center top;
    background-size: 100% 100%;
	content: "";
    z-index: 999;
	pointer-events: none;		
}
.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;
	bottom: 15%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 999;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	z-index: 999;
}
.bx-wrapper .bx-controls-direction a {
	color: #fff;
	font-family: "fontello";
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 26px;
	z-index: 99;
}
.bx-prev::after {
	content: "";
	left: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-next::after {
	content: "";
	left: 0;
	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: #fff;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
/*====================== end nav ====================== */


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


footer {
	background: url(../img/shared/footer.jpg) repeat center top;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	text-align: center;
}
footer .menu{
	text-align: left;
	padding: 2%;
}
footer dt{
	width: 20%;
	float: left;
}
footer dd{
	width: 80%;
	float: right;
}
footer .text{
	font-size: 13px;
	padding: 2%;
	color: #a0725d;
}
footer .tel-f{
	padding: 3% 0;
}
footer dd span{
	color: #a0725d;
}
footer .vcard {
	padding: 0 1%;
	margin-bottom: 3%;
}
footer .vcard dd {
	padding-left: 20px;
}
#f_logo img{
	width: 180px;
}
#f_logo, #f_tel {
	margin: 2% auto;
	padding:20px 0 14px 0;
}
footer .vcard {
	color: #FFF;
	text-align: center;
}
footer .banner {
	position: relative;
}
footer .banner dd {
	position: absolute;
	bottom: 10%;
	left: 12.5%;
	right: 12.5%;
}
footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 70%;
	min-width: 170px;
	max-width: 210px;
	margin: 15px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background: url(../img/shared/index_rasterize.png) repeat center top;
	border: solid 1px #958782;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {
    /*line-height: 35px;*/
    line-height: 20px;
    background: #180702;
    color: #d3d1d1;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    font-family: "YuMincho";
    margin-top: 3%;
}

footer address a{
 font-size: 10px;
 color: #d3d1d1;
 display: block;
 text-decoration: none;
}

#pagetop{
	right: 10px;
	bottom: 10px;
}
#ft_group {
    position: fixed;
    opacity: 1;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    background-color: rgb(243, 235, 235);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
#ft_group .box {
    padding: 1% 0;
    background-color: #8E8989;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #000;
    position: relative;
}
.toggle.active .toggle-link:after {
    content: '\f139' !important;
}
.txt-c{
	text-align: center;
	padding: 2%;
}
.fz20{
	font-size: 20px;
}
.fz12{
	font-size: 12px;
}
.txt{
	text-align: left;
	padding: 2%;
}
.txt span{
	display: block;
	padding-bottom: 5%;
}
.txt-r{
	text-align: right;
	padding: 0 2%;
}
.text_c {
	text-align: center;
}
.border-none{
	border-bottom: none !important;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
#index #sec1{
	padding-bottom: 5%;
}
#index #sec2 .txt{
	position: relative;
	z-index: 9;
    width: 70%;
    padding-left: 20%;
	padding-bottom: 4%;
}
#index #sec2 h2,
#index #sec2 .btn,
#index #sec2 .pt{
	position: relative;
	z-index: 9;
}
#index #sec2{
	position: relative;
}
#index #sec2:before{
	position: absolute;
	background: url(../img/shared/box.jpg) repeat center top;
	top: 2%;
    right: 0;
    left: 8%;
    bottom: 10%;
	content: "";
	z-index: 1;
}
#index #sec3 .txt{
    position: relative;
    z-index: 9;
    width: 70%;
    padding-left: 9%;
    padding-bottom: 7%;
}
#index #sec3 h2,
#index #sec3 .btn,
#index #sec3 .pt{
	position: relative;
	z-index: 9;
}
#index #sec3{
	position: relative;
	padding-bottom: 5%;
}
#index #sec3:before{
	position: absolute;
	background: url(../img/shared/box.jpg) repeat center top;
	top: 2%;
   left: 0;
    right: 8%;
    bottom: 10%;
	content: "";
	z-index: 1;
}
#index #sec4{
	position: relative;
	background: url(../img/index/line.png) repeat-x center top,
		url(../img/index/sec2.jpg) repeat center top;
    margin-bottom: 12%;
    padding-bottom: 6%;
}
#index #feed{
    padding: 2%;
}
#index #feed p span{	
	width: 100% !important;
	height: auto;
}
#index #feed p{
	width: 48%;
	float: left;
}
#index #feed dl{
	width: 48%;
	float: right;
}
#index #feed dl > *{
	display: block;
}
#index #feed .title{
    font-weight: bold;
    text-decoration: underline;
}
#index #feed .blk{
	padding-bottom: 5%;
}
#index #add_menu{
	width: 95%;
	padding: 3%;
	border: 4px double;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 6%;
	background: url(../img/shared/box.jpg) repeat center top;
}
#index #add_menu h3{
	font-weight: bold;
	font-size: 120%;
	line-height: 30px;
	color: #082664;
	text-align: center;
	padding-bottom: 3%;
}

#index #add_menu dl{
	width: 100%;
	line-height: 35px;
	font-weight: bold;
}
#index #add_menu dt{
	width: 65%;
	float: left;
}
#index #add_menu dd{
	width: 30%;
	float: left;
	text-align: right;
}

/*=============================================*/
/*                   　menu　　　　　          */
/*=============================================*/
#menu #sec1 h2{
	width: 35%;
	float: left;
}
#menu #sec1 .txt{
    width: 65%;
    box-sizing: border-box;
    padding: 10% 2% 10% 0;
    float: right;
    text-align: left;
}
#menu #sec1 .box2{
	background: url(../img/shared/box.png) repeat center top;
	margin: 0 2%;
	padding-bottom: 4%;
}
#menu #sec1 .btn{
	text-align: center;
	margin-top: 4%;
}
#menu #sec1 .btn a{
    padding: 1% 8%;
    display: inline-block;
    border: 1px solid #876c4c;
}
#menu #sec1 {
	padding-bottom: 4%;
}
#menu #sec2 .box{
	position: relative;
}
#menu #sec2 .txt{
	
    padding-left: 17%;
    padding-right: 2%;
    text-align: left;
    padding-bottom: 7%;
}
#menu #sec2 .box{
	background: url(../img/shared/sec2.jpg) repeat center top;
    padding-bottom: 10%;
    margin-bottom: -10%;
}
#menu #sec2 .price{
	
    text-align: right;
    padding-right: 2%;
    padding-top: 2%;
    font-family: "Yu Mincho";
    font-weight: 600;
    color: #2e1605;
}
#menu #sec2 .box:before{
    position: absolute;
    left: 9%;
    top: 12%;
    width: 2px;
    background: #2e1605;
    bottom: -30%;
    content: "";
}
#menu #sec2 .box:after{
    position: absolute;
    left: 7%;
    top: 4%;
    width: 14px;
    background: url(../img/party/icon1.png) no-repeat center top;
    height: 56px;
    content: "";
}
#menu #sec2 .deco img{
	
    width: 18%;
    position: absolute;
}
#menu #sec2 dd{
    padding: 0 2% 5% 2%;

}
.toggle .toggle-link .tit{
	
    padding: 2% 0;
    text-align: center;
    color: #2e1605;
    font-weight: bold;
    border-bottom: 1px solid #2e1605;
    border-top: 1px solid #2e1605;
    margin: 0 2%;
}
.toggle-txt span{
	
    text-align: right;
    display: block;
    padding: 2% 0;
}
#menu #sec2 .box1{
	background: url(../img/shared/box.jpg) repeat center top;
	padding-bottom: 4%;
    margin: 3% 2%;
}
#menu #sec2 .box1 dd{
    padding: 2% 10%;
}
#menu #sec3 dt{
    float: left;
    width: 70%;
}
#menu #sec3 dd{
    float: right;
    font-family: "Yu Mincho";
    color: #2e1605;
    padding-right: 3%;
    font-size: 19px;
    font-weight: bold;
    padding-top: 1%;

	
}
#menu #sec3 dd span{
	font-size: 15px;
}
#menu #sec3{
	padding-bottom: 8%;
}
#menu #sec4{
	position: relative;
	background: url(../img/menu/sec4-line.png) repeat-x center top,
		url(../img/shared/sec2.jpg) repeat center top;
	padding-bottom: 5%;
}
#menu #sec4 .bxSlider{
	
}
#menu #sec4 .bxSlider dl{
    float: right;
    text-align: right;
    clear: both;
    width: 100%;
    padding-right: 3%;
}
#menu #sec4 .bxSlider dt{
	float: left;
	width: 80%;
}

#menu #sec4 .bxSlider dd{
    width: 20%;
    float: right;
}
#menu #sec4 .bx-pager-item{
	display: inline-block;
	width: 23%;
}
#menu #sec4 .bx-pager-item + .bx-pager-item{
	margin-left: 2px;
}
#menu #sec4 .bx-pager-item a{
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    border-radius: 0 !important;
}
#menu #sec4 .bx-pager-item:first-child a{
	background: url(../img/menu/thumb1.jpg) no-repeat center top/cover;
}
#menu #sec4 .bx-pager-item:nth-child(2) a{
	background: url(../img/menu/thumb2.jpg) no-repeat center top/cover;
}
#menu #sec4 .bx-pager-item:nth-child(3) a{
	background: url(../img/menu/thumb3.jpg) no-repeat center top/cover;
}
#menu #sec4 .bx-pager-item:nth-child(4) a{
	background: url(../img/menu/thumb4.jpg) no-repeat center top/cover;
}
#menu #sec4 .bx-pager-item a.active{
	position: relative;
}
#menu #sec4 .bx-pager-item a.active:before{
	position: absolute;
	border: 2px solid #072663;
	content: "";
	top:2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	
}
#menu #sec4 .bx-wrapper{
	padding-bottom: 20%;
}
#menu .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: 3%;
}
#menu #sec4 .toggle dt{
	float: left;
}
#menu #sec4 .toggle dd{
	float: right;
}
#menu #sec4 .toggle dl{
	padding: 0 2%;
	line-height: 30px;
}
#menu #sec4 .toggle .text{
	text-align: center;
	padding: 4% 0;
}
#menu #sec5{
	position: relative;
    padding-bottom: 13%;
}
#menu #sec5:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url(../img/menu/sec4-line.png) repeat-x center bottom;
    height: 10px;
    content: "";
    z-index: 9;
    background-size: 100%;
}
#menu #sec5 h2{
    position: absolute;
    top: 5%;
    left: 2%;
    width: 32%;
    z-index: 9;
}
#menu #sec5 .bxSlider{
	z-index: 5;
}
#menu #sec5 .box{
	position: relative;
}
#menu #sec5 .price{
    font-weight: bold;
    position: absolute;
    font-family: "Yu Mincho";
    top: 73%;
    left: 39%;
    font-size: 166%;
}
#menu #sec5 .price span{
	font-size:70%;
}
#menu #sec5 .btn{	
    width: 33%;
    position: absolute;
    right: 0;
	z-index: 99;
    top: 65%;
}

#menu #sec6 .bxSlider dl{
    float: right;
    text-align: right;
    clear: both;
    width: 100%;
    padding-right: 3%;
	border-bottom: none !important;
}
#menu #sec6 .bxSlider dt{
	float: left;
	width: 80%;
}

#menu #sec6 .bxSlider dd{
    width: 20%;
    float: right;
}
#menu #sec6 .bx-pager-item{
	display: inline-block;
	width: 23%;
}
#menu #sec6 .bx-pager-item + .bx-pager-item{
	margin-left: 2px;
}
#menu #sec6 .bx-pager-item a{
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    border-radius: 0 !important;
}
#menu #sec6 .bx-pager-item:first-child a{
	background: url(../img/menu/sec7-thumb1.jpg) no-repeat center top/cover;
}
#menu #sec6 .bx-pager-item:nth-child(2) a{
	background: url(../img/menu/sec7-thumb2.jpg) no-repeat center top/cover;
}
#menu #sec6 .bx-pager-item:nth-child(3) a{
	background: url(../img/menu/sec7-thumb3.jpg) no-repeat center top/cover;
}
#menu #sec6 .bx-pager-item:nth-child(4) a{
	background: url(../img/menu/sec7-thumb4.jpg) no-repeat center top/cover;
}
#menu #sec6 .bx-pager-item a.active{
	position: relative;
}
#menu #sec6 .bx-pager-item a.active:before{
	position: absolute;
	border: 2px solid #072663;
	content: "";
	top:2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	
}
#menu #sec6 .bx-wrapper{
	padding-bottom: 20%;
}
#menu  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: 3%;
}
#menu #sec6{
	position: relative;
	padding-bottom: 10%;
}
#menu #sec6 h2{
	position: relative;
	z-index: 8;
}
#menu #sec6:before{
	position: absolute;
	background: url(../img/menu/sec7.png) repeat center top;
	left: 0;
	top: 0;
    height: 290px;
	right: 0;
	content: "";
}
#menu #sec6 .txt{
	padding-bottom: 5%;
}

#menu #sec6 .toggle dt{
	float: left;
}
#menu #sec6 .toggle dd{
	float: right;
	text-align: right;
}
#menu #sec6 .toggle dl{
	border-bottom: 1px solid #cdb080;
	margin: 0 2%;
    line-height: 24px;
    padding: 2% 0;
}
#menu #sec6 .toggle .text{
	text-align: center;
	padding: 4% 0;
}

#menu #sec6 .toggle{
	padding-bottom: 5%;
}
#menu #sec6 .box{
	
    text-align: center;
    border: 8px solid #d1b183;
    margin: 3%;
	padding-bottom: 5%;
}
#menu #sec6 .box .text{
	padding: 2% 0 4% 0;
}
#menu #sec6 dl{
    width: 90%;
    font-family: "Yu Mincho";
    margin: auto;
    border-bottom: 1px solid #b19059;
    line-height: 25px;
    padding: 4% 0;
}
#menu #sec6 .box dt{
    font-size: 140%;
    font-weight: bold;
}

#menu #sec6 .box dd{
	font-size: 90%;
}
#menu #sec6 .text1{
    font-family: "Yu Mincho";
    font-weight: bold;
	padding: 4%;
}
#menu #sec7{
	position: relative;
	background: url(../img/menu/sec4-line.png) repeat-x center top,
		url(../img/menu/sec2.jpg) repeat center top;
	padding-bottom: 10%;
}

#menu #sec7 .toggle dt{
	float: left;
}
#menu #sec7 .toggle dd{
	float: right;
	text-align: right;
}
#menu #sec7 .toggle dl{
    border-bottom: 1px solid #a58a5b;
    margin: 0 2%;
    line-height: 20px;
    padding: 2% 0;
}
#menu #sec7 .toggle .text{
	text-align: center;
	padding: 2% 0;
}

#menu #sec6 .toggle{
	padding-bottom: 5%;
}



#menu .price1 {
	position: absolute;
	right: 15px;
	font-weight: bold;
	color: #2e1605;
	font-size: 22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#menu .price1 span {
	font-size: 16px;
}
#menu .price2 {
	position: absolute;
	right: 15px;
	font-weight: bold;
	color: #2e1605;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}





/*=============================================*/
/*                   party　　　　          */
/*=============================================*/

#party #sec1 .txt{
	padding: 2%;
}
#party #sec1 .toggle-txt{
	padding:  2% ;
}
#party #sec1{
	padding-bottom: 15%;
}
#party #sec1 .toggle{
	padding-bottom: 10%;
}
#party #sec1 .box{
	position: relative;
	padding-top: 1px;
	background: url(../img/shared/box.jpg) repeat center top;
	padding-bottom: 1px;
}
#party #sec1 dt{
	margin-top: -3%;
}
#party #sec1 dd{
	padding: 3% 2%;
}
#party #sec1 .pt{
    margin-bottom: -8%;
    position: relative;
    z-index: 9;
}
#party #sec2{
	position: relative;
	background: url(../img/party/sec3-bg.png) no-repeat center bottom, 
		url(../img/shared/sec2.jpg) repeat center top;
    margin-top: -15%;
    padding-top: 15%;
	background-size: 100%;
}
#party #sec2 .info{
	margin-left: 8%;
	position: relative;
}
#party #sec2 .info:before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2px;
	background: #2e1605;
	top: 4%;
	content: "";
}
#party #sec2 .info:after{
    position: absolute;
    left: -5px;
    background: url(../img/party/icon1.png) no-repeat center top;
    width: 11px;
    height: 56px;
    top: -1%;
    content: "";
    background-size: 100%;
}

#party #sec2 dt{
    font-family: "Yu Mincho";
    color: #2e1605;
    font-weight: bold;
    font-size: 185%;
    line-height: 28px;

}
#party #sec2 dt span{
	font-size: 70%;
}
#party #sec2 dl{
	padding-right: 2%;
	padding-bottom: 5%;
	padding-left: 2%;
}
#party #sec3 .box{
    margin-top: -5%;
    position: relative;
}
#party #sec3 .box h2{
	float: left;
	width: 30%;
}
#party #sec3 .right{
	float: right;
	width: 70%;
	box-sizing: padding-box;
	background: url(../img/shared/box.png) repeat center top;
	
}
#party #sec3 ul{
    padding-top: 4%;
    padding-left: 15%;
    padding-right: 4%;
}
#party #sec3 ul span{
	
    text-align: right;
    float: right;
    padding-right: 9%;
    padding-bottom: 10%;
    padding-top: 4%;
}
#party #sec3 .box1{
    background: url(../img/party/sec3-bg1.png) no-repeat center bottom;
    background-size: 100%;
}

#party #sec3 .box1 .txt{
    padding-left: 3%;
    padding-bottom: 4%;
    width: 70%;
}
#party #sec4{
	padding-bottom: 20%;
}
#party #sec4 h2{
	padding-bottom: 2%;
}
#party #sec4 .tab-link li{
	width: 50%;
	float: left;
}
#party #sec4 .info{
	background: url(../img/party/sec4-box.png) no-repeat center top;
	background-size: 100% 100%;
    padding-bottom: 20%;
	margin: 0 2%;
    width: auto;
	
}
#party #sec4 .info ul{
    padding-left: 20%;
    width: 70%;
}
#party #sec4 .info ul span{
	float: right;
	padding-top: 5%;
}
#party #sec4 .tit{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	font-size: 22px;
	padding: 40px 0 20px 0;
	line-height: 35px;
	font-weight: bold;
}
#party #sec4 .tit span{
	font-size: 16px;
}

















/*=============================================*/
/*                   　drink　　　　          */
/*=============================================*/
#drink #sec1 .txt{
	padding-bottom: 10%;
}
#drink #sec1 .box{
	position: relative;
}
#drink #sec1 dl{
	padding-right: 2%;
	padding-left: 15%;
	padding-bottom: 5%;
}
#drink #sec1 .pt{
	position: relative;
	z-index: 9;
}
#drink #sec1 .box:before{
	position: absolute;
	top: 25%;
	bottom: 0;
	left: 4%;
	width: 2px;
	background: #2e1605;
	content: "";
}
#drink #sec1 .box:after{
    position: absolute;
    bottom: 13px;
    left: 1%;
    height: 100px;
    width: 42px;
    background: url(../img/drink/deco1.png) no-repeat center top;
    background-size: 100%;
    content: "";
}

#drink #sec1 .btn{
	padding-bottom: 10%;
}
#drink #sec1 .box1{
	margin: 0 2%;
	background: url(../img/shared/box.png) repeat center top;
	padding-bottom: 5%;
	margin-bottom: 5%;
}
#drink #sec1 .text{
	text-align: center;
	padding-bottom: 4%;
}
#drink #sec1 .box1 dl{
	width: 80%;
	margin: auto;
	border-bottom: 1px solid #cdb080;
	line-height: 18px;
	padding: 2% 0;
}
#drink #sec1 .box1  dt{
	float: left;
}
#drink #sec1 .box1  dd{
	float: right;
}
#drink #sec2 .txt{
	padding: 2% 2% 10% 2%;
}

#drink #sec3{
	position: relative;
	background: url(../img/index/line.png) repeat-x center top,
		url(../img/shared/sec2.jpg) repeat center top;
	padding-bottom: 10%;
	padding-top: 15%;
}
#drink #sec3 .box{
	width: 92%;
	margin-right: 7%;
	background: url(../img/shared/box.jpg) repeat center top;
	padding-bottom: 15%;
	padding-top: 1px;
}
#drink #sec3 h2{
	margin-top: -2%;
}
#drink #sec3 .pt{
    margin-top: -15%;
	position: relative;
	z-index: 7;
}
#drink #sec3 .txt{
	padding: 2%;
}

#drink #sec3 .txt span{
	display: block;
	padding-top: 4%;
}
#drink #sec4{
	padding-bottom: 10%;
}
#drink #sec4 dl{
    line-height: 21px;
    margin:0 3%;
	padding: 2% 0;
    border-bottom: 1px solid #b59866;
    font-size: 12px;
}
#drink #sec4 dt{
	float: left;
	width: 90%;
}
#drink #sec4 dd{
    float: right;
    width: 45%;
    text-align: right;
}


#drink #sec4 .text{
	
    text-align: center;
    padding: 5% 0;
}


#drink #sec4 .toggle{
	padding-bottom: 10%;
}

#drink #sec4 .text1{
	text-align: left;
}


/*=============================================*/
/*                   about　　　          */
/*=============================================*/

#about #sec1 .txt{
	padding: 2% 2% 0% 2%;
}

#about #sec1 .info{
	padding-bottom: 10%;
	margin: 0 2%;
}
#about #sec1 .left{
	float: left;
	width: 48%;
}
#about #sec1 .right{
	float: right;
	width: 48%;
}
#about #sec2 .box{
	width: 80%;
	margin: auto;
}
#about #sec2 .text1{
	text-align: right;
}
#about #sec2 .left{
	width: 50%;
	float: left;
}
#about #sec2 .right{
	width: 50%;
	float: right;
}
#about #sec2 .txt{
	padding: 10% 2% 10% 2%;
}
#about #sec3{
	position: relative;
	background: url(../img/menu/sec4-line.png) repeat-x center top,
		url(../img/menu/sec2.jpg) repeat center top;
	padding-top: 15%;
	padding-bottom: 15%;
}
#about #sec3 .info{
	margin-left: 2%;
	background: url(../img/shared/box.jpg) repeat center top;
	padding-top: 1px;
	padding-bottom: 15%;
	margin-bottom: -8%;
}
#about #sec3 ul{
	
}
#about #sec3 h2{
	margin-top: -3%;
}
#about #sec3 .txt{
	margin-left: 10%;
	padding-top: 2%;
	padding-bottom: 5%;
}
#about #sec4{
	position: relative;
	background: url(../img/shared/sec2.jpg) repeat center top;
	padding-bottom: 10%;
}


#about #sec4 .info{
	margin-right: 2%;
	background: url(../img/shared/box.jpg) repeat center top;
	padding-top: 1px;
	padding-bottom: 15%;
	margin-bottom: -8%;
}
#about #sec4 ul{
	
}
#about #sec4 h2{
	margin-top: -3%;
}
#about #sec4 .txt{
	margin-right: 10%;
	padding-top: 2%;
	padding-bottom: 5%;
}

#about #sec4 .txt span{
	display: block;
	padding-top: 4%;
}

/*=============================================*/
/*                   　access　　　          */
/*=============================================*/

#access #sec1 dl{
	margin-left: 10%;
	margin-right: 5%;
	line-height: 23px;
	padding-bottom: 5%;
}
#access #sec1 dt{
	color: #2e1605;
	font-weight: bold;
}
#access #sec1 dd span{
	font-weight: bold;
	color: #8f0202;
	display: block;
	font-size: 16px;
}

#access #sec1{
	padding-bottom: 10%;
}

#access #sec2{
	background: url(../img/shared/sec2.jpg) repeat center top;
	padding-bottom: 1px;
}
#access #sec2 .box{
	position: relative;
	margin: 0 2%;
	background: url(../img/shared/box.png) repeat center top;
    margin-bottom: -20%;
}
#access #sec2 .txt1{	
    position: absolute;
    top: 24%;
    right: 0;
    left: 47%;
    font-size: 11px;
    line-height: 18px;
}
#access #sec2 .txt2{	
    position: absolute;
    top: 58%;
    right: 0;
    left: 6%;
    font-size: 11px;
    line-height: 18px;
}
#access #sec2 .txt3{	
    position: absolute;
    top: 87%;
    right: 0;
    left: 47%;
    font-size: 11px;
    line-height: 18px;
}

#access #sec3{
	margin-top: 30%;	
    height: 320px;
}


#access #sec4{
	position: relative;
	background: url(../img/menu/sec4-line.png) repeat-x center top,
		url(../img/menu/sec7.png) repeat center top;
	padding-bottom: 10%;
}

#access #sec4 .txt{
	padding: 2%;
}
#access #sec4 span{
	padding-bottom: 4%;
	display: block;
}


.box15 {
    margin: 10px auto;
 padding: 20px;
 width: 80%;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
    text-align: center;
}
.box15 p {
    margin: 0; 
    padding: 0;
}

.box16 {
    margin: 10px auto;
 padding: 20px;
 width: 80%;
    color: #565656;
    background: #fff;
    box-shadow: 0px 0px 0px 10px #fff;
    border: dashed 2px #000;
    border-radius: 8px;
    text-align: center;
}
.box16 p {
    margin: 0; 
    padding: 0;
}

.bnr_area{
	width: 100%;
	margin: 30px auto 10px auto;
}
.bnr_area .botan a{
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 15px 0;
	display: block;
	color:#fff;
text-shadow: 0px 0px 5px rgba(146,119,83,0.5);	
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	border-bottom: 4px #1A2023 solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
}
.bnr_area .botan02 a{
	width: 100%;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 15px 0;
	display: block;
	color:#fff;
text-shadow: 0px 0px 5px rgba(146,119,83,0.5);	
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	background: #1da1f3;
	border-bottom: 4px #1A2023 solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
}

.sns_box{
	display: flex;
	width: 50%;
	margin: 0px auto;
	justify-content: space-evenly;
}
.sns_box p{
	width: 22%;
	margin: 0 10px;
}

.recruit a{
	margin: 60px auto 20px;
	width: 90%;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 18px;
	background-color: #2a0f06;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 35px;
	letter-spacing: 2px;
    box-shadow: 0px 0px 0px 6px #2a0f06;
    border:solid 1px #FFF;
    font-weight: bold;
}

.text_box{
	width:95%;
	margin:0px auto 0px auto;
	padding:20px 0;
	background: #ededed;
    border: solid 5px #560700;
}
.text_box p.ttl{
	font-size:20px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-align:center;
	line-height:40px;
	color:#2e1605;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.text_box p.txt{
	text-align:left;
	padding: 0 10px;
	font-size:15px;
	line-height:26px;
	color:#2e1605;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


#tel1 {
	position:fixed;
	right:-10px;
	top:73px;
	z-index:98;
}
	#tel1 img {
	width: 70%;
}