
@charset "UTF-8";
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
parts
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: black;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a img:hover {
  opacity: 0.7;
}

.bg-sp {
  display: none;
}

/* android font-size fix */
li, h1, h2, h3, h4, h5, h6, pre, fieldset, input, textarea, p, blockquote, th, td, dt, dd {
  max-height: 100%;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
base
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.231;
}

#wrapper {
  position: relative;
  min-width: 900px;
  color: black;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  overflow: hidden;
}

#nav {
  position: fixed;
  z-index: 50;
  top: 0px;
  left: 0px;
  color: #fff;
  letter-spacing: 0.05em;
}
#nav a {
  color: #fff;
}
#nav #btn-nav {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(/amoir/images/bg_nav.png);
  padding: 30px;
  z-index: 51;
}
#nav #btn-nav span {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/amoir/images/icon_nav.png);
  cursor: pointer;
}
#nav #btn-nav.selected {
  background: none;
}
#nav #btn-nav.selected span {
  background-position: 0 -24px;
}
#nav #nav-inner {
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: -1000px;
  padding: 100px 30px 30px;
  background: url(/amoir/images/bg_nav.png);
}
#nav #nav-inner.selected {
  left: 0;
}
#nav ul {
  font-size: 11px;
}
#nav ul li {
  margin-top: 19px;
}
#nav ul li:first-child {
  margin-top: 0;
}
#nav ul li.icon-sns {
  *zoom: 1;
  margin-top: 35px;
}
#nav ul li.icon-sns:after {
  content: "";
  display: table;
  clear: both;
}
#nav ul li.icon-sns li {
  float: left;
  margin-top: 0;
  margin-right: 10px;
}

#header {
	position: relative;
	height: 850px;
	background: url(/amoir/images/main.jpg) black no-repeat center 0;
	color: #fff;
	background-image: url(/amoir/images/main.jpg);
}
#header a {
  color: #fff;
}
#header h1 {
  padding-top: 85px;
  text-align: center;
}
#header .txt {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  line-height: 2;
  font-size: 12px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  letter-spacing: 0.05em;
}

.sec-inner {
  width: 900px;
  margin: 0 auto;
}

#sec-chef {
  min-height: 540px;
  background: url(/amoir/images/img_chef.jpg) no-repeat center 0;
}
#sec-chef .sec-inner {
  padding: 40px 0;
}
#sec-chef header,
#sec-chef .box-profile,
#sec-chef .box-detail,
#sec-chef .box-txt {
  margin-left: 460px;
}
#sec-chef header {
  margin-bottom: 40px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}
#sec-chef header p {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.15em;
}
#sec-chef header h2 {
  margin-bottom: 10px;
  font-size: 28px;
  letter-spacing: 0.15em;
}
#sec-chef header dl {
  font-size: 0;
}
#sec-chef header dt {
  display: inline;
  font-size: 17px;
  vertical-align: middle;
  letter-spacing: 0.15em;
}
#sec-chef header dd {
  display: inline;
  padding-left: 10px;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: middle;
  letter-spacing: 0.15em;
}
#sec-chef .box-profile {
  margin-bottom: 30px;
  line-height: 1.7;
}
#sec-chef .box-profile dl {
  *zoom: 1;
}
#sec-chef .box-profile dl:after {
  content: "";
  display: table;
  clear: both;
}
#sec-chef .box-profile dt {
  float: left;
}
#sec-chef .box-profile dd {
  margin-left: 50px;
}
#sec-chef .box-txt {
  margin-bottom: 30px;
  padding: 10px 20px;
  background: #e6e6e6;
  line-height: 1.6;
}
#sec-chef .box-detail {
  text-align: right;
}
#sec-chef .box-detail a {
  text-decoration: underline;
}

