/************************************************************************************
RESET
*************************************************************************************/
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0;
  padding: 0;
}
img,
fieldset {
  border: 0;
}
/* set image max width to 100% */
img {
  /*max-width: 100%;*/

  height: auto;
  width: auto\9;
  /* ie8 */

}
/* set html5 elements to block */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  color: #000;
  /*#4d4d4d;*/

  margin: 0;
  min-width: 940px;
}
.content-inner {
  width: 920px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
header,
nav,
h1,
h2 {
  font-family: 'PT Sans', sans-serif;
  color: #252525;
}
h1 {
  font-size: 22px;
  margin-bottom: 10px;
  /*10px;*/

}
p {
  margin-bottom: 10px;
  line-height: 170%;
}
a {
  color: #5799a0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.header-inner {
  width: 100%;
  height: 60px;
  background-color: #222528 ;
  /*position: fixed;
	z-index: 1;*/

  position: relative;
  z-index: 999;
  box-shadow: 3px 1px 8px #666;
  -moz-box-shadow: 3px 1px 8px #666;
  /* Firefox用 */
  -webkit-box-shadow: 3px 1px 8px #666;
  /* Safari,Google Chrome用 */
}
#logo {
  float: left;
  width: 245px;
  height: 100px;
  background-color: #ffffff;
  text-align: center;
  z-index: 9;
  /*line-height: 145px;*/

  box-shadow: 0px 1px 4px #999;
  -moz-box-shadow: 0px 1px 4px #999;
  /* Firefox用 */
  -webkit-box-shadow: 0px 1px 4px #999;
  /* Safari,Google Chrome用 */
}
#logo img {
  position: relative;
  top: 20px;
}
nav {
  float: right;
  line-height: 3em;
}
nav a {
  font-size: 1.4em;
  color: #ffffff;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  margin-left: 1em;
  line-height: 65px;
}
nav a.active,
nav a:hover {
  color: #5799a0;
  text-decoration: none;
}
footer {
  clear: both;
  background-color: #222528;
  border-top: #75a8b7 solid 3px;
  color: #999999;
  font-size: 11px;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 30px;
}
footer a {
  color: #999999;
}
footer .copyright {
  clear: both;
}
footer address ul li {
  font-style: normal;
  float: left;
  margin-right: 15px;
  list-style: none;
}
.row {
  display: block;
  zoom: 1;
}
.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.row:last-child {
  margin-bottom: 0;
}
.span6 {
  width: 445px;
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
}
.span6:last-child {
  margin-right: 0;
}
dl.shopInfo {
  display: block;
  zoom: 1;
}
dl.shopInfo:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
dl.shopInfo dt {
  float: left;
  clear: both;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  width: 70px;
  line-height: 25px;
  font-size: 12px;
  color: #252525;
}
dl.shopInfo dd {
  line-height: 25px;
}
dl.shopInfo dd:before {
  content: "：";
}
/************************************************************************************
#home
*************************************************************************************/
#home .slides {
  height: 450px;
  margin-bottom: 30px;
}
#home .slides .slide {
  height: 450px;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  overflow: hidden;
  min-width: 940px;
}
#home .slides .slide img {
  width: 100%;
  min-width: 1969px;
}
#home .slides .slideText {
  color: #fff;
  font-size: 29px;
}
#home .slides .slideText p {
  height: 45px;
  line-height: 44px;
  background: #000000 url('../img/slideTextBg.jpg') repeat top fixed;
  opacity: 0.8;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
