@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TIME-SCHEDULE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.program {
  margin: 50px 0 0 0;
}
.program .box-wrapper .box .inner {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 100px 0 100px 0;
}
.program .box-wrapper .box .inner h2 {
  background: repeating-linear-gradient(135deg, #453232, #453232 5px, #281818 5px, #281818 10px);
  box-shadow: rgba(170, 217, 191, 0.2) 0px 7px 29px 0px;
  padding: 5px 60px 5px 60px;
}
.program .box-wrapper .box .inner h2 .catch {
  font-size: 30px;
  letter-spacing: 3px;
  color: #fff;
}
.program .box-wrapper .box .inner .tables {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0 0;
}
.program .box-wrapper .box .inner .tables .table {
  width: 48.5%;
}
.program .box-wrapper .box .inner .tables .table .thumb {
  width: 100%;
}
.program .box-wrapper .box .inner .tables .table .thumb img {
  border-radius: 40px;
  border-style: solid;
  border-width: 6px;
}
.program .box-wrapper .box .inner .tables .table h3 {
  margin: 30px 0 0 0;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  padding: 10px 0 10px 0;
}
.program .box-wrapper .box .inner .tables .table dl {
  padding: 10px 0 0 0;
}
.program .box-wrapper .box .inner .tables .table dl dt {
  font-family: "Outfit";
  color: #fff;
  background: #453232;
  box-shadow: rgba(216, 216, 216, 0.2) 0px 2px 8px 0px;
  padding: 10px 60px 10px 60px;
  font-weight: 700;
  font-size: 24px;
}
.program .box-wrapper .box .inner .tables .table dl dd {
  margin: 0 0 0 30px;
  width: calc(100% - 30px);
  padding: 40px 40px 40px 40px;
  border-left: dotted 4px #453232;
  color: #453232;
  line-height: 1.8;
  font-size: 22px;
}
.program .box-wrapper .box .inner .tables .table dl dd .thumb {
  margin: 15px 0 0 0;
}
.program .box-wrapper .box:nth-child(1) {
  background: #ffefef;
}
.program .box-wrapper .box:nth-child(1) .inner .tables .table:nth-child(1) h3 {
  background: #f79183;
}
.program .box-wrapper .box:nth-child(1) .inner .tables .table:nth-child(1) .thumb img {
  border-color: #f79183;
}
.program .box-wrapper .box:nth-child(1) .inner .tables .table:nth-child(2) h3 {
  background: #68ad1b;
}
.program .box-wrapper .box:nth-child(1) .inner .tables .table:nth-child(2) .thumb img {
  border-color: #68ad1b;
}
.program .box-wrapper .box:nth-child(2) {
  background: #ffeee0;
}
.program .box-wrapper .box:nth-child(2) .top-deco {
  background-image: url(../../images/day-flow/day-flow-top-deco.png);
  background-repeat: repeat-x;
  background-size: auto 26px;
  width: 100%;
  height: 26px;
}
.program .box-wrapper .box:nth-child(2) .inner .tables .table:nth-child(1) h3 {
  background: #63b8ed;
}
.program .box-wrapper .box:nth-child(2) .inner .tables .table:nth-child(1) .thumb img {
  border-color: #63b8ed;
}
.program .box-wrapper .box:nth-child(2) .inner .tables .table:nth-child(2) h3 {
  background: #ffca64;
}
.program .box-wrapper .box:nth-child(2) .inner .tables .table:nth-child(2) .thumb img {
  border-color: #ffca64;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .program {
    margin: 50px 0 0 0;
  }
  .program .box-wrapper .box .inner {
    max-width: 96%;
    margin: 0 auto 0;
    padding: 100px 0 100px 0;
  }
  .program .box-wrapper .box .inner h2 {
    background: repeating-linear-gradient(135deg, #453232, #453232 5px, #281818 5px, #281818 10px);
    box-shadow: rgba(170, 217, 191, 0.2) 0px 7px 29px 0px;
    padding: 5px 60px 5px 60px;
  }
  .program .box-wrapper .box .inner h2 .catch {
    font-size: 30px;
    letter-spacing: 3px;
    color: #fff;
  }
  .program .box-wrapper .box .inner .tables {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0 0;
  }
  .program .box-wrapper .box .inner .tables .table {
    width: 48.5%;
  }
  .program .box-wrapper .box .inner .tables .table .thumb {
    width: 100%;
  }
  .program .box-wrapper .box .inner .tables .table .thumb img {
    border-radius: 40px;
    border-style: solid;
    border-width: 6px;
  }
  .program .box-wrapper .box .inner .tables .table h3 {
    margin: 30px 0 0 0;
    text-align: center;
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    padding: 10px 0 10px 0;
  }
  .program .box-wrapper .box .inner .tables .table dl {
    padding: 10px 0 0 0;
  }
  .program .box-wrapper .box .inner .tables .table dl dt {
    font-family: "Outfit";
    color: #fff;
    background: #453232;
    box-shadow: rgba(216, 216, 216, 0.2) 0px 2px 8px 0px;
    padding: 10px 60px 10px 60px;
    font-weight: 700;
    font-size: 24px;
  }
  .program .box-wrapper .box .inner .tables .table dl dd {
    margin: 0 0 0 30px;
    width: calc(100% - 30px);
    padding: 40px 40px 40px 40px;
    border-left: dotted 4px #453232;
    line-height: 1.8;
    font-size: 22px;
  }
  .program .box-wrapper .box .inner .tables .table dl dd .thumb {
    margin: 15px 0 0 0;
  }
  .program .box-wrapper .box:nth-child(1) .top-deco {
    background-size: auto 26px;
    width: 100%;
    height: 26px;
  }
  .program .box-wrapper .box:nth-child(2) .top-deco {
    background-size: auto 26px;
    width: 100%;
    height: 26px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .program {
    margin: 50px 0 0 0;
  }
  .program .box-wrapper .box .inner {
    max-width: 96%;
    margin: 0 auto 0;
    padding: 100px 0 100px 0;
  }
  .program .box-wrapper .box .inner h2 {
    background: repeating-linear-gradient(135deg, #453232, #453232 5px, #281818 5px, #281818 10px);
    box-shadow: rgba(170, 217, 191, 0.2) 0px 7px 29px 0px;
    padding: 5px 60px 5px 60px;
  }
  .program .box-wrapper .box .inner h2 .catch {
    font-size: 30px;
    letter-spacing: 3px;
    color: #fff;
  }
  .program .box-wrapper .box .inner .tables {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0 0;
  }
  .program .box-wrapper .box .inner .tables .table {
    width: 48.5%;
  }
  .program .box-wrapper .box .inner .tables .table .thumb {
    width: 100%;
  }
  .program .box-wrapper .box .inner .tables .table .thumb img {
    border-radius: 40px;
    border-style: solid;
    border-width: 6px;
  }
  .program .box-wrapper .box .inner .tables .table h3 {
    margin: 30px 0 0 0;
    text-align: center;
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    padding: 10px 0 10px 0;
  }
  .program .box-wrapper .box .inner .tables .table dl {
    padding: 10px 0 0 0;
  }
  .program .box-wrapper .box .inner .tables .table dl dt {
    font-family: "Outfit";
    color: #fff;
    background: #453232;
    box-shadow: rgba(216, 216, 216, 0.2) 0px 2px 8px 0px;
    padding: 10px 60px 10px 60px;
    font-weight: 700;
    font-size: 24px;
  }
  .program .box-wrapper .box .inner .tables .table dl dd {
    margin: 0 0 0 30px;
    width: calc(100% - 30px);
    padding: 40px 40px 40px 40px;
    border-left: dotted 4px #453232;
    line-height: 1.8;
    font-size: 22px;
  }
  .program .box-wrapper .box .inner .tables .table dl dd .thumb {
    margin: 15px 0 0 0;
  }
  .program .box-wrapper .box:nth-child(1) .top-deco {
    background-size: auto 26px;
    width: 100%;
    height: 26px;
  }
  .program .box-wrapper .box:nth-child(2) .top-deco {
    background-size: auto 26px;
    width: 100%;
    height: 26px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .program {
    margin: 30px 0 0 0;
  }
  .program .box-wrapper .box .inner {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 40px 0 40px 0;
  }
  .program .box-wrapper .box .inner h2 {
    padding: 5px 30px 5px 30px;
  }
  .program .box-wrapper .box .inner h2 .catch {
    font-size: 7vw;
    letter-spacing: 3px;
  }
  .program .box-wrapper .box .inner .tables {
    display: block;
    padding: 20px 0 0 0;
  }
  .program .box-wrapper .box .inner .tables .table {
    width: 90%;
    margin: 0 auto 0;
  }
  .program .box-wrapper .box .inner .tables .table .thumb {
    width: 100%;
  }
  .program .box-wrapper .box .inner .tables .table .thumb img {
    border-radius: 40px;
    border-style: solid;
    border-width: 6px;
  }
  .program .box-wrapper .box .inner .tables .table h3 {
    font-size: 6.5vw;
    padding: 7px 0 7px 0;
    margin: 5px 0 0 0;
  }
  .program .box-wrapper .box .inner .tables .table dl {
    padding: 10px 0 0 0;
  }
  .program .box-wrapper .box .inner .tables .table dl dt {
    padding: 6px 30px 6px 30px;
    font-weight: 700;
    font-size: 5.75vw;
  }
  .program .box-wrapper .box .inner .tables .table dl dd {
    margin: 0 0 0 30px;
    width: calc(100% - 30px);
    padding: 30px 20px 30px 20px;
    border-left: dotted 4px #453232;
    color: #453232;
    line-height: 1.8;
    font-size: 4.5vw;
  }
  .program .box-wrapper .box .inner .tables .table dl dd .thumb {
    margin: 15px 0 0 0;
  }
  .program .box-wrapper .box:nth-child(1) .top-deco {
    background-size: auto 26px;
    width: 100%;
    height: 26px;
  }
  .program .box-wrapper .box:nth-child(2) .top-deco {
    background-size: auto 26px;
    height: 26px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */