* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1
}

ol, ul {
  list-style: none
}

:focus {
  outline: 0
}

blockquote, q {
  quotes: none
}

blockquote::after, blockquote::before, q::after, q::before {
  content: none
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

button {
  cursor: pointer;
  border: 0;
  outline: 0
}

input[type=button], input[type=submit] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none
}

input[type=button]::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration {
  display: none
}

input[type=button]:focus, input[type=submit]:focus {
  outline-offset: -2px
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  width: 100%;
  height: 104px;
  padding: 20px 30px;
  margin: auto;

background: rgba(255,255,255,.8);
}

.header__logo{
  width: 150px;
}
@media screen and (max-width:768px) {
  .header__logo{
    width: 80px;
  }
}

@media screen and (max-width:768px) {
  .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;

	height: auto;
  }
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header__left .top-link {
  max-width: 150px;
  height: 150px
}

@media screen and (max-width:1024px) {
  .header__left .top-link {
    width: 100px;
    height: 50px
  }
}

@media screen and (max-width:768px) {
  .header__left .top-link {
    width: 80px;
    height: 50px
  }
}

@media screen and (max-width:599px) {
  .header__left .top-link {
    width: 50px;
    height: 50px
  }
}

.header__left .top-link img {
  width: 100%;
  height: auto
}

.header__left .page-link {
  margin-top: 20px;
  margin-left: 45px
}

@media screen and (max-width:1024px) {
  .header__left .page-link {
    margin-top: 0;
    margin-right: 10px;
    font-size: 1.3rem
  }
}

.header__left .page-link__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__left .page-link__lists .link-item {
  margin-right: 70px
}

@media screen and (max-width:1180px) {
  .header__left .page-link__lists .link-item {
    margin-right: 18px
  }
}

@media screen and (max-width:1024px) {
  .header__left .page-link__lists .link-item {
    margin-right: 10px
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  margin-top: 8px;
}
@media screen and (max-width:768px) {
  .header__right {
	height: auto;
	margin-top: 0;
  }
}

.header__right .sns-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:768px) {
  .header__right .sns-lists {
    display: none
  }
}

.header__right .sns-lists__item {
  margin-right: 38px
}

@media screen and (max-width:1024px) {
  .header__right .sns-lists__item {
    margin-right: 19px
  }
}

.header__right .sns-lists__item img {
  width: 30px
}

@media screen and (max-width:1024px) {
  .header__right .sns-lists__item img {
    width: 20px
  }
}

.header__right .right-img {
  max-width: 255px;
  margin-left: 52px
}

@media screen and (max-width:1024px) {
  .header__right .right-img {
    width: 150px;
    margin-left: 26px
  }
}

@media screen and (max-width:599px) {
  .header__right .right-img {
    width: 125px
  }
}

.header__right .right-img img {
  width: 100%
}

footer {
  background: #231815
}

footer .footer-inner {
  max-width: 1200px;
  margin: auto
}

footer .footer-inner__txt {
  padding: 35px;
  color: #fff;
  text-align: center
}

html {
  font-size: 62.5%
}

body {
  font-family: yumincho, "Yu Mincho", serif;
  font-size: 1.6rem;
  color: #231815
}

@media screen and (max-width:599px) {
  body {
    font-size: 1.2rem
  }
}

h1, h2, h3, h4 {
  font-family: yumincho, "Yu Mincho", serif;
  line-height: 1.75;
  color: #956432
}

p {
  font-family: yumincho, "Yu Mincho", serif;
  line-height: 1.5
}

a {
  font-family: yumincho, "Yu Mincho", serif;
  color: #231815;
  text-decoration: none
}

.is-pc {
  display: block
}

@media screen and (max-width:599px) {
  .is-pc {
    display: none
  }
}

.is-tab-pro {
  display: none
}

@media screen and (max-width:1024px) {
  .is-tab-pro {
    display: block
  }
}

.is-tab-b {
  display: block
}

@media screen and (max-width:768px) {
  .is-tab-b {
    display: none
  }
}

.is-tab {
  display: none
}

@media screen and (max-width:768px) {
  .is-tab {
    display: block
  }
}

.is-sp {
  display: none
}

@media screen and (max-width:599px) {
  .is-sp {
    display: block
  }
}

.section-width {
  max-width: 1200px;
  margin: auto
}

.content-width {
  max-width: 880px;
  margin: auto
}

.content-padding {
  padding: 0 50px
}

@media screen and (max-width:599px) {
  .content-padding {
    padding: 0 15px
  }
}

img {
  width: 100%
}

@media (min-width:600px) {
  a[href^='tel:'] {
    pointer-events: none
  }
}

header {
  margin: auto
}

.fadeIn {
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

.fadeInTop {
  transform: translate3d(0, -20px, 0);
}
.fadeInTop.animated {
  transform: translate3d(0, 0, 0);
}
.fadeInLeft {
  transform: translate3d(-40px, 0, 0);
}
.fadeInLeft.animated {
  transform: translate3d(0, 0, 0);
}
.fadeInRight {
  transform: translate3d(40px, 0, 0);
}
.fadeInRight.animated {
  transform: translate3d(0, 0, 0);
}

.recipe-link {
  display: block;
  max-width: 560px;
  margin: auto;
  margin-top: 120px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
@media screen and (max-width:599px) {
  .recipe-link {
    width: auto;
    max-width:auto;
    margin:60px 6vw 0;
  }
}
.recipe-link img {
  width: 100%;
  height: auto
}

.recipe-link:hover {
  opacity: .6
}







