@charset "UTF-8";
/* grid
--------------------------------------------------------- */
/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
  position: relative;
}

/* ブロックを縦に表示 */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 100%;
}

.col {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

/* 768px以上の表示 */
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .col {
    margin-left: 4%;
  }
  .col:first-child {
    margin-left: 0;
  }
  .row .col.span-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.6666666667%;
            flex: 0 0 4.6666666667%;
    max-width: 4.6666666667%;
  }
  .row .col.span-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.3333333333%;
            flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
  }
  .row .col.span-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
  }
  .row .col.span-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.6666666667%;
            flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
  }
  .row .col.span-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.3333333333%;
            flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
  }
  .row .col.span-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
  .row .col.span-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.6666666667%;
            flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
  }
  .row .col.span-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.3333333333%;
            flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
  }
  .row .col.span-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74%;
            flex: 0 0 74%;
    max-width: 74%;
  }
  .row .col.span-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82.6666666667%;
            flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
  }
  .row .col.span-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.3333333333%;
            flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
  }
  .row .col.span-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* オフセット */
  .row .col.offset-1 {
    margin-left: 8.6666666667%;
  }
  .row .col.offset-2 {
    margin-left: 17.3333333333%;
  }
  .row .col.offset-3 {
    margin-left: 26%;
  }
  .row .col.offset-4 {
    margin-left: 34.6666666667%;
  }
  .row .col.offset-5 {
    margin-left: 43.333333333%;
  }
  .row .col.offset-6 {
    margin-left: 52%;
  }
  .row .col.offset-7 {
    margin-left: 60.6666666667%;
  }
  .row .col.offset-8 {
    margin-left: 69.3333333333%;
  }
  .row .col.offset-9 {
    margin-left: 78%;
  }
  .row .col.offset-10 {
    margin-left: 86.6666666667%;
  }
  .row .col.offset-11 {
    margin-left: 95.3333333333%;
  }
}
/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* モバイル表示 */
@media (min-width: 550px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.5rem;
  }
  h3 {
    font-size: 3.2rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

/* リンク
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;
}

a:hover {
  color: #0FA0CE;
}

/* ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  margin-right: 5px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

/* フォーム
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 100px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #666;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* リスト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* コード
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  white-space: nowrap;
  background: #F1F1F1;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* テーブル
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  border-collapse: collapse;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* スペース
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* 全幅
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/* 罫線
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/* common
--------------------------------------------------------- */
.orange {
  color: #FF6200;
}

em {
  color: #d9091c;
  font-style: normal;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  /* Height Auto */
}

.wideimg {
  margin: 0 auto;
}

.wideimg img {
  width: 100vw;
  height: auto;
}

a {
  color: #666;
  text-decoration-line: none;
}

a:hover {
  color: #FF6200;
}

a img:hover {
  opacity: 0.6;
}

ol, ul {
  list-style: none;
}

.underline {
  border-bottom: 3px solid #4C290E;
  padding-bottom: 0.5rem;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.bold {
  font-weight: bold;
}

h2 {
  line-height: 1.5;
  font-weight: 500;
  color: #4C290E;
  margin-bottom: 28px;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  font-size: 2rem;
  line-height: 1.5;
  color: #FF6200;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 28px;
}

.ml4 {
  margin-left: 4em;
}

@media screen and (max-width: 599px) {
  .ml4 {
    margin-left: 0;
  }
}
.fs1ten5 {
  font-size: 1.5em;
}

.fs08 {
  font-size: 0.8em;
  margin-bottom: 1em;
}

/* p + img
--------------------------------*/
.txt_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txt_img .img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 40%;
  margin-left: 3%;
}

.txt_img p + p:not(.img) {
  margin-top: 28px;
}

.txt_img.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.txt_img.reverse .img {
  margin-left: 0;
  margin-right: 3%;
}

@media screen and (max-width: 599px) {
  .txt_img {
    display: block;
  }
  .txt_img .img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    margin: 7% auto 0;
  }
  .txt_img .img.alignright {
    float: none;
    margin: 0 auto 7%;
  }
  .txt_img p + p:not(.img) {
    margin-top: 7%;
  }
}
.blocklist {
  border-radius: 6px;
  border: 1px solid #4C290E;
  padding: 28px;
}

.blocklist li {
  color: #4C290E;
  padding-left: 0.9em;
  text-indent: -0.9em;
}

.scroll-table {
  margin: 2em 0;
}

.scroll-table table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.scroll-table table td p {
  word-break: break-all;
}

.scroll-table table th, .scroll-table table td {
  line-height: 1.2;
  vertical-align: top;
  border-bottom: 1px solid #4C290E;
}

.scroll-table table tr:first-child th, .scroll-table table tr:first-child td {
  border-top: 1px solid #4C290E;
}

.scroll-table table th {
  font-weight: 500;
  background: #FAF2E4;
  color: #4C290E;
}

