/*reset */
* {
  box-sizing: border-box;
  border-collapse: collapse;
  word-wrap: normal;
  word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
a img {
  border: none;
}
.hotspot {
  cursor: pointer;
}

/*パーツ表示切替用style */
/* 紹介文 */
.site_description {
  display: block;
}
/* 店舗名 */
.shop_name {
  display: block;
}
/* 電話番号 */
.shop_tel {
  display: none;
}
/* RSS */
.shop_rss {
  display: none;
}
/* 本日のスケジュール */
.today_area {
  display: none;
}
/* QRコード */
.qr_area {
  display: none;
}
/* アクセスカウンター */
.counter_area {
  display: none;
}
/* コピーライト */
.copyright {
  display: block;
}
/* powered by グーペ */
.powered {
  display: none;
}

/* tooltip */
#tt {
  position: absolute;
  display: block;
  background: url(/img/tooltip/tt_left.gif) top left no-repeat;
  z-index: 9999;
}
#tttop {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_top.gif) top right no-repeat;
  overflow: hidden;
}
#ttcont {
  display: block;
  padding: 2px 12px 3px 7px;
  margin-left: 5px;
  background: #ccc;
  color: #333;
  font-size: 10px;
  line-height: 16px;
}
#ttcont div.schedule_title {
  font-size: 13px;
}
#ttcont div.schedule_body {
  font-size: 11px;
}
#ttbot {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_bottom.gif) top right no-repeat;
  overflow: hidden;
}

