@charset "UTF-8";
/*! --------------------- Reset style -------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1.0;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

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

img {
  border: 0;
  vertical-align: bottom;
}

table, caption, th, td {
  border: 0 none;
  border-collapse: collapse;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

/*! --------------------- Common style -------------------------*/
/*! --------------------- Body style -------------------------*/
body {
  background: url(../img/shared/bg_body.jpg);
  cursor: auto;
  text-align: left;
  color: #010101;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
  word-spacing: normal;
  -webkit-text-size-adjust: 100%;
}

body.navOpen {
  overflow: hidden;
}

#topcontrol {
  z-index: 9998 !important;
}

/* icon用font */
/* icon用font */
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?62215588");
  src: url("../font/fontello.eot?62215588#iefix") format("embedded-opentype"), url("../font/fontello.woff?62215588") format("woff"), url("../font/fontello.ttf?62215588") format("truetype"), url("../font/fontello.svg?62215588#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.4em;
}

.icon-ticket:before {
  content: '\e800';
}

.icon-globe:before {
  content: '\e801';
}

.icon-up-dir:before {
  content: '\e803';
}

.icon-menu-1:before {
  content: '\e804';
}

.icon-phone:before {
  content: '\e805';
}

.icon-right-small:before {
  content: '\e806';
}

.icon-mail:before {
  content: '\e807';
}

.icon-angle-right:before {
  content: '\e808';
}

.icon-angle-left:before {
  content: '\e809';
}

.icon-angle-up:before {
  content: '\e80a';
}

.icon-angle-down:before {
  content: '\e80b';
}

.icon-down-dir:before {
  content: '\e80c';
}

.icon-up-open:before {
  content: '\e80d';
}

.icon-location:before {
  content: '\e80e';
}

.icon-mail-alt:before {
  content: '\e811';
}

.icon-left-small:before {
  content: '\e812';
}

/*=============================================*/
/*                 マージン            */
/*=============================================*/
a:link {
  text-decoration: none;
}

a:visited, a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix, .menu_list dl, .mn_list dl {
  zoom: 1 !important;
}
.clearfix:after, .menu_list dl:after, .mn_list dl:after {
  content: "." !important;
  display: block !important;
  height: 0px !important;
  clear: both !important;
  visibility: hidden !important;
}

.unwrap {
  margin: 0px -2%;
}

/*! --------------------- Shared style -------------------------*/
.list dl {
  zoom: 1 !important;
}
.list dl:after {
  content: "." !important;
  display: block !important;
  height: 0px !important;
  clear: both !important;
  visibility: hidden !important;
}
.list dl:first-of-type {
  padding-top: 0px !important;
}
.list dl span {
  display: block;
}
.list dt {
  float: left;
}
.list dd {
  float: right;
  text-align: right;
}
.list.no_fl dd {
  float: left;
  text-align: left;
}

h2 {
  padding: 4% 0 3%;
  margin: 0px -2%;
}

h3 {
  padding-bottom: 3%;
}

.img, .btn, .txt {
  padding-bottom: 2%;
}

.bx-pager {
  text-align: center;
  margin-top: -22px;
  position: relative;
  z-index: 100;
}
.bx-pager .bx-pager-item {
  display: inline-block;
  padding: 0px 5px;
}
.bx-pager a {
  background: #fff !important;
  border-radius: 50% !important;
  border: 1px solid #010101;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.bx-pager a.active {
  background: #010101 !important;
  border: 1px solid #fff;
}

.bx-controls-direction a {
  z-index: 100 !important;
  color: #fff !important;
}

.ta {
  text-align: center;
  padding-bottom: 2%;
}

.sec_js {
  position: relative;
  margin-bottom: 2%;
}
.sec_js .tt {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}