@media screen and (min-width: 769px) {
  .scroll-table table caption {
    display: none;
  }
  .scroll-table table th, .scroll-table table td {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .scroll-table {
    margin-bottom: 40px;
  }
  .scroll-table table caption {
    display: inline;
    caption-side: top;
    text-align: left;
    font-size: 0.8em;
  }
  .scroll-table table th, .scroll-table table td {
    padding: 10px;
  }
}
@media screen and (max-width: 599px) {
  .scroll-table table th, .scroll-table table th {
    font-size: 0.8em;
  }
  .scroll-table table td {
    font-size: 0.8em;
  }
  .scroll-table table th, .scroll-table table td {
    padding: 10px;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex .flex_i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 25px;
}

.flex .img03 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .flex .flex_i {
    max-width: 50%;
  }
  .flex .img02 {
    width: 140px;
  }
  .flex .img03 {
    width: 330px;
  }
}
@media screen and (max-width: 599px) {
  .flex {
    display: block;
  }
  .flex .flex_i {
    max-width: 100%;
    margin: 25px 0 0;
  }
  .flex .img02 {
    margin-top: 40px;
  }
  .flex .img03 {
    width: 100%;
  }
}
/* Header
-------------------------------------*/
.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1rem 0 0 0;
}

.head h1 {
  padding: 1rem 0;
}

.telbox {
  margin-left: auto;
  font-size: 3rem;
  padding: 1rem 0 0 0;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  margin-bottom: 1rem;
}

nav ul li {
  display: block;
  width: calc(33.3333% - 3.3333333333px);
  margin-right: 10px;
}

nav ul li:nth-child(3n) {
  margin-right: 0;
}

nav ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  border: solid 1px #4C290E;
}

nav a {
  padding: 1rem;
}

nav a:hover {
  background-color: #f7f7f7;
}

@media screen and (min-width: 768px) {
  /* PC ver Menu Hide */
  #open, #close {
    display: none !important;
  }
  #navi {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
  }
  .telbox {
    margin-left: 0;
    text-align: center;
  }
  .head #open, #close {
    position: absolute;
    top: 28px;
    right: 12px;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav ul li {
    width: 100%;
    margin-right: 0;
  }
  /* Mobile ver Menu Hide */
  #open, #close {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
  }
  /* Mobile ver Menu Hide */
  #navi {
    display: none;
  }
}
/* ddmenu */
.ddmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ddmenu > li > a {
  font-size: 1.5rem;
  text-align: center;
  line-height: 38px;
  height: 40px;
  color: #4C290E;
  display: block;
  border: 1px solid #4C290E;
}

.ddmenu li .child {
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

.ddmenu li .child li {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
}

.ddmenu li .child li a {
  font-size: 1.5rem;
  text-align: center;
  height: 40px;
  line-height: 38px;
  color: #4C290E;
  display: block;
  width: 100%;
  background: #FAF2E4;
  border-top: 1px solid #D9C8B9;
  position: relative;
}

.ddmenu li .child li a::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -5px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #4C290E;
  border-bottom: 1px solid #4C290E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ddmenu.col1 {
  display: block;
}

.ddmenu.col1 li {
  width: 100%;
}

.ddmenu.col1 > li:nth-child(n+2) {
  margin-top: 10px;
}

.ddmenu::after {
  content: "";
  display: block;
  width: 33%;
  max-width: 290px;
}

.ddmenu > li {
  width: 33%;
  max-width: 290px;
  position: relative;
}

.ddmenu > li:nth-child(n+4) {
  margin-top: 10px;
}

/* main image
-------------------------------------*/
.mainimg img {
  width: 100vw;
}

/* main contents
-------------------------------------*/
main {
  margin: 5rem 0 5rem 0;
}

/* video
--------------------------------*/
.movie {
  text-align: center;
}

.remodal {
  padding: 0;
  margin-bottom: 2em;
  background: #000;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie a {
  position: relative;
  display: inline-block;
}

.movie a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.movie a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url(../img/youtube_icon.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.movie a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url(../img/youtube_icon.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  background-image: url(../img/youtube_icon_red.svg);
  opacity: 0;
}

.movie a:hover img {
  opacity: 0.8;
}

.movie a:hover::before {
  opacity: 0;
}

.movie a:hover::after {
  opacity: 1;
}

@media screen and (max-width: 599px) {
  .movie {
    padding-top: 56.25%;
    position: relative;
  }
  .movie .player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .movie .thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .movie .thumb::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20vw;
    height: 20vw;
    background: url(../img/youtube_icon.svg) no-repeat center center/contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 3;
    pointer-events: none;
  }
  .movie .thumb::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20vw;
    height: 20vw;
    background: url(../img/youtube_icon.svg) no-repeat center center/contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 3;
    pointer-events: none;
    background-image: url(../img/youtube_icon_red.svg);
    opacity: 0;
  }
  .movie .thumb:hover img {
    opacity: 0.8;
  }
  .movie .thumb:hover::before {
    opacity: 0;
  }
  .movie .thumb:hover::after {
    opacity: 1;
  }
}
/* gloval
-------------------------------------*/
#global .befunfeature ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 2em;
}

#global .befunfeature ul li::before {
  content: "●";
  font-weight: 700;
  color: #4C290E;
  padding-right: 0.5em;
}

