@charset "UTF-8";
/* CSS Document 
わたしのマチオモイ帖 2022 10年をありがとう
CSS write:makeit project 白波瀬 博文
*/
html {
  font-size: 62.5%;
}
body {
  color: #333333;
  font-size: 1.3rem;
}
.main p {
line-height: 1.6;
font-size: 1.3rem;
}
p {
  margin: 0;
}

.machiomoi2022_10 {}
.machiomoi2022_10 header {}
.machiomoi2022_10 main {
  width: 56rem;
  margin-right: auto;
  margin-left: auto;
}
.machiomoi2022_10 main .mc {
  padding-bottom: 20px;
}
.machiomoi2022_10 main .mv {}

.tark_ev h3 {
  margin: 0 0 1.5rem;
}
.tark_ev p {
  padding-bottom: 0px;
}
.guest_photo {
  display: flex;
  justify-content: flex-start;
}
.guest_photo figure {
  margin-right: 5px;
}
.talk_event1 {
  margin-top: -50px;
}
.talk_event1 h4 {
  font-size: 1.6rem;
  color: #C30D23;
  margin-bottom: 0;
}
.talk_event1 p {
  color: #C30D23;
}
.talk_event1 .guest_photo figure {
  width: 16.66666667%;
}
.talk_event2 {}
.talk_event2 p {
  color: #008FD2;
}
.talk_event2 .guest_photo figure {
  width: 16.66666667%;
}
.talk_event3 {
  padding-bottom: 60px;
}
.talk_event3 p {
  color: #EA5514;
}
.talk_event3 .guest_photo figure {
  width: 14.285%;
}
.sp h4 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.sp h4 small {
  font-size: 80%;
}
.sp p {
  margin-bottom: 1rem;
  line-height: 1.4;
}
.sp_event01 {
  display: flex;
  background-image: url(images/machiomoi10_bg1.png);
  background-size: 196px auto;
  background-position: 20% center;
  background-repeat: no-repeat;
}
.sp_event01 .col {
  width: 50%;
}
.sp_event01 .col figure {
  padding-left: 1.5rem;
}
.sp_event02 {
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: -20px;
  margin-top: -10px;
  background-image: url(images/machiomoi10_bg2.png);
  background-size: 110px auto;
  background-position: 3% center;
  background-repeat: no-repeat;
}
.sp_event03 {
  padding-bottom: 40px;
  padding-top: 30px;
  margin-bottom: -40px;
  margin-top: -30px;
  background-image: url(images/machiomoi10_bg3.png);
  background-size: 150px auto;
  background-position: 70% center;
  background-repeat: no-repeat;
}
.machiomoi2022_10 footer {
  margin-top: 3rem;
  width: 56rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.machiomoi_strt {
  margin-top: 3rem;
  text-align: center;
  background-color: #FFF465;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.machiomoi_strt p {
  font-weight: 700;
  line-height: 1.3;
  margin: 0 !important;

}
.machiomoi2022_10 footer p {
  margin-top: 2rem;
}
a {
  font-weight: 700;
}
@media screen and (max-width: 578px) {
  body {
    font-size: 1.1rem;
  }
  .main p {
  font-size: 1.2rem;
  }
  .machiomoi2022_10 main,
  .machiomoi2022_10 footer {
    width: 100%;
  }
  .talk_event1 {
    margin-top: -20px;
  }
  .talk_event1 h4 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .talk_event3 {
  padding-bottom: 30px;
  }
  .sp h4 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .sp p {
    margin-bottom: 0.5rem;
  }
  .sp_event01 {
    background-size: 150px auto;
    padding-bottom: 30px;
  }
  .sp_event01 .col:first-child {
    width: 73%;
  }
  .sp_event01 .col:last-child {
    width: 27%;
  }
  .sp_event01 .col figure {
    padding-left: 3%;
    margin-top: 40px;
  }
}