@charset "UTF-8";
/* guide */
.guide .top_text{
  background: url(../images/guide/top_text.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
.guide .top_text .point{
  margin-top: 75px;
}
.guide .top_text .point .box{
  width: 49%;
  max-width: 500px;
  padding: 6px;
  background: #b9a381;
  text-align: center;
}
.guide .top_text .point .box_inner{
  background: #b9a381;
  border: 2px dashed #9c8563;
  padding: 0 5%;
  height: 100%;
}
.guide .top_text .point .en{
  transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  margin-top: -30px;
  text-shadow: 
    2px 2px 1px #e7e0d5,
    -2px 2px 1px #e7e0d5,
    2px -2px 1px #e7e0d5,
    -2px -2px 1px #e7e0d5,
    0px 2px 1px #e7e0d5,
    2px 0px 1px #e7e0d5,
    0px -2px 1px #e7e0d5,
    -2px 0px 1px #e7e0d5;
  letter-spacing: 2px;
}
.guide .top_text .point .ttl{
  margin-top: 30px;
}
.guide .top_text .point .txt{
  line-height: 1.7;
  margin-top: 13px;
  margin-bottom: 20px;
  text-align: left;
}
.guide .top_text .point .img1{
  width: 90%;
  max-width: 390px;
  margin: 0 auto 20px;
  
}
.guide .top_text .point2_spot{
  margin-bottom: 15px;
}
.guide .top_text .point2_spot span{
  color: #705e46;
}
.guide .top_text .point .point_flex{
  display: flex;
  margin-bottom: 12px;
}

.guide .top_text .point .img2{
  width: 32%;
}
.guide .top_text .point .img2 p{
  margin-top: 7px;
}
.guide .top_text .point img{
}

.guide .appeal .inner{
  padding: 35px 0 55px;
}
.guide .appeal .appeal_text{
  line-height: 1.8;
}
.guide .appeal .outer{
  margin: 40px 0 0;
}
.guide .appeal .appeal_box{
  width: 32.9%;
  max-width: 420px;
}
.guide .appeal .appeal_box.second{
  margin-top: 20px;
}
.guide .appeal .appeal_box .img .num{
  width: 111px;
  height: auto;
  left: -1%;
  top: -30px;
}
.guide .appeal .appeal_box.first .img .num{
  left: -7%;
}
.guide .appeal .appeal_box .txt{
  background: #d8ccb9;
  width: 90%;
  max-width: 300px;
  padding: 25px;
  margin: -25px auto 0;
  box-shadow: 5px 5px 5px rgba(0,0,0,.1);
  line-height: 1.7;
  position: relative;
}
.guide .appeal .appeal_box .txt .ttl{
  text-shadow: 
    2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff,
    0px 2px 1px #fff,
    2px 0px 1px #fff,
    0px -2px 1px #fff,
    -2px 0px 1px #fff;
  margin-top: -50px;
  margin-bottom: 5px;
  text-align: center;
}

.guide .eat{
}
.guide .eat .inner{
  background: url(../images/guide/howto_bg.jpg);
  padding: 50px 0 110px;
}
.guide .eat .eat_box{
  max-width: 1170px;
}
.guide .eat .eat_box:first-child{
  margin-bottom: 100px;
}
.guide .eat .num{
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #b19973;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.guide .eat .txt{
  width: calc(56% - 50px);
  line-height: 2;
}
.guide .eat .img{
  width: 39.5%;
}
.guide .eat .img .object-fit{
  height: 253px;
}
.guide .eat .img .circle{
  width: 32%;
  left: -23%;
  bottom: -40px;
}

@media screen and (max-width: 768px){
  /* guide */
  .guide .top_text .point {
    margin-top: 0;
  }
  .guide .top_text .point .box {
    width: 95%;
    max-width: 500px;
    margin: 40px auto 0;
  }
  .guide .top_text .point .point_flex {
    margin-left: -4%;
    margin-right: -4%;
  }
  
  .guide .appeal .inner {
    padding: 30px 2% 0;
  }
  .guide .appeal .appeal_box {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 41px;
  }
  .guide .appeal .appeal_box.first .img .num {
    left: -1%;
  }
  .guide .eat .inner {
    padding: 40px 2% 60px;
  }
  .guide .eat .eat_box {
    width: 96%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .guide .eat .eat_box:first-child {
    margin-bottom: 50px;
  }
  .guide .eat .txt {
    width: calc(98% - 50px);
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .guide .eat .img {
    width: 100%;
    max-width: 456px;
    margin: 0 auto;
  }
  .guide .eat .img .circle {
    left: auto;
    right: -4%;
  }
}

@media screen and (max-width: 500px){
  /* guide */
  .guide .top_text .point .img2:last-child p{
    font-size: 3.2vw;
  }
}