/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#oneday {
  font-size: 13px;
  font-weight: 500;
  color: #231815;
  overflow: clip;
  background: #fff;
  position: relative;
}

#oneday * {
  box-sizing: border-box;
}

#oneday a {
  transition: opacity .3s;
  color: initial;
}

#oneday a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#oneday a:hover {
  text-decoration: none;
}

#oneday a:focus-visible {
  outline: none;
}

#oneday img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#oneday .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#oneday .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#oneday .pc-br {
  display: none;
}

#oneday .sp-br {
  display: inline;
}

#oneday .font-hel{
  font-family: "helvetica-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
}

#oneday .txt{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

#oneday .inline-block{
  display: inline-block;
}

#oneday .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#oneday .red {
  color: #CC2936;
}

#oneday .main-block{
  position: relative;
}

#oneday .main-block .main-ttl-block{
  position: relative;
  height: 80px;
  background: #fff;
  border-radius: 12px 12px 0 0;
  text-align: center;
  padding-top: 16px;
  margin-top: -80px;
}

#oneday .main-block .main-ttl .ja{
  display: block;
  padding-left: .3em;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 1.8;
}

#oneday .main-block .main-ttl .en{
  display: block;
  font-size: 15px;
  line-height: 1;
}

#oneday .menu-list-wrapper{
  position: relative;
  width: calc(100% - 50px);
  max-width: 325px;
  margin: 60px auto 80px;
  padding: 20px 0;
}

#oneday .menu-list-wrapper::before,
#oneday .menu-list-wrapper::after {
  position: absolute;
  content: "ONEDAY";
  font-size: 40px;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #F5D4D7;
  -webkit-text-stroke: 0.5px #D6545E;
  /*text-shadow: -1px -1px 0 #D6545E, 1px -1px 0 #D6545E, -1px 1px 0 #D6545E, 1px 1px 0 #D6545E;*/
}

#oneday .menu-list-wrapper::before{
  top: 0;
  left: 0;
}

#oneday .menu-list-wrapper::after{
  bottom: 0;
  right: 0;
}

#oneday .menu-list{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  margin: 0 auto;
  z-index: 1;
}

#oneday .menu-list-item{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
}

#oneday .menu-list .list-item{
  position: relative;
  display: block;
  width: 100%;
  max-width: 250px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

#oneday .menu-list .list-item img {
  transition: all .3s;
  will-change: transform;
}

#oneday .menu-list .list-item .txt-block {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 5px;
  z-index: 1;
}

#oneday .menu-list .list-item .en {
  display: block;
  font-size: 15px;
}

#oneday .menu-list .list-item .ja {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

#oneday .menu-list .list-item .ja::before{
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: calc(50% - 12px);
  right: 0;
  background-color: #D6545E;
  border-radius: 50%;
  z-index: 1;
}

#oneday .menu-list .list-item .ja::after{
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: calc(50% - 12px);
  right: 0;
  background: url("../images/oneday/arrow_white_down.svg")no-repeat center center / 12px 12px;
  border-radius: 50%;
  z-index: 2;
}

#oneday .common-ttl {
  padding-top: 38px;
}

#oneday .common-ttl .en {
  display: block;
  font-size: 45px;
  line-height: 1;
  color: #F5D4D7;
  -webkit-text-stroke: 0.5px #D6545E;
  /*text-shadow: -1px -1px 0 #D6545E, 1px -1px 0 #D6545E, -1px 1px 0 #D6545E, 1px 1px 0 #D6545E;*/
  margin-bottom: 8px;
  
}

#oneday .common-ttl .ja {
  display: block;
  font-size: 22px;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  
  #oneday .sp-br {
    display: none;
  }
  
  #oneday .pc-br {
    display: inline;
  }
  
  #oneday .txt{
    font-size: 18px;
  }
  
  #oneday .main-block .main-img {
    height: calc(100vw / 1920 * 600);
    min-height: 600px;
  }
  
  #oneday .main-block .main-img img {
    height: 100%;
    object-fit: cover;
  }

  #oneday .main-block .main-ttl-block{
    height: 160px;
    border-radius: 24px 24px 0 0;
    padding-top: 32px;
    margin-top: -160px;
  }

  #oneday .main-block .main-ttl .ja{
    font-size: 46px;
  }

  #oneday .main-block .main-ttl .en{
    font-size: 30px;
  }
  
  #oneday .menu-list-wrapper{
    max-width: 1180px;
    padding: calc(100vw / 1920 * 40) 0;
    margin-top: calc(100vw / 1920 * 120);
    margin-bottom: 140px;
  }
  
  #oneday .menu-list-wrapper::before,
  #oneday .menu-list-wrapper::after {
    content: none;
  }
  
  #oneday .menu-list{
    max-width: none;
  }
  
  #oneday .menu-list-item {
    flex-wrap: nowrap;
  }

  #oneday .menu-list .list-item{
    max-width: 372px;
    border-radius: 16px;
  }
    
  #oneday .menu-list .list-item .img::before,
  #oneday .menu-list .list-item .img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 16px;
    left: 0;
    top: 0;
    transition: all .3s;
  }
  
  #oneday .menu-list .list-item .img::before {
    background: rgba(255,255,255,.4);
    opacity: 1;
    z-index: 1;
  }
  
  #oneday .menu-list .list-item .img::after {
    background: rgba(0,0,0,.2);
    opacity: 0;
  }
  
  #oneday .menu-list .list-item .txt-block {
    padding: 10px;
  }
  
  #oneday .menu-list .list-item .en {
    font-size: 16px;
  }
  
  #oneday .menu-list .list-item .ja {
    font-size: 24px;
    transition: all .3s;
  }

  #oneday .menu-list .list-item .ja::before{
    content: "";
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    background-color: #EBA9AF;
    transform: scale(.72);
    transition: all .3s;
    will-change: transform;
  }

  #oneday .menu-list .list-item .ja::after{
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    background-size: 12px 12px;
    will-change: transform;
  }

  #oneday .common-ttl .en {
    font-size: 80px;
    -webkit-text-stroke: 1px #D6545E;
    margin-bottom: 16px;
  }

  #oneday .common-ttl .ja {
    font-size: 40px;
  }
}

