@charset "utf-8";
/* --------------------------------------------------
	Base Layout
-------------------------------------------------- */
/* Import
-------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

strong, em {
  font-style: normal;
  font-weight: normal;
  text-decoration: none; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

img {
  vertical-align: top; }

sup {
  line-height: 100%;
  vertical-align: top; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: none;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

textarea, input, select {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle; }

/* --------------------------------------------------
	Base Font
-------------------------------------------------- */
/* 12px For IE */
body {
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.4;
  font-size: 75%;
  -webkit-text-size-adjust: none; }

/* for IE6 */
* html body {
  font-family: 'ＭＳ Ｐゴシック', sans-serif; }

html:not(:target) body {
  font-size: 12px; }

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%; }

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

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



/* --------------------------------------------------
	Mixin modules
-------------------------------------------------- */
/* clearfix
-------------------------------------------------- */
/* inline-block
-------------------------------------------------- */
/* min-height
-------------------------------------------------- */
body {
  background: #FFF;
  /*background: #002c62 url(../img/background_bg.gif) repeat 0 0;*/
}

/* #mainLayer #002051
-------------------------------------------------- */
#mainLayer {
  position: fixed;
  left: 0;
  top: 0;
  width: 350px;
  height: 100%;
  z-index: 20; }
  #mainLayer h1 {
    position: absolute;
    left: 24px;
    top: 23px; }
  #mainLayer ul#menu {
    position: absolute;
    left: 30px;
    top: 135px; }
    #mainLayer ul#menu li {
      padding: 0 0;
      position: relative; }
      #mainLayer ul#menu li img.activeIcon {
        display: none;
        position: absolute;
        top: 0;
        left: 0; }		
    #mainLayer ul#menu li.last {
      margin-top: 4px; }
		
		
    #mainLayer ul#menu li.last {
      margin-top: 4px; }
	  
	  
      #mainLayer ul#menu li.last img.activeIcon {
        display: none;
        position: absolute;
        top: -8px;
        left: -9px; }
    #mainLayer ul#menu li.active img.activeIcon {
      display: block; }
    #mainLayer ul#menu li.active a {
      visibility: hidden; }
	 

    #mainLayer ul#menu li.fbicon {
      margin-top: 15px; }

	  
  #mainLayer #copyright {
    position: absolute;
    left: 46px;
    bottom: 23px; }

  #mainLayer #whatsnew {
    position: absolute;
    left: 30px;
    top: 305px; }
    
  #mainLayer #whatsnew_list {
  	width: 300px;
    position: absolute;
    left: 35px;
    top: 330px; }

  #mainLayer #sns {
  	width: 300px;
    position: absolute;
    left: 30px;
    top: 430px; }
    
/* #frontLayer
-------------------------------------------------- */
#frontLayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }
  #frontLayer .section {
    position: relative;
    height: 800px; }

#frontLayer2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8; }
  #frontLayer2 .section {
    position: relative;
    height: 800px; }

#frontLayer5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7; }
  #frontLayer5 .section {
    position: relative;
    height: 800px; }

.subcopy_box {
	width: 167px;
	height: 800px;
	position: absolute;
	top: 15px;
	right: 0px;
}

/* #backgroundLayer
-------------------------------------------------- */
#backgroundLayer {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  z-index: 1; }
  #backgroundLayer .section {
    position: relative;
    width: 100%;
    height: 800px; }
    #backgroundLayer .section .secInner {
      position: relative;
      width: 100%;
      height: 100%; }

/* #backgroundOverlay
-------------------------------------------------- */
#backgroundOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mask_bg_01.png) no-repeat right top;
  z-index: 2; }
  #backgroundOverlay .overlayInner {
    margin-right: 480px;
    height: 100%;
    background: #ffffff; }

/* Sections
-------------------------------------------------- */
/* 01 */
#front_box01 {
    width: 610px;
    height: 100%;
	position: absolute;
	top: 40px;
	left: 370px;
}
#frontSec01.section .obj01 {
	width: 100%;
	height: 100%;
	background: url(../img/01/front_img_01.png) 0 0 no-repeat;
}
#frontSec01.section .subcopy01 {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../img/01/subcopy_img_01.png) 0 0 no-repeat;
}
#bgSec01.section {
  text-align: right; }
  #bgSec01.section .obj01 {
    padding-top: 298px;
}

/* 02 */
#front_box02 {
    width: 550px;
    height: 100%;
	position: absolute;
	top: 80px;
	left: 370px;
}
#frontSec02.section {
	text-align: right; }
#frontSec02.section .obj01 {
	width: 100%;
	height: 100%;
	background: url(../img/02/front_img_01.png) 0 0 no-repeat;
}
#frontSec02.section .subcopy02 {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../img/02/subcopy_img_01.png) 0 0 no-repeat;
}
#bgSec02.section {
  text-align: right; }
  #bgSec02.section .obj01 {
    padding-top: 298px;
}