.controls {
  zoom: 1 !important;
}
.controls:after {
  content: "." !important;
  display: block !important;
  height: 0px !important;
  clear: both !important;
  visibility: hidden !important;
}
.controls li {
  position: relative;
}
.controls .on {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.controls .active .on {
  opacity: 1;
  z-index: 100;
}
.controls .active .off {
  opacity: 0;
}

.bx-pager {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header {
  background: url(../img/shared/line01.jpg) repeat-x left top;
  padding-top: 10px;
}

/*! --------------------- Header style -------------------------*/
#belt {
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  z-index: 9999;
}

#hd_top {
  position: relative;
  background: url(../img/shared/nav_bg.png) repeat-x left top;
  background-size: 100%;
}

#logo {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}

h1 {
  text-align: right;
  padding-right: 8px;
  line-height: 16px;
  font-size: 75%;
  color: #fff;
  margin-bottom: 70px;
}

.topnavi {
  position: absolute;
  bottom: 0;
  right: 65px;
  height: 70px;
}
.topnavi li {
  display: inline-block;
  position: relative;
  width: 60px;
  vertical-align: top;
}
.topnavi li a {
  color: #fff;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
  display: block;
  height: 100%;
  margin-top: 8px;
  padding-top: 5px;
  width: 100%;
}
.topnavi li a:hover {
  text-decoration: none;
}
.topnavi li a[class^="icon-"]:before {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  font-size: 19px;
  font-weight: normal;
  color: #fff;
}
.topnavi .button-toggle {
  padding-top: 19px;
  padding-bottom: 12px;
}
.topnavi .button-toggle:before, .topnavi .button-toggle:after {
  content: '';
}
.topnavi .button-toggle span, .topnavi .button-toggle:before, .topnavi .button-toggle:after {
  height: 4px;
  display: block;
  background: #000;
  width: 33px;
  margin: 0 auto 7px auto;
}
.topnavi .button-toggle span {
  text-indent: -9999px;
}

#telnavi {
  margin-right: -4px;
}

#key {
  position: relative;
}
#key .sec_js {
  margin-bottom: 0;
}

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

header .btn {
  padding: 1%;
}
header .navBtn {
  display: block;
  width: 29px;
  height: 36px;
  position: absolute;
  top: 17px;
  right: 0px;
  cursor: pointer;
  padding: 12px 18px 12px 18px;
  text-align: center;
  font-size: 9px;
  line-height: 27px;
  color: #fff;
}
header .navBtn span {
  display: block;
  height: 4px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
header .navBtn span:nth-of-type(2), header .navBtn span:nth-of-type(3) {
  margin-top: 5px;
}

.navOpen .navBtn span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  transform: translateY(9px) translateX(0) rotate(45deg);
}
.navOpen .navBtn span:nth-of-type(2) {
  margin-top: 5px;
  opacity: 0;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}
.navOpen .navBtn span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  transform: translateY(-9px) translateX(0) rotate(-45deg);
}

.button-toggle {
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0px;
  width: 60px;
}
.button-toggle span {
  background: #000 none repeat scroll 0 0;
  display: block;
  height: 4px;
  margin-top: 5px;
}
.button-toggle .child {
  padding-left: 35px;
}
.button-toggle .child a:after {
  left: 40px;
}

.menu_toggle {
  position: fixed;
  top: 0px;
  left: -100%;
  background: url(../img/shared/h_bg01.jpg) repeat-x left top, url(../img/shared/h_bg02.png) no-repeat center bottom, url(../img/shared/main_rp.jpg);
  color: #14110c;
  z-index: 9999;
  height: 100%;
  width: 100% !important;
  overflow-y: auto;
  background-size: auto, 100%, auto;
}
.menu_toggle ul {
  padding: 10% 0 0 0;
  list-style-type: none;
  list-style-position: outside;
}
.menu_toggle ul li {
  position: relative;
  padding: 3% 0 2% 7%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  clear: both;
  margin: 0 2%;
}
.menu_toggle ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 20px;
  padding: 6px 0 6px 0px;
  font-weight: bold;
  font-size: 110%;
}
.menu_toggle ul li a:after {
  content: '\f105';
  font-family: "fontello";
  display: inline-block;
  width: 1em;
  text-align: center;
  line-height: 1em;
  position: absolute;
  right: 8px;
  top: 35%;
  background-size: 49%;
}
.menu_toggle ul li span {
  border-bottom: 3px solid transparent;
  padding-bottom: 1%;
}
.menu_toggle ul li.active a {
  color: #d9af7f;
}
.menu_toggle ul li.active a span {
  border-color: #fff;
}

