@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, p, a, ul, li, dl, dt, dd, table, tr, th, td, footer, small {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  box-sizing: border-box;
}
/* ナビゲーションのフォント指定 */
.inner .gNav a {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/* h2のフォント指定 */
.twoTxt {
  font-family: "Volkhov", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/* bodyのフォント指定 */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
img {
  vertical-align: bottom;
  border: none;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #FFF;
}
ul {
  list-style: none;
}
.home {
  font-size: 18px;
}
#header {
  width: 100%;
  background: rgba(0, 117, 76, 0.9);
  position: fixed;
  z-index: 9999;
}
.inner {
  max-width: 1000px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
}
.inner img#logo {
  max-width: 80px;
  padding-top: 10px;
  float: left;
  z-index: 999;
}
.inner .gNav {
  width: 45%;
  float: right;
}
.inner .gNav li {
  float: left;
}
.inner .gNav li:nth-child(1) {
  width: 25%;
}
.inner .gNav li:nth-child(2) {
  width: 21%;
}
.inner .gNav li:nth-child(3) {
  width: 22%;
}
.inner .gNav li:nth-child(4) {
  width: 20%;
}
.inner .gNav li:nth-child(5) {
  width: 10%;
  padding: 0 0 10px 10px;
}
.inner .gNav a {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 63px;
  color: #FFF;
}
.inner .gNav li img {
  max-width: 100%;
  padding-bottom: 40%;
}
/*               ヘッダーここまで               */
.key-visual {
  max-width: 100%;
  height: 110vh;
  background: url(../img/bg_key.png) no-repeat fixed center/cover;
}
.bg-zero {
  max-width: 100%;
  height: 100%;
  background: url(../img/bg_concept.png) no-repeat fixed center/cover;
}
img.offer:hover {
  opacity: 0.8;
}
.bg-one {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  background: url(../img/bg_concept.png) no-repeat fixed center/cover;
}
.bg-two {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  background: url(../img/bg_scene.png) no-repeat fixed center/cover;
}
.bg-three {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  background: url(../img/bg_price.png) no-repeat fixed center/cover;
  padding-bottom: 60px;
}
.bg-four {
  position: relative;
  width: 100vw;
  height: 100%;
  background: url(../img/bg_menu.png) no-repeat fixed center/cover;
  padding-bottom: 100px;
}
.bg-five {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  background: url(../img/bg_recruit.png) no-repeat fixed center/cover;
  padding-bottom: 100px;
}
.bg-six {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  background: url(../img/bg_access.png) no-repeat fixed center/cover;
  padding-bottom: 100px;
}
/*               backgroundここまで               */
.storePr #ozgreen {
  max-width: 70%;
  height: 70%;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.lead {
  width: 400px;
  height: 60px;
  color: #FFF;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  position: absolute;
  top: 35%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-weight: bold;
  text-shadow: 1px 1px 0 #000;
  z-index: 900;
}
.toptxt {
  text-align: center;
  position: absolute;
  top: 78%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #FFF;
  text-shadow: 1px 1px 0 #000;
}
.storePr a {
  font-size: 18px;
  color: #FFF;
  text-shadow: 1px 1px 0 #000;
}
.telmark {
  width: 20px;
  height: 20px;
  margin: 5px;
  color: #FFF;
}
/*              キービジュアルここまで              */
.wrapper-zero {
  max-width: 1000px;
  margin: 0 auto;
  color: #000;
}
.wrapper-one, .wrapper-three, .wrapper-five {
  max-width: 1000px;
  margin: 0 auto;
  color: #000;
  text-shadow: 1px 1px 0 #FFF;
}
.wrapper-two, .wrapper-four, .wrapper-six {
  max-width: 1000px;
  margin: 0 auto;
  color: #FFF;
  text-shadow: 1px 1px 0 #000;
}
.wrapper-six a {
  color: #FFF;
}
.twoTxt {
  font-size: 42px;
  font-weight: bold;
  padding: 120px 0 30px 0;
}
.message {
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 0 0 20px;
}
.ozmas-photo {
  padding: 15px 0 150px 20px;
}
.lineLeft {
  width: calc(100%-10px);
  height: 40px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  border-left: 7px solid #000;
  border-bottom: 1px solid #000;
  padding: 2px 0 0 15px;
  margin-bottom: 15px;
}
.lineLeft#white1, .lineLeft#white2, .lineLeft#white3 {
  border-color: #FFF;
}
.box {
  width: 100%;
  height: 400px;
  padding: 50px 0;
  overflow: hidden;
}
.photo3 {
  width: 60%;
  float: left;
  padding-left: 20px;
}
.txt3 {
  width: 35%;
  float: right;
}
.txt3 h3 {
  font-size: 20px;
  padding: 10px 0;
}
.txt3 p {
  font-size: 18px;
  width: 90%;
  line-height: 1.6;
}
/*                店内紹介ここまで                 */
.plan h3, p {
  font-size: 22px;
  line-height: 1.7;
}
.plan h3 {
  width: 80%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #FFF;
  text-shadow: 1px 1px 0 #000;
  background: #007542;
  padding-left: 0.5em;
  margin: 30px 0 0 20px;
}
.brdrtp {
  max-width: 95%;
  margin: 0 auto;
}
.plan p {
  font-size: 18px;
  padding: 0.5em 0 0 1em;
  margin-bottom: 40px;
}
.atten {
  font-size: 20px;
  font-weight: bold;
  color: #007542;
  border-bottom: 1px solid #007542;
}
.spNon {
  display: block;
}
/*               メニューここから・テーブルレイアウト               */
.priceTable {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0 10px;
}
.priceTable tr {
  border-bottom: 1px solid#007542;
}
.priceTable th {
  line-height: 1.6;
  text-align: left;
  padding: 3px 0 0px 1em;
}
.priceTable td {
  text-align: right;
  padding: 8px 50px 5px 0;
}
.priceTable .drink {
  font-size: 22px;
  background: #007542;
  color: #FFF;
  text-shadow: 1px 1px 0 #000;
}
th.oder {
  font-weight: normal;
  padding: 8px 0 5px 50px;
}
.oderTxt {
  padding: 5px 50px;
  font-size: 16px;
}
.curry {
  width: 100%;
  padding: 10px 10px 0 0;
  text-align: center;
}
.recOut {
  padding: 10px 0 0 20px;
}
.recOut p {
  font-size: 18px;
  line-height: 1.6;
}
.recIn {
  padding: 10px;
}
.recIn p {
  margin-bottom: 10px;
}
.tb-left {
  width: 80%;
  padding-left: 20px;
}
.spOn {
  display: none;
}
a:hover {
  opacity: 0.7;
}
/*                      メニューここまで・アクセスここから                    */
.wrapMap {
  padding-left: 20px;
}
.addWrap p {
  font-size: 18px;
}
.adTxt p {
  font-size: 18px;
  margin-bottom: 5px;
}
.leftSpace p {
  font-size: 18px;
  padding-left: 2em;
}
#fbonoffPC {
  display: block;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