@media print, screen and (min-width: 1201px){
  #oneday .menu-list .list-item:hover .img::before {
    opacity: 0;
  }
  
  #oneday .menu-list .list-item:hover .img::after {
    opacity: 1;
  }
  
  #oneday .menu-list .list-item:hover img {
    transform: scale(1.15);
  }
  
  #oneday .menu-list .list-item:hover .ja{
    color: #fff;
    letter-spacing: .2em;
  }
  
  #oneday .menu-list .list-item:hover .ja::before{
    background-color: #D6545E;
    transform: scale(1);
  }
  
  #oneday .menu-list .list-item:hover .ja::after{
    transform: translateY(0);
    opacity: 1;
  }
  
}

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
#oneday .oneday-content {
  position: relative;
  padding-bottom: 80px;
}

#oneday .oneday-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 250px);
  background: #F0F3F6;
  bottom: 0;
  left: 0;
}

#oneday .oneday-content .common-ttl {
  position: relative;
  height: 150px;
  background: linear-gradient(-90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20%, rgb(255, 255, 255) 40%);
  padding-left: 12px;
  z-index: 1;
}

#oneday .content-main-img {
  position: relative;
  width: calc(100vw - 35px);
  margin-left: auto;
  margin-top: -40px;
  z-index: 0;
}

#oneday .prof-wrap {
  color: #fff;
  font-weight: 700;
  background: #CC2936;
  border-radius: 12px 12px 0 0;
  padding: 16px 25px;
  margin-top: -25px;
}

#oneday .prof-wrap .name {
  color: #F5D4D7;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1;
}

#oneday .prof-wrap .name .en {
  display: block;
  font-size: 12px;
  color: #F5D4D7;
}

#oneday .prof-wrap .txt-block {
  padding-top: 14px;
  border-top: solid 2px #fff;
}

#oneday .prof-wrap .info-block {
  margin-bottom: 8px;
}

#oneday .prof-wrap .info-block .info {
  margin-right: 5px;
}

#oneday .prof-wrap .txt-block .txt {
  line-height: 1.4;
  font-weight: 700;
}

#oneday .schedule-content {
  position: relative;
  background: #fff;
  padding-top: 34px;
}

#oneday .schedule-content-ttl {
  color: #F5D4D7;
  font-size: calc(100vw / 750 * 70);
  text-align: center;
  white-space: nowrap;
}

#oneday .schedule-wrap {
  width: calc(100% - 11px);
  margin: 0 auto;
}

#oneday .schedule-item {
  position: relative;
  padding: 23px 26px 20px 0;
  margin-left: 50px;
}

#oneday .schedule-item::before {
  position: absolute;
  content: "";
  width: calc(100% + 50px);
  height: 2px;
  background: #eee;
  right: 0;
  bottom: 0;
}

#oneday .schedule-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50px;
  right: calc(100% + 16px);
  width: 20px;
  height: 100%;
  background-image: linear-gradient(to bottom, #F5D4D7 100%);
  background-repeat: no-repeat;
  background-size: 5px 100%;
  background-position: center;
}

#oneday .schedule-item .txt-block {
  position: relative;
  z-index: 1;
}

#oneday .schedule-ttl .time {
  position: relative;
  display: block;
  font-size: 35px;
  font-weight: 700;
  color: #D6545E;
}

#oneday .schedule-ttl .time::before {
  position: absolute;
  content: "";
  box-sizing: inherit;
  width: 20px;
  height: 20px;
  background: #FCF4F5;
  border: solid 4px #D6545E;
  border-radius: 50%;
  top: calc(50% - 10px);
  right: calc(100% + 16px);
}

#oneday .schedule-ttl .ttl {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0;
}

#oneday .schedule-item .txt {
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 8px;
}

#oneday .schedule-item .txt .txt-bottom {
  display: block;
  margin-top: 1em;
}

#oneday .schedule-item .img img {
  border-radius: 8px;
}

#oneday .message-wrap {
  position: relative;
  background: #fff;
  border-radius: 0px 0 12px 12px;
  padding: 20px 18px 40px;
}

#oneday .message {
  border: solid 5px #E07F86;
  border-radius: 8px;
  padding: 25px 25px 0;
}

#oneday .message .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}

#oneday .message .txt {
  font-weight: 700;
}

#oneday .message .img {
  text-align: center;
  margin-top: 12px;
}

#oneday .message-wrap .link {
  width: fit-content;
  margin: 32px auto 0;
}

#oneday .message-wrap .link .link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 42px;
  border: solid 2px #CC2936;
  border-radius: 4px;
  font-weight: 700;
  transition: all .3s;
}
@media print, screen and (min-width: 768px) {
  #oneday .oneday-content {
    padding-bottom: 160px;
  }
  
  #oneday .oneday-content::before {
    height: calc(100% - 400px);
  }
  
  #oneday .common-ttl-wrap {
    width: calc(100% - 24px);
    max-width: 1200px;
    margin: 0 auto;
  }
  
  #oneday .oneday-content .common-ttl {
    height: 400px;
    width: 50%;
    padding: 134px 0 0;
  }
  
  #oneday .content-main-img {
    width: calc(50vw + 440px);
    height: calc(100vw / 1920 * 600);
    min-height: 600px;
    margin-top: -400px;
  }
  
  #oneday .content-main-img img {
    height: 100%;
    object-fit: cover;
  }
  
  #oneday #oneday-content02 .content-main-img img,
  #oneday #oneday-content03 .content-main-img img {
    object-position: left;
  }
  
  #oneday .prof-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 16px;
    border-radius: 24px 24px 0 0;
    padding: 32px 80px 32px 116px;
    margin-top: -60px;
  }
  
  #oneday .prof-wrap .name {
    width: 150px;
    font-size: 40px;
    line-height: 1.8;
    margin-bottom: 0;
  }
  
  #oneday .prof-wrap .name .en {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 9px;
  }
  
  #oneday .prof-wrap .txt-block {
    border-top: none;
    border-left: solid 2px #fff;
    padding-top: 0;
    padding-left: 40px;
  }
  
  #oneday .prof-wrap .info-block {
    margin-bottom: 16px;
  }
  
  #oneday .prof-wrap .info-block .info {
    font-size: 16px;
    margin-right: 10px;
  }

  #oneday .prof-wrap .info-block .slash{
    margin-right: 10px;
    font-size: 16px;
  }
  
  #oneday .prof-wrap .txt-block .txt {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
  }
  
  #oneday .schedule-content {
    padding-top: 80px;
  }
  
  #oneday .schedule-content-ttl {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    margin-left: 116px;
  }
  
  #oneday .schedule-wrap {
    width: 1080px;
  }
  
  #oneday .schedule-item {
    display: flex;
    gap: 48px;
    padding: 40px 24px 40px 0;
    margin-left: 128px;
  }
  
  #oneday .schedule-item::before {
    width: calc(100% + 128px);
  }
  
  #oneday .schedule-item:not(:last-of-type)::after {
    width: 36px;
    background-size: 8px 100%;
    right: calc(100% + 34px);
  }
  
  #oneday .schedule-ttl .time {
    font-size: 50px;
    line-height: 1;
  }
  
  #oneday .schedule-ttl .time::before {
    width: 36px;
    height: 36px;
    border-width: 6px;
    top: calc(50% - 18px);
    right: calc(100% + 34px);
  }
  
  #oneday .schedule-ttl .ttl {
    font-size: 24px;
    margin: 16px 0;
  }
  
  #oneday .schedule-item .txt {
    font-size: 16px;
    line-height: 1.6;
  }
  
  #oneday .schedule-item .img {
    flex-shrink: 0;
  }
  
  #oneday .schedule-item .img img {
    border-radius: 16px;
  }
  
  #oneday .message-wrap {
    border-radius: 0 0 24px 24px;
    padding: 124px 60px 80px;
  }
  
  #oneday .message {
    position: relative;
    border-radius: 16px;
    border-width: 10px;
    padding: 50px 50px 50px 390px;
  }
  
  #oneday .message .ttl {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  
  #oneday .message .txt {
    font-size: 16px;
  }
  
  #oneday .message .img {
    position: absolute;
    margin-top: 0;
    bottom: 0;
    left: 30px;
  }
  
  #oneday .message-wrap .link {
    margin-top: 64px;
  }
  
  #oneday .message-wrap .link .link-item {
    width: 500px;
    height: 68px;
    border-radius: 8px;
  }
  
  #oneday .message-wrap .link .link-item .link-txt {
    font-size: 20px;
    transition: all .3s;
  }
}

@media print, screen and (min-width: 1201px) {
  #oneday .message-wrap .link .link-item:hover {
    background-color: #D6545E;
    border-color: #D6545E;
  }
  
  #oneday .message-wrap .link .link-item:hover .link-txt {
    color: #fff;
    letter-spacing: .2em;
  }
}