#global .befunfeature ul li ul {
  padding: 20px;
}

#global .ingredients {
  border-radius: 10px;
  border: 1px solid #fff2ce;
  background-color: #fff2ce;
  padding: 20px 20px 15px 20px;
  margin: 2em 4em;
}

#global .ingredients h5 {
  font-weight: bold;
}

#global .ingredients table td {
  line-height: 1em;
  padding: 20px 0;
}

#global .ingredients article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#global .ingredients article div img {
  max-width: 100%;
  margin-top: 20px;
}

#global .ingredients article div:first-child {
  width: 65%;
  margin-right: 2%;
}

#global .ingredients article div:first-child p {
  margin-top: 2em;
}

#global .ingredients article div:nth-child(2) {
  width: 38%;
}

#global .ingredients article:before, #global .ingredients article:after {
  display: table;
  line-height: 0;
  content: "";
}

#global .makebox article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 4em;
}

#global .makebox article div img {
  max-width: 100%;
  margin-top: 20px;
}

#global .makebox article div:first-child {
  width: 50%;
  margin-right: 2%;
}

#global .makebox article div:first-child p {
  margin-top: 2em;
}

#global .makebox article div:nth-child(2) {
  width: 48%;
}

#global .makebox article:before, #global .makebox article:after {
  display: table;
  line-height: 0;
  content: "";
}

#global .point {
  border-radius: 6px;
  border: 1px solid #fecb9c;
  background-color: #fecb9c;
  padding: 0px 28px 28px;
  margin: 0 4em;
}

#global .point article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

#global .point article p {
  font-size: 1.3em;
  margin-top: 3em;
}

#global .point article div img {
  max-width: 100%;
  margin-top: 20px;
}

#global .point article div:first-child {
  width: 50%;
  margin-right: 2%;
}

#global .point article div:nth-child(2) {
  width: 48%;
}

#global .point article:before, #global .point article:after {
  display: table;
  line-height: 0;
  content: "";
}

#global .yakibefun_img07 {
  position: relative;
}

#global .yakibefun_img07 span {
  margin-left: 0.5em;
}

@media screen and (max-width: 599px) {
  #global .ingredients {
    margin: 2em 0;
  }
  #global .ingredients article {
    display: block;
  }
  #global .ingredients article div img {
    margin-top: 20px;
  }
  #global .ingredients article div:first-child {
    width: 100%;
    margin-right: 0;
  }
  #global .ingredients article div:first-child p {
    margin-top: 2em;
  }
  #global .ingredients article div:nth-child(2) {
    width: 100%;
  }
  #global .makebox article {
    display: block;
    margin: 2em 0;
  }
  #global .makebox article div img {
    margin-top: 0;
  }
  #global .makebox article div:first-child {
    width: 100%;
    margin-right: 0;
  }
  #global .makebox article div:first-child p {
    margin-top: 2em;
  }
  #global .makebox article div:nth-child(2) {
    width: 100%;
  }
  #global .point {
    margin: 2em 0;
  }
  #global .point article {
    display: block;
    margin: 0;
  }
  #global .point article p {
    margin-top: 3em;
  }
  #global .point article div img {
    max-width: 100%;
  }
  #global .point article div:first-child {
    width: 100%;
    margin-right: 0;
  }
  #global .point article div:nth-child(2) {
    width: 100%;
  }
}
/* where-to-buy-kenmin-yaki-be-fun
-------------------------------------*/
/* guinness
-------------------------------------*/
#guinness .infobox article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 0;
}

#guinness .infobox article div img {
  max-width: 100%;
  margin-top: 20px;
}

#guinness .infobox article div:first-child {
  width: 68%;
  margin-right: 2%;
}

#guinness .infobox article div:first-child p {
  margin-top: 2em;
}

#guinness .infobox article div:nth-child(2) {
  width: 30%;
}

#guinness .infobox article:before, #guinness .infobox article:after {
  display: table;
  line-height: 0;
  content: "";
}

/* overview
--------------------------------*/
#overview .map {
  margin-top: 35px;
}

#overview .map iframe {
  width: 100%;
  height: 800px;
}

@media screen and (max-width: 599px) {
  #overview .map iframe {
    height: 90vw;
  }
}
/* footer
-------------------------------------*/
footer {
  background-color: #f7f7f7;
  padding: 5rem 0;
}

footer h5 {
  border-bottom: 3px solid #ccc;
}

/* copyright
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 1rem 0;
  background-color: #fff;
}

.copyright a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}

/* Pagetop
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

#pagetop a {
  display: block;
}

/* Breadcrumb
-----------------------------------*/
.breadcrumb {
  margin: 0 0 1em 0;
  padding: 0;
}

.breadcrumb li {
  list-style-type: none;
}

.breadcrumb li a {
  display: inline-block;
  color: #959fa5;
}

.newsbnr a {
  margin: 0 auto;
  padding: 0.8em 3em;
  color: white;
  font-weight: 700;
  background-color: #FF6200;
  border-radius: 50vh;
}
.newsbnr a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}/*# sourceMappingURL=style.css.map */