﻿* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}
html {
  font-size: 62.5%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
body {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 2.3rem;
  -webkit-text-size-adjust: none;
  color: #111;
}
@media screen and (min-width:768px) {
  html {
    font-size: 100%;
  }
}
div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
  font-size: 100%;
  font-size: 14px;
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media screen and (min-width:768px) {
  div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
    font-size: 100%;
    font-size: 18px;
  }
}
ul {
  list-style-type: none;
}
a {
  cursor: pointer;
  transition: transform 0.3s;
  color: #879bad;
  font-weight: 600;
  text-decoration: underline;
}
a:hover, a:active {
  -moz-transform: translate(2px, 2px);
  -webkit-transform: translate(2px, 2px);
  -o-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  opacity: 1;
}
a.btn {
  background-color: rgba(135, 155, 173, 0.8);
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;
	touch-action: manipulation;*/
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
}
body {
  background-color: #f2f2f2;
}
img {
  max-width: 100%;
  height: auto;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.pc {
  display: inline !important;
}
.mb {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: inline !important;
  }
}
#wrap {
  max-width: 768px;
  height: auto;
  margin: 0 auto;
  padding-top: 45px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  #wrap {
    padding-top: 80px;
  }
}
#contents {
  width: 100%;
  -webkit-transfrom: translate3d(0, 0, 0);
}
sup {
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: block;
  margin: 15px auto;
  color: #888;
}
h2.ttl {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px 0;
  letter-spacing: 0.35rem;
  background-color: #879bad;
}
video {
  width: 100%;
}
/* ---- header-new --------------------------------*/
.div_header {
  max-width: 768px;
  width: 100%;
  height: 45px;
  position: fixed !important;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  text-align: center;
  z-index: 4;
  background-size: cover;
  background-color: #f5eedd;
}
.div_header h1 {
  margin-left: 2.5%;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  text-align: left;
  padding: 0;
  width: 50%;
  float: left;
}
.div_header h1 a {
  display: inline-block;
}
.div_header h1 img {
  height: 60px;
  width: auto;
  max-width: 100%;
  margin-bottom: -15px;
}
.div_header .div_header_right {
  width: 45%;
  float: right;
  text-align: right;
  margin-right: 2%;
}
.div_header .div_header_right p, .div_header .div_header_right a {
  display: inline-block;
}
.div_header .div_header_right a img {
  margin-right: 3px;
}
.div_header .div_header_right a img, .div_header .div_header_right p img {
  width: 35px;
  height: 35px;
  vertical-align: text-top;
  margin-top: 3px;
  cursor: pointer;
}
#btn_home {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  width: 15%;
  height: 100%;
}
#btn_regist {
  position: absolute;
  top: 0px;
  right: 3%;
  max-width: 70%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#btn_regist a {
  background-color: #879bad;
  color: #fff;
  padding: 3px 8px;
  font-weight: normal;
  border-radius: 3px;
  text-decoration: none;
}
@media screen and (min-width:768px) {
  .div_header {
    height: 70px;
  }
  .div_header h1 img {
    height: 85px;
  }
  #btn_regist a {
    font-size: 18px
  }
  .div_header .div_header_right a img, .div_header .div_header_right p img {
    width: 55px;
    height: 55px;
  }
}
.navbar-offcanvas {
  position: fixed;
  width: 100%;
  max-width: 220px;
  top: 0;
  right: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background-color: rgba(245, 238, 221, 1);
  color: #6a6247;
  font-size: 0.7em;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  z-index: -2;
}
.navbar-offcanvas.offcanvas-transform.in {
  z-index: 999;
  opacity: 1;
  box-shadow: 10px 23px 23px rgba(0, 0, 0, 0.2);
  padding-bottom: 100px;
}
.navbar-offcanvas .li_link {
  height: 3.5em;
  padding: 0 15px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  display: block;
  font-weight: normal;
  text-decoration: none;
}
.navbar-offcanvas .li_link:first-child {
  border-bottom: 0;
}
.navbar-offcanvas .li_link > span {
  line-height: 3.5em;
  color: #333;
}
.navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
  top: 5px;
  display: inline-block;
  font-size: 16px;
  float: right !important;
  color: #bbb !important;
  line-height: 3.5rem;
  top: 4px;
  position: relative;
  border: none;
  width: auto;
  height: auto;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.offcanvas-stop-scrolling {
  height: 100% !important;
  overflow: hidden !important;
}
.offcanvas-stop-scrolling:after {
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.navbar-offcanvas .drawer-dropdown {
  border-bottom: 1px solid #ccc;
}
.navbar-offcanvas .drawer-dropdown a {
  text-decoration: none;
}
.navbar-offcanvas .drawer-dropdown-menu {
  background-color: rgba(255, 255, 255, 0);
  width: auto;
  display: none;
}
.navbar-offcanvas .drawer-dropdown.open .drawer-dropdown-menu {
  display: block;
}
.navbar-offcanvas .drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navbar-offcanvas .drawer-dropdown-menu-item {
  line-height: 2.5rem;
  font-size: 1.2rem;
  width: 100%;
  font-weight: normal;
  color: #333;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-offcanvas .drawer-dropdown-menu-item.cat {
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
}
.navbar-offcanvas .drawer-dropdown-menu-item.cat:before {
  color: #879bad;
  content: '・';
  font-weight: bold;
}
.navbar-offcanvas .drawer-dropdown-menu-item.cat:after {
  color: #879bad;
  content: "\f0da";
  font-family: Font Awesome\ 5 Free;
  font-weight: bold;
  position: absolute;
  right: 10px;
}
.navbar-offcanvas .drawer-dropdown-menu-item.cat:hover:after {
  transform: translateX(5px);
}
.navbar-offcanvas .drawer-dropdown-menu li:last-child {
  margin-bottom: 10px
}
.navbar-offcanvas .drawer-dropdown .drawer-menu-item {
  border-bottom: none;
}
.navbar-offcanvas.offcanvas-transform.js-offcanvas-done {
  height: 100% !important;
}
.menu_in {
  position: fixed;
  width: 100%;
  left: 0;
}
.menu_bg {
  width: 100%;
  max-width: 768px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: -3;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.menu_bg.in {
  z-index: 3;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .navbar-offcanvas {
    max-width: 250px;
  }
  .navbar-offcanvas .li_link {
    font-size: 16px;
  }
  .navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
    font-size: 20px;
    line-height: 3.5rem;
  }
  .navbar-offcanvas .drawer-dropdown-menu-item {
    line-height: 2.5rem;
    font-size: 1rem;
  }
  .navbar-offcanvas .drawer-dropdown-menu li:last-child {
    margin-bottom: 20px
  }
  .navbar-offcanvas.offcanvas-transform.js-offcanvas-done {
    left: 50%;
    margin-left: 134px;
  }
  .navbar-offcanvas .drawer-dropdown-menu-item.cat:after {
    right: 15px;
  }
}
@media screen and (max-width: 320px), screen and (max-height: 450px) {
  .navbar-offcanvas .drawer-dropdown-menu {
    display: block;
  }
  .navbar-offcanvas .drawer-dropdown .fa-caret-down:before{
    content:none;
  }
  .navbar-offcanvas .drawer-dropdown .drawer-menu-item {
    pointer-events: none;
  }
  .menu_garapho {
    display: none !important;
  }
  .navbar-offcanvas .li_link {
    height: 3em;
  }
  .navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
    line-height: 3rem;
  }
  .navbar-offcanvas .li_link > span {
    line-height: 3.6rem;
  }
}
/* ---- ad --------------------------------*/
.ad {
  margin: 20px auto;
  text-align: center;
}
body.jar {
  text-align: center;
}