/* 03 */
#frontSec03.section .obj01 {	/*桶_小*/
    width: 100%;
    height: 100%;
    padding-top: 0px;
	background: url(../img/03/front_img_01.png) 370px 50px no-repeat;
}
#frontSec03.section .subcopy03 {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../img/03/subcopy_img_01.png) 0 0 no-repeat;
}
#bgSec03.section {
  text-align: right; }
  #bgSec03.section .obj01 {
    padding-top: 298px; }


.menulink01 {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 235px;
	left: 360px;
	background-color: red;
	filter: alpha(opacity=0);
	opacity:0.0;
}
.menulink01 a {
	display: block;
	width: 150px;
	height: 150px;
}

#menu_box01 {
    width: 300px;
    height: 400px;
	position: absolute;
	top: 190px;
	left: 370px;
}

/*-- フードメニューボタン --*/
#front2Sec03.section .obj01 a {	/*桶_料理ボタン*/
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
    width: 134px;
    height: 134px;
    padding-top: 0px;
    text-indent: -3000px;
	background: url(../img/03/menu_btn01_off.png) 0 0 no-repeat;
}
#front2Sec03.section .obj01 a:hover {	/*桶_料理ボタン*/
	background: url(../img/03/menu_btn01_on.png) 0 0 no-repeat;
}
#front2Sec03.section .obj02 a {	/*桶_飲み物ボタン*/
	display: block;
	position: relative;
	top: -23px;
	left: 160px;
    width: 134px;
    height: 134px;
    padding-top: 0px;
    text-indent: -3000px;
	background: url(../img/03/menu_btn02_off.png) 0 0 no-repeat;
}
#front2Sec03.section .obj02 a:hover {	/*桶_飲み物ボタン*/
	background: url(../img/03/menu_btn02_on.png) 0 0 no-repeat;
}
#front2Sec03.section .obj03 a {	/*桶_宴会ボタン*/
	display: block;
	position: relative;
	top: -10px;
	left: 45px;
    width: 134px;
    height: 134px;
    padding-top: 0px;
    text-indent: -3000px;
	background: url(../img/03/menu_btn03_off.png) 0 0 no-repeat;
}
#front2Sec03.section .obj03 a:hover {	/*桶_宴会ボタン*/
	background: url(../img/03/menu_btn03_on.png) 0 0 no-repeat;
}


#front5Sec03.section .obj01 {	/*桶_大*/
    width: 100%;
    height: 100%;
    padding-top: 0px;
	background: url(../img/03/front_img_02.png) 370px 50px no-repeat;
}

/* 04 */
#front_box04 {
    width: 430px;
    height: 450px;
	position: absolute;
	top: 0px;
	left: 370px;
}
#frontSec04 {
	background: url(../img/04/front_img_02.png) right bottom repeat-x;
}

/*-- MAP --*/
#frontSec04.section .obj01 {
    width: 430px;
    height: 100%;
    padding-top: 0;
	/*background: url(../img/04/front_img_01-1_01.png) 0 0 no-repeat;*/
}
#accessMap{
    width: 430px;
    height: 400px;
	position: absolute;
	top: 30px;
	left: 390px;
}

#frontSec04.section .obj02 {
	overflow: hidden;
    width: 100%;
    padding-top: 0;
	}
#subcopy_box04 {
	width: 167px;
	height: 800px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#frontSec04.section .subcopy04 {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../img/04/subcopy_img_01.png) 0 0 no-repeat;
}
#bgSec04.section {
  height: 100%;
  text-align: right; }
  #bgSec04.section .obj01 {
    padding-top: 298px; }

 /*** レスポンシブテーブルデザインマップ ***/
    .tenpoMap{
      width:500px;
      border: 2px solid #000000;
      overflow: hidden;
      word-break: break-all;
      word-wrap: break-word;
    }
     
    .tenpoMap th{
      padding: 6px 8px 5px;
      border-top: solid 1px #ffffff;
      width: 20%;
      overflow: hidden;
      color: #13131e;
      font-style: normal;
      font-weight: bold;
      font-size: 100%;
      text-align: left;
      word-break: break-all;
      word-wrap: break-word;
      vertical-align: top;
      background-color: #d8dce9;
    }
     
    .tenpoMap td{
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    color: #595960;
    background-color: #ffffffdd;
    border-top: dotted 1px #d8dce9;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    }
     
    @media (max-width: 400px){
    .tenpoMap th{
      width:100%;
      display:block;
      margin: 0 auto;
      border:none;
      border-radius: 3px;
    }
    .tenpoMap td{
      display: list-item;
      width: 100%;
      border-top: none !important;
    }
    }
    /* 電話番号リンク */
    @media (min-width: 751px) {
      a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
      }
      }

      /* 英訳メニューリンク */
      a.enmenu {
          display: block;
          text-align: center;
          vertical-align: middle;
          text-decoration: none;
          width: 120px;
          margin: 50px auto;
          padding: 1rem 4rem;
          font-weight: bold;
          background: linear-gradient(to top, rgb(3, 88, 119), #1e8aae);
          color: #fff;
          box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
          -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
          transition: 0.5s;
        }
        a.enmenu:hover {
          color: #fff;
          opacity: 0.5;
        }
      
      /* end */