/* ソーシャルアイコン */
@font-face {
  font-family: 'icomoon';
  src: url('/css/social-icon-fonts/social-icon.eot?3koa62');
  src: url('/css/social-icon-fonts/social-icon.eot?3koa62#iefix') format('embedded-opentype'),
       url('/css/social-icon-fonts/social-icon.ttf?3koa62') format('truetype'),
       url('/css/social-icon-fonts/social-icon.woff?3koa62') format('woff'),
       url('/css/social-icon-fonts/social-icon.svg?3koa62#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: "\e900";
  font-size: 25px;
  margin: 0 5px;
}
.icon-facebook:before {
  content: "\e901";
  font-size: 25px;
  margin: 0 5px;
}
.icon-twitter:before {
  content: "\e902";
  font-size: 25px;
  margin: 0 5px;
}
/* kyoto design */
body {
  background-color: #000000;
  background-image: url(/img/theme_kyoto/common_bg_cloth_black.jpg);
  background-size: 1500px 209px;
  background-position: 0 0;
  background-repeat: repeat;
}
.header_area {
  background-image: url(/img/theme_kyoto/header_bg_wood.jpg);
  background-size: 1500px 24px;
  background-position: 0 0;
  background-repeat: repeat-x;
  box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.6);
}
.header_container_wrap {
  background-image: url(/img/theme_kyoto/common_bg_cloth_yellow.jpg);
  background-size: 1500px 24px;
  background-position: 0 24px;
  background-repeat: repeat-x;
}
.header_container {
  background-image: url(/img/theme_kyoto/common_bg_cloth_yellow.jpg);
  background-size: 1500px 24px;
  background-position: 0 100%;
  background-repeat: repeat-x;
}
.header_contents_wrap {
  background-image: url(/img/theme_kyoto/header_bg_paper_brown.jpg);
  background-size: 994px 234px;
  background-position: 0 0;
  background-repeat: repeat;
}
.header_contents {
  background-image: url(/img/theme_kyoto/header_bg_cloth_beige.jpg);
  background-size: 1500px 209px;
  background-position: 0 0;
  background-repeat: repeat;
}
.header_contents:before,
.header_contents:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  width: 64px;
  height: 62px;
  background-size: 64px 62px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.header_contents:before {
  left: 0;
  background-image: url(/img/theme_kyoto/common_bg_paper_red_lt.png);
  z-index: 1;
}
.header_contents:after {
  right: 0;
  background-image: url(/img/theme_kyoto/common_bg_paper_red_rt.png);
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .header_contents:before {
    left: -10px;
    top: -10px;
  }
  .header_contents:after {
    right: -10px;
    top: -10px;
  }
}
.header_contents_decoration:before,
.header_contents_decoration:after {
  content: ' ';
  position: absolute;
  display: block;
  bottom: 0;
  width: 64px;
  height: 62px;
  background-size: 64px 62px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.header_contents_decoration:before {
  left: 0;
  background-image: url(/img/theme_kyoto/common_bg_paper_red_lb.png);
  z-index: 3;
}
@media only screen and (max-width: 600px) {
  .header_contents_decoration:before {
    left: -24px;
  }
}
.header_contents_decoration:after {
  right: 0;
  background-image: url(/img/theme_kyoto/common_bg_paper_red_rb.png);
  z-index: 4;
}
@media only screen and (max-width: 600px) {
  .header_contents_decoration:after {
    right: -24px;
  }
}
.header_contents_inner:before,
.header_contents_inner:after {
  content: ' ';
  position: absolute;
  display: block;
  bottom: 0;
  top: -24px;
  width: 25px;
  height: 30px;
  box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.6);
  background-size: 25px 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/img/theme_kyoto/header_bg_paper_square.jpg);
}
.header_contents_inner:before {
  left: 20%;
  z-index: 8;
}
@media only screen and (max-width: 600px) {
  .header_contents_inner:before {
    content: none;
  }
}
.header_contents_inner:after {
  right: 20%;
  z-index: 9;
}
@media only screen and (max-width: 600px) {
  .header_contents_inner:after {
    content: none;
  }
}
.header_contents_paper_decoration {
  position: absolute;
  display: block;
  left: 50%;
  top: -24px;
  width: 25px;
  height: 30px;
  margin-left: -24px;
  box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.6);
  background-size: 25px 30px;
  background-position: 0 0;
  background-image: url(/img/theme_kyoto/header_bg_paper_square.jpg);
  background-repeat: no-repeat;
  z-index: 7;
}
@media only screen and (max-width: 600px) {
  .header_contents_paper_decoration {
    display: none;
  }
}
.header_parts_wrap {
  background-image: url(/img/theme_kyoto/header_bg_paper_white.jpg);
  background-size: 962px 174px;
  background-position: 0 0;
  background-repeat: repeat;
  z-index: 20;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.header_parts_wrap:before,
.header_parts_wrap:after {
  content: ' ';
  position: absolute;
  display: block;
  background-position: 0 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-size: 962px 174px;
  background-image: url(/img/theme_kyoto/header_bg_paper_yellow.jpg);
  background-repeat: repeat;
}
.header_parts_wrap:before {
  top: 0;
  z-index: 10;
  border-top: #b39763 solid 1px;
}
.header_parts_wrap:after {
  bottom: 0;
  z-index: 11;
  border-bottom: #b39763 solid 1px;
}
.shop_tel {
  background-image: url(/img/theme_kyoto/header_bg_paper_white.jpg);
  background-size: 962px 174px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 800px) {
  .shop_tel {
    background: none;
  }
}
.shop_tel_text:after {
  content: ' ';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background-size: 197px 15px;
  background-position: 0 0;
  background-image: url(/img/theme_kyoto/header_bg_paper_red.jpg);
  z-index: 12;
  background-repeat: repeat-x;
}
.navi_area_wrap {
  background-image: url(/img/theme_kyoto/header_bg_cloth_dark_brown.jpg);
  background-size: 1499px 154px;
  background-position: 0 0;
  background-repeat: repeat;
}
.navi_area {
  background-image: url(/img/theme_kyoto/navi_bg_paper_dark_brown.jpg);
  background-size: 999px 250px;
  background-position: 0 0;
  background-repeat: repeat;
}
#content .contents_wrap {
  background-image: url(/img/theme_kyoto/common_bg_cloth_yellow.jpg);
  background-size: 1500px 24px;
  background-position: 0 0;
  background-repeat: repeat-x;
}
#content .contents {
  background-image: url(/img/theme_kyoto/common_bg_paper_brown.jpg);
  background-size: 999px 240px;
  background-position: 0 0;
  background-repeat: repeat;
}
#content .contents:before,
#content .contents:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  width: 64px;
  height: 62px;
  background-size: 64px 62px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#content .contents:before {
  left: 0;
  background-image: url(/img/theme_kyoto/common_bg_paper_red_lt.png);
  z-index: 13;
}
@media only screen and (max-width: 600px) {
  #content .contents:before {
    left: -20px;
  }
}
#content .contents:after {
  right: 0;
  background-image: url(/img/theme_kyoto/common_bg_paper_red_rt.png);
  z-index: 14;
}
@media only screen and (max-width: 600px) {
  #content .contents:after {
    right: -20px;
  }
}
#content .contents .contents_footer_decoration:before,
#content .contents .contents_footer_decoration:after {
  content: ' ';
  position: absolute;
  display: block;
  bottom: 0;
  width: 64px;
  height: 62px;
  background-size: 64px 62px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#content .contents .contents_footer_decoration:before {
  left: 0;
  z-index: 15;
  background-image: url(/img/theme_kyoto/common_bg_paper_red_lb.png);
}
@media only screen and (max-width: 600px) {
  #content .contents .contents_footer_decoration:before {
    left: -20px;
  }
}
#content .contents .contents_footer_decoration:after {
  right: 0;
  z-index: 16;
  background-image: url(/img/theme_kyoto/common_bg_paper_red_rb.png);
}
@media only screen and (max-width: 600px) {
  #content .contents .contents_footer_decoration:after {
    right: -20px;
  }
}
#content .contents .contents_inner {
  border-radius: 5px;
  background-color: transparent;
  background-image: url(/img/theme_kyoto/common_bg_paper_gray.jpg);
  background-size: 999px 240px;
  background-position: 0 0;
  background-repeat: repeat;
  z-index: 17;
}
.footer_wrap {
  background-image: url(/img/theme_kyoto/common_bg_cloth_yellow.jpg);
  background-size: 1500px 24px;
  background-position: 0 0;
  background-repeat: repeat-x;
}
.footer_contents {
  background-image: url(/img/theme_kyoto/common_bg_cloth_footer.jpg);
  background-size: 1500px 225px;
  background-position: 0 0;
  background-repeat: repeat;
}
.totop {
  background-image: url(/img/theme_kyoto/common_bg_paper_yellow.jpg);
  background-size: 298px 143px;
  background-position: 0 0;
  background-repeat: repeat;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.totop .button:before {
  content: ' ';
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -29px;
  width: 58px;
  height: 38px;
  background-image: url(/img/theme_kyoto/icon_pagetop.png);
  background-size: 58px 38px;
  background-position: 0 0;
  background-repeat: repeat;
}
@media only screen and (max-width: 600px) {
  .totop .button:before {
    top: 10px;
    margin-left: -17px;
    width: 34px;
    height: 26px;
    background-image: url(/img/theme_kyoto/icon_pagetop_sp.png);
    background-size: 34px 26px;
  }
}