
#oneday {
  position: relative;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.6;
  overflow-x: hidden;
}


#oneday * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
  font-weight: 500;
}

#oneday img {
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#oneday .inner {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

#oneday p {
  text-align: left;
}

#oneday th {
  font-weight: bold;
  text-align: center;
}

#oneday .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}

#oneday .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#oneday .txt {
  margin-bottom: 1em;
  line-height: 2;
}

#oneday .txt:last-child {
  margin-bottom: 0;
}

#oneday .futura {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#oneday .ten-mincho {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}

#oneday .adorn {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#oneday .flex-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#oneday .ordered-list-style01,
#oneday .unordered-list-style01 {
  margin-left: 1.5em;
}

#oneday .list-item {
  margin-bottom: 10px;
}

#oneday .list-item:last-child {
  margin-bottom: 0;
}

#oneday .ordered-list-style01 * {
  list-style-type: decimal;
}

#oneday .unordered-list-style01 * {
  list-style-type: disc;
}

#oneday .page-title {
  position: relative;
  width: 100%;
  min-height: 440px;
  background: url("../images/oneday/oneday_mainimg_pc.jpg") no-repeat center center / cover;
	z-index: 3
}

#oneday .page-title-txt {
  position: absolute;
  top: 62.5%;
  left: 50%;
  -webkit- transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
}

#oneday .page-title-txt * {
  color: #ffffff;
}

#oneday .page-title-txt .txt-en,
#oneday .page-title-txt .txt-ja {
  display: block;
  line-height: 1;
  text-align: center;
}

#oneday .page-title-txt .txt-en {
  margin-bottom: 20px;
  font-size: 50px;
}

#oneday .page-title-txt .txt-ja {
  font-size: 26px;
}

#oneday .oneday-container {
  position: relative;
  margin-top: 65px;
  padding-bottom: 50px;
  background-color: #ffffff;
  z-index: 2;
}

#oneday .oneday-container::before {
    content: "";
    position: absolute;
    width: calc(100% - 24px);
    max-width: calc(100% - 11.5%);
    height: 110px;
    margin-top: -90px;
    margin-left: 50%;
    transform: translateX(-50%);
    background-color: #FFF8EF;
    z-index: -1;
}

#oneday .oneday-container.staff02::before {
    background-color: #EFF7FA;;
}


#oneday .staff-mainimg img {
  width: 100%;
}

#oneday .self-intro-box {
  width: 85%;
  margin-top: -25px;
}

#oneday .self-intro-name,
#oneday .self-intro-txt {
  width: 100%;
  padding: 10px 20px;
}

#oneday .self-intro-name {
  background-color: #ffc57b;
  color: #ffffff;
}

#oneday .staff02 .self-intro-name {
  background-color: #A1BDE8;
}

#oneday .self-intro-name * {
  line-height: 1.4;
}

#oneday .staff-occupation {
  margin-bottom: 10px;
}

#oneday .staff-name-txt {
  margin-bottom: 10px;
}

#oneday .staff-name-txt .name-ja,
#oneday .staff-name-txt .name-en {
  display: inline-block;
}

#oneday .staff-name-txt .name-ja {
  margin-right: 10px;
  font-size: 15px;
}

#oneday .staff-name-txt .san{
    font-size: 12px;
    margin-left: 6px;
}

#oneday .staff-name-txt .name-en {
  font-size: 9px;
}

#oneday .self-intro-txt {
  -webkit-align-items: center;
  align-items: center;
  background-color: #ffffff;
}

#oneday .other-data-txt {
  display: inline-block;
  margin-right: 10px;
  font-size: 10px;
}

#oneday .other-data-txt:last-child {
  margin-right: 0;
}

#oneday .time-schedule-ttl {
  display: block;
  margin: 0 0 15vw;
  color: #ffc57b;
  font-size: 25px;
  line-height: 1.4;
  -webkit-transform: rotate(-13.45deg);
  transform: rotate(-13.45deg);
}

#oneday .staff02 .time-schedule-ttl {
  color: #A1BDE8;
}

#oneday .time-schedule-box,
#oneday .time-schedule-item {
  position: relative;
}

#oneday .time-schedule-box {
  padding-bottom: 30px;
}

#oneday .time-schedule-box:last-child {
  padding-bottom: 0;
}

#oneday .time-schedule-box::before,
#oneday .time-schedule-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  margin: auto;
}

#oneday .time-schedule-box::before {
  right: 0;
  left: 0;
  width: 9px;
  height: 100%;
  background-color: #ffe9ce;
}

