@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
.page-title {
  background: url(../img/tsubomi/fv.webp) center;
  background-size: cover;
}

@media screen and (max-width: 810px) {
  .page-title {
    background: url(../img/tsubomi/sp_fv.webp) center;
    background-size: cover;
  }
  .breadcrumb {
    background: #f8f5f0;
  }
}
/* ---------------------------------------------------
		tsubomi-about
------------------------------------------------------ */
.tsubomi-about .sec-title {
  text-align: right;
}
.tsubomi-about .about-bg {
  padding: 120px 0 150px;
  background: url(../img/tsubomi/about_bg01.webp) no-repeat center;
  background-size: cover;
  text-align: right;
}
.tsubomi-about .about-lead {
  margin-top: 56px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.96;
}
.tsubomi-about .about-lead + p {
  margin-top: 48px;
}
.tsubomi-about .about-btn {
  margin-top: 48px;
  line-height: 1;
  text-align: right;
}
.tsubomi-about .about-btn .btn:has(.icon)::after {
  content: none;
}
.tsubomi-about .about-btn .btn:has(.icon) .icon {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 810px) {
  .tsubomi-about .sec-title {
    text-align: center;
  }
  .tsubomi-about .about-bg {
    padding: 48px 0 calc(60px + 82vw);
    background: url(../img/tsubomi/sp_about_bg01.webp) no-repeat center bottom, #fff;
    background-size: 100% auto;
    font-size: 1.6rem;
    text-align: left;
  }
  .tsubomi-about .about-lead {
    margin-top: 40px;
    font-size: 2.2rem;
    line-height: 1.88;
  }
  .tsubomi-about .about-lead + p {
    margin-top: 24px;
  }
  .tsubomi-about .about-btn {
    margin-top: 24px;
    text-align: center;
  }
}
/* ---------------------------------------------------
		tsubomi-oneday
------------------------------------------------------ */
.tsubomi-oneday {
  margin-top: 130px;
}
.tsubomi-oneday .oneday-list {
  position: relative;
  margin-top: 80px;
}
.tsubomi-oneday .oneday-list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  margin: 0 auto;
  width: 6px;
  height: calc(100% - 8px);
  background: url(../img/tsubomi/icon_dots.svg) repeat-y top;
  background-size: 100%;
}
.tsubomi-oneday .oneday-list > li {
  position: relative;
  display: flex;
  align-items: center;
  background: #f8f5f0;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
.tsubomi-oneday .oneday-list > li + li {
  margin-top: 36px;
}
.tsubomi-oneday .oneday-list > li .list-img {
  width: 22.2%;
  max-width: 230px;
}
.tsubomi-oneday .oneday-list > li .list-img.flexbox {
  width: 44.3%;
  max-width: 460px;
}
.tsubomi-oneday .oneday-list > li .list-img.flexbox + .list-body {
  width: 55.7%;
}
.tsubomi-oneday .oneday-list > li .list-img.flexbox > div {
  width: 50%;
}
.tsubomi-oneday .oneday-list > li .list-body {
  width: 77.8%;
  padding: 8px 16px 8px 6%;
  font-size: 2rem;
}
.tsubomi-oneday .oneday-list > li .list-body p {
  font-weight: bold;
  line-height: 1.6;
}
.tsubomi-oneday .oneday-list > li .list-body .body-title {
  color: #c43730;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.tsubomi-oneday .oneday-list > li .list-body .body-title + p {
  margin-top: 8px;
}
.tsubomi-oneday .oneday-list + .bar-title {
  margin-top: 72px;
}
.tsubomi-oneday .oneday-col {
  margin-top: 40px;
  gap: 32px 0;
  justify-content: flex-start;
}
.tsubomi-oneday .oneday-col .col-item {
  width: 30.97%;
  max-width: 322px;
  margin-right: 3.54%;
}
.tsubomi-oneday .oneday-col .col-item:nth-of-type(3n), .tsubomi-oneday .oneday-col .col-item:last-of-type {
  margin-right: 0;
}
.tsubomi-oneday .oneday-col .col-item .item-img img {
  border-bottom-right-radius: 8px;
}
.tsubomi-oneday .oneday-col .col-item .item-title {
  margin-top: 16px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .tsubomi-oneday {
    margin-top: 32px;
  }
  .tsubomi-oneday .oneday-list {
    margin-top: 24px;
  }
  .tsubomi-oneday .oneday-list::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    margin: 0 auto;
    width: 6px;
    height: calc(100% - 8px);
    background: url(../img/tsubomi/icon_dots.svg) repeat-y top;
    background-size: 100%;
  }
  .tsubomi-oneday .oneday-list > li {
    display: block;
    padding: 24px;
    border-radius: 12px;
  }
  .tsubomi-oneday .oneday-list > li + li {
    margin-top: 36px;
  }
  .tsubomi-oneday .oneday-list > li .list-img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  .tsubomi-oneday .oneday-list > li .list-img img {
    width: 100%;
  }
  .tsubomi-oneday .oneday-list > li .list-img.flexbox {
    width: 100%;
    max-width: 100%;
  }
  .tsubomi-oneday .oneday-list > li .list-img.flexbox + .list-body {
    width: 100%;
  }
  .tsubomi-oneday .oneday-list > li .list-img.flexbox > div {
    width: 50%;
    overflow: hidden;
  }
  .tsubomi-oneday .oneday-list > li .list-body {
    width: 100%;
    padding: 16px 0 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .tsubomi-oneday .oneday-list > li .list-body p {
    line-height: 1.6;
  }
  .tsubomi-oneday .oneday-list > li .list-body .body-title {
    font-size: 2.2rem;
  }
  .tsubomi-oneday .oneday-list > li .list-body .body-title + p {
    margin-top: 12px;
  }
  .tsubomi-oneday .oneday-list + .bar-title {
    margin-top: 40px;
  }
  .tsubomi-oneday .oneday-col {
    margin-top: 32px;
    gap: 24px 0;
    justify-content: space-between;
  }
  .tsubomi-oneday .oneday-col .col-item {
    width: calc(50% - 8px);
    max-width: 100%;
    margin-right: 0;
  }
  .tsubomi-oneday .oneday-col .col-item .item-img img {
    width: 100%;
    border-bottom-right-radius: 8px;
  }
  .tsubomi-oneday .oneday-col .col-item .item-title {
    margin-top: 16px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .tsubomi-oneday .oneday-list > li .list-img.flexbox > div {
    width: 100%;
  }
  .tsubomi-oneday .oneday-col .col-item {
    width: 100%;
  }
}
/* ---------------------------------------------------
		tsubomi-info
------------------------------------------------------ */
.tsubomi-info {
  margin-bottom: 158px;
}
.tsubomi-info .sec-title + p {
  margin-top: 48px;
}
.tsubomi-info .info-col {
  margin-top: 48px;
  gap: 16px;
}
.tsubomi-info .info-col .col-img {
  width: calc(50% - 8px);
}
.tsubomi-info .info-col .col-img img {
  border-bottom-right-radius: 16px;
}
.tsubomi-info .table02 {
  margin-top: 48px;
}
.tsubomi-info .table02 .table-list li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.tsubomi-info .table02 .table-list li::before {
  content: "・";
  padding-right: 0.75em;
  font-weight: bold;
}
.tsubomi-info .info-btn {
  margin-top: 48px;
  line-height: 1;
  text-align: center;
}
.tsubomi-info .info-btn .btn:has(.icon)::after {
  content: none;
}
.tsubomi-info .info-btn .btn:has(.icon) .icon {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.tsubomi-info .info-btn .btn + .btn {
  margin-left: 24px;
}

@media screen and (max-width: 810px) {
  .tsubomi-info {
    margin-bottom: 90px;
  }
  .tsubomi-info .sec-title + p {
    margin-top: 32px;
  }
  .tsubomi-info .info-col {
    margin-top: 32px;
    gap: 12px;
  }
  .tsubomi-info .info-col .col-img {
    width: 100%;
  }
  .tsubomi-info .info-col .col-img img {
    width: 100%;
    border-bottom-right-radius: 12px;
  }
  .tsubomi-info .table02 {
    margin-top: 24px;
  }
  .tsubomi-info .info-btn {
    margin-top: 32px;
  }
  .tsubomi-info .info-btn .btn + .btn {
    margin-top: 16px;
    margin-left: 0;
  }
}