@charset "UTF-8";
/* ----------------------------------------
   index.css
---------------------------------------- */
html,
body {
  font-size: 10px;
}

body {
  position: relative;
  background: #fff;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}

body * {
  box-sizing: border-box;
}

/* Ancher */
a {
  text-decoration: underline;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a.inactive {
  pointer-events: none;
  cursor: default;
  color: #999 !important;
}

a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

/* PARTS
---------------------------------------- */
sup {
  vertical-align: top;
  font-size: 0.5em;
}

/* Note */
.note {
  letter-spacing: 0;
  font-size: 1.4rem;
}

.noteList {
  font-size: 1.4rem;
}
.noteList li {
  padding-left: 1em;
  letter-spacing: 0;
  line-height: 1.5;
  text-indent: -1em;
}

/* text-align */
.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

/* vertical-align */
.va-m {
  vertical-align: middle;
}

.va-t {
  vertical-align: top;
}

.va-b {
  vertical-align: bottom;
}

/* Table */
.tbl {
  display: table;
}
.tbl .row {
  display: table-row;
}
.tbl .cell {
  display: table-cell;
  vertical-align: middle;
}
.tbl .cell.top {
  vertical-align: top;
}
.tbl .cell.btm {
  vertical-align: bottom;
}

.tbl.top .cell {
  vertical-align: top;
}

.tbl.btm .cell {
  vertical-align: bottom;
}

/* Other */
.ib {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.sq::before,
.sq > li::before {
  content: '■';
}

.dsk::before,
.dsk > li::before {
  content: '●';
}

.tri::before,
.tri > li::before {
  content: '▼';
  display: inline-block;
  margin-right: 5px;
  transform: rotate(-90deg);
}

.fixedBg {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

#goTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 0;
  z-index: 99;
}
#goTop a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  text-indent: -999px;
}
#goTop a::after {
  content: '';
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url("../img/icon_arrow_01.png") no-repeat center center;
  background-size: 100% auto;
  transform: rotate(-90deg);
}

#mq {
  width: 0;
  height: 0;
}

#bg01{
    background-image: url("../img/img01.jpg");
    height: 1000px;
    background-size: cover;
    background-position: 100%,50%;
    background-repeat: no-repeat;
    background-attachment: fixed
}
#bg02{
    background-image: url("../img/bg02.png");
    height: 1000px;
    background-size: cover;
    background-position: 100%,50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}
.bg_3 {
  width: 100%;
  height: 500px;

  padding: 0;
}
.contents_bg {
  position: relative;
  overflow: hidden;
  padding: 100px 0 280px 0;
  z-index: 2;
}
.contents_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 78%;
    margin: 1% -10% 0;
    background: rgba(112,176,95,0.8);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    z-index: -1;
}
.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding: 50px 10px 170px;
  color: #fff;
  text-align: left;
}   
    
.contents_bg.double:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 123%;
    height: 70%;
    margin: 3% -10% 0;
    background: rgba(112,176,95,0.8);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(11deg);
    z-index: -2;
} 

article img {
    width: 100%;
    max-width: 100%;
    height: auto;
    
}


@media screen and (max-width: 1730px) {
.bg_3 {
  width: 100%;
  height: 500px;

  padding: 0;
}
.contents_bg {
  position: relative;
  overflow: hidden;
  padding: 80px 0 160px 0;
  z-index: 2;
}
.contents_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    margin: 1% -10% 0;
    background: rgba(112,176,95,0.8);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-8deg);
    z-index: -1;
}
.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 1100px;
  height: 80%;
  margin: 0 auto;
  padding: 50px 10px 170px;
  color: #fff;
  text-align: left;
}   
    
.contents_bg.double:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 123%;
    height: 97%;
    margin: 3% -10% 0;
    background: rgba(112,176,95,0.8);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
    z-index: -2;
} 

}
/* ▼ @media : PC */
@media screen and (min-width: 769px) {
  #mq {
    display: block;
  }

  .sp {
    display: none;
  }
}
/* ▼ @media : SP */
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0;
    line-height: 1.5;
  }

  #mq,
  .pc {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  .tbl.rsp,
  .tbl.rsp .row,
  .tbl.rsp .cell {
    display: block;
  }

  .tbl.rsp .row + .row {
    margin-top: 1em;
  }
    
.bg_3 {
  width: 100%;
  height: 300px;

  padding: 0;
}
.contents_bg {
  position: relative;
  overflow: hidden;
  padding: 70px 0 100px 0;
  z-index: 2;
}
.contents_bg:before {
    width: 120%;
    height: 80%;
}
.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 1100px;
  height: 80%;
  margin: 0 auto;
  padding: 0 10px 170px;
  color: #fff;
  text-align: left;
}   
    
.contents_bg.double:after {
    width: 337%;
    height: 156%;
    margin: 3% -10% 0;
    transform: rotate(16deg);    
}     
#bg01{
    background-size: contain;
    height: 300px;
    }
#bg02{
    background-size: contain;
    height: 200px;
    }    
    
}
@media screen and (max-width: 480px) {

  #goTop {
    right: 10px;
    bottom: 10px;
  }
  #goTop a {
    width: 50px;
    height: 50px;
  }
  #goTop a::after {
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
#bg01{
    background-size: cover;
    height: 170px;
    background-attachment: inherit;
    }  

    
    
#bg02{
    background-size: cover;
    height: 150px;
    background-attachment: inherit;

    }      
    
