@charset "UTF-8";
/*
  現時点最強のflex-box 要素横並び
  必ず親要素に「display: flex;」「flex-wrap: wrap;」を指定すること！！！
  タブレットの時はPCと同じ数
  flex(PCのときの個数, 縦横の間隔, タブレットのときの個数, 縦横の間隔, スマホのときの個数, 縦横の間隔)
*/
/*
  px から vw に変換
  @param: $size 変換前のサイズ(px) $std_width 基本となるViewPort
*/
/*
  背景画像 縦横比保ったまま縮む
  背景画像（background-image）は自分で指定してね
*/
/*
  天地中央
*/
/*
  ブラウザハック
  特定のブラウザだけでCSSを使うときのやつ 万が一の時用
*/
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url("../webfonts/NotoSerifJP-SemiBold.woff") format("woff"), url("../webfonts/NotoSerifJP-SemiBold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Gen Jyuu Gothic";
  font-style: normal;
  font-weight: 100;
  src: url("../webfonts/GenJyuuGothic-ExtraLight.woff") format("woff"), url("../webfonts/GenJyuuGothic-ExtraLight.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Gen Jyuu Gothic";
  font-style: normal;
  font-weight: 200;
  src: url("../webfonts/GenJyuuGothic-Light.woff") format("woff"), url("../webfonts/GenJyuuGothic-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Gen Jyuu Gothic";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/GenJyuuGothic-Medium.woff") format("woff"), url("../webfonts/GenJyuuGothic-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Gen Jyuu Gothic";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/GenJyuuGothic-Bold.woff") format("woff"), url("../webfonts/GenJyuuGothic-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Gen Jyuu Gothic";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/GenJyuuGothic-Heavy.woff") format("woff"), url("../webfonts/GenJyuuGothic-Heavy.ttf") format("truetype");
  font-display: swap;
}

/*
  現時点最強のflex-box 要素横並び
  必ず親要素に「display: flex;」「flex-wrap: wrap;」を指定すること！！！
  タブレットの時はPCと同じ数
  flex(PCのときの個数, 縦横の間隔, タブレットのときの個数, 縦横の間隔, スマホのときの個数, 縦横の間隔)
*/
/*
  px から vw に変換
  @param: $size 変換前のサイズ(px) $std_width 基本となるViewPort
*/
/*
  背景画像 縦横比保ったまま縮む
  背景画像（background-image）は自分で指定してね
*/
/*
  天地中央
*/
/*
  ブラウザハック
  特定のブラウザだけでCSSを使うときのやつ 万が一の時用
*/
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url("../webfonts/NotoSerifJP-SemiBold.woff") format("woff"), url("../webfonts/NotoSerifJP-SemiBold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Gen Jyuu Gothic";
  font-style: normal;
  font-weight: 100;
  src: url("../webfonts/GenJyuuGothic-ExtraLight.woff") format("woff"), url("../webfonts/GenJyuuGothic-ExtraLight.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Gen Jyuu Gothic";
  font-style: normal;
  font-weight: 200;
  src: url("../webfonts/GenJyuuGothic-Light.woff") format("woff"), url("../webfonts/GenJyuuGothic-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Gen Jyuu Gothic";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/GenJyuuGothic-Medium.woff") format("woff"), url("../webfonts/GenJyuuGothic-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Gen Jyuu Gothic";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/GenJyuuGothic-Bold.woff") format("woff"), url("../webfonts/GenJyuuGothic-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Gen Jyuu Gothic";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/GenJyuuGothic-Heavy.woff") format("woff"), url("../webfonts/GenJyuuGothic-Heavy.ttf") format("truetype");
  font-display: swap;
}

html {
  color: #333333;
  font-family: "Gen Jyuu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  /*  font-size: $base-fontsize + px;*/
  font-size: 10px;
  font-weight: 300;
}

@media screen and (min-width: 769px) and (max-width: 1406px) {
  html {
    font-size: 10px;
    font-size: 0.71124vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

html ::-moz-selection {
  background: #242761;
  color: #fff;
}

html ::selection {
  background: #242761;
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*max-width: 100%; slick slideが動かないので削除*/
  line-height: 1.75;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 600;
}

ul,
li {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333333;
}

@media screen and (min-width: 641px) {
  .sp-mode {
    display: none;
  }
}

@media print {
  .sp-mode {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tab-mode {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .underTab-mode {
    display: none;
  }
}

.pconly-mode {
  display: none;
}

@media screen and (min-width: 1001px) {
  .pconly-mode {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .pc-mode {
    display: none;
  }
}

@media print {
  .pc-mode {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  .nopc-mode {
    display: none;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.brackets {
  text-indent: -0.7em;
  display: inline-block;
}

.dn {
  display: none;
}

.r-rightM {
  border-radius: 0 2.5rem 0 0;
}

@media screen and (max-width: 768px) {
  .r-rightM {
    border-radius: 0 1.2rem 0 0;
  }
}

.r-rightL {
  border-radius: 0 4rem 0 0;
}

@media screen and (max-width: 768px) {
  .r-rightL {
    border-radius: 0 2rem 0 0;
  }
}

.r-leftM {
  border-radius: 2.5rem 0 0 0;
}

@media screen and (max-width: 768px) {
  .r-leftM {
    border-radius: 1.2rem 0 0 0;
  }
}

.r-leftL {
  border-radius: 4rem 0 0 0;
}

@media screen and (max-width: 768px) {
  .r-leftL {
    border-radius: 2rem 0 0 0;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb23 {
  margin-bottom: 23px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

@media screen and (max-width: 768px) {
  .mb15sp {
    margin-bottom: 1.5rem !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 768px) {
  .mt0sp {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .mt5sp {
    margin-top: 0.5rem !important;
  }
}

@media screen and (max-width: 768px) {
  .mt30sp {
    margin-top: 3rem !important;
  }
}

.lh1 {
  line-height: 1;
}

main a {
  color: #0eaee2;
}

.icn__yamame {
  position: absolute;
  max-width: 18.6rem;
  width: 18.6rem;
}

@media screen and (max-width: 768px) {
  .icn__yamame {
    width: 8.5rem;
  }
}

/* common
---------------------------------------------------------------------------- */
html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1406px) {
  html {
    font-size: 10px;
    font-size: 0.71124vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

main {
  font-size: 1.6rem;
  background-image: url(../images/common/main_img_upper.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: 344rem;
}

@media screen and (max-width: 768px) {
  main {
    background-position: 59% -0.6rem;
    background-size: 146rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1519px) {
  html {
    font-size: 10px;
    font-size: 0.65833vw;
  }
}

main {
  padding: 34rem 0 21.4rem 0;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 9rem;
    padding-bottom: 10rem;
  }
}

.kv {
  text-align: center;
  background-image: url(../images/taberu/kv_back.svg);
  background-repeat: no-repeat;
  background-position: 50% 10rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .kv {
    background-position: 36% 10rem;
    background-size: 131rem;
    padding-bottom: 1.6rem;
  }
}

.kv__ill {
  display: inline-block;
  width: 44.6rem;
  margin: -10.3rem 0 0.8rem 10.1rem;
}

@media screen and (max-width: 768px) {
  .kv__ill {
    width: 29.4rem;
    margin: 2rem 0 0 2rem;
  }
}

.bbq {
  color: #fff;
  background-color: #fbd075;
}

.bbq__inner {
  max-width: 1366px;
  width: 90%;
  margin: 0 auto 0 auto;
  background-color: #fff;
}

.bbq__ttl {
  font-size: 3.9rem;
  background-image: url(../images/taberu/line.svg);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 17.1rem;
  padding: 0 0rem 1rem 1.3rem;
  letter-spacing: 1.2rem;
  display: inline-block;
  margin-bottom: 2.5rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .bbq__ttl {
    font-size: 2rem;
    background-size: 9rem;
    letter-spacing: 0.4rem;
    padding: 0 1rem 0.6rem 1.5rem;
    margin-bottom: 1rem;
  }
}

.bbq__ttl--wrap {
  background-image: url(../images/taberu/back01.svg);
  background-repeat: no-repeat;
  background-position: center -1px;
  background-size: 136.8rem;
  text-align: center;
  height: 23.1rem;
  padding-top: 0rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .bbq__ttl--wrap {
    background-size: 34.8rem;
    background-image: url(../images/taberu/back01SP.svg);
    background-position: center -2.8rem;
    height: 24.1rem;
  }
}

.bbq__txtarea {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .bbq__txtarea {
    font-weight: 300;
  }
}

.bbq__contents {
  position: relative;
  margin: -5.1rem 0 0 0;
  height: 207.5rem;
  background: url(../images/taberu/back02.svg) no-repeat 0% 0rem, url(../images/taberu/back03.svg) no-repeat 0% 56.5rem, url(../images/taberu/back06.svg) no-repeat 0% 100%;
  background-size: 136.8rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .bbq__contents {
    background: url(../images/taberu/back02.svg) no-repeat 0% 2rem, url(../images/taberu/back03.svg) no-repeat 0% 77.5rem, url(../images/taberu/back04.svg) no-repeat 0% 146.4rem, url(../images/taberu/back06.svg) no-repeat 5% 100.1%;
    background-size: 40.6rem;
    height: 244.5rem;
  }
}

.bbq__contents > figure,
.bbq__contents > p,
.bbq__contents > div,
.bbq__contents > a {
  position: absolute;
}

.bbq__contents > figure img,
.bbq__contents > p img,
.bbq__contents > div img,
.bbq__contents > a img {
  width: 100%;
}

.bbq__txt--ttl {
  font-size: 2.2rem;
  color: #c4ab7b;
  line-height: 1.5em;
  margin-bottom: 1.1rem;
}

@media screen and (max-width: 768px) {
  .bbq__txt--ttl {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}

.bbq__txt--txtarea {
  font-size: 1.6rem;
  color: #000;
}

.bbq__img01 {
  width: 61.6rem;
  top: 14.6rem;
  left: 14.9rem;
}

@media screen and (max-width: 768px) {
  .bbq__img01 {
    width: 29.7rem;
    top: 8.6rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.bbq__img02 {
  width: 18.8rem;
  top: 12.1rem;
  left: 106.2rem;
}

@media screen and (max-width: 768px) {
  .bbq__img02 {
    width: 9.4rem;
    top: 82.8rem;
    left: 20.9rem;
    z-index: 1;
  }
}

.bbq__img03 {
  width: 30.1rem;
  top: 73.7rem;
  left: 24.3rem;
}

@media screen and (max-width: 768px) {
  .bbq__img03 {
    display: none;
  }
}

.bbq__img04 {
  width: 29.9rem;
  top: 67.4rem;
  left: 57.6rem;
}

@media screen and (max-width: 768px) {
  .bbq__img04 {
    width: 20.9rem;
    top: 71.7rem;
    left: 3.9rem;
  }
}

.bbq__img05 {
  width: 24.1rem;
  top: 60.9rem;
  left: 90.7rem;
}

@media screen and (max-width: 768px) {
  .bbq__img05 {
    display: none;
  }
}

.bbq__img06 {
  width: 35.3rem;
  top: 101.1rem;
  left: 41.9rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .bbq__img06 {
    width: 22.1rem;
    top: 105.5rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.bbq__img07 {
  width: 16.2rem;
  top: 117.1rem;
  left: 80.3rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .bbq__img07 {
    display: none;
  }
}

.bbq__img08 {
  width: 22.3rem;
  top: 113.3rem;
  left: 99.5rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .bbq__img08 {
    width: 11.2rem;
    top: 151.8rem;
    left: 17.9rem;
  }
}

.bbq__img09 {
  width: 23.1rem;
  top: 155.2rem;
  left: 74.3rem;
}

@media screen and (max-width: 768px) {
  .bbq__img09 {
    width: 16.7rem;
    top: 206.2rem;
    left: 2.1rem;
  }
}

.bbq__img10 {
  width: 23.1rem;
  top: 137.6rem;
  left: 92.7rem;
}

@media screen and (max-width: 768px) {
  .bbq__img10 {
    width: 16.7rem;
    top: 196.4rem;
    left: 14.7rem;
  }
}

.bbq__kuma {
  width: 22.1rem;
  top: 94.7rem;
  left: 106.3rem;
}

@media screen and (max-width: 768px) {
  .bbq__kuma {
    width: 10.4rem;
    top: 95.6rem;
    left: 16.3rem;
  }
}

.bbq__back {
  width: 136.8rem;
  top: 105.9rem;
  left: 0rem;
}

@media screen and (max-width: 768px) {
  .bbq__back {
    width: 100%;
    top: 102rem;
    left: 0;
  }
}

.bbq__serif01 {
  width: 26.6rem;
  top: 6.1rem;
  left: 30.6rem;
}

@media screen and (max-width: 768px) {
  .bbq__serif01 {
    width: 14.5rem;
    top: 4.3rem;
    left: 8.8rem;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

.bbq__serif02 {
  width: 24.2rem;
  top: 62.8rem;
  left: 25.2rem;
}

@media screen and (max-width: 768px) {
  .bbq__serif02 {
    width: 17.8rem;
    top: 64.8rem;
    left: 4.5rem;
  }
}

.bbq__serif03 {
  width: 22.6rem;
  top: 94rem;
  left: 83.6rem;
}

@media screen and (max-width: 768px) {
  .bbq__serif03 {
    width: 15.2rem;
    top: 91.3rem;
    left: 3.4rem;
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
}

.bbq__serif04 {
  width: 17.5rem;
  top: 102.1rem;
  left: 69.1rem;
}

@media screen and (max-width: 768px) {
  .bbq__serif04 {
    width: 13.5rem;
    top: 150.1rem;
    left: 18.7rem;
    width: 13.5rem;
    top: 150.1rem;
    left: 18.7rem;
  }
}

.bbq__serif05 {
  width: 9rem;
  top: 101.7rem;
  left: 91.7rem;
}

@media screen and (max-width: 768px) {
  .bbq__serif05 {
    width: 5.4rem;
    top: 129.7rem;
    left: 8.3rem;
  }
}

.bbq__serif06 {
  width: 19rem;
  top: 138.9rem;
  left: 23.2rem;
}

@media screen and (max-width: 768px) {
  .bbq__serif06 {
    width: 14rem;
    top: 225rem;
    left: 2.9rem;
  }
}

.bbq__serif07 {
  width: 11.7rem;
  top: 161.2rem;
  left: 99rem;
}

@media screen and (max-width: 768px) {
  .bbq__serif07 {
    width: 9.3rem;
    top: 213.7rem;
    left: 20rem;
  }
}

.bbq__txt01 {
  top: 18.2rem;
  left: 79.2rem;
}

@media screen and (max-width: 768px) {
  .bbq__txt01 {
    top: 31.5rem;
    left: 3.8rem;
  }
}

.bbq__txt02 {
  text-align: right;
  top: 101.5rem;
  left: 10rem;
}

@media screen and (max-width: 768px) {
  .bbq__txt02 {
    text-align: left;
    top: 125.3rem;
    right: unset;
    left: 3.6rem;
  }
}

.bbq__price {
  display: inline-block;
  width: 21.2rem;
  top: 143rem;
  left: 103.5rem;
}

@media screen and (max-width: 768px) {
  .bbq__price {
    width: 15.6rem;
    top: 163rem;
    left: 10rem;
  }
}

.bbq__point {
  background: url(../images/taberu/back05_upper.svg) no-repeat 50% -18%, url(../images/taberu/back05_bottom.svg) no-repeat 50% 108%;
  background-repeat: no-repeat;
  background-size: 138.8rem;
  width: 100%;
  height: 40rem;
  top: 153.5rem;
  background-color: #a5e5dd;
}

@media screen and (max-width: 768px) {
  .bbq__point {
    background: url(../images/taberu/back05_upperSP.svg) no-repeat 50% -1%, url(../images/taberu/back05_bottomSP.svg) no-repeat 50% 101%;
    background-size: 100%;
    background-color: #a5e5dd;
    top: 173rem;
    height: 64.5rem;
  }
}

.bbq__point > figure,
.bbq__point > p {
  position: absolute;
}

.bbq__point > figure img,
.bbq__point > p img {
  width: 100%;
}

.bbq__point--img01 {
  width: 31.6rem;
  top: 8rem;
  left: 20rem;
}

@media screen and (max-width: 768px) {
  .bbq__point--img01 {
    width: 18.6rem;
    top: 12.1rem;
    left: 65px;
  }
}

.bbq__point--ttl {
  color: #333333;
  font-size: 2.2rem;
  top: 7rem;
  left: 54.5rem;
  padding-bottom: 1.4rem;
  font-weight: 600;
  background-image: url(../images/taberu/waveline.svg);
  background-size: 27.9rem;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 768px) {
  .bbq__point--ttl {
    font-size: 1.6rem;
    line-height: 1.5em;
    top: 4rem;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    background-size: 16.9rem;
    background-position: 50% 100%;
  }
}

.bbq__point--txt01 {
  color: #333333;
  font-size: 1.5rem;
  top: 14rem;
  left: 54.5rem;
}

@media screen and (max-width: 768px) {
  .bbq__point--txt01 {
    top: 26rem;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.bbq__point--txt02 {
  color: #333333;
  font-size: 1.5rem;
  top: 20.2rem;
  left: 55.5rem;
}

.bbq__point--txt02 span {
  color: #fff;
  text-indent: -8px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .bbq__point--txt02 {
    top: 38rem;
    left: 39px;
    text-align: left;
  }
}

.bbq__point--txt03 {
  color: #333333;
  font-size: 1.5rem;
  top: 20.2rem;
  left: 82.7rem;
}

.bbq__point--txt03 span {
  color: #fff;
  text-indent: -8px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .bbq__point--txt03 {
    top: 47rem;
    left: 39px;
    text-align: left;
  }
}

.bbq__yamame01 {
  top: 36.1rem;
  right: 5.1rem;
}

@media screen and (max-width: 768px) {
  .bbq__yamame01 {
    top: 61.4rem;
    left: 21.1rem;
  }
}

.bbq__yamame02 {
  top: 140.1rem;
  left: 27.1rem;
}

@media screen and (max-width: 768px) {
  .bbq__yamame02 {
    top: 153.1rem;
    left: 5.1rem;
  }
}

.sio {
  color: #fff;
  background-color: #fbd075;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-bottom: 3rem;
  padding-top: 4.5rem;
  margin-top: -2px;
}

@media screen and (max-width: 768px) {
  .sio {
    background-size: 127.6rem;
    background-position: 36% 100.1%;
    padding-bottom: 0rem;
  }
}

.sio__inner {
  max-width: 1366px;
  width: 90%;
  margin: 0 auto 0 auto;
  background-color: #fff;
}

.sio__ttl {
  font-size: 3.9rem;
  background-image: url(../images/taberu/line.svg);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 17.1rem;
  padding: 0 0rem 1rem 1.3rem;
  letter-spacing: 0.7rem;
  display: inline-block;
  margin-bottom: 2.5rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .sio__ttl {
    font-size: 2rem;
    background-size: 9rem;
    letter-spacing: 0.4rem;
    padding: 0 1rem 0.6rem 1.5rem;
    margin-bottom: 1rem;
  }
}

.sio__ttl--wrap {
  background-image: url(../images/taberu/back01.svg);
  background-repeat: no-repeat;
  background-position: center -1px;
  background-size: 136.8rem;
  text-align: center;
  height: 23.1rem;
  padding-top: 0rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sio__ttl--wrap {
    background-size: 34.8rem;
    background-image: url(../images/taberu/back01SP.svg);
    background-position: center -2.8rem;
    height: 24.1rem;
  }
}

.sio__txtarea {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sio__txtarea {
    font-weight: 300;
  }
}

.sio__contents {
  position: relative;
  margin: -5.1rem 0 0 0;
  height: 213.5rem;
  background: url(../images/taberu/back02.svg) no-repeat 0% 27rem, url(../images/taberu/back03.svg) no-repeat 0% 74.5rem, url(../images/taberu/back04.svg) no-repeat 0% 118rem, url(../images/taberu/back06.svg) no-repeat 0% 100.1%;
  background-size: 136.8rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sio__contents {
    background: url(../images/taberu/back02.svg) no-repeat 0% 23.5rem, url(../images/taberu/back03.svg) no-repeat 0% 66.5rem, url(../images/taberu/back04.svg) no-repeat 0% 103.4rem, url(../images/taberu/back02.svg) no-repeat 0% 133.5rem, url(../images/taberu/back06.svg) no-repeat 5% 100.1%;
    background-size: 40.6rem;
    height: 282.5rem;
  }
}

.sio__contents > figure,
.sio__contents > p,
.sio__contents > div,
.sio__contents > a {
  position: absolute;
}

.sio__contents > figure img,
.sio__contents > p img,
.sio__contents > div img,
.sio__contents > a img {
  width: 100%;
}

.sio__txt--ttl {
  font-size: 2.2rem;
  color: #c4ab7b;
  line-height: 1.5em;
  margin-bottom: 1.1rem;
}

@media screen and (max-width: 768px) {
  .sio__txt--ttl {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}

.sio__txt--txtarea {
  font-size: 1.5rem;
  color: #000;
}

.sio__img01 {
  width: 52rem;
  top: 11.7rem;
  left: 20.9rem;
}

@media screen and (max-width: 768px) {
  .sio__img01 {
    width: 26.7rem;
    top: 6.9rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.sio__img02 {
  width: 34.6rem;
  top: 45.5rem;
  left: 77.9rem;
}

@media screen and (max-width: 768px) {
  .sio__img02 {
    width: 26.7rem;
    top: 200.9rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.sio__img03 {
  width: 25rem;
  top: 65rem;
  left: 25.8rem;
}

@media screen and (max-width: 768px) {
  .sio__img03 {
    width: 17.6rem;
    top: 71.2rem;
    left: 3.9rem;
  }
}

.sio__img04 {
  width: 16.8rem;
  top: 71.5rem;
  left: 85.6rem;
}

@media screen and (max-width: 768px) {
  .sio__img04 {
    width: 10.5rem;
    top: 87.4rem;
    left: 18.5rem;
    z-index: 2;
  }
}

.sio__img05 {
  width: 19.7rem;
  top: 74.9rem;
  left: 63.5rem;
}

@media screen and (max-width: 768px) {
  .sio__img05 {
    width: 15.4rem;
    top: 92.6rem;
    left: 5.1rem;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .sio__img05 img {
    border-radius: 1.2rem 0 0 0;
  }
}

.sio__img06 {
  width: 24.4rem;
  top: 87.5rem;
  left: 36.9rem;
}

@media screen and (max-width: 768px) {
  .sio__img06 {
    width: 9.8rem;
    top: 128.4rem;
    left: 2.8rem;
  }
}

.sio__img07 {
  width: 26.3rem;
  top: 94.1rem;
  left: 94rem;
}

@media screen and (max-width: 768px) {
  .sio__img07 {
    width: 16.5rem;
    top: 185.4rem;
    left: 12rem;
  }
}

.sio__img08 {
  width: 26rem;
  top: 115.3rem;
  left: 53.8rem;
}

@media screen and (max-width: 768px) {
  .sio__img08 {
    width: 16.6rem;
    top: 116.3rem;
    left: 13.9rem;
  }
}

@media screen and (max-width: 768px) {
  .sio__img08 img {
    border-radius: 0 1.2rem 0 0;
  }
}

.sio__img09 {
  width: 29.3rem;
  top: 124.3rem;
  left: 84.7rem;
}

@media screen and (max-width: 768px) {
  .sio__img09 {
    width: 18.2rem;
    top: 170.8rem;
    left: 3.4rem;
  }
}

.sio__yamame {
  width: 22rem;
  top: 17.3rem;
  left: 101.5rem;
}

@media screen and (max-width: 768px) {
  .sio__yamame {
    width: 13.2rem;
    top: 63.7rem;
    left: 15rem;
  }
}

.sio__serif01 {
  width: 15.1rem;
  top: 2.1rem;
  left: 12.8rem;
}

@media screen and (max-width: 768px) {
  .sio__serif01 {
    width: 7.1rem;
    top: 4.1rem;
    left: 0.8rem;
  }
}

.sio__serif02 {
  width: 18.3rem;
  top: 4.8rem;
  left: 101.7rem;
}

@media screen and (max-width: 768px) {
  .sio__serif02 {
    width: 11.6rem;
    top: 59.7rem;
    left: 2.3rem;
  }
}

.sio__serif03 {
  width: 17.5rem;
  top: 60.5rem;
  left: 42.1rem;
}

@media screen and (max-width: 768px) {
  .sio__serif03 {
    width: 4.2rem;
    top: 73rem;
    left: 23.2rem;
  }
}

.sio__serif04 {
  width: 14.5rem;
  top: 70.8rem;
  left: 66.1rem;
}

@media screen and (max-width: 768px) {
  .sio__serif04 {
    width: 11.5rem;
    top: 88.4rem;
    left: 5.2rem;
  }
}

.sio__serif05 {
  width: 4.7rem;
  top: 72.5rem;
  left: 103.5rem;
}

@media screen and (max-width: 768px) {
  .sio__serif05 {
    width: 4.2rem;
    top: 97.7rem;
    left: 24.6rem;
  }
}

.sio__serif06 {
  width: 9.1rem;
  top: 82.9rem;
  left: 105.2rem;
}

@media screen and (max-width: 768px) {
  .sio__serif06 {
    width: 6.7rem;
    top: 191rem;
    left: 3.6rem;
  }
}

.sio__serif07 {
  width: 22.2rem;
  top: 108.2rem;
  left: 65rem;
}

@media screen and (max-width: 768px) {
  .sio__serif07 {
    width: 14.2rem;
    top: 114.7rem;
    left: 2.5rem;
  }
}

.sio__serif08 {
  width: 19.1rem;
  top: 120.2rem;
  left: 88rem;
}

@media screen and (max-width: 768px) {
  .sio__serif08 {
    width: 6.1rem;
    top: 173.7rem;
    left: 23rem;
  }
}

.sio__serif09 {
  display: none;
}

@media screen and (max-width: 768px) {
  .sio__serif09 {
    width: 4.1rem;
    top: 242.7rem;
    left: 19rem;
    display: inline;
    z-index: 1;
  }
}

.sio__txt01 {
  top: 13.2rem;
  left: 75.4rem;
}

@media screen and (max-width: 768px) {
  .sio__txt01 {
    top: 30.4rem;
    left: 3.6rem;
    width: 81%;
    text-align: justify;
  }
}

.sio__txt02 {
  top: 120rem;
  left: 15.6rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .sio__txt02 {
    text-align: justify;
    top: 140.5rem;
    left: 4.2rem;
    width: 80%;
  }
}

.sio__price {
  display: inline-block;
  width: 21.2rem;
  top: 151.5rem;
  left: 103.5rem;
}

@media screen and (max-width: 768px) {
  .sio__price {
    width: 15.6rem;
    top: 222.5rem;
    left: 10rem;
  }
}

.sio__point {
  background: url(../images/taberu/back05_upper.svg) no-repeat 50% -23%, url(../images/taberu/back05_bottom.svg) no-repeat 50% 108%;
  background-size: 138.8rem;
  background-color: #a5e5dd;
  width: 100%;
  height: 34.3rem;
  top: 163rem;
}

@media screen and (max-width: 768px) {
  .sio__point {
    background: url(../images/taberu/back05_upperSP.svg) no-repeat 50% -1%, url(../images/taberu/back05_bottomSP.svg) no-repeat 50% 101%;
    background-size: 100%;
    background-color: #a5e5dd;
    top: 231rem;
    height: 44.5rem;
  }
}

.sio__point > figure,
.sio__point > p {
  position: absolute;
}

.sio__point > figure img,
.sio__point > p img {
  width: 100%;
}

.sio__point--img01 {
  width: 18.1rem;
  top: 8rem;
  left: 23rem;
}

@media screen and (max-width: 768px) {
  .sio__point--img01 {
    width: 12.7rem;
    top: 12.1rem;
    left: 5rem;
  }
}

.sio__point--img02 {
  width: 14.85rem;
  top: 12rem;
  left: 81rem;
}

@media screen and (max-width: 1000px) {
  .sio__point--img02 {
    left: 84rem;
  }
}

@media screen and (max-width: 768px) {
  .sio__point--img02 {
    width: 8.8rem;
    top: 16.9rem;
    left: 20.5rem;
  }
}

.sio__point--img03 {
  width: 13.05rem;
  top: 14rem;
  left: 95rem;
}

@media screen and (max-width: 1000px) {
  .sio__point--img03 {
    left: 100rem;
  }
}

@media screen and (max-width: 768px) {
  .sio__point--img03 {
    width: 7.8rem;
    top: 39.5rem;
    left: 18rem;
  }
}

.sio__point--ttl {
  color: #333333;
  font-size: 2.2rem;
  top: 7rem;
  left: 44rem;
  padding-bottom: 1.4rem;
  font-weight: 600;
  background-image: url(../images/taberu/waveline.svg);
  background-size: 27.9rem;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 768px) {
  .sio__point--ttl {
    font-size: 1.6rem;
    line-height: 1.5em;
    top: 4rem;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    background-size: 16.9rem;
    background-position: 50% 100%;
  }
}

.sio__point--txt {
  color: #333333;
  font-size: 1.4rem;
  top: 14rem;
  left: 44rem;
}

@media screen and (max-width: 768px) {
  .sio__point--txt {
    top: 28rem;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.sio__yamame01 {
  top: 63.1rem;
  left: -6.9rem;
}

@media screen and (max-width: 768px) {
  .sio__yamame01 {
    display: none;
  }
}

.sio__yamame02 {
  top: 107.1rem;
  left: 8.1rem;
}

@media screen and (max-width: 768px) {
  .sio__yamame02 {
    top: 134.1rem;
    display: none;
  }
}

.sou {
  color: #fff;
  background-color: #fbd075;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-bottom: 3rem;
  padding-top: 4.5rem;
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  .sou {
    background-size: 127.6rem;
    background-position: 36% 100.1%;
    padding-bottom: 0rem;
  }
}

.sou__inner {
  max-width: 1366px;
  width: 90%;
  margin: 0 auto 0 auto;
  background-color: #fff;
}

.sou__ttl {
  font-size: 3.9rem;
  background-image: url(../images/taberu/line.svg);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 17.1rem;
  padding: 0 0rem 1rem 1.3rem;
  letter-spacing: 0.7rem;
  display: inline-block;
  margin-bottom: 2.5rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .sou__ttl {
    font-size: 2rem;
    background-size: 9rem;
    letter-spacing: 0.4rem;
    padding: 0 1rem 0.6rem 1.5rem;
    margin-bottom: 1rem;
  }
}

.sou__ttl--wrap {
  background-image: url(../images/taberu/back01.svg);
  background-repeat: no-repeat;
  background-position: center -1px;
  background-size: 136.8rem;
  text-align: center;
  height: 23.1rem;
  padding-top: 0rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sou__ttl--wrap {
    background-size: 34.8rem;
    background-image: url(../images/taberu/back01SP.svg);
    background-position: center -2.8rem;
    height: 24.1rem;
  }
}

.sou__txtarea {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sou__txtarea {
    font-weight: 300;
  }
}

.sou__contents {
  position: relative;
  margin: -5.1rem 0 0 0;
  height: 149.5rem;
  background: url(../images/taberu/back02.svg) no-repeat 0% 8rem, url(../images/taberu/back03.svg) no-repeat 0% 74.5rem, url(../images/taberu/back06.svg) no-repeat 0% 100.1%;
  background-size: 136.8rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sou__contents {
    background: url(../images/taberu/back02.svg) no-repeat 0% 26.5rem, url(../images/taberu/back03.svg) no-repeat 0% 71.5rem, url(../images/taberu/back04.svg) no-repeat 0% 100.4rem, url(../images/taberu/back02.svg) no-repeat 0% 141.5rem, url(../images/taberu/back06.svg) no-repeat 5% 100.1%;
    background-size: 40.6rem;
    height: 165rem;
  }
}

.sou__contents > figure,
.sou__contents > p,
.sou__contents > div,
.sou__contents > a {
  position: absolute;
}

.sou__contents > figure img,
.sou__contents > p img,
.sou__contents > div img,
.sou__contents > a img {
  width: 100%;
}

.sou__txt--ttl {
  font-size: 2.2rem;
  color: #c4ab7b;
  line-height: 1.5em;
  margin-bottom: 1.1rem;
}

@media screen and (max-width: 768px) {
  .sou__txt--ttl {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}

.sou__txt--txtarea {
  font-size: 1.5rem;
  color: #000;
}

.sou__img01 {
  width: 59.9rem;
  top: 11.7rem;
  left: 28.1rem;
}

@media screen and (max-width: 768px) {
  .sou__img01 {
    width: 29.7rem;
    top: 6.6rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .sou__img01 img {
    border-radius: 2rem 0 0 0;
  }
}

.sou__img02 {
  width: 33.2rem;
  top: 44.1rem;
  left: 83.9rem;
}

@media screen and (max-width: 768px) {
  .sou__img02 {
    width: 20.8rem;
    top: 61.7rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.sou__img03 {
  width: 31.3rem;
  top: 63.4rem;
  left: 24.4rem;
}

@media screen and (max-width: 768px) {
  .sou__img03 {
    width: 17.6rem;
    top: 78rem;
    left: 2.9rem;
  }
}

.sou__img04 {
  width: 27.3rem;
  top: 74rem;
  left: 62.3rem;
}

@media screen and (max-width: 768px) {
  .sou__img04 {
    width: 15.9rem;
    top: 92.1rem;
    left: 14.1rem;
  }
}

@media screen and (max-width: 768px) {
  .sou__img04 img {
    border-radius: 0 1.2rem 0 0;
  }
}

.sou__img05 {
  width: 15.2rem;
  top: 92.9rem;
  left: 30.5rem;
}

@media screen and (max-width: 768px) {
  .sou__img05 {
    width: 10rem;
    top: 102.6rem;
    left: 5.7rem;
  }
}

.sou__img06 {
  width: 26.9rem;
  top: 92.7rem;
  left: 87.5rem;
}

@media screen and (max-width: 768px) {
  .sou__img06 {
    width: 19.3rem;
    top: 114.5rem;
    left: 9.8rem;
  }
}

.sou__img07 {
  width: 37rem;
  top: 109.1rem;
  left: 48rem;
}

@media screen and (max-width: 768px) {
  .sou__img07 {
    width: 29.7rem;
    top: 130.2rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.sou__img08 {
  width: 26rem;
  top: 115.3rem;
  left: 53.8rem;
}

@media screen and (max-width: 768px) {
  .sou__img08 {
    width: 22.1rem;
    top: 230.3rem;
    left: 8.4rem;
  }
}

.sou__img09 {
  width: 29.3rem;
  top: 124.3rem;
  left: 84.7rem;
}

@media screen and (max-width: 768px) {
  .sou__img09 {
    width: 22.1rem;
    top: 230.3rem;
    left: 8.4rem;
  }
}

.sou__yamame {
  width: 22rem;
  top: 17.3rem;
  left: 101.5rem;
}

@media screen and (max-width: 768px) {
  .sou__yamame {
    width: 6.4rem;
    top: 61.7rem;
    left: 5.3rem;
  }
}

.sou__serif01 {
  width: 15.1rem;
  top: 10.5rem;
  left: 22.2rem;
}

@media screen and (max-width: 768px) {
  .sou__serif01 {
    width: 7.2rem;
    top: 3.7rem;
    left: 25.8rem;
  }
}

.sou__serif02 {
  width: 14.6rem;
  top: 62.8rem;
  left: 57.7rem;
}

@media screen and (max-width: 768px) {
  .sou__serif02 {
    width: 10.7rem;
    top: 83.8rem;
    left: 21.6rem;
  }
}

.sou__serif03 {
  width: 17.4rem;
  top: 71.5rem;
  left: 82.1rem;
}

@media screen and (max-width: 768px) {
  .sou__serif03 {
    width: 10.8rem;
    top: 92.8rem;
    left: 4rem;
  }
}

.sou__serif04 {
  width: 15.1rem;
  top: 91.2rem;
  left: 42.6rem;
}

@media screen and (max-width: 768px) {
  .sou__serif04 {
    width: 1.6rem;
    top: 106.4rem;
    left: 3.4rem;
  }
}

.sou__serif05 {
  width: 9.1rem;
  top: 83.5rem;
  left: 103.9rem;
}

@media screen and (max-width: 768px) {
  .sou__serif05 {
    width: 5.4rem;
    top: 109.7rem;
    left: 21.3rem;
  }
}

.sou__serif06 {
  width: 11.9rem;
  top: 104.9rem;
  left: 66.6rem;
}

@media screen and (max-width: 768px) {
  .sou__serif06 {
    display: none;
  }
}

.sou__txt01 {
  top: 14.2rem;
  left: 89.9rem;
}

@media screen and (max-width: 768px) {
  .sou__txt01 {
    top: 32.4rem;
    left: 3.2rem;
    width: 81%;
    text-align: justify;
  }
}

.sou__price {
  display: inline-block;
  width: 21.2rem;
  top: 125.5rem;
  left: 103.5rem;
}

@media screen and (max-width: 768px) {
  .sou__price {
    width: 15.6rem;
    top: 152.5rem;
    left: 10rem;
  }
}

.sou__yamame01 {
  top: 43.1rem;
  left: 5.1rem;
}

@media screen and (max-width: 768px) {
  .sou__yamame01 {
    top: 54.7rem;
    left: 13.1rem;
  }
}

.sou__yamame02 {
  top: 113.1rem;
  left: 8.1rem;
}

@media screen and (max-width: 768px) {
  .sou__yamame02 {
    display: none;
  }
}

.shoku {
  color: #fff;
  background-color: #fbd075;
  background-image: url(../images/taberu/bottom.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 3440px;
  padding-bottom: 18rem;
  padding-top: 4.5rem;
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .shoku {
    background-size: 127.6rem;
    background-position: 36% 100.1%;
    padding-bottom: 5rem;
  }
}

.shoku__inner {
  max-width: 1366px;
  width: 90%;
  margin: 0 auto 0 auto;
  background-color: #fff;
}

.shoku__ttl {
  font-size: 3.9rem;
  background-image: url(../images/taberu/line.svg);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 17.1rem;
  padding: 0 4rem 1rem 4.8rem;
  letter-spacing: 0.7rem;
  display: inline-block;
  margin-bottom: 2.5rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .shoku__ttl {
    font-size: 2rem;
    background-size: 9rem;
    letter-spacing: 0.4rem;
    padding: 0 1rem 0.6rem 1.5rem;
    margin-bottom: 1rem;
  }
}

.shoku__ttl--wrap {
  background-image: url(../images/taberu/back01.svg);
  background-repeat: no-repeat;
  background-position: center -1px;
  background-size: 136.8rem;
  text-align: center;
  height: 23.1rem;
  padding-top: 0rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .shoku__ttl--wrap {
    background-size: 34.8rem;
    background-image: url(../images/taberu/back01SP.svg);
    background-position: center -2.8rem;
    height: 24.1rem;
  }
}

.shoku__txtarea {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .shoku__txtarea {
    font-weight: 300;
  }
}

.shoku__contents {
  position: relative;
  margin: -5.1rem 0 0 0;
  height: 129.5rem;
  background: url(../images/taberu/back02.svg) no-repeat 0% 1.5rem, url(../images/taberu/back03.svg) no-repeat 0% 56.5rem, url(../images/taberu/back06.svg) no-repeat 0% 100.1%;
  background-size: 136.8rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .shoku__contents {
    background: url(../images/taberu/back02.svg) no-repeat 0% 25rem, url(../images/taberu/back03.svg) no-repeat 0% 66rem, url(../images/taberu/back04.svg) no-repeat 0% 99.4rem, url(../images/taberu/back02.svg) no-repeat 0% 131.5rem, url(../images/taberu/back02.svg) no-repeat 0% 160.9rem, url(../images/taberu/back06.svg) no-repeat 5% 100.1%;
    background-size: 40.6rem;
    height: 190rem;
  }
}

.shoku__contents > figure,
.shoku__contents > p,
.shoku__contents > div,
.shoku__contents > a {
  position: absolute;
}

.shoku__contents > figure img,
.shoku__contents > p img,
.shoku__contents > div img,
.shoku__contents > a img {
  width: 100%;
}

.shoku__txt--ttl {
  font-size: 2.2rem;
  color: #c4ab7b;
  line-height: 1.5em;
  margin-bottom: 1.1rem;
}

@media screen and (max-width: 768px) {
  .shoku__txt--ttl {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}

.shoku__txt--txtarea {
  font-size: 1.4rem;
  color: #000;
}

.shoku__img01 {
  width: 44.9rem;
  top: 11.7rem;
  left: 46rem;
}

@media screen and (max-width: 768px) {
  .shoku__img01 {
    width: 29.7rem;
    top: 5.6rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.shoku__img02 {
  width: 28.9rem;
  top: 51.2rem;
  left: 32.5rem;
}

@media screen and (max-width: 768px) {
  .shoku__img02 {
    width: 16.4rem;
    top: 90.5rem;
    left: 12.2rem;
  }
}

.shoku__img03 {
  width: 29.7rem;
  top: 39rem;
  left: 88.8rem;
}

@media screen and (max-width: 768px) {
  .shoku__img03 {
    width: 21.5rem;
    top: 71.3rem;
    left: 3rem;
  }
}

.shoku__img04 {
  width: 25.1rem;
  top: 79.5rem;
  left: 85.6rem;
}

@media screen and (max-width: 768px) {
  .shoku__img04 {
    width: 16.9rem;
    top: 105.7rem;
    left: 3rem;
  }
}

.shoku__img05 {
  width: 21rem;
  top: 94.4rem;
  left: 56rem;
}

@media screen and (max-width: 768px) {
  .shoku__img05 {
    width: 14.9rem;
    top: 122.8rem;
    left: 13.7rem;
  }
}

.shoku__kuma {
  width: 10.3rem;
  top: 10.3rem;
  left: 105.5rem;
}

@media screen and (max-width: 768px) {
  .shoku__kuma {
    width: 5.5rem;
    top: 56.7rem;
    left: 22.3rem;
  }
}

.shoku__kinoko {
  width: 23.7rem;
  top: 66.3rem;
  left: 67.5rem;
}

@media screen and (max-width: 768px) {
  .shoku__kinoko {
    width: 11.8rem;
    top: 165.7rem;
    left: 2.8rem;
  }
}

.shoku__serif01 {
  width: 15.1rem;
  top: 5.1rem;
  left: 111.8rem;
}

@media screen and (max-width: 768px) {
  .shoku__serif01 {
    width: 13.8rem;
    top: 56.2rem;
    left: 6.8rem;
  }
}

.shoku__serif02 {
  width: 21rem;
  top: 68.2rem;
  left: 94.3rem;
}

@media screen and (max-width: 768px) {
  .shoku__serif02 {
    width: 15rem;
    top: 165.8rem;
    left: 16.2rem;
  }
}

.shoku__menu01 {
  width: 10.8rem;
  top: 42.5rem;
  left: 74.1rem;
}

@media screen and (max-width: 768px) {
  .shoku__menu01 {
    width: 8rem;
    top: 72.8rem;
    left: 22.8rem;
  }
}

.shoku__menu02 {
  width: 10rem;
  top: 63.5rem;
  left: 23.8rem;
}

@media screen and (max-width: 768px) {
  .shoku__menu02 {
    width: 8rem;
    top: 94.8rem;
    left: 5.2rem;
  }
}

.shoku__menu03 {
  width: 10rem;
  top: 90.5rem;
  left: 109.1rem;
}

@media screen and (max-width: 768px) {
  .shoku__menu03 {
    width: 8rem;
    top: 111.8rem;
    left: 18.6rem;
  }
}

.shoku__menu04 {
  width: 9rem;
  top: 100.5rem;
  left: 75.1rem;
}

@media screen and (max-width: 768px) {
  .shoku__menu04 {
    width: 8rem;
    top: 124.2rem;
    left: 6.8rem;
  }
}

.shoku__menu05 {
  width: 25.7rem;
  top: 80.8rem;
  left: 24.1rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .shoku__menu05 {
    width: 21.1rem;
    top: 137.4rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.shoku__txt01 {
  top: 11.8rem;
  left: 14.7rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .shoku__txt01 {
    top: 28.9rem;
    left: 3.2rem;
    text-align: justify;
  }
}

.shoku__txt02 {
  top: 120rem;
  left: 22.6rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .shoku__txt02 {
    text-align: justify;
    top: 147.5rem;
    left: 3.2rem;
  }
}

.shoku__price {
  display: inline-block;
  width: 21.2rem;
  top: 107.5rem;
  left: 103.5rem;
}

@media screen and (max-width: 768px) {
  .shoku__price {
    width: 15.6rem;
    top: 176.5rem;
    left: 10rem;
  }
}

.shoku__point {
  background: url(../images/taberu/back05_upper.svg) no-repeat 50% -23%, url(../images/taberu/back05_bottom.svg) no-repeat 50% 108%;
  background-size: 138.8rem;
  background-color: #a5e5dd;
  width: 100%;
  height: 34.3rem;
  top: 163rem;
}

@media screen and (max-width: 768px) {
  .shoku__point {
    background: url(../images/taberu/back05_upperSP.svg) no-repeat 50% -1%, url(../images/taberu/back05_bottomSP.svg) no-repeat 50% 101%;
    background-size: 100%;
    background-color: #a5e5dd;
    top: 186rem;
    height: 41.1rem;
  }
}

.shoku__point > figure,
.shoku__point > p {
  position: absolute;
}

.shoku__point > figure img,
.shoku__point > p img {
  width: 100%;
}

.shoku__point--img01 {
  width: 18.1rem;
  top: 8rem;
  left: 23rem;
}

@media screen and (max-width: 768px) {
  .shoku__point--img01 {
    width: 13.1rem;
    top: 12.1rem;
    left: 3rem;
    margin: auto;
  }
}

.shoku__point--img02 {
  width: 14.85rem;
  top: 12rem;
  left: 81rem;
}

@media screen and (max-width: 1000px) {
  .shoku__point--img02 {
    left: 84rem;
  }
}

@media screen and (max-width: 768px) {
  .shoku__point--img02 {
    width: 12.8rem;
    top: 13.9rem;
    left: 18rem;
  }
}

.shoku__point--img03 {
  width: 13.05rem;
  top: 14rem;
  left: 95rem;
}

@media screen and (max-width: 1000px) {
  .shoku__point--img03 {
    left: 100rem;
  }
}

@media screen and (max-width: 768px) {
  .shoku__point--img03 {
    width: 7.8rem;
    top: 39.5rem;
    left: 18rem;
  }
}

.shoku__point--ttl {
  color: #333333;
  font-size: 2.2rem;
  top: 7rem;
  left: 44rem;
  padding-bottom: 1.4rem;
  font-weight: 600;
  background-image: url(../images/taberu/waveline.svg);
  background-size: 27.9rem;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 768px) {
  .shoku__point--ttl {
    font-size: 1.6rem;
    line-height: 1.5em;
    top: 4rem;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    background-size: 16.9rem;
    background-position: 50% 100%;
  }
}

.shoku__point--txt {
  color: #333333;
  font-size: 1.4rem;
  top: 14rem;
  left: 44rem;
}

@media screen and (max-width: 768px) {
  .shoku__point--txt {
    top: 24rem;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.shoku__yamame01 {
  top: 46.1rem;
  left: -6.9rem;
}

@media screen and (max-width: 768px) {
  .shoku__yamame01 {
    display: none;
  }
}

.shoku__yamame02 {
  top: 93.5rem;
  left: 8.1rem;
}

@media screen and (max-width: 768px) {
  .shoku__yamame02 {
    display: none;
  }
}
/*# sourceMappingURL=taberu.css.map */