.close_btn {
  width: 100%;
  height: 40px;
  padding-top: 1px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  display: block;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: center;
  z-index: 100;
  font-weight: bold;
}
.close_btn span {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  top: 3px;
}

/*! --------------------- Footer style -------------------------*/
footer {
  overflow: hidden;
  padding-bottom: 60px;
}
footer .shopinfo {
  padding: 6% 2% 10px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  background: url(../img/shared/line01.jpg) repeat-x left top, url(../img/shared/main_rp.jpg);
  background-size: 100%, 100%, auto;
}
footer .card {
  margin: 0 auto;
  max-width: 430px;
}
footer .card dd {
  margin-left: 60px;
  padding-left: 11px;
  margin-top: -28px;
  position: relative;
}
footer .card dd:before {
  content: ':';
  position: absolute;
  top: 1px;
  left: 0;
}
footer .f_box h3 {
  font-weight: bold;
  font-size: 120%;
}
footer .f_info dl {
  padding: 2% 0;
}
footer .f_info dl dt {
  font-weight: bold;
  font-size: 110%;
}
footer #f_logo {
  width: 175px;
  margin: 0 auto 15px;
}
footer #f_tel {
  width: 230px;
  margin: 0 auto 5px;
}
footer #f_bnr {
  text-align: center;
}
footer #f_bnr li {
  display: inline-block;
  width: 49%;
  max-width: 280px;
}
footer .link-pc {
  width: 45%;
  min-width: 170px;
  max-width: 210px;
  padding: 0 6px;
  line-height: 30px;
  margin: 3% auto 3% auto;
  text-align: center;
}
footer .link-pc a {
  background: #fff;
  border: solid 1px #010101;
  border-radius: 5px;
  color: #010101;
  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 .botan1 a::before {
  content: '\e802';
  font-family: "fontello";
  margin-right: 9px;
}
footer .botan2 a::before {
  content: '\e801';
  font-family: "fontello";
  margin-right: 9px;
}
footer .botan3 a::before {
  content: '\e805';
  font-family: "fontello";
  margin-right: 9px;
}
footer .botan4 a::before {
  content: '\e803';
  font-family: "fontello";
  margin-right: 9px;
}
footer address {
  background: transparent;
  color: #fff;
  text-align: center;
  line-height: 27px;
  font-size: 80%;
  font-style: normal;
}

#socialbuttons {
  text-align: center;
  line-height: 10px;
}
#socialbuttons div {
  display: inline-block;
  margin-right: 5px;
}
#socialbuttons .twitter {
  margin-right: 0;
}
#socialbuttons .google {
  margin-right: -30px;
}

/*! --------------------- index style -------------------------*/
#index #sec01 {
  background: url(../img/index/sec01_bg.jpg);
  color: #fff;
  padding-bottom: 3%;
}
#index #sec02 {
  background: url(../img/index/line.jpg) repeat-x left top, url(../img/index/sec02_bg.png) no-repeat center top;
  background-size: 100%;
  padding-bottom: 3%;
}
#index #sec02 h2 {
  padding: 10% 0% 30%;
}
#index #sec02 .tt {
  position: relative;
  z-index: 100;
  margin-top: -15%;
}
#index #sec03 {
  background: url(../img/index/line.jpg) repeat-x left top 10px, url(../img/index/sec03_bg.jpg);
  padding-bottom: 3%;
  background-size: 100%;
  color: #fff;
}
#index #sec03 h2 {
  padding-top: 10%;
}
#index #sec03 .pic {
  padding-bottom: 2%;
}
#index #sec03 .pic span {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 75%;
  background: url(../img/index/no_img.jpg);
  background-size: cover;
  display: block !important;
}
#index #sec03 dd a {
  font-weight: bold;
  font-size: 110%;
}
#index #sec04 {
  background: url(../img/index/sec04_bg.jpg);
  padding-bottom: 3%;
}
.oshirase{
	width:95%;
	margin:10px auto;
	background-color: rgba(255,255,255,0.7);
}
.oshirase p.tit{
	text-align:center;
	background-color:#CC6600;
	color:#FFFFFF;
	padding:15px 0;
	font-size:20px;
	font-weight:bold;
}
.oshirase p.txt{
	text-align:center;
	color:#300;
	padding:20px 0;
	font-size:16px;
	font-weight:bold;
	padding:10px;	
}

