:root {
  --white: #ffffff;
  --light-gray: #f0f0f0;
  --gray: #ccc;
  --black: #333333;
  --green: #F6F9F9;
  --pink: #FFF1EF;
  --red: #B91A39;
  --brown: #56362b;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 1.6;
  color: var(--black);
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  display: flex;
  justify-content: center;
  background: var(--light-gray);
}

.main {
  max-width: 480px;
  width: 100%;
  position: relative;
  background: #fff;
}

.main-visual {
  position: relative;
}

.main-visual__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}

.content--first-bg {
  background-image: url(../img/brown-bg.jpg);
  background-size: cover;
}

.content--second-bg{
  background-image: url(../img/pink-bg.jpg);
  background-size: cover;
}

.content--third-bg{
  background-color: #FAF4E5;
}

.content__title--white {
  color: #fff;
}

.about--text-box{
  background-color: #f9f2ea;
  padding: 8px;
}

.about--text-content{
  text-align: center;
  border: 2px solid #CA9944;
  line-height: 1.8;
  padding: 20px 8px 16px;
  position: relative;
}

.about--text-content::before{
  content: "";
  position: absolute;
  background-image: url('../img/tera.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 180px;
  top: 130px;
  right: -24px;
  z-index: 999;
}

.about--text-detail{
  margin-top: 8px;
}

.about--text-strong{
  background: linear-gradient(transparent 60%, #FDA9BF 30%);
  text-shadow: 1px 1px 0 #F9F2EA, -1px -1px 0 #F9F2EA, -1px 1px 0 #F9F2EA, 1px -1px 0 #F9F2EA, 0px 1px 0 #F9F2EA, 0 -1px 0 #F9F2EA, -1px 0 0 #F9F2EA, 1px 0 0 #F9F2EA;
  display: inline-block;
  font-weight: 700;
}

.about--text-caution{
  font-size: 10px;
}

/* time-schedule*/
.time-wrapper{
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

.time-schedule{
  position: relative;
}

.time-line{
  width: 2px;
  height: 86%;
  position: absolute;
  top: 3px;
  left: 18%;
  z-index: 999;
  transform: translateX(-50%);
  padding-top: 15px;
}

.time-line span {
    display: block;
    width: 100%;
    height: 102%;
    background: var(--red);
}

.time-heart{
  position: absolute;
  background-image: url('../img/momiji.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 18%;
  z-index: 999;
}

dl{
  padding: 24px 0;
}

dl.first{
  padding: 0 0 24px;
}

dl.last{
  padding: 24px 0 0;
}

dl dt{
  width: 100%;
  position: absolute;
}

dl dd{
  margin-left: 24%;
}

dd.pickup{
  background-color: var(--red);
  color: var(--white);
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 700;
}

dd.pickup.walk, dd.pickup.lunch, dd.pickup.talk{
  padding: 4px 16px 4px 8px;
  position: relative;
}

dd.pickup.walk::after{
  content: "";
  position: absolute;
  background-image: url('../img/walk-heart.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 105px;
  height: 105px;
  top: -30px;
  right: -80px;
  z-index: 999;
}

dd.pickup.wagasi::after{
  content: "";
  position: absolute;
  background-image: url('../img/wagasi.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  height: 165px;
  top: 72px;
  right: 10px;
  z-index: 999;
}

dd.pickup.talk::after{
  content: "";
  position: absolute;
  background-image: url('../img/talk.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 115px;
  height: 140px;
  top: -58px;
  right: -100px;
  z-index: 999;
}

/* present */
.present-wrapper{
  background-color: var(--white);
  padding: 16px;
  border: 1px solid var(--brown);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* seminar */
.seminar--text--strong{
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.seminar--text--content{
  text-align: center;
}

.seminar--text-apply{
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
}

/* detail */
.detail-content h3{
  position: relative;
  padding-left: 22px;
  margin-bottom: 4px;
}

.detail-content h3::before{
  position: absolute;
  content: "";
  display: block;
  width: 17px;
  height: 22px;
  background-image: url(../img/icyou.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 3px;
  left: 0;
}

.detail-content p,
.detail-content ul li{
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.detail-content h3{
  border-bottom: solid 0.5px var(--red);
  padding-bottom: 4px;
}

.detail-content p a{
  text-decoration: underline;
}

/* host */
.host-content{
  background-color: var(--white);
}

.host-text{
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align: center;
  background-color: var(--brown);
  color: white;
  padding: 8px 0;
  font-size: 20px;
  font-weight: 700;
}

.host-button{
  display: block;
  background-color: var(--brown);
  color: var(--white);
  padding: 16px;
  width: 80%;
  display: block;
  text-align: center;
  border-radius: 100px;
  margin: 16px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.host-attention{
  padding: 30px 40px 0;
  font-size: 10px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #666;
}

.logo.suzaka{
  width: 100px;
  padding: 8px 0;
}

.float-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--black);
  color: #fff;
  border-radius: 50%;
  position: fixed;
  z-index: 10;
  left: auto;
  right: 12px;
  bottom: 12px;
  width: 72px;
  height: 72px;
  text-align: center;
  font-weight: 700;
  line-height: 130%;
  font-size: 12px;
}

.cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: var(--red);
  border-radius: 36px;
  text-align: center;
  padding: 16px 24px;
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 auto;
  width: 100%;
}

.cta-btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 2px;
}

.logo {
  display: block;
  width: 60px;
  margin: 0 auto;
  padding: 24px 0 8px;
}

/*footer*/
.footer{
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.default-footer-content{
  width: 100%;
  border-top: 1px solid #eee;
  background-color: #f5f5f5;
  padding: 15px 0;
}

.row.small-collapse>.column,
.row.small-collapse>.columns{
  padding-left: 0;
  padding-right: 0;
}

.contents-margin{
  margin-bottom: 1.5625rem;
}

.footer .footer-text p{
  text-align: left;
}

body p:last-child{
  margin-bottom: 0;
}

.footer-text p{
  font-size: 11px;
  color: #999;
  line-height: 1.6;
}

.mark-footer .tile-item .left{
  padding: 0;
}

.mark-footer__list{
  width: 100%;
  display: table;
}

.mark-footer__list li:first-child{
  border-right: 1px solid #e5e5e5;
}

.mark-footer__list li{
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}

.mark-footer__image img{
  display: inline-block;
  width: 60px;
}

.footer .mark-footer__image{
  text-align: center;
}

.tile-item .left{
  display: table-cell;
  width: 30%;
  vertical-align: top;
  padding-right: 10px;
  float: none!important;
}

.mark-footer .tile-item a{
  color: #666;
  text-decoration: none;
  transition: all 300ms ease-out;
}

.footer-content-list ul{
  list-style: none;
  width: 100%;
}

.statement-footer{
  width: 100%;
  text-align: center;
}

.statement-footer__body{
  display: inline-block;
}

.logo-footer{
  margin: 35px 0;
  margin: 2.1875rem 0;
  text-align: left;
}

.logo-footer a{
  transition: all 300ms ease-out;
}

.logo-footer img{
  width: 100%;
}

.copylight-footer{
  font-size: .625rem;
  color: #666;
  text-align: left;  
}

.show-for-small {
  display: inline;
}

@media screen and (min-width: 640px){
  .default-footer-content{
    padding: 30px 0;
  }

  .row.medium-uncollapse>.column, 
  .row.medium-uncollapse>.columns{
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .contents-margin{
    margin-bottom: 1.25rem;
  }

  .footer-text p{
    text-align: center;
  }

  .mark-footer__list li:first-child{
    padding-left: 15px;
  }

  .mark-footer .tile-item a{
    display: table;
  }

  .footer-content-list ul{
    text-align: center;
  }

  .footer-content-list li{
    display: inline-block;
    position: relative;
    padding: 1px 10px;
    border-right: 1px solid #666;
  }

  .footer-content-list li a{
    display: block;
    position: relative;
    line-height: 1;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    transition: .3s;
  }

  .logo-footer img{
    max-width: 24.375rem;
  }

  .show-for-small {
    display: none;
  }
}

.left-block,
.right-block {
  display: none;
}

@media screen and (max-width: 480px){
  .top-side-margin{
    padding-left: 10px;
    padding-right: 10px;
  }

  .default-footer-content .footer-content-list.line-2 ul, 
  .default-footer-content .footer-content-list.line-2 li{
    border-color: #e5e5e5;
  }

  .footer-content-list.line-2 ul{
    overflow: hidden;
  }

  .footer-content-list ul{
    border-top: 1px solid #eee;
  }

  .footer-content-list.line-2 li{
    width: 50%;
    height: 55px;
    float: left;
    border-right: 1px solid #eee;
  }

  .footer-content-list li{
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .footer-content-list.line-2 a{
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.3;
    padding: 12px 30px 12px 10px;
    height: 100%;
  }

  .footer-content-list li a{
    padding: 16px 30px 16px 10px;
    position: relative;
  }

  .footer-content-list li a::after{
    content: "";
    top: 30%;
    right: 0;
    position: absolute;
    display: inline-block;
    background-image: url(../img/arrow-footer.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

/* 要素フェイドイン用 */
.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (min-width: 640px) {
  .main {
    max-width: 424px;
    margin: 0 auto;
    border-right: 1px solid var(--brown);
    border-left: 1px solid var(--brown);
    z-index: 999;
  }

  .left-block {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 40px;
    background: linear-gradient(to bottom, #FBF5E0, #F5D3DA);
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .header__logo {
    width: 88px;
  }

  .menu {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    max-width: 220px;
  }

  .menu__anchor {
    font-weight: 600;
    display: flex;
    flex-direction: column;
  }

  .menu__anchor li {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 8px;
    color: var(--brown);
    border-top: 1px solid var(--brown);
  }

  .menu__anchor li:last-of-type {
    border-bottom: 1px solid var(--brown);
  }

  .menu__anchor li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid var(--brown);
    border-right: 0;
  }

  .float-btn {
    right: 32px;
    bottom: 32px;
    margin: 0;
    width: 120px;
    height: 120px;
    font-size: 20px;
  }

  .right-block {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .right-block {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex: 1;
    padding: 40px;
    background: linear-gradient(to bottom, #FBF5E0, #F5D3DA);
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .note {
    text-align: right;
    margin-bottom: auto;
    font-size: 16px;
    line-height: 1.3;
  }
}