@charset "UTF-8";
/* =========================================================
colors
========================================================= */
/* =========================================================
body
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700&display=swap");
/*
    変数
*/
/* font */
/* color */
/* switching */
/*
    共通style
*/
/* -- crm -- */
/* -- btn --*/
/* -- 中央配置 -- */
/* -- アニメーション -- */
/* -- 'inview' フェードプラグイン -- */
.js {
  /* フェードイン */
}
.js-fadein, .js-fadein-cld > * {
  opacity: 0;
  transition: opacity 0.6s;
}
.js-fadein.on, .js-fadein-cld > *.on {
  opacity: 1;
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 901px) {
  .hide-pc {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .hide-sp {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
  line-height: 1.3rem;
}

body {
  font: 16px/1.5 "Zen Kaku Gothic New", sans-serif;
  color: #251D1B;
  background: #FBF7F4;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 13px;
  }
}

/* -- inner -- */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1238px;
}
@media screen and (max-width: 1366px) {
  .inner {
    margin: 0 24px;
    width: auto;
  }
}

/*
    tag
*/
a {
  color: #251D1B;
  text-decoration: none;
  transition: opacity 0.4s;
}
@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  img {
    max-width: none;
    width: 100%;
  }
}

.main-contents *,
.main-contents ::before,
.main-contents ::after {
  box-sizing: border-box;
}

@media print {
  html, body {
    _zoom: 70% !important;
  }
}
main {
  display: block; /*IE*/
}

/* =========================================================
layout
========================================================= */
/*
    変数
*/
/* font */
/* color */
/* switching */
/*
    共通style
*/
/* -- crm -- */
/* -- btn --*/
/* -- 中央配置 -- */
/* -- アニメーション -- */
/* -- 'inview' フェードプラグイン -- */
.js {
  /* フェードイン */
}

.js-fadein, .js-fadein-cld > * {
  opacity: 0;
  transition: opacity 0.6s;
}

.js-fadein.on, .js-fadein-cld > *.on {
  opacity: 1;
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 901px) {
  .hide-pc {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .hide-sp {
    display: none !important;
  }
}
/* =========================================================
colors
========================================================= */
/* =========================================================
header
========================================================= */
.header__title {
  text-align: center;
}
.header__title img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .header__title img {
    width: auto;
    max-width: 100%;
  }
}
/* =========================================================
Main
========================================================= */
/* -- lead -- */
.lead {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 153px;
}
.lead-inner {
  margin: 0 auto;
  max-width: 910px;
}
@media screen and (max-width: 900px) {
  .lead {
    font-size: 14px;
    line-height: 1.8571428571;
    padding-top: 48px;
    margin: 0 auto;
    max-width: 600px;
  }
}

/* -- alink -- */
.alink {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 60px auto 0;
  max-width: 1069px;
}
@media screen and (min-width: 901px) {
  .alink > * {
    width: calc((100% - 64px) / 3);
  }
  .alink > *:not(:nth-child(3n)) {
    margin-right: 32px;
  }
}
.alink a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 50px 0 47px;
  height: 52px;
  background: #F8B737;
  border: none;
  border-radius: 10rem;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.alink-arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 20.1px;
  height: 19.28px;
  background: url(../images/alink_arrow_bg.svg) no-repeat 0 0/100% auto;
}
.alink-arrow svg {
  position: relative;
  left: -1px;
}
.alink > *:nth-child(1) svg {
  stroke: #F8B737;
}
.alink > *:nth-child(2) a {
  background: #F4A691;
}
.alink > *:nth-child(2) svg {
  stroke: #F4A691;
}
.alink > *:nth-child(3) a {
  background: #B0D5DE;
}
.alink > *:nth-child(3) svg {
  stroke: #B0D5DE;
}
@media screen and (max-width: 900px) {
  .alink {
    display: block;
    margin: 41px auto 0;
    max-width: 600px;
  }
  .alink > *:not(:last-child) {
    margin-bottom: 16px;
  }
  .alink a {
    padding: 2px 50px 0 47px;
  }
}