#home .slides .slideText p.slideText01 {
  position: absolute;
  top: 254px;
  width: 367px;
}
#home .slides .slideText p.slideText02 {
  position: absolute;
  top: 300px;
  width: 222px;
}
#home .aboutImg {
  float: left;
  margin-right: 30px;
  display: none;
}
#home .about {
  margin-bottom: 40px;
  width: 100%;
  /*625px;*/

  float: left;
}
#home .announcement {
  color: #cc0000;
  font-weight: bold;
  margin-top: 10px;
}
/************************************************************************************
#menu
*************************************************************************************/
#menu header {
  background: url('../img/menuTitle.jpg') no-repeat top center;
  background-position-y: 60px;
  height: 240px;
}
#menu h1 {
  position: relative;
  top: -60px;
  font-size: 28px;
  color: #666;
}
#menu .menu-nav {
  margin-top: 25px;
  margin-bottom: 30px;
  border: 1px solid #000000;
  border-width: 2px 0 1px;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
  display: block;
  zoom: 1;
}
#menu .menu-nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
#menu .menu-nav.fixed {
  position: fixed;
  top: 0;
  width: 920px;
  margin-top: 0;
  z-index: 1100;
}
#menu .menu-nav li {
  font-family: 'PT Sans', "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline;
}
#menu .menu-nav a {
  font-size: 13px;
  padding: 8px;
  font-weight: bold;
  color: #000;
}
#menu .menu-nav + .menu-section {
  padding-top: 0;
}
#menu .menu-nav.fixed + .menu-section {
  padding-top: 87px;
}
#menu .menu-section {
  padding-top: 50px;
}
#menu h2 {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  text-align: center;
}
#menu h3 {
  /*background: url('../img/menuTitle_bg.jpg') repeat;*/

  color: #000;
  margin-bottom: 10px;
  font-family: 'PT Sans', "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  padding: 6px 0;
}
#menu h4 {
  font-size: 11px;
  padding-bottom: 10px;
  position: relative;
}
#menu h3 i {
  float: right;
  color: #333333;
  font-weight: normal;
}
#menu h4 i {
  float: right;
  color: #333333;
  font-weight: normal;
}
#menu .menu-list {
  list-style: none;
  margin-bottom: 30px;
}
#menu .menu-list li {
  position: relative;
  margin-bottom: 10px;
  font-size: 11px;
}
#menu .menu-list li i {
  float: right;
  color: #333333;
  font-weight: normal;
  margin-right: 15px;
  text-align: right;
}
#menu .menu-list .jp {
  font-size: 10px;
}
#menu .menu-list .description {
  font-size: 10px;
}
#menu .t-center {
	text-align: center;
}
/************************************************************************************
#party
*************************************************************************************/
#party header {
  background: url('../img/partyTitle.jpg') no-repeat top center;
  background-position-y: 60px;
  height: 240px;
}
#party h1 {
  position: relative;
  top: -60px;
  font-size: 28px;
  color: #fff;
}
#party h2 {
  padding-top: 12px;
  padding-bottom: 12px;
}
#party h3 {
  color: #000;
  margin-bottom: 10px;
  font-family: 'PT Sans', "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  padding: 6px 0;
}
#party h4 {
  font-size: 14px;
  position: relative;
}
#party h4 i {
  float: right;
  color: #333333;
  font-weight: normal;
}
#party .menu-list {
  list-style: none;
  margin-bottom: 30px;
}
#party .menu-list li {
  position: relative;
  margin-bottom: 10px;
  font-size: 11px;
}
#party .menu-list li i {
  float: right;
  color: #333333;
  font-weight: normal;
  margin-right: 15px;
  text-align: right;
}
#party .menu-list .jp {
  font-size: 10px;
}
#party .menu-list .description {
  font-size: 10px;
}
#party .contact{
	border: 2px solid #000000;;
	width: 60%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}
