#main {
  background: url(../img/gourmetnotebook/bg.jpg) repeat center/282px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #main {
    padding-top: 0;
  }
  #main > .container {
    padding: 0 28px;
  }
}

.subject {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subject {
    margin: 0 auto 15px;
    width: 100%;
  }
}

.area_ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .area_ttl {
    margin-bottom: 30px;
  }
  .area_ttl img {
    width: auto;
    height: 67px;
  }
}

.ttl_wrap {
  margin-bottom: 30px;
  position: relative;
}
.ttl_wrap .lead {
  line-height: 1.9;
  color: #452519;
  text-align: center;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ttl_wrap .lead {
    position: static;
  }
}

.anchor_list {
  font-family: "Kiwi Maru", serif;
  margin-bottom: 0;
}
.anchor_list li {
  border-radius: 0;
  border-color: #452519;
  box-shadow: 0px 2px 0 #452519;
  height: 75px;
  color: #452519;
  font-weight: 500;
}
.anchor_list li::before {
  content: "";
  border-top: 1px solid #452519;
  width: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}
.anchor_list li a::after {
  border: 1px solid;
  border-color: transparent transparent #452519 #452519;
}
@media screen and (max-width: 768px) {
  .anchor_list li {
    border-width: 2px;
    height: 50px;
    font-size: 14px;
  }
  .anchor_list li::before {
    top: 5px;
  }
  .anchor_list li a {
    padding: 0;
  }
  .anchor_list li a::after {
    top: 50%;
    left: auto;
    right: 10px;
  }
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 30px 0;
  }
}

.contents_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .contents_wrap {
    margin-top: -50px;
  }
}
.contents_wrap > div {
  width: calc(50% - 35px);
  margin-top: 100px;
}
.contents_wrap > div .ph_wrap {
  margin-bottom: 20px;
}
.contents_wrap > div .item_wrap.flex {
  display: flex;
  justify-content: space-between;
}
.contents_wrap > div .item_wrap.flex > div {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .contents_wrap > div {
    width: 100%;
    margin-top: 50px;
  }
  .contents_wrap > div .ph_wrap {
    margin-bottom: 0;
  }
  .contents_wrap > div:nth-of-type(1) .ph_wrap {
    margin: 0 -10px 0;
  }
  .contents_wrap > div:nth-of-type(1) .item_wrap {
    margin-top: -15px;
  }
  .contents_wrap > div:nth-of-type(2) .ph_wrap {
    margin: 0 10px 0 -28px;
  }
  .contents_wrap > div:nth-of-type(2) .item_wrap {
    margin-top: -20px;
  }
  .contents_wrap > div:nth-of-type(3) .ph_wrap {
    margin: 0 -28px;
  }
  .contents_wrap > div:nth-of-type(3) .item_wrap {
    margin-top: -20px;
  }
  .contents_wrap > div:nth-of-type(4) .ph_wrap {
    margin: 0 10px 0 -28px;
  }
  .contents_wrap > div:nth-of-type(4) .item_wrap {
    margin-top: -30px;
  }
  .contents_wrap > div:nth-of-type(5) .ph_wrap {
    margin: 0 -28px;
  }
  .contents_wrap > div:nth-of-type(5) .item_wrap {
    margin-top: -20px;
  }
  .contents_wrap > div:nth-of-type(6) .ph_wrap {
    margin: 0 -28px 0 10px;
  }
  .contents_wrap > div:nth-of-type(6) .item_wrap {
    margin-top: -20px;
  }
  .contents_wrap > div:nth-of-type(7) .item_wrap {
    margin-top: 10px;
  }
  .contents_wrap > div:nth-of-type(8) .ph_wrap {
    width: 98%;
    margin: 0 -23% 0 -17%;
  }
  .contents_wrap > div:nth-of-type(8) .item_wrap {
    width: 52%;
    margin-top: 10px;
  }
}
.contents_wrap .col02 {
  display: block;
}
@media screen and (max-width: 768px) {
  .contents_wrap .col02 {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .contents_wrap .col02:nth-of-type(even) {
    flex-flow: row-reverse;
  }
}

.col03 {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.col03 > div {
  width: calc(33.3333333333% - 29px);
}
.col03 > div .item_wrap {
  margin-top: 10px;
}
.col03 > div .item_wrap .shop_logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .col03 > div .item_wrap {
    margin-top: 0;
  }
  .col03 > div .item_wrap .shop_logo {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .col03 {
    display: block;
    margin-top: 40px;
  }
  .col03 > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .col03 > div .ph_wrap {
    width: 55%;
  }
  .col03 > div .item_wrap {
    width: 45%;
  }
  .col03 > div:nth-of-type(even) {
    flex-flow: row-reverse;
  }
  .col03 > div:not(:first-of-type) {
    margin-top: 40px;
  }
  .col03 > div:nth-of-type(1) .ph_wrap {
    width: 75%;
    margin: 0 0 0 -23%;
  }
  .col03 > div:nth-of-type(2) .ph_wrap {
    width: 77%;
    margin: 0 -25% 0 0;
  }
  .col03 > div:nth-of-type(3) .ph_wrap {
    width: 80%;
    margin: 0 0 0 -28%;
  }
}

.item_wrap .shop_logo {
  display: flex;
  align-items: flex-end;
}

.icon {
  position: relative;
}
.icon::before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}
.icon.takeout01::before {
  background: url(../img/icon_takeout.svg) no-repeat center/contain;
}
.icon.takeout02::before {
  background: url(../img/icon_takeout_ok.svg) no-repeat center/contain;
}

#area02 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #area02 .contents_wrap .col02 {
    justify-content: space-between;
    align-items: flex-start;
  }
  #area02 .contents_wrap .col02 .ph_wrap {
    width: 58%;
    margin: 0;
  }
  #area02 .contents_wrap .col02 .item_wrap {
    width: 45%;
    margin: 0;
  }
  #area02 .contents_wrap .col02:nth-of-type(1) .ph_wrap {
    margin: 0 auto 0 -28px;
  }
  #area02 .contents_wrap .col02:nth-of-type(2) .ph_wrap {
    margin: 0 -28px 0 auto;
  }
}

.share_wrap {
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .share_wrap {
    position: relative;
  }
  .share_wrap::before {
    content: "";
    background: url(../img/miolimiteditem/bg_sp_btm.png) no-repeat center/375px;
    width: 100%;
    height: 281px;
    position: absolute;
    transform: translate(0, -50%);
    top: 60%;
    left: 0;
    z-index: -1;
  }
}