#fbonoffTB {
  display: none;
}
#fbonoffSP {
  display: none;
}
.mapfb {
  overflow: hidden;
  width: 100%;
  height: 425px;
}
.gMap {
  margin: 20px 0 10px;
  float: left;
}
#mapSize {
  width: 100%;
  height: 100%;
}
footer {
  width: 100%;
  height: 220px;
  background: #007542;
}
footer p {
  text-align: center;
  color: #FFF;
  line-height: 220px;
}
@media screen and (max-width: 1366px) {
  .inner {
    max-width: 750px;
  }
  .inner .gNav {
    width: 55%;
  }
  .inner .gNav li:nth-child(1) {
    width: 26%;
  }
  .inner .gNav li:nth-child(3) {
    width: 19%;
  }
  .inner .gNav li:nth-child(4) {
    width: 23%;
  }
  .inner .gNav li:nth-child(5) {
    padding: 0;
  }
  .inner .gNav li img {
    max-width: 70%;
    padding-bottom: 44%;
  }
  /*               ヘッダーここまで               */
  img.offer {
    max-width: 100%;
  }
  /*              キービジュアルここまで              */
  .wrapper-one, .wrapper-three, .wrapper-five {
    max-width: 750px;
  }
  .wrapper-two, .wrapper-four, .wrapper-six {
    max-width: 750px;
  }
  .twoTxt {
    font-size: 50px;
    padding: 100px 0 20px 10px;
  }
  .message {
    padding: 5px 20px;
  }
  .ozmas-photo {
    width: 600px;
    margin: 0 auto;
    padding: 0 0 120px 0;
  }
  .lineLeft {
    width: calc(100%-20px);
    height: 40px;
    line-height: 30px;
    font-size: 24px;
    margin: 0 15px 10px;
  }
  .box {
    width: 600px;
    height: 400px;
    padding: 10px 0 200px 0;
    margin: 0 auto;
    overflow: visible;
  }
  .photo3 {
    padding-left: 0;
  }
  .txt3 {
    width: 100%;
  }
  .txt3 h3 {
    padding: 20px 0 10px 0;
  }
  .txt3 p {
    width: 100%;
  }
  .spNon {
    display: none;
  }
  /*                店内紹介ここまで                 */
  .plan h3 {
    margin: 0 auto;
  }
  .brdrtp {
    max-width: 80%;
  }
  .plan p {
    padding: 10px 0 5px 15px;
  }
  /*               メニューここから・テーブルレイアウト               */
  .priceTable .drink {
    width: 100%;
    margin: 0 auto;
  }
  .recOut {
    padding: 0 20px;
  }
  .tb-left {
    padding-left: 0px;
    margin: 0 auto;
  }
  /*                      メニューここまで・アクセスここから                    */
  #fbonoffPC {
    display: none;
  }
  #fbonoffTB {
    display: none;
  }
  .gMap {
    margin-top: 20px;
    padding-left: 55px;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
    height: 40px;
  }
  .inner img#logo {
    max-width: 12%;
    margin-left: 7px;
    padding-top: 9px;
    float: left;
    z-index: 999;
  }
  .inner .gNav {
    width: 85%;
  }
  .inner .gNav li {
    margin-left: 6px;
    float: left;
  }
  .inner .gNav li:nth-child(1) {
    width: 22%;
  }
  .inner .gNav li:nth-child(2) {
    width: 19%;
  }
  .inner .gNav li:nth-child(4) {
    width: 19%;
  }
  .inner .gNav a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    color: #FFF;
  }
  .inner .gNav li img {
    width: 20px;
    padding-bottom: 12px;
  }
  #fbonoffPC {
    display: none;
  }
  #fbonoffTB {
    display: none;
  }
  #fbonoffSP {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    background: url(../img/bg-ozozoz.png) no-repeat fixed center/cover;
  }
  /*               ヘッダーここまで               */
  .key-visual {
    height: 100vh;
    background: url(../img/bg_key.png) no-repeat scroll center/cover;
  }
  .bg-one {
    background: url(../img/ameri_bg.png) no-repeat scroll center/cover;
  }
  .bg-two {
    background: url(../img/sp_gb_01.png) no-repeat scroll center/cover;
  }
  .bg-three {
    background: url(../img/sp_gb_02.png) no-repeat scroll center/cover;
  }
  .bg-four {
    background: url(../img/sp_gb_03.png) no-repeat scroll center/cover;
  }
  .bg-five {
    background: url(../img/sp_gb_04.png) no-repeat scroll center/cover;
  }
  .bg-six {
    background: url(../img/sp_gb_05.png) no-repeat scroll center/cover;
  }
  /*               backgroundここまで               */
  .storePr #ozgreen {
    max-width: 50%;
    height: 50%;
    position: absolute;
    top: -30%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .lead {
    max-width: 60%;
    height: 0px;
    color: #FFF;
    text-align: center;
    line-height: 1.5;
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000;
    z-index: 900;
  }
  .toptxt {
    max-width: 55%;
    text-align: center;
    position: absolute;
    top: 68%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
  }
  .storePr a {
    font-size: 14px;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
  }
  .telmark {
    width: 15px;
    height: 15px;
    margin: 3px;
    color: #FFF;
  }
  /*              キービジュアルここまで              */
  .wrapper-one, .wrapper-three, .wrapper-five {
    max-width: 100%;
  }
  .wrapper-two, .wrapper-four, .wrapper-six {
    max-width: 100%;
  }
  .twoTxt {
    font-size: 28px;
    padding: 55px 0 10px 12px;
  }
  .message {
    font-size: 16px;
    line-height: 1.5;
    padding: 0px 20px;
  }
  .ozmas-photo {
    width: 300px;
    padding: 0 0 60px 0;
  }
  .ozmas-photo img {
    width: 100%;
  }
  .lineLeft {
    height: 30px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    border-left: 7px solid #000;
    border-bottom: 1px solid #000;
    padding: 2px 0 0 7px;
    margin: 0 15px 10px;
  }
  .box {
    width: 100%;
    height: 380px;
    padding: 0;
    overflow: visible;
  }
  .box:last-child {
    height: 420px;
  }
  .box img {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  .photo3 {
    width: 100%;
    float: none;
  }
  .txt3 {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .txt3 h3 {
    font-size: 18px;
    padding: 10px 0 5px;
  }
  .txt3 p {
    font-size: 16px;
    line-height: 1.5;
  }
  /*                店内紹介ここまで                 */
  .plan h3, p {
    font-size: 14px;
    line-height: 1.5;
  }
  .plan h3 {
    width: 80%;
    height: 30px;
    line-height: 32px;
    font-size: 16px;
  }
  #spp {
    margin-bottom: 10px;
  }
  .plan p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .atten {
    font-size: 15px;
  }
  /*               メニューここから・テーブルレイアウト               */
  .priceTable td {
    font-size: 16px;
    text-align: right;
    padding: 8px 20px 5px 0;
  }
  .priceTable .drink {
    width: 100%;
    font-size: 16px;
    background: #007542;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
    margin: 0 auto;
  }
  th.oder {
    font-size: 16px;
    font-weight: normal;
    padding: 8px 0 5px 20px;
  }
  .oderTxt {
    padding: 5px 20px;
    font-size: 14px;
  }
  .curry {
    width: 300px;
    margin: 0 auto;
    padding: 10px 0;
  }
  .curry img {
    width: 100%;
  }
  #tyuki {
    font-size: 10px;
  }
  .recOut p {
    font-size: 16px;
    line-height: 1.5;
  }
  .recIn p {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 0;
  }
  .kome {
    font-weight: normal;
    font-size: 14px;
  }
  .spOn {
    display: block;
  }
  /*                      メニューここまで・アクセスここから                    */
  .wrapMap {
    padding: 0 20px;
  }
  .addWrap p {
    font-size: 16px;
  }
  .adTxt p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .leftSpace p {
    font-size: 16px;
    padding-left: 1em;
  }
  .gMap {
    max-width: 100%;
    padding: 0;
    float: none;
  }
  iframe {
    text-align: center;
    display: block;
    width: 300px;
    height: 400px;
    margin: 0 auto;
  }
  footer {
    width: 100%;
    height: 120px;
    background: #007542;
  }
  footer p {
    text-align: center;
    color: #FFF;
    line-height: 120px;
  }
}