
@charset "utf-8";
#main {
 background: #f2ddce;
}
div#lp-shop {
 color: #572300;
}
.area-wrap{
  margin-top: 63px;
  padding: 0 30px 80px;
}
.area-wrap .area-item {
  align-items: center;
}
.area-wrap .area-item:first-of-type{
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom:2px dashed
}
.area-wrap .area-item .area-img {
  margin: 0 auto 63px;
  width:100%;
  position: relative;
  max-width: 800px;
}
.area-wrap .area-item .area-img .area-image{
  width: 100%;
  border-radius:50%;
  width: 22%;
  max-width:280px;
  position:absolute;
  top:0;
  left:0
}
.area-wrap .area-item .area-img img:nth-of-type(2){
  left:auto;
  right:0;
  top: auto;
  bottom: 0;
}
.area-wrap .area-item .text-area{
  text-align:center;
}
.area-wrap .area-item .text-area h3{
  position:relative;
  display:inline-block
}
.area-wrap .area-item .text-area h3 .title-image,.area-wrap .area-item .area-img span{
  display: block;
  width: 60%;
  margin: 0 auto;
  max-width: 300px;
}
.area-wrap .area-item .text-area h3 span.title-text {
    padding-left: 35px;
}
.area-wrap .area-item .text-area h3::before{
  content: "NEWオープン";
  display:block;
  font-weight:600;
  width: 79px;
  height: 79px;
  line-height:1.3;
  background: #572300;
  color:#fff;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  position:absolute;
  bottom: 0;
  left: 0;
  transform: translate(-64%,28%) rotate(-5deg);
  font-size: 10px;
  border: double #fff
}
.area-wrap .area-item:last-of-type .text-area h3::before{
  content: "リニューアルオープン";
  left: 50%;
  transform: translate(-116px,28%) rotate(-5deg);
  padding: 10px;
  box-sizing: border-box;
}
.area-wrap .area-item .text-area h3 span img,.area-wrap .area-item .area-img span img{
  width:100%;
  border-radius: 20px;
}
.area-wrap .area-item .text-area p{
  font-size:18px;
  line-height:1.9;
  margin: 33px auto 0;
  width: 57%;
  text-align: left;
  max-width: 600px;
}
.area-item:nth-of-type(2){
  text-align:center
}
.area-wrap .area-item .text-area h3  .title-image{
  margin-bottom: 55px;
  width: 93%;
}
div#lp-shop .contents-area h2::before {
  background: #f2ddce;
}
div#lp-shop .contents-area {
 background: #fffbf8;
}
@media screen and (max-width:768px){
  .area-wrap{
  margin-top: 30px;
}
  .area-wrap .area-item .area-img img{
    top:30px
  }
 .area-wrap .area-item .area-img img:nth-of-type(2){
  left:auto;
  right:0;
  top: 150px;
  } 
  .area-wrap .area-item .text-area p{
    width:100%
  }
}