.bg_3 {
  width: 100%;
  height: 200px;

  padding: 0;
}
.contents_bg {
  position: relative;
  overflow: hidden;
  padding: 60px 0 100px 0;
  z-index: 2;
}
.contents_bg:before {
    width: 120%;
    height: 51%;
}
.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 1100px;
  height: 80%;
  margin: 0 auto;
  padding: 0 10px 180px;
  color: #fff;
  text-align: left;
}   
    
.contents_bg.double:after {
    width: 337%;
    height: 101%;
    margin: 3% -10% 0;
}       
    
}
/* Inview
---------------------------------------- */
.fade {
  position: relative;
  top: 100px;
  opacity: 0.0;
  transition: all 2.0s ease;
}

.fade.on {
  opacity: 1.0;
  top: 0 !important;
}

/* #container
---------------------------------------- */
#container {
  font-size: 1.5rem;
  text-align: center;
  background: #70B05F;
    
}
#container > section > article {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
    article img{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
/* header
---------------------------------------- */
header {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  height: 260px;
}
header h1 {
/*  max-width: 274px;*/
}
header h1 img {
  width: 100%;
}

.header-lang {
  display: table;
  color: #fff;
  line-height: 1;
  margin: 0 auto 17px auto;
  position: absolute;
  table-layout: fixed;
max-width:1100px; 
    right: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    text-align: right;

}

.header-lang .lang-active {
  vertical-align: middle;
}

.header-lang .lang-active {
  cursor: pointer;
  font-size: 14px;
  padding: 13px 20px 12px 3px;
}

.header-lang .lang-active:before {
  content: '\f0ac';
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 8px;
}

.header-lang .lang-box {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  box-shadow:0px 3px 6px 0px rgba(0,0,0,0.16);
  height: 160px;
  padding: 20px 0 0 30px;
  position: absolute;
  top: 50px;
  left: -30px;
  width: 120px;
  z-index: 1;
}

.header-lang .lang-box:after{
  content: url(/images/common/lang_arrow.png);
  position: absolute;
  top: -15px;
  left: 43px;
}

.header-lang .lang-box li {
  margin-bottom: 10px;
}

.header-lang .lang-box a {
  font-size: 13px;
  text-decoration: none;
}

.header-lang .lang-box .active a:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: -17px;
  padding-right: 5px;
}

.header-lang .active a {
  font-weight: bold;
}

.header-lang a{
    color: #fff;
}


/* #hero
---------------------------------------- */
#slider img {
  width: 100%;
}

/* #lead
---------------------------------------- */
#lead {
  padding: 60px 0 10px;
    background:#fff;
}
#lead article {
  margin: 0 auto;
}
#lead article .box {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
#lead article .box > div {
  flex: 0 0 auto;
  position: relative;
  width: 50%;
}
#lead article .box img {
  width: 100%;
}
#lead article .box.b1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#lead article .box.b1 .img img {
/*  top: 150px;*/
}
#lead article .box.b1 .txt img {
  top: 300px;
}
#lead article .box.b2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#lead article .box.b2 .img img {
  top: 300px;
}
#lead article .box.b2 .txt img {
  top: 150px;
}
#lead article .box + .box {
  margin-top: 10px;
}

/* #menu
---------------------------------------- */
#menu article {
  padding: 60px 20px 60px;
}
#menu article div + div {
  margin-top: 55px;
}

/* #rsv
---------------------------------------- */
#rsv {
  padding: 30px 20px 60px;
}
#rsv div a {
  display: block;
  max-width: 568px;
  margin: 0 auto;
  background: #fff;
}
#rsv div a img {
  transition: opacity 180ms ease;
}
#rsv div a:hover img {
  opacity: 0.8;
}

/* #shop
---------------------------------------- */
#shop {
  padding: 70px 20px 50px;
  background: #70B05F;
  text-align: center;
  color: #fff;
}
#shop h2,
#shop p {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
#shop h2,
#shop .hours {
  margin-bottom: 40px;
}
#shop .tel {
  margin-bottom: 55px;
}

/* footer
---------------------------------------- */
footer {
  padding: 35px 20px 40px;
  color: #fff;
}
footer ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
footer ul li {
  flex: 0 0 auto;
  border-left: 1px solid #fff;
  line-height: 1.3;
}
footer ul li a {
  display: block;
  padding: 0 1em;
  text-decoration: none;
  color: #fff;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer ul li:last-child {
  border-right: 1px solid #fff;
}

/* @media : PC */
@media screen and (min-width: 769px) {
  #lead article .box.spbox {
    display: none;
  }
}
/* @media : SP */
@media screen and (max-width: 768px) {
  header {
    height: 200px;
  }
.header-lang {

    text-align: right;
}    
    
.contents_inner h1 {
    width: 85%;
    max-width: none;
  }

  #lead {
    padding: 120px 0 60px 0;
  }
  #lead article .box.b1,
  #lead article .box.b2 {
  }
  #lead article .spbox {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  #lead article .img {
    margin-top: 50px;
  }

  #menu article {
padding: 20px 20px 20px;
  }
  #menu article div + div {
    margin-top: 30px;
  }

  #rsv {
    padding-bottom: 20px;
  }
    article img{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 480px) {
  header h1 {
    width: 50%;
  }

  #lead {
    padding: 0 0;
  }
  #lead article .txt {
    width: 80%;
  }
  #lead article .img {
    width: 100%;
    margin-top: 50px;
  }

  #shop {
    padding: 30px 20px 25px;
  }
  #shop h2, #shop .hours, #shop .tel {
    margin-bottom: 20px;
  }

  #shop .noteList li {
    text-align: left;
    font-size: 1.2rem;
  }

  footer {
    font-size: 3.125vw;
  }
    
footer ul li {
display: block;
    flex: auto;
}

    
    
}