/*! --------------------- party style -------------------------*/
#party #sec01 {
  padding-bottom: 3%;
}
#party #sec01 h2 {
  margin-bottom: -28%;
}
#party #sec01 .txt {
  position: relative;
  z-index: 100;
}
#party #sec02 {
  background: url(../img/index/line.jpg) repeat-x left top, url(../img/party/sec02_bg.jpg) no-repeat center center;
  background-size: 100%, cover;
}
#party #sec02 h2 {
  padding: 35% 0%;
}
#party #sec03 {
  background: url(../img/index/sec01_bg.jpg);
  color: #fff;
}
#party #sec03 .box {
  padding-bottom: 3%;
}
#party #sec03 .toggle {
  padding: 3% 2%;
  background: url(../img/party/sec03_box.jpg);
}
#party #sec03 .toggle-link {
  font-weight: bold;
  text-align: center;
  font-size: 110%;
}
#party #sec03 .toggle-link:after {
  right: 15%;
}
#party #sec03 .toggle-main {
  padding-top: 3%;
}
#party #sec04 {
  background: url(../img/index/line.jpg) repeat-x left top, url(../img/party/sec04_bg.jpg) no-repeat center center;
  background-size: 100%, cover;
  color: #fff;
  padding: 15% 0;
}
#party #sec04 h2 {
  padding-bottom: 10%;
}
#party #sec05 {
  background: url(../img/index/line.jpg) repeat-x left bottom, url(../img/index/sec04_bg.jpg);
  padding-bottom: 2%;
  text-align: center;
}
#party #sec05 .toggle-link:after {
  color: #231815;
}
#party #sec05 h3 {
  font-weight: bold;
  font-size: 140%;
  background: url(../img/party/tt_bg.jpg);
  color: #fff;
  padding: 3% 0;
  margin-bottom: 2%;
}
#party #sec05 .list {
  padding-bottom: 3%;
}
#party #sec05 li {
  border-bottom: 1px dashed #000;
  padding: 2% 0;
}
#party #sec06 {
  padding-bottom: 3%;
}

/*! --------------------- howto style -------------------------*/
#howto #sec01 {
  background: url(../img/index/line.jpg) repeat-x left bottom, url(../img/index/sec04_bg.jpg);
  padding-bottom: 3%;
}
#howto #sec01 h2 {
  padding-top: 0;
}
#howto #sec02 .box01 h3 {
  position: relative;
  z-index: 100;
  margin-top: -20%;
}
#howto #sec02 .box02 h4 {
  padding-bottom: 3%;
  position: relative;
  z-index: 100;
  margin-top: -7%;
}
#howto #sec02 .box03 {
  margin: -15% -2% 0 -2%;
  padding: 0 2% 3% 2%;
  background: url(../img/index/line.jpg) repeat-x left bottom, url(../img/howto/sec02_bg.png) no-repeat center top;
  background-size: auto, cover;
}
#howto #sec02 .box03 h3 {
  padding-top: 20%;
}
#howto #sec03 {
  background: url(../img/index/line.jpg) repeat-x left top;
}
#howto #sec03 .img {
  margin: 0 -2%;
}
#howto #sec03 h2 {
  position: relative;
  z-index: 100;
  margin-top: -25%;
}
#howto #sec03 .box {
  background: url(../img/index/line.jpg) repeat-x left top 10px, url(../img/index/sec01_bg.jpg);
  color: #fff;
  padding: 3% 2%;
}
#howto #sec03 h3 {
  padding-top: 7%;
}
#howto #sec04 {
  background: url(../img/index/sec04_bg.jpg);
  padding-bottom: 2%;
}
#howto #sec05 {
  background: url(../img/index/sec01_bg.jpg);
  color: #fff;
  padding-bottom: 3%;
}
#howto #sec06 {
  background: url(../img/index/line.jpg) repeat-x left top 10px;
  padding-bottom: 3%;
  background-size: 100%;
}
#howto #sec06 h2 {
  padding-top: 10%;
}
#howto #sec06 .pic {
  padding-bottom: 2%;
}
#howto #sec06 .pic span {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 75%;
  background: url(../img/index/no_img.jpg);
  background-size: cover;
  display: block !important;
}
#howto #sec06 dd a {
  font-weight: bold;
  font-size: 110%;
}