/* -- section -- */
.section-tit {
  position: relative;
  padding-top: 71px;
}
.section-tit-tit {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  z-index: 10;
}
.section-tit-tit span {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 80px;
  letter-spacing: 0.05em;
  position: relative;
  top: 6px;
  margin-right: 23px;
}
.section-tit-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: auto;
  width: fit-content;
  transform: translateX(-53.5%);
}
.section-tit.month {
  padding-top: 73px;
}
.section-tit.month .section-tit-tit {
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
}
.section-tit.month .section-tit-tit span {
  font-size: 120px;
}
.section-cnt {
  margin-top: 58px;
}
.section-cnt > *:not(:last-child) {
  margin-bottom: 89px;
}
@media screen and (min-width: 901px) {
  .section-cnt > *:not(.even) .section-cnt-box {
    flex-direction: row-reverse;
  }
  .section-cnt > *:not(.even) .section-cnt-box-bg::after {
    left: auto;
  }
  .section-cnt > *.even .section-cnt-box {
    padding: 0 75px 60px 72px;
  }
  .section-cnt > *.even .section-cnt-day {
    margin-left: auto;
  }
  .section-cnt > *.even .section-cnt-box-bg::after {
    right: auto;
  }
}
.section-cnt-day {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 33px;
  text-indent: -38px;
  position: relative;
  margin: 0 75px;
  padding: 40px 0 0 38px;
  width: 38%;
}
.section-cnt-day::before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  width: 13px;
  height: 13px;
  margin-right: 25px;
  background: #251D1B;
  border-radius: 50%;
  content: "";
}
.section-cnt-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-top: 18px;
  padding: 0 72px 60px 75px;
}
.section-cnt-box-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #FFF;
  border-radius: 70px;
  overflow: hidden;
}
.section-cnt-box-bg::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 27.464%;
  background: #F8B737;
  content: "";
}
.section-cnt-box-slider {
  margin-top: -108px;
  width: 50.413%;
}
.section-cnt-box-slider .splide__track {
  border-radius: 40px;
}
.section-cnt-box-slider .splide__slide img {
  width: 100%;
  max-width: none;
}
.section-cnt-box-slider .splide__arrows {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 28px;
  bottom: 18px;
}
.section-cnt-box-slider .splide__arrow {
  position: static;
  width: 39px;
  height: 37px;
  background: none;
  border-radius: 0;
  opacity: 1;
  transform: translateY(0);
}
.section-cnt-box-slider .splide__arrow--prev {
  margin-right: 6px;
}
.section-cnt-box-slider .splide__arrow .bg {
  width: 100%;
  height: auto;
  fill: #fff;
  stroke: #251D1B;
  transition: fill 0.2s;
}
.section-cnt-box-slider .splide__arrow .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: auto;
  stroke: #251D1B;
  transition: stroke 0.2s;
}
.section-cnt-box-slider .splide__arrow:hover {
  opacity: 1;
}
.section-cnt-box-slider .splide__arrow:hover .bg {
  fill: #251D1B;
}
.section-cnt-box-slider .splide__arrow:hover .arrow {
  stroke: #fff;
}
.section-cnt-box-slider:not(.is-overflow) .splide__arrows {
  display: none;
}
.section-cnt-box-txtcnt {
  position: relative;
  padding: 56px 0 58px;
  width: 42.164%;
  z-index: 20;
}
.section-cnt-box-txtcnt-tit {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.section-cnt-box-txtcnt-table {
  margin-top: 15px;
  width: 100%;
}
.section-cnt-box-txtcnt-table th,
.section-cnt-box-txtcnt-table td {
  vertical-align: top;
}
.section-cnt-box-txtcnt-table th {
  width: 67px;
}
.section-cnt-box-txtcnt-table th span {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  height: 25px;
  background: #F8B737;
  border: none;
  border-radius: 10rem;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.section-cnt-box-txtcnt-table td {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 16px;
}
.section-cnt-box-txtcnt-txt {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 32px;
  padding-top: 16px;
  background-image: radial-gradient(circle, #251D1B 1px, transparent 1px);
  background-position: left -2px top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
}
.section-cnt-box-txtcnt-caution {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.section-cnt-box-txtcnt-btn {
  margin: 23px auto 0;
  max-width: 240px;
}
.section-cnt-box-txtcnt-btn a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 45px 2px 35px;
  height: 48px;
  background: #251D1B;
  border: none;
  border-radius: 10rem;
  font-weight: 500;
  color: #fff;
}
.section-cnt-box-txtcnt-btn a:not(:last-child) {
  margin-bottom: 0.5em;
}
.section-cnt-box-txtcnt-btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto;
  width: 19px;
  height: 20px;
  background: url(../images/icon-arrow.svg) no-repeat 0 0/100% auto;
  content: "";
}
.section#all {
  margin-top: 131px;
}
.section#april {
  margin-top: 159px;
  padding-top: 107px;
  background-image: radial-gradient(circle, #251D1B 2px, transparent 2px);
  background-position: left 5px top;
  background-repeat: repeat-x;
  background-size: 14px 4px;
}
.section#april .section-tit-img {
  transform: translateX(-39.6%);
}
.section#april .section-cnt {
  margin-top: 68px;
}
.section#april .section-cnt-box-bg::after {
  background: #F4A691;
}
.section#april .section-cnt-box-txtcnt-table th span {
  background: #F4A691;
}
.section#may {
  margin-top: 160px;
  padding-top: 63px;
  background-image: radial-gradient(circle, #251D1B 2px, transparent 2px);
  background-position: left 5px top;
  background-repeat: repeat-x;
  background-size: 14px 4px;
}
.section#may .section-tit.month {
  padding-top: 77px;
}
.section#may .section-tit-img {
  transform: translateX(-9.6%);
}
.section#may .section-cnt {
  margin-top: 28px;
}
.section#may .section-cnt-box-bg::after {
  background: #B0D5DE;
}
.section#may .section-cnt-box-txtcnt-table th span {
  background: #B0D5DE;
}
@media screen and (max-width: 900px) {
  .section {
    margin: 0 auto;
    max-width: 600px;
  }
  .section-tit {
    padding-top: 55px;
  }
  .section-tit-tit {
    font-size: 20px;
  }
  .section-tit-tit span {
    font-size: 60px;
  }
  .section-tit-img {
    width: 57.8%;
    max-width: 189px;
    transform: translateX(0);
  }
  .section-tit.month {
    padding-top: 16px;
  }
  .section-tit.month .section-tit-tit {
    font-size: 24px;
    padding-left: 17%;
  }
  .section-tit.month .section-tit-tit span {
    font-size: 80px;
  }
  .section-cnt {
    margin-top: 19px;
  }
  .section-cnt > *:not(:last-child) {
    margin-bottom: 22px;
  }
  .section-cnt-day {
    font-size: 20px;
    line-height: 1.2em;
    text-indent: -27px;
    margin: 0 0 -4px 30px;
    padding: 32px 0 0 24px;
    width: auto;
  }
  .section-cnt-day::before {
    top: -2px;
    width: 9px;
    height: 9px;
    margin-right: 18px;
  }
  .section-cnt-box {
    display: block;
    margin-top: 12px;
    padding: 0 20px;
  }
  .section-cnt-box-bg {
    margin-top: 46.6%;
    border-radius: 40px;
  }
  .section-cnt-box-bg::after {
    bottom: auto;
    padding-top: 49.3%;
    width: auto;
  }
  .section-cnt-box-slider {
    margin-top: 0;
    width: auto;
  }
  .section-cnt-box-slider .splide__arrows {
    display: block;
    position: static;
  }
  .section-cnt-box-slider .splide__arrow {
    position: absolute;
    width: 32px;
    height: 30px;
    transform: translateY(-50%);
  }
  .section-cnt-box-slider .splide__arrow--prev {
    margin-right: 0;
    left: -21px;
  }
  .section-cnt-box-slider .splide__arrow--next {
    right: -21px;
  }
  .section-cnt-box-slider .splide__arrow .arrow {
    width: 7px;
  }
  .section-cnt-box-txtcnt {
    padding: 52px 0 32px;
    width: auto;
  }
  .section-cnt-box-txtcnt-tit {
    font-size: 16px;
    line-height: 1.5;
  }
  .section-cnt-box-txtcnt-table {
    margin-top: 7px;
  }
  .section-cnt-box-txtcnt-table th span {
    font-size: 14px;
  }
  .section-cnt-box-txtcnt-table td {
    padding: 3px 0 0 16px;
  }
  .section-cnt-box-txtcnt-txt {
    margin-top: 8px;
    padding-top: 8px;
  }
  .section-cnt-box-txtcnt-caution {
    font-size: 10px;
    margin-top: 4px;
  }
  .section-cnt-box-txtcnt-btn {
    margin: 16px auto 0;
    max-width: 200px;
  }
  .section-cnt-box-txtcnt-btn a {
    padding: 0 35px 2px 25px;
    height: 40px;
  }
  .section-cnt-box-txtcnt-btn a::after {
    top: -1px;
    right: 18px;
    width: 16px;
    height: 17px;
  }
  .section#all {
    margin-top: 112px;
  }
  .section#all .section-tit-img {
    right: auto;
    left: -13%;
  }
  .section#april {
    margin-top: 80px;
    padding-top: 50px;
    background-position: left -5px top;
  }
  .section#april .section-tit-img {
    width: 52.294%;
    max-width: 171px;
    transform: translateX(-33.5%);
  }
  .section#april .section-cnt {
    margin-top: 32px;
  }
  .section#may {
    margin-top: 80px;
    padding-top: 43px;
    background-position: left -5px top;
  }
  .section#may .section-tit.month {
    padding-top: 25px;
  }
  .section#may .section-tit-tit {
    padding-left: 13%;
  }
  .section#may .section-tit-img {
    width: 67.5%;
    max-width: 252px;
    transform: rotate(8deg);
  }
  .section#may .section-cnt {
    margin-top: 30px;
  }
}

/* -- footer -- */
.footer {
  text-align: center;
  margin-top: 160px;
  padding: 47px 0;
  background: #58AA95;
  border-radius: 70px 70px 0 0;
}
.footer-copy {
  font-family: "Figtree", sans-serif;
  font-size: 10px;
  letter-spacing: 0.06em;
  margin-top: 18px;
}
@media screen and (max-width: 900px) {
  .footer {
    margin-top: 119px;
    padding: 48px 0;
  }
  .footer-logo {
    margin: 0 auto;
    max-width: 144px;
  }
  .footer-copy {
    margin-top: 19px;
  }
}/*# sourceMappingURL=style.css.map */