@charset "UTF-8";
body {
  background: url(../img/bg.png) #F9FCF7 no-repeat fixed 50% -80px/550px;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Yu Gothic Rounded", "Arial Rounded MT Bold", "Noto Sans JP", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #527E4D;
  font-weight: 500;
}

img {
  vertical-align: bottom;
}

p + p {
  margin-top: 1em;
}

.only-sp,
.only-tablet,
.only-pc,
.sp-tablet,
.tablet-pc,
.sp-pc {
  display: none;
}

@media screen and (max-width: 599px) {
  .only-sp,
  .sp-tablet,
  .sp-pc {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .only-tablet,
  .sp-tablet,
  .tablet-pc {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .only-pc,
  .tablet-pc,
  .sp-pc {
    display: block;
  }
}
.header {
  padding: 100px 30px 70px;
}
.header__logo {
  text-align: center;
}
.header__logoImage {
  width: 80%;
  height: auto;
}

.section {
  padding: 0 30px 60px;
}
.section__title {
  margin-bottom: 35px;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
}

.welcome__text {
  margin-top: 50px;
}

.aboutAddiction__inner {
  border-radius: 30px;
  border: 1px solid #EBDA7F;
  background: #fff;
  padding: 40px;
  color: #AA911E;
}
.aboutAddiction__title {
  margin-bottom: 30px;
  text-align: center;
}
.aboutAddiction__title::before {
  content: url(../img/about-addiction-image-1.svg);
  display: inline-block;
  margin-bottom: 40px;
  width: 90%;
  height: auto;
}
.aboutAddiction__title::after {
  content: url(../img/about-addiction-image-2.svg);
  display: inline-block;
  margin-top: 40px;
  width: 90%;
  height: auto;
}
.aboutAddiction__titleImage {
  width: 95%;
  height: auto;
}
.meetingInfo {
  text-align: center;
}
.meetingInfo__link {
  color: rgb(57, 107, 223);
  text-decoration: underline;
}
.meetingInfo__list {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.meetingInfo__item {
  width: calc((100% - 15px) / 2);
}
.meetingInfo__itemImage {
  width: 100%;
  height: auto;
}
.meetingInfo__dates {
  margin: 50px 0 30px;
  font-family: serif;
}
.meetingInfo__datesItems {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
}
.meetingInfo__datesItem {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 700;
}
.meetingInfo__datesMonth {
  margin-right: -3px;
  padding-bottom: 7px;
  font-size: 24px;
}
.meetingInfo__datesDay {
  font-size: 55px;
}
.meetingInfo__datesDay.is-past {
  opacity: 0.3;
  text-decoration: line-through;
  font-weight: 500;
}
.meetingInfo__datesDay::after {
  content: "日";
  display: inline-block;
  border-radius: 50px;
  background: #527E4D;
  margin-left: 3px;
  padding: 3px 5px 5px;
  color: #fff;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
  transform: translateY(-8px);
}
.meetingInfo__datesWeekday {
  display: none;
}
.meetingInfo__datesMonth, .meetingInfo__datesDay {
  line-height: 1;
  vertical-align: bottom;
}
.meetingInfo__note {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}
.meetingInfo__time {
  margin: 50px 0 60px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  font-family: serif;
}
.meetingInfo__table {
  display: block;
  margin-bottom: 20px;
  text-align: left;
}
.meetingInfo__tableTbody {
  display: block;
}
.meetingInfo__tableRow {
  display: block;
  border-top: 1px solid #ccc;
  padding: 15px 5px;
}
.meetingInfo__tableRow.is-past {
  opacity: 0.3;
}
.meetingInfo__tableRow:last-child {
  border-bottom: 1px solid #ccc;
}
.meetingInfo__tableCell {
  display: block;
  color: #302D2C;
}
.meetingInfo__tableCell.is-date {
  font-size: 21px;
  font-weight: 700;
}
.meetingInfo__tableCell.is-location:not(.is-pending)::before {
  content: "📍";
}
.meetingInfo__tableNote {
  font-size: 16px;
}
.meetingInfo__complements {
  color: #302D2C;
  text-align: left;
}

.access__detailsImage {
  width: 100%;
  height: auto;
}

.lineAccount__title {
  text-align: left;
}
.lineAccount__detailsImage {
  width: 100%;
  height: auto;
}

.footer {
  background: #527E4D;
  padding: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.footer__contact {
  margin-bottom: 1.5em;
}
.footer__contactItem {
  margin: 0;
}
/* =============================================
for Tablet and larger
============================================= */
@media screen and (min-width: 600px) {
  body {
    background-position: 50% -180px;
    background-size: 1100px;
    font-size: 20px;
    line-height: 32px;
  }
  .header {
    padding: 120px 60px 50px;
  }
  .header__logoImage {
    width: 40%;
    height: auto;
  }
  .section {
    padding: 0 60px 60px;
  }
  .section__title {
    font-size: 35px;
    line-height: 56px;
  }
  .aboutAddiction__title::before {
    width: 35%;
  }
  .aboutAddiction__title::after {
    width: 35%;
  }
  .aboutAddiction__titleImage {
    width: 80%;
  }
  .aboutAddiction__text {
    text-align: center;
  }
  .meetingInfo__title {
    margin-bottom: 30px;
  }
  .meetingInfo__list {
    width: 60%;
    margin: 0 auto;
  }
  .meetingInfo__datesItems {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .meetingInfo__datesItem {
    gap: 15px;
  }
  .meetingInfo__datesMonth {
    padding-bottom: 5px;
    font-size: 30px;
  }
  .meetingInfo__datesDay {
    font-size: 60px;
  }
  .meetingInfo__datesDay::after {
    font-size: 18px;
  }
  .meetingInfo__note {
    font-size: 28px;
  }
  .meetingInfo__time {
    margin: 30px 0 60px;
    font-size: 40px;
  }
  .meetingInfo__table {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .meetingInfo__tableTbody {
    display: table-row-group;
  }
  .meetingInfo__tableRow {
    display: table-row;
  }
  .meetingInfo__tableCell {
    display: table-cell;
    padding: 10px;
    font-size: 18px;
    line-height: 23px;
  }
  .meetingInfo__tableCell.is-date {
    font-size: 18px;
    font-weight: 500;
  }
  .meetingInfo__complements {
    font-size: 16px;
    line-height: 26px;
  }
  .lineAccount__title {
    text-align: center;
  }
  .lineAccount__details {
    text-align: center;
  }
  .lineAccount__detailsImage {
    width: 80%;
  }
  .footer {
    padding: 60px;
    font-size: 16px;
    line-height: 29px;
  }
  .footer__contact {
    margin-bottom: 1em;
  }
}
/* =============================================
for PC
============================================= */
@media screen and (min-width: 1025px) {
  body {
    background-position: 50% -470px;
    background-size: 2600px;
  }
  .header {
    padding: 190px 0 80px;
  }
  .header__logoImage {
    width: 384px;
  }
  .section {
    width: 1080px;
    margin: 0 auto;
    padding: 0 0 80px;
  }
  .section__title {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 56px;
  }
  .welcome__text {
    margin-top: 80px;
    text-align: center;
  }
  .aboutAddiction {
    width: 1080px;
    margin: 0 auto;
  }
  .aboutAddiction__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .aboutAddiction__title::before {
    width: 222px;
    margin: 0;
  }
  .aboutAddiction__title::after {
    width: 232px;
    margin: 0;
  }
  .aboutAddiction__titleImage {
    width: 520px;
    vertical-align: middle;
  }
  .aboutAddiction__text {
    margin-top: 0;
  }
  .support__text {
    margin: 0;
    text-align: center;
  }
  .meetingInfo {
    width: 1080px;
    margin: 0 auto;
  }
  .meetingInfo__title {
    margin-bottom: 30px;
  }
  .meetingInfo__list {
    width: 530px;
  }
  .meetingInfo__datesItems {
    gap: 40px;
  }
  .meetingInfo__datesItem {
    gap: 20px;
  }
  .meetingInfo__datesMonth {
    margin-right: -12px;
    padding-bottom: 8px;
    font-size: 35px;
  }
  .meetingInfo__datesDay {
    font-size: 85px;
  }
  .meetingInfo__datesDay::after {
    padding: 5px 8px 8px;
    font-size: 20px;
  }
  .meetingInfo__note {
    font-size: 25px;
  }
  .meetingInfo__time {
    font-size: 36px;
  }
  .meetingInfo__tableCell {
    padding: 10px 20px;
    font-size: 22px;
    line-height: 1.4;
  }
  .meetingInfo__tableCell.is-date {
    font-size: 22px;
    line-height: 1.4;
  }
  .meetingInfo__complements {
    margin-top: 10px;
    font-size: 18px;
    line-height: 29px;
  }
  .lineAccount__title {
    margin: 40px 0 30px;
    font-weight: 500;
  }
  .lineAccount__detailsImage {
    width: 560px;
  }
}/*# sourceMappingURL=style.css.map */