/*! --------------------- scene style -------------------------*/
#scene #sec01 {
  background: url(../img/scene/sec01_bg.png) no-repeat center top, url(../img/index/line.jpg) repeat-x left bottom, url(../img/index/sec04_bg.jpg);
  background-size: 100%, auto, auto;
  padding-bottom: 3%;
}
#scene #sec01 h2 {
  padding-bottom: 6%;
}
#scene #sec01 ul {
  zoom: 1 !important;
  text-align: center;
}
#scene #sec01 ul:after {
  content: "." !important;
  display: block !important;
  height: 0px !important;
  clear: both !important;
  visibility: hidden !important;
}
#scene #sec01 ul li {
  display: inline-block;
  width: calc(100%/3 - 2%);
}
@media only screen and (max-width: 320px) {
  #scene #sec01 ul li {
    width: calc(100%/2 - 1%);
  }
}
#scene #sec02 {
  background: url(../img/index/sec01_bg.jpg);
  color: #fff;
}
#scene #sec02 h2 {
  padding-top: 0;
}
#scene #sec02 .box02 {
  margin: 0 -2%;
  padding: 0 2%;
  background: url(../img/scene/sec02_bg.png) no-repeat center top;
  background-size: cover;
}
#scene #sec02 .box02 h3 {
  padding-top: 10%;
  position: relative;
  z-index: 100;
  margin-bottom: -5%;
}
#scene #sec02 .box02 h4 {
  position: relative;
  z-index: 100;
  margin-top: -15%;
  padding-bottom: 3%;
}
#scene #sec03 {
  background: url(../img/index/line.jpg) repeat-x left bottom;
  padding-bottom: 4%;
}
#scene #sec03 h2 {
  padding-top: 0;
  margin-bottom: -10%;
}
#scene #sec03 .btn {
  padding-bottom: 5%;
}
#scene #sec04 {
  background: url(../img/index/sec04_bg.jpg);
}
#scene #sec04 .box02 {
  margin: 0 -2%;
  padding: 0 2%;
  background: url(../img/scene/sec04_bg.png) no-repeat center top;
  background-size: cover;
}
#scene #sec04 .box02 h3 {
  padding-top: 8%;
  margin-bottom: -15%;
  position: relative;
  z-index: 100;
}
#scene #sec04 .box02 .txt {
  position: relative;
  z-index: 100;
  margin-top: -8%;
}