#sec-menu {
  min-height: 400px;
  background: url(/amoir/images/img_menu.jpg) black no-repeat center 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #000;
}
#sec-menu a {
  color: #000;
}
#sec-menu .sec-inner {
  padding: 60px 0;
}
#sec-menu h2,
#sec-menu .box-menu {
  width: 600px;
  text-align: center;
}
#sec-menu h2 {
  font-size: 28px;
  letter-spacing: 0.15em;
}
#sec-menu .box-menu {
  letter-spacing: 0.15em;
}
#sec-menu .box-menu h3 {
  display: inline-block;
  margin-top: 80px;
  padding-bottom: 5px;
  border-bottom: solid 2px #fff;
  font-size: 13px;
}
#sec-menu .box-menu ul {
  margin-top: 45px;
  font-size: 13px;
}
#sec-menu .box-menu ul li {
  padding: 10px 0;
  border-top: solid 1px #fff;
}
#sec-menu .box-menu ul li:first-child {
  border-top: none;
}


#sec-gallery {
  background: #000;
  color: #fff;
}
#sec-gallery a {
  color: #fff;
}
#sec-gallery .sec-inner {
  padding: 50px 0;
}
#sec-gallery h2 {
  margin-bottom: 20px;
  font-size: 28px;
  letter-spacing: 0.15em;
  text-align: center;
}
#sec-gallery #box-gallery-wrap {
  width: 927px;
  overflow: hidden;
}
#sec-gallery .box-gallery {
  width: 927px;
  overflow: hidden;
}
#sec-gallery .box-gallery ul {
  *zoom: 1;
  width: 927px;
  float: left;
}
#sec-gallery .box-gallery ul:after {
  content: "";
  display: table;
  clear: both;
}
#sec-gallery .box-gallery ul li {
  float: left;
  width: 282px;
  height: 226px;
  overflow: hidden;
  margin: 30px 27px 0 0;
}
#sec-gallery .box-gallery ul li img {
  max-width: 100%;
  height: auto;
}
#sec-gallery .pager-wrap {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}
#sec-gallery .pager-wrap .prev,
#sec-gallery .pager-wrap .next {
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}
#sec-gallery .pager-wrap .prev:hover,
#sec-gallery .pager-wrap .next:hover {
  text-decoration: underline;
}
#sec-gallery .pager-wrap .pager {
  display: inline-block;
  margin: 0 10px;
}
#sec-gallery .pager-wrap .pager a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  border: solid 1px #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
#sec-gallery .pager-wrap .pager a.selected, #sec-gallery .pager-wrap .pager a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}

#sec-restaurant .sec-inner {
  padding: 50px 0;
}
#sec-restaurant h2 {
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 0.15em;
  text-align: center;
}
#sec-restaurant ul {
  *zoom: 1;
  width: 1000px;
}
#sec-restaurant ul:after {
  content: "";
  display: table;
  clear: both;
}
#sec-restaurant ul li {
  float: left;
  margin: 20px 20px 0 0;
}
#sec-restaurant ul li img {
  max-width: 100%;
  height: auto;
}

#sec-info .sec-inner {
  padding: 20px 0;
}
#sec-info a {
  text-decoration: underline;
}
#sec-info .txt-ja {
  *zoom: 1;
  margin: 0 110px;
}
#sec-info .txt-ja:after {
  content: "";
  display: table;
  clear: both;
}
#sec-info .txt-ja dt {
  float: left;
  padding-top: 25px;
}
#sec-info .txt-ja dd {
  margin-left: 260px;
  line-height: 2;
  letter-spacing: 0.15em;
}
#sec-info .txt-en {
  margin-top: 50px;
  padding: 40px 0;
  border-top: solid 1px #000;
  text-align: center;
  color: #4d4d4d;
  letter-spacing: 0.15em;
}
#sec-info .txt-en dt {
  font-size: 15px;
  font-weight: bold;
}
#sec-info .txt-en dd {
  margin-top: 20px;
  line-height: 2;
}
#sec-info p {
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 0.15em;
}
#sec-info p a {
  display: inline-block;
  padding: 15px 20px;
  background: #e6e6e6;
  text-decoration: none;
}

#box-gmap {
  width: 0%;
  height: 0px;
}