/* ----  ---------------------------------*/
.myrecipe_button {
  width: 5rem;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.1rem 1rem;
  border-radius: 50%;
  cursor: pointer;
}
.myrecipe_button i {
  color: #ea7d72;
  font-size: 3rem;
  transition: transform 0.8s;
}
.myrecipe_button:active i {
  transform: scale(1.8);
}
/* ----recipe_common ---------------------------------*/
.recipe_flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}
.recipe_flex .recipe_content {
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding: 2.5%;
}
.recipe_flex .recipe_content a {
  display: block;
  text-decoration: none;
}
.recipe_flex .recipe_content img {
  border-radius: 50%;
}
.recipe_flex .recipe_content .button_position {
  position: relative;
}
.recipe_flex .recipe_content .button_position .myrecipe_button {
  position: absolute;
  bottom: 0.3rem;
  right: -0.5rem;
  width: 3.8rem;
  height: 3.8rem;
  padding: 0.8rem 0.7rem;
  z-index: 2;
}
.recipe_flex .recipe_content .button_position .myrecipe_button i {
  font-size: 2.4rem;
}
.recipe_flex .recipe_content a h3 {
  color: #111;
  font-size: 1.2rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .recipe_flex .recipe_content .button_position .myrecipe_button {
    bottom: 0.3rem;
    right: -0.3rem;
    width: 4.8rem;
    height: 4.8rem;
    padding: 1rem 0.85rem;
  }
  .recipe_flex .recipe_content .button_position .myrecipe_button i {
    font-size: 3rem;
  }
}
/* ----bento_common ---------------------------------*/
.bento_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bento_content {
  width: 47%;
  margin: 0 6% 6% 0;
}
.bento_content a {
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  color: #111;
}
.bento_content a h3 {
  margin-top: 0.8rem;
  line-height: 140%;
}
.bento_content:nth-child(even) {
  margin: 0 0 6% 0;
}
.bento_content img {
  border-radius: 8px;
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.bento_content img:hover {
  -moz-transform: translate(2px, 2px);
  -webkit-transform: translate(2px, 2px);
  -o-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  opacity: 1;
}
.bento_content .button_position {
  position: relative;
}
.bento_content .button_position .myrecipe_button {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 3.8rem;
  height: 3.8rem;
  padding: 0.8rem 0.7rem;
  z-index: 2;
}
.bento_content .button_position .myrecipe_button i {
  font-size: 2.4rem;
}
/* ----scroll_common ---------------------------------*/
.scroll_info {
  text-align: center;
  font-size: 1rem;
  margin-top: 2rem;
}
.scroll_info img {
  width: 25px;
  height: 25px;
}
/* ----column_common ---------------------------------*/
.column li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3rem 0.2rem;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #111;
  font-weight: normal;
}
.column li:first-child a {
  border-top: 1px solid #ccc;
}
.column li a img {
  width: 25%;
  border-radius: 5px;
  margin-right: 4%;
  display: block;
}
.column li a h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-content: center;
  align-items: center;
}