/*! --------------------- menu style -------------------------*/
#menu #sec01 {
  background: url(../img/index/line.jpg) repeat-x left bottom, url(../img/index/sec04_bg.jpg);
  padding-bottom: 3%;
}
#menu #sec01 h2 {
  padding-top: 0;
  margin-bottom: -15%;
}
#menu #sec01 .txt {
  position: relative;
  z-index: 100;
}
#menu #sec02 {
  padding-bottom: 3%;
}
#menu #sec03 {
  background: url(../img/index/sec01_bg.jpg);
  color: #fff;
}
#menu #sec03 .box {
  margin: 0 -2%;
  padding: 0 2%;
}
#menu #sec03 .box01 h2 {
  padding-top: 0;
  margin-bottom: -20%;
}
#menu #sec03 .box01 h3 {
  position: relative;
  z-index: 100;
  margin-bottom: -18%;
}
#menu #sec03 .box01 .txt {
  position: relative;
  z-index: 101;
}
#menu #sec03 .box02 {
  background: url(../img/menu/sec03_bg.png) no-repeat center top;
  background-size: cover;
  padding-top: 7%;
  padding-bottom: 3%;
}
#menu #sec03 .box02 .bx-pager {
  bottom: -22px;
}
#menu #sec04 {
  background: url(../img/index/line.jpg) repeat-x left top 10px;
  padding-bottom: 3%;
  background-size: 100%;
}
#menu #sec04 h2 {
  padding-top: 7%;
}
#menu #sec04 .pic {
  padding-bottom: 2%;
}
#menu #sec04 .pic span {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 75%;
  background: url(../img/index/no_img.jpg);
  background-size: cover;
  display: block !important;
}
#menu #sec04 dd a {
  font-weight: bold;
  font-size: 110%;
}
#menu #sec05, #menu #sec07 {
  background: url(../img/index/line.jpg) repeat-x left top, url(../img/index/sec04_bg.jpg);
}
#menu #sec05 .toggle-link:after, #menu #sec07 .toggle-link:after {
  color: #231815;
}
#menu #sec05 h3, #menu #sec07 h3 {
  font-weight: bold;
  font-size: 140%;
  background: url(../img/party/tt_bg.jpg);
  color: #fff;
  padding: 3% 0;
  margin-bottom: 2%;
  text-align: center;
}
#menu #sec05 .list, #menu #sec07 .list {
  padding-bottom: 3%;
}
#menu #sec05 dl, #menu #sec07 dl {
  border-bottom: 1px dashed #000;
  padding: 2% 0;
}
#menu #sec05 dd, #menu #sec07 dd {
  color: #d71518;
}
#menu #sec05 ul, #menu #sec07 ul {
  border-bottom: 1px dashed #000;
}
#menu #sec05 li, #menu #sec07 li {
  padding: 1% 0;
  zoom: 1 !important;
}
#menu #sec05 li:after, #menu #sec07 li:after {
  content: "." !important;
  display: block !important;
  height: 0px !important;
  clear: both !important;
  visibility: hidden !important;
}
#menu #sec05 li span, #menu #sec07 li span {
  float: left;
}
#menu #sec05 li em, #menu #sec07 li em {
  font-style: normal;
  color: #d71518;
  float: right;
}
#menu #sec05 h4, #menu #sec07 h4 {
  padding: 2% 0;
  text-align: center;
  font-weight: bold;
}
#menu #sec06 {
  background: url(../img/menu/sec06_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding-bottom: 3%;
}
#menu #sec06 h2 {
  padding: 10% 0%;
}
#menu #sec06 .txt {
  padding-bottom: 10%;
}

/*! --------------------- shopinfo style -------------------------*/
#shopinfo #sec01 {
  background: url(../img/index/line.jpg) repeat-x left bottom, url(../img/index/sec04_bg.jpg);
  padding-bottom: 5%;
}
#shopinfo #sec01 h2 {
  padding-top: 0;
}
#shopinfo #sec01 dl {
  padding: 2% 0;
  border-bottom: 1px dashed #000;
}
#shopinfo #sec01 dt {
  font-weight: bold;
}
#shopinfo #sec01 .tel {
  font-size: 120%;
}
/*! --------------------- yoyaku style -------------------------*/

#btn{
position: fixed;
bottom: 0;
z-index: 99999;
width: 100%;
}

.other .botan a{
	width: 96%;
	margin: 2px auto 0 auto;
	padding: 15px 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color: #000000;
	border-bottom: 2px solid #4A4A4A;
	box-sizing:border-box;
	font-weight: bold;
}