#footer {
  display: none;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sp
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 640px) {
  /* base */
  img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
  }

  .bg-sp {
    display: inherit;
    width: 100%;
  }

  .spHide {
    display: none;
  }

  .spBr {
    display: block;
  }

  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }

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

  html, body {
    height: 100%;
    min-width: 320px;
    width: 100%;
  }

  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
  }

  #wrapper {
    min-width: 320px;
    min-height: inherit;
    overflow: visible;
    font-size: 1rem;
  }

  #nav {
    z-index: 50;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
  }
  #nav.selected {
    height: auto;
  }
  #nav #btn-nav {
    position: absolute;
    left: auto;
    right: 0px;
    padding: 10px;
  }
  #nav #btn-nav span {
    width: 25px;
    height: 25px;
    background: url(../images/sp/icon_nav.png);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  #nav #btn-nav.selected span {
    background-position: 0 0;
  }
  #nav #nav-inner {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    left: auto;
    right: -1000px;
    padding: 55px 35px 35px;
  }
  #nav #nav-inner.selected {
    left: auto;
    right: 0;
  }
  #nav ul {
    font-size: 1.2rem;
  }
  #nav ul li {
    margin-top: 20px;
  }
  #nav ul li:first-child {
    margin-top: 0;
  }
  #nav ul li.icon-sns ul li {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  #nav ul li.icon-sns ul li img {
    opacity: 0;
  }
  #nav ul li.icon-sns ul li:nth-child(1) {
    width: 25px;
    height: 25px;
    background-image: url(../images/sp/icon_fb.png?v12);
  }
  #nav ul li.icon-sns ul li:nth-child(2) {
    width: 60px;
    height: 25px;
    background-image: url(../images/sp/icon_yt.png?v12);
  }

  #header {
    height: auto;
    background: none;
  }
  #header h1 {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 100px;
    margin-left: -50px;
    padding-top: 30px;
    z-index: 1;
  }
  #header .txt {
    position: inherit;
    padding: 30px;
    left: auto;
    bottom: auto;
    width: auto;
    font-size: 1rem;
    letter-spacing: 0em;
    color: #000;
  }

  .sec-inner {
    width: auto;
  }

  #sec-chef {
    min-height: inherit;
    background: none;
  }
  #sec-chef .sec-inner {
    padding: 0 35px 35px;
  }
  #sec-chef header,
  #sec-chef .box-profile,
  #sec-chef .box-detail,
  #sec-chef .box-txt {
    margin-left: 0px;
  }
  #sec-chef header {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #000;
  }
  #sec-chef header p {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  #sec-chef header h2 {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
  #sec-chef header dt {
    font-size: 1rem;
  }
  #sec-chef header dd {
    font-size: 1rem;
  }
  #sec-chef .box-profile {
    margin-bottom: 20px;
  }
  #sec-chef .box-profile dl {
    *zoom: 1;
  }
  #sec-chef .box-profile dl:after {
    content: "";
    display: table;
    clear: both;
  }
  #sec-chef .box-profile dt {
    float: left;
  }
  #sec-chef .box-profile dd {
    margin-left: 5rem;
  }
  #sec-chef .box-detail {
    text-align: center;
  }

  #sec-menu {
    min-height: inherit;
    background-image: url(/amoir/images/sp/img_menu.jpg);
  }
  #sec-menu .sec-inner {
    padding: 50px 0;
  }
  #sec-menu h2,
  #sec-menu .box-menu {
    width: auto;
  }
  #sec-menu h2 {
    font-size: 1.7rem;
  }
  #sec-menu .box-menu h3 {
    display: inline-block;
    margin-top: 35px;
    font-size: 1rem;
    border-width: 1px;
  }
  #sec-menu .box-menu ul {
    margin-top: 20px;
    font-size: 1.7rem;
  }
  #sec-menu .box-menu ul li {
    padding: 0;
    border: none;
  }
  #sec-menu .box-menu ul li span {
    display: inline-block;
    padding: 5px 0;
    border-top: solid 1px #fff;
  }
  #sec-menu .box-menu ul li:first-child span {
    border: none;
  }


  #sec-gallery .sec-inner {
    padding: 50px 35px;
  }
  #sec-gallery h2 {
    font-size: 1.7rem;
  }
  #sec-gallery #box-gallery-wrap {
    width: auto;
  }
  #sec-gallery .box-gallery {
    width: 100%;
  }
  #sec-gallery .box-gallery ul {
    width: 100%;
  }
  #sec-gallery .box-gallery ul li {
    width: 48%;
    height: auto;
    margin: 4% 2% 0 0;
  }
  #sec-gallery .box-gallery ul li:nth-child(even) {
    margin: 4% 0 0 2%;
  }
  #sec-gallery .box-gallery ul li img {
    min-width: 100%;
  }
  #sec-gallery .pager-wrap {
    margin-top: 20px;
  }
  #sec-gallery .pager-wrap .prev,
  #sec-gallery .pager-wrap .next {
    font-size: 1rem;
  }
  #sec-gallery .pager-wrap .pager {
    margin: 0 5px;
  }
  #sec-gallery .pager-wrap .pager a {
    width: 25px;
    height: 25px;
    margin: 0 3px;
    font-size: 1rem;
    line-height: 25px;
  }

  #sec-restaurant .sec-inner {
    padding: 50px 35px;
  }
  #sec-restaurant h2 {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  #sec-restaurant ul {
    width: auto;
  }
  #sec-restaurant ul li {
    float: left;
    width: 100%;
    margin: 4% 0 0 0;
  }
  #sec-restaurant ul li img {
    min-width: 100%;
  }
  #sec-restaurant ul li:nth-child(2), #sec-restaurant ul li:nth-child(3) {
    width: 48%;
  }
  #sec-restaurant ul li:nth-child(4), #sec-restaurant ul li:nth-child(5), #sec-restaurant ul li:nth-child(6) {
    width: 31%;
  }
  #sec-restaurant ul li:nth-child(2), #sec-restaurant ul li:nth-child(4) {
    margin-right: 2%;
  }
  #sec-restaurant ul li:nth-child(3), #sec-restaurant ul li:nth-child(6) {
    margin-left: 2%;
  }
  #sec-restaurant ul li:nth-child(5) {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  #sec-info .sec-inner {
    padding: 0 35px 35px;
  }
  #sec-info .txt-ja {
    margin: 0;
  }
  #sec-info .txt-ja dt {
    float: none;
    width: 100px;
    margin: 0 auto 30px;
    padding-top: 0;
  }
  #sec-info .txt-ja dd {
    margin-left: 0;
  }
  #sec-info .txt-ja dd .spBr {
    margin-left: 4.1rem;
  }
  #sec-info .txt-en {
    margin-top: 30px;
    padding: 30px 0 0;
  }
  #sec-info .txt-en dt {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #sec-info .txt-en dd {
    text-align: left;
  }
  #sec-info .txt-en dd .spBr {
    margin-left: 4.9rem;
  }
  #sec-info p {
    margin-top: 20px;
    padding-bottom: 0;
    font-size: 1rem;
  }

  #box-gmap {
    width: 0%;
    height: 0px;
  }
 
  #footer {
    display: inherit;
    background: #000;
    color: #fff;
  }
  #footer a {
    color: #fff;
  }

  #footer-inner {
    padding: 35px;
  }

  #footer {
    position: relative;
  }
  #footer .logo {
    width: 100px;
    margin: 0 auto 20px;
  }
  #footer .icon-sns {
    *zoom: 1;
    position: absolute;
    right: 35px;
    bottom: 35px;
  }
  #footer .icon-sns:after {
    content: "";
    display: table;
    clear: both;
  }
  #footer .icon-sns li {
    float: left;
    margin-left: 10px;
    height: 20px;
  }
  #footer .icon-sns li img {
    height: 100%;
    width: auto;
  }
  #footer .footer-nav {
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    font-size: 0;
  }
  #footer .footer-nav li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-right: 10px;
    font-size: 1rem;
    line-height: 2;
  }
  #footer .footer-nav li:after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: "/";
  }
  #footer .footer-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  #footer .footer-nav li:last-child:after {
    display: none;
  }
  #footer #txt-cr {
    line-height: 1.6;
  }
}