/************************************************************************************
#access
*************************************************************************************/
#access h1 {
  position: relative;
  top: -60px;
  font-size: 28px;
  color: #666;
}
#access .accessImg {
  background: url('../img/accessTitle.jpg') no-repeat top center;
  background-position-y: 17px;
  height: 240px;
}
#access .pageTitle {
  font-size: 25px;
  color: #fff;
  position: relative;
  top: 100px;
  z-index: 3;
}
#access #gMap {
  width: 100%;
  max-width: 100%;
  height: 450px;
  margin-top: 30px;
  margin-bottom: 40px;
}
/************************************************************************************
#recruit
*************************************************************************************/
#recruit h1 {
  position: relative;
  top: -60px;
  font-size: 28px;
  color: #666;
}
#recruit .recruitImg {
  background: url('../img/recruitTitle.jpg') no-repeat top center;
  background-position-y: 17px;
  height: 240px;
}
#recruit .pageTitle {
  font-size: 25px;
  color: #fff;
  position: relative;
  top: 100px;
  z-index: 3;
}
/************************************************************************************
Responsive
*************************************************************************************/
/* Tablet */
@media (min-width: 767px) and (max-width: 1024px) {
  /************************************************************************************
  	GENERAL STYLING
  	*************************************************************************************/
  body {
    font-size: 14px;
    min-width: 95%;
  }
  .content-inner {
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
  .content img {
    width: 25%;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 24px;
  }
  dl.shopInfo dt {
    font-size: 14px;
  }
  .span6 {
    width: 48%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .span6 img {
    width: 48%;
  }
  /*********************************************************
  	* #home
  	*********************************************************/
  #home .slides {
    background-position-x: -320px;
  }
  #home .slides .slide {
    min-width: 95%;
  }
  #home .slides img {
    position: relative;
    left: -300px;
  }
  #home .about {
    margin-bottom: 20px;
    width: 100%;
    /*70%;*/

  }
  /*********************************************************
  	* #menu
  	*********************************************************/
  #menu .menu-nav.fixed {
    width: 95%;
  }
  /*********************************************************
  	* #access
  	*********************************************************/
  #access #gMap {
    width: 80%;
  }
}
/*Smartphone*/
@media (max-width: 767px) {
  body {
    min-width: 95%;
  }
  /************************************************************************************
  	GENERAL STYLING
  	*************************************************************************************/
  .content-inner {
    width: 95%;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  .content img {
    width: 25%;
    margin-bottom: 10px;
  }
  #logo {
    width: 110%;
    margin-left: -5%;
    box-shadow: none;
  }
  header {
    margin-bottom: 10px;
  }
  .header-inner {
    height: auto;
    position: fixed;
    top: 0;
    z-index: 999;
  }
  nav {
    width: 100%;
    text-align: center;
    margin-right: 1em;
  }
  nav a {
    line-height: 41px;
    font-size: 1.6em;
  }
  p {
    font-size: 1.1em;
  }
  h1 {
    font-size: 28px;
  }
  .span6 {
    width: 100%;
    margin-right: 0;
  }
  .span6 img {
    display: inline;
    width: 48%;
  }
  dl.shopInfo dt {
    font-size: 14px;
    line-height: 130%;
    float: none;
  }
  dl.shopInfo dd {
    margin-bottom: 5px;
    font-size: 1.1em;
  }
  dl.shopInfo dd:before {
    content: "";
  }
  /*********************************************************
  	* #home
  	*********************************************************/
  #home .about {
    margin-bottom: 20px;
    width: 100%;
  }
  #home .content img {
    display: none;
  }
  #home .slides {
    margin-bottom: 10px;
    overflow: hidden;
  }
  #home .slides .slide {
    top: 0;
    min-width: 95%;
  }
  #home .slides .slide img {
    margin-left: -700px;
  }
  #home .slides .slide01 {
    overflow: hidden;
  }
  #home .slides .slideText p.slideText01 {
    width: 247px;
    font-size: 0.7em;
    top: 320px;
  }
  #home .slides .slideText p.slideText02 {
    width: 237px;
    top: 366px;
  }
  /*********************************************************
  	* #menu
  	*********************************************************/
  #menu header {
    height: 270px;
  }
  #menu .menu-list li {
    font-size: 13px;
  }
  #menu .menu-list .jp {
    font-size: 12px;
  }
  #menu .menu-list .description {
    font-size: 12px;
  }
  #menu .menu-nav a {
    padding: 8px 3px;
  }
  #menu .menu-nav.fixed {
    width: 100%;
    top: 138px;
    left: 0;
    padding: 3px 0;
  }
  #menu .menu-nav + .menu-section {
    padding-top: 0;
    margin-top: 0;
  }
  #menu .menu-section {
  }
  /*********************************************************
  	* #access
  	*********************************************************/
  #access .accessImg {
    background-position-y: 116px;
    background-position-x: -966px;
    height: 270px;
  }
  #access #gMap {
    width: 80%;
  }
}