#oneday .staff02 .time-schedule-box::before {
  background-color: #A1BDE8;
}

#oneday .time-schedule-box:first-child::before {
  height: 95%;
}

#oneday .time-schedule-box::after {
  top: 0;
}

#oneday .time-schedule-item {
  width: 85.3%;
  margin: 0 auto 30px;
}

#oneday .time-schedule-item:last-child {
  margin-bottom: 0;
}

#oneday .time-schedule-item::before {
  color: #ff9e00;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
}

#oneday .staff02 .time-schedule-item::before {
  color: #1F4E94;
}

#oneday .staff01 .time-schedule-830::before {
  content: "8:30";
}

#oneday .staff01 .time-schedule-1000::before {
  content: "10:00";
}

#oneday .staff01 .time-schedule-1100::before {
  content: "11:00";
}

#oneday .staff01 .time-schedule-1230::before {
  content: "12:30";
}

#oneday .staff01 .time-schedule-1400::before {
  content: "14:00";
}

#oneday .staff01 .time-schedule-1700::before {
  content: "17:00";
}

#oneday .staff01 .time-schedule-1800::before {
  content: "18:00";
}

#oneday .staff01 .time-schedule-1930::before {
  content: "19:30";
}

#oneday .staff02 .time-schedule-830::before {
  content: "8:30";
}

#oneday .staff02 .time-schedule-1000::before {
  content: "10:00";
}

#oneday .staff02 .time-schedule-1100::before {
  content: "11:00";
}

#oneday .staff02 .time-schedule-1230::before {
  content: "12:00";
}

#oneday .staff02 .time-schedule-1400::before {
  content: "13:30";
}

#oneday .staff02 .time-schedule-1700::before {
  content: "15:00";
}

#oneday .staff02 .time-schedule-1800::before {
  content: "18:00";
}

#oneday .staff02 .time-schedule-1930::before {
  content: "19:30";
}

#oneday .staff03 .time-schedule-830::before {
  content: "8:30";
}

#oneday .staff03 .time-schedule-1000::before {
  content: "9:30";
}

#oneday .staff03 .time-schedule-1100::before {
  content: "12:30";
}

#oneday .staff03 .time-schedule-1230::before {
  content: "14:00";
}

#oneday .staff03 .time-schedule-1400::before {
  content: "16:00";
}

#oneday .staff03 .time-schedule-1700::before {
  content: "17:00";
}

#oneday .staff03 .time-schedule-1800::before {
  content: "18:00";
}

#oneday .staff03 .time-schedule-1930::before {
  content: "19:00";
}

#oneday .time-schedule-txt-container {
  padding: 30px 30px 50px;
  box-shadow:5px 5px 0 0 #ebebeb;
  background-color: #ffffff;
}

#oneday .time-schedule-subttl {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.4;
	font-weight: 700;
}

#oneday .time-schedule-pic {
  margin-top: -35px;
  text-align: center;
}

#oneday .point-wrap{
	position: relative;
	width: calc(100% - 54px);
	max-width: 1200px;
	margin: 36px auto 0;
	padding: 26px 16px;
	background-color: #FFF8EF;
}

#oneday .staff02 .point-wrap{
	background-color: #EFF7FA;
}

#oneday .point-wrap::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}

#oneday .staff01 .point-wrap::after {
    background-image: url(../images/oneday/point-img01.png);
}

#oneday .staff02 .point-wrap::after {
    background-image: url(../images/oneday/point-img02.png);
}

#oneday .staff03 .point-wrap::after {
    background-image: url(../images/oneday/point-img03.png);
}

#oneday .point{
	font-weight: 700;
	width: fit-content;
	padding: 1px 20px;
	background-color: #FF9E00;
	border-radius: 50px;
	color: #fff;
}

#oneday .staff02 .point{
	background-color: #1F4E94;
}

#oneday .point-heading{
	margin-top: 10px;
	font-weight: 700;
}

#oneday .point-txt{
	font-size: 12px;
	margin-top: 36px;
}

@media screen and (max-width: 767px) {/* ---------- スマホ以下 ---------- */
	#oneday .pc-br {
    display: none;
  }
  
  #oneday .page-title {
    background-image: url("../images/oneday/oneday_mainimg_sp.jpg");
    min-height: 250px;
  }

  #oneday .page-title-txt .txt-en {
    margin-bottom: 10px;
    font-size: 25px;
  }

  #oneday .page-title-txt .txt-ja {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #oneday {
    font-size: 18px;
  }

  #oneday .inner {
    max-width: 1180px;
    padding: 0;
  }
  
  #oneday .oneday-container {
    margin-top: 150px;
    padding-bottom: 200px;
  }
	
	#oneday .oneday-container::before {
    width: calc(100% - 54px);
    max-width: calc(100% - 11.5%);
    height: 190px;
    margin-top: -170px;
    margin-left: 50%;
    transform: translateX(-50%);
}
  
  #oneday .self-intro-box {
    margin-top: -110px;
  }
  
  #oneday .self-intro-name,
  #oneday .self-intro-txt {
    padding: 50px;
  }
  
  #oneday .self-intro-name {
    width: 30%;
  }
  
  #oneday .self-intro-txt {
    width: 70%;
  }
  
  #oneday .staff-name-txt {
    margin-bottom: 20px;
  }
  
  #oneday .staff-name-txt .name-ja,
  #oneday .staff-name-txt .name-en {
    display: block;
  }
  
  #oneday .staff-name-txt .name-ja {
    margin: 0 0 5px 0;
    font-size: 26px;
  }
	
	#oneday .staff-name-txt .san {
    font-size: 18px;
    margin-left: 10px;
}
  
  #oneday .staff-name-txt .name-en {
    font-size: 16px;
  }
  
  #oneday .other-data-txt {
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px;
  }
  
  #oneday .other-data-txt:last-child {
    margin-bottom: 0;
  }
  
  #oneday .time-schedule-container .inner {
    width: 95%;
  }
  
  #oneday .time-schedule-ttl {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto 175px;
    font-size: 50px;
  }
  
  #oneday .time-schedule-box {
    padding-bottom: 60px;
  }
  
  #oneday .time-schedule-box::before {
    top: 0;
    width: 99%;
    opacity: .8;
  }
  
  #oneday .time-schedule-box::before,
  #oneday .time-schedule-box:first-child::before {
    height: 18px;
  }
  
  #oneday .time-schedule-box::after {
    width: 22px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
  }
  
  #oneday .time-schedule-box:nth-child(odd) {
    padding-right: 2.5%;
  }
  
  #oneday .time-schedule-box:nth-child(odd)::after {
    right: -22px;
    background-image: url("../images/oneday/oneday_line_continue_01.png");

  }
  
  #oneday .staff02 .time-schedule-box:nth-child(odd)::after {
    right: -22px;
    background-image: url("../images/oneday/oneday_line_continue_02.png");
  }
  
  #oneday .time-schedule-box:nth-child(even) {
    padding-left: 2.5%;
  }
  
  #oneday .time-schedule-box:nth-child(even)::after {
    left: -18px;
    background-image: url("../images/oneday/oneday_line_continue_01.png");
  }
  
  #oneday .staff02 .time-schedule-box:nth-child(even)::after {
    left: -18px;
    background-image: url("../images/oneday/oneday_line_continue_02.png");
  }
  
  #oneday .time-schedule-item {
    width: 23%;
    max-width: 270px;
    margin: 0 2.5% 0 0;
  }
  
  #oneday .time-schedule-item:last-child {
    margin-right: 0;
  }
  
  #oneday .time-schedule-item::before {
    font-size: 28px;
  }
  
  #oneday .time-schedule-txt-container {
    padding: 30px .5vw 60px;
  }
  
  #oneday .time-schedule-subttl {
    margin-bottom: 30px;
    font-size: 25px;
  }
  
  #oneday .time-schedule-txt-box .txt {
    font-size: 16px;
		height: 340px;
  }
  
  #oneday .staff02 .time-schedule-txt-box .txt ,
  #oneday .staff03 .time-schedule-txt-box .txt {
    font-size: 16px;
		height: 200px;
  }
  
  #oneday .time-schedule-pic {
    margin-top: -45px;
  }
	
	#oneday .point-wrap {
    position: relative;
    width: calc(100% - 54px);
    max-width: 1200px;
    margin: 88px auto 0;
    padding: 40px 46px 70px 354px;
    background-color: #FFF8EF;
}
	
	#oneday .point-wrap::after {
    width: 234px;
    height: 234px;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
	
	#oneday .point-heading-wrap {
    display: flex;
    align-items: center;
}
	
	#oneday .point-heading {
    margin-top: 0;
		margin-left: 20px;
		font-size: 26px;
}
	
	#oneday .point-txt{
		font-size: 16px;
		line-height: 32px;
	}
	
	
}

@media screen and (min-width: 1200px) {/* ---------- スマホ以下 ---------- */
#oneday .time-schedule-txt-box .txt {
    font-size: 16px;
		height: 300px;
  }
}