/*--------------------------------------------------------------------------
	body
---------------------------------------------------------------------------*/

@media all and (min-width: 768px) {
  body {
    min-width: 1366px;
  }
}

/*--------------------------------------------------------------------------
	.l-page
---------------------------------------------------------------------------*/

.l-page {
  overflow: hidden;
  position: relative;
}

/*--------------------------------------------------------------------------
	.l-container
---------------------------------------------------------------------------*/

.l-container {
  padding: 0 20px;
  box-sizing: border-box;
}

@media all and (min-width: 768px) {
  .l-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
  }

  .l-container--xl {
    max-width: 1366px;
    padding: 0 43px;
  }
}

/*--------------------------------------------------------------------------
	.l-header
---------------------------------------------------------------------------*/

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media all and (min-width: 768px) {
  .l-header .l-header__logo img {
    width: 60px;
    height: auto;
  }
}

/*--------------------------------------------------------------------------
	.sec
---------------------------------------------------------------------------*/

.mv_img{
	max-width: 1400px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}


.sec .sec__heading {
  text-align: center;
}

@media all and (min-width: 768px) {
  .sec .sec__heading img {
    width: auto;
    height: auto;
  } 
}

.sec--garland {
  position: relative;
}

.sec--garland .sec__inner::before,
.sec--garland .sec__inner::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  background: url('../images/sec_garland01.png') no-repeat center/contain;
  width: 157px;
  height: 78px;
}

.sec--garland .sec__inner::before {
  margin-left: -273px;
}

.sec--garland .sec__inner::after {
  margin-left: 117px;
  transform: rotateY(180deg);
}

@media all and (min-width: 768px) {
  .sec--garland .sec__inner::before,
  .sec--garland .sec__inner::after {
    width: 210px;
    height: 113px;
  }

  .sec--garland .sec__inner::before {
    margin-left: -640px;
  }
  
  .sec--garland .sec__inner::after {
    margin-left: 428px;
  }
}

.sec--pattern {
  position: relative;
  background-position: left top;
  background-size: 8px auto;
  background-repeat: repeat;
}

.sec--pattern::before,
.sec--pattern::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-position: left top;
  background-size: 24px auto;
  background-repeat: repeat-x;
}

.sec--pattern::before {
  top: -4px;
}

.sec--pattern::after {
  bottom: -4px;
  transform: rotateX(180deg);
}

.sec--pattern-pink {
  background-image: url('../images/sec_bg_pattern_pink.png');
}

.sec--pattern-pink::before,
.sec--pattern-pink::after {
  background-image: url('../images/sec_head_pattern_pink.png');
}

.sec--pattern-yellow {
  background-image: url('../images/sec_bg_pattern_yellow.png');
}

.sec--pattern-yellow::before,
.sec--pattern-yellow::after {
  background-image: url('../images/sec_head_pattern_yellow.png');
}

.sec--pattern-blue {
  background-image: url('../images/sec_bg_pattern_blue.png');
}

.sec--pattern-blue::before,
.sec--pattern-blue::after {
  background-image: url('../images/sec_head_pattern_blue.png');
}

@media all and (min-width: 768px) {
  .sec--pattern {
    position: relative;
    background-position: left top;
    background-size: 16px auto;
    background-repeat: repeat;
  }
  
  .sec--pattern::before,
  .sec--pattern::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    background-position: left top;
    background-size: 48px auto;
    background-repeat: repeat-x;
  }
  
  .sec--pattern::before {
    top: -8px;
  }
  
  .sec--pattern::after {
    bottom: -8px;
  }
}

/*--------------------------------------------------------------------------
	.sec-mv
---------------------------------------------------------------------------*/

.sec-mv {
  position: relative;
  background: url('../images//mv_bg.jpg') no-repeat center/cover;
  height: 519px;
}

.sec-mv__present {
  position: absolute;
  bottom: 62px;
  right: 5px;
  z-index: 1;
}

.sec-mv__content {
	width:85%;
}

@media all and (min-width: 768px) {
  .sec-mv {
    height: 712px;
    background: url('../images//mv_bg_md.jpg') no-repeat center/cover;
  }

  .sec-mv__present {
    top: 272px;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-left: 298px;
  }

  .sec-mv__present img {
    width: auto;
    height: auto;
  }

  .sec-mv__content {
    z-index: 1;
    top: 0;
    margin-left: 0;
  }

  .sec-mv__content img {
    width: auto;
    height: auto;
  }
}

/*--------------------------------------------------------------------------
	.information
---------------------------------------------------------------------------*/

.information {
  display: inline-block;
  width: 100%;
  padding: 0 20px 47px;
  box-sizing: border-box;
}

@media all and (min-width: 768px) {
  .information {
    padding: 0 0 90px;
  }
}

.information .schedule {
  position: relative;
  z-index: 1;
  padding: 24px 0 0;
  /*padding: 16px 0 0;*/
  margin: -53px auto 0;
  width: 310px;
  height: 80px;
  background: url('../images/schedule_bg.png') no-repeat center/100% 100%;
  box-sizing: border-box;
}

.information .schedule__head {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (min-width: 768px) {
  .information .schedule {
    padding: 28px 0 0;
    margin: -92px auto 0;
    width: 609px;
	height: 126px;
    /*height: 153px;*/
    background: url('../images/schedule_bg_md.png') no-repeat center/100% 100%;
  }

  .information .schedule__ttl img {
    width: auto;
    height: auto;
  }
}

.information .schedule .date {
  display: flex;
  align-items: center;
  margin: 0 0 0 17px;
  font-family: 'CrimsonText', serif;
}

.information .schedule .date__num {
  color: #fa5c81;
  font-size: 35px;
  margin: -6px 5px 0 0;
}

.information .schedule .date__week {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 15px;
  line-height: 1;
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
}

@media all and (min-width: 768px) {
  .information .schedule .date {
    margin: 0 0 0 35px;
  }

  .information .schedule .date__num {
    font-size: 64px;
    margin: 0 10px 0 0;
  }

  .information .schedule .date__week {
    width: 52px;
    height: 29px;
    font-size: 25px;
    border-radius: 12px;
  }
}

.information .schedule .text {
  /* margin: 9px 0 0; */
  font-size: 11px;
  letter-spacing: 0;
  text-align: center;
  font-family: 'CrimsonText', serif;
}

@media all and (min-width: 768px) {
  .information .schedule .text {
    /* margin: 10px 0 0; */
    font-size: 20px;
  }
}

.information .caution {
  margin: 30px 0 0;
  padding: 28px;
  box-sizing: border-box;
  border: 1px solid #fb4875;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0;
  color: #ff4875;
  background: #fff;
}

@media all and (min-width: 768px) {
  .information .caution {
    width: 886px;
    font-size: 14px;
    margin: 52px auto 0;
    text-align: center;
    padding: 30px 0;
  }
}

/*--------------------------------------------------------------------------
	.sec-program
---------------------------------------------------------------------------*/

/*.sec-program__head {
  height: 157px;
  background: url('../images/program_head_bg.jpg') no-repeat center/cover;
}

@media all and (min-width: 768px) {
  .sec-program__head {
    height: 455px;
    background: url('../images/program_head_bg_md.jpg') no-repeat center/cover;
  } 
}*/

.sec-program .program__ttl {
  position: relative;
  width: 100%;
  height: 139px;
  margin: -31px 0 0;
}

.sec-program .program__ttl img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec-program .program__text {
  margin: 15px 0 0;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}

@media all and (min-width: 768px) {
  .sec-program .program__ttl {
    margin: -80px 0 0;
    height: 332px;
  }

  .sec-program .program__ttl img {
    width: auto;
    height: auto;
  } 

  .sec-program .program__text {
    margin: 35px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
  }
	
.sec-program .program__button {
  position: relative;
  margin-top:20px;
  margin-left:20%;
  width: 300px;
}	
}
.sec-program .program__button {
  position: relative;
  margin: 20px auto 0;
  width: 300px;
}


.sec-program .program__button-present {
  position: absolute;
  top: -42px;
  left: -45px;
  pointer-events: none;
}

.sec-program .program__button-pm {
  position: absolute;
  top: -50px;
  right: -400px;
  pointer-events: none;
}

.sec-program .program__button .text {
  text-align: right;
  font-size: 9px;
  letter-spacing: 0;
  color: #ff673c;
  margin: 6px 0 0;
}

@media all and (min-width: 768px) {
  .sec-program .program__button {
    width: 573px;
  }

  .sec-program .program__button-present {
    z-index: 1;
    top: -67px;
    left: -148px;
  }

  .sec-program .program__button-present img {
    width: auto;
    height: auto;
  }

/*20200901追加*/
.sec-program .program__button-pm {
  position: absolute;
  top: -50px;
  right: -300px;
  pointer-events: none;
}

  .sec-program .program__button img {
    width: auto;
    height: auto;
  }

  .sec-program .program__button a {
    transition: opacity 0.3s ease-out;
  }

  .sec-program .program__button a:hover {
    opacity: 0.7;
  }

  .sec-program .program__button .text {
    margin: 16px 0 0;
    font-size: 16px;
    text-align: center;
  }
}

.sec-program .event {
  position: relative;
  margin: 61px 0 0;
  border: 1px solid #2d2626;
  box-sizing: border-box;
}

@media all and (min-width: 768px) {
  .sec-program .event {
    margin: 92px 0 0;
    padding: 0 60px 59px;
  }
}

.sec-program .event__frame {
  position: absolute;
  left: 0;
  width: 100%;
}

.sec-program .event__frame::before,
.sec-program .event__frame::after {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  content: '';
  background: url('../images/event_frame.png') no-repeat center/contain;
}

.sec-program .event__frame::before {
  left: -12px;
}

.sec-program .event__frame::after {
  right: -12px;
}

.sec-program .event__frame--top {
  top: -10px;
}

.sec-program .event__frame--top::after {
  transform: scale(-1, 1);
}

.sec-program .event__frame--bottom {
  bottom: 24px;
}

.sec-program .event__frame--bottom::before {
  transform: scale(1, -1);
}

.sec-program .event__frame--bottom::after {
  transform: scale(-1, -1);
}

.sec-program .event__ttl {
  text-align: center;
  margin: -12px 0 0;
}

.sec-program .event__content {
  position: relative;
  margin: 29px 0 0;
}

@media all and (min-width: 768px) {
  .sec-program .event__frame::before,
  .sec-program .event__frame::after {
    background: url('../images/event_frame_md.png') no-repeat center/contain;
    width: 62px;
    height: 62px;
  }

  .sec-program .event__frame::before {
    left: -11px;
  }
  
  .sec-program .event__frame::after {
    right: -11px;
  }
  
  .sec-program .event__frame--top {
    top: -10px;
  }
  
  .sec-program .event__frame--bottom {
    bottom: 52px;
  }
}

@media all and (min-width: 768px) {
  .sec-program .event__content-frame {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  
  .sec-program .event__content-frame::before,
  .sec-program .event__content-frame::after {
    position: absolute;
    top: 0;
    background: #fff;
    border-radius: 50%;
    content: '';
  }

  .sec-program .event__content-frame::before,
  .sec-program .event__content-frame::after {
    width: 48px;
    height: 48px;
  }

  .sec-program .event__content-frame::before {
    left: -24px;
  }
  
  .sec-program .event__content-frame::after {
    right: -24px;
  }

  .sec-program .event__content-frame--top {
    top: -24px;
  }
  
  .sec-program .event__content-frame--bottom {
    bottom: 24px;
  }
}


@media all and (min-width: 768px) {
  .sec-program .event__ttl {
    margin: -23px 0 0;
  }
  .sec-program .event__ttl img {
    width: auto;
    height: auto;
  }

  .sec-program .event__content {
    margin: 50px 0 0;
  }
}

.sec-program .box {
  position: relative;
}

.sec-program .box__ttl {
  position: absolute;
  top: -9px;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 93px;
  height: 18px;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.1em;
  border-radius: 8px;
  transform: translateX(-50%);
}

.sec-program .box__ttl--01 {
  width: 220px;
  height: 18px;
}

.sec-program .box__ttl--02 {
  position: static;
  width: 130px;
  height: 18px;
  margin: 17px auto 0;
  transform: none;
}

.sec-program .box__ttl span {
  display: inline-block;
  margin-left: 0.5rem;
  font-family: 'CrimsonText', serif;
}

@media all and (min-width: 768px) {
  .sec-program .box__ttl {
    top: -14px;
    font-size: 14px;
    width: 155px;
    height: 30px;
    border-radius: 14px;
  }

  .sec-program .box__ttl--01 {
    width: 335px;
    height: 30px;
  }

  .sec-program .box__ttl--02 {
    margin: 27px auto 0;
    width: 155px;
    height: 30px;
  }
}

.sec-program .event .item {
  position: relative;
  padding: 48px 17px 54px;
}

@media all and (min-width: 768px) {
  .sec-program .event .item:nth-of-type(1) {
    padding: 71px 75px 72px;
  }
	  .sec-program .event .item:nth-of-type(2) {
    padding: 0px 75px 72px;
  }
}

.sec-program .event .item--01 {
  z-index: 1;
  background: url('../images/bg_pattern_yellow02.png') repeat center/30px auto;
}

.sec-program .event .item--01 .item__deco {
  position: absolute;
  right: -21px;
  bottom: -36px;
}

@media all and (min-width: 768px) {
  .sec-program .event .item--01 .item__deco {
    top: -22px;
    right: -8px;
    bottom: auto;
  }
	
  .sec-program .event .item--01 .item__deco img {
    width: auto;
    height: auto;
  }

/*20200901追加*/
.sec-program .event .item--01 .cheer__deco {
display: none;
}	
}

/*20200901追加*/
@media all and (max-width: 767px) {
.sec-program .event .item--01 .cheer__deco {
  position: absolute;
  right: 0;
  top: -55px;
}}

.sec-program .event .item--02 {
  background: url('../images/bg_pattern_yellow02.png') repeat center/30px auto;
}

.sec-program .event .c-line-ttl span {
  display: inline-block;
  padding: 0 0 5px;
  background: linear-gradient(transparent 60%, #fff580 60%);
}


.sec-program .event .item__ttl {
  text-align: center;
  font-size: 17px;
  font-family: 'SourceHanSerif', serif;
}

@media all and (min-width: 768px) {
  .sec-program .event .item__ttl {
    font-size: 28px;
    white-space: nowrap;
  }
}

.sec-program .event .item__text {
  margin: 15px 0 0;
  font-size: 13px;
  line-height: 2.08;
  letter-spacing: 0;
}

@media all and (min-width: 768px) {
  .sec-program .event .item__text {
    font-size: 15px;
    margin: 35px;
    line-height: 2.333;
  }
}

.sec-program .list__item {
  display: flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0;
  margin: 18px 0 0;
}

.sec-program .list__item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: #ff8b3d;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  margin: 0 9px 0 0;
  font-family: 'CrimsonText', serif;
}

@media all and (min-width: 768px) {
  .sec-program .list-wrap {
    display: flex;
    justify-content: center;
    margin: 36px 0 0;
  }

  .sec-program .list {
    margin: -29px 0 0;
  }

  .sec-program .list__item {
    margin: 29px 0 0;
    font-size: 15px;
  }

  .sec-program .list__item .num {
    width: 31px;
    height: 31px;
    font-size: 18px;
  }
}

.sec-program .break {
  background-image: url('../images/pattern_dotted_line01.png'), url('../images/pattern_dotted_line01.png');
  background-repeat: repeat-x;
  background-position: left top, left bottom;
  background-size: 6px auto;
}

.sec-program .break {
  position: relative;
  padding: 45px 20px 59px;
}

.sec-program .break::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  background: url('../images/event_arw01.png') no-repeat center/contain;
  width: 30.5px;
  height: 17px;
  content: '';
  transform: translate(-50%, -50%);
}

.sec-program .break__ttl {
  font-size: 17px;
  text-align: center;
  font-family: 'SourceHanSerif', serif;
}

.sec-program .break__ttl span {
  position: relative;
}

.sec-program .break__ttl span::before,
.sec-program .break__ttl span::after {
  position: absolute;
  top: -11px;
  content: '';
}

.sec-program .break__ttl span::before {
  background: url('../images/icon_lunch01.png') no-repeat center/contain;
  left: -28px;
  width: 18px;
  height: 40px;
}

.sec-program .break__ttl span::after {
  background: url('../images/icon_lunch02.png') no-repeat center/contain;
  right: -32px;
  width: 22.5px;
  height: 44px;
}

@media all and (min-width: 768px) {
  .sec-program .break {
    padding: 119px 0 110px;
    background-image: url('../images/pattern_dotted_line01.png'), url('../images/pattern_dotted_line01.png'), url('../images/pattern_dotted_line02.png'), url('../images/pattern_dotted_line02.png');
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-position: left top, left bottom, left top, right top;
    background-size: 12px auto, 12px auto, 2px auto, 2px auto;
  }

  .sec-program .break::before {
    background: url('../images/event_arw01_md.png') no-repeat center/contain;
    width: 37px;
    height: 21px;
  }

  .sec-program .break__ttl span::before,
  .sec-program .break__ttl span::after {
    position: absolute;
    top: -26px;
    content: '';
  }

  .sec-program .break__ttl span::before {
    background: url('../images/icon_lunch01_md.png') no-repeat center/contain;
    left: -40px;
    width: 26px;
    height: 58px;
  }

  .sec-program .break__ttl span::after {
    background: url('../images/icon_lunch02_md.png') no-repeat center/contain;
    width: 32px;
    height: 63px;
    right: -46px;
  }


  .sec-program .break__inner {
    position: relative;
  }

  .sec-program .break__ttl {
    font-size: 26px;
  }
}

.sec-program .break__text {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 2;
}

.sec-program .break__caution {
  font-size: 13px;
  color: #ff6a47;
  margin: 9px 0 0;
}

@media all and (min-width: 768px) {
  .sec-program .break__text {
    text-align: center;
    font-size: 15px;
    margin: 16px 0 0;
  }

  .sec-program .break__caution {
    color: #ff6a47;
    text-align: center;
    margin: 8px 0 0;

  }
}

.sec-program .break__deco {
  position: relative;
  width: 100%;
  height: 180px;
  margin: 0px 0 0 7px;
}

.sec-program .break__deco img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media all and (min-width: 768px) {
  .sec-program .break__deco {
    position: absolute;
    top: -84px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 0 -9px;
    text-align: center;
  }

  .sec-program .break__deco img {
    position: static;
    width: auto;
    height: auto;
    transform: none;
  }
}

.sec-program .activity {
  padding: 45px 0 38px;
  background: url('../images/bg_pattern_yellow02.png') repeat center/30px auto;
}

.sec-program .activity__ttl {
  font-size: 17px;
  text-align: center;
  font-family: 'SourceHanSerif', serif;
}

@media all and (min-width: 768px) {
  .sec-program .activity {
    padding: 40px 0 90px;
  }
  .sec-program .activity__ttl {
    font-size: 23px;
  }
}

.sec-program .card-list {
  margin: 32px 0 0;
}

.sec-program .card-list__item {
  text-align: center;
  margin: 25px 0 0;
}

@media all and (min-width: 768px) {
  .sec-program .card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1040px;
    margin: 0 auto;
  }

  .sec-program .card-list__item {
    margin: 50px 0 0;
  }
}

.sec-program .card {
  display: inline-block;
}

.sec-program .card--new {
  position: relative;
}

.sec-program .card--new::before {
  position: absolute;
  top: -21.5px;
  left: 0;
  background: url('../images/icon_new.png') no-repeat center/contain;
  width: 57.5px;
  height: 31px;
  content: '';
}


.sec-program .card--special {
  position: relative;
}

.sec-program .card--special::before {
  position: absolute;
  top: -20px;
  right: -20px;
  background: url('../images/icon_special.png') no-repeat center/contain;
  width: 78px;
  height: 37.2px;
  content: '';
}

.sec-program .card--prog {
  position: relative;
}

.sec-program .card--prog::before {
  position: absolute;
left: -30px;
bottom: 0px;
  content: '';
  background: url('../images/event_deco03.png') no-repeat center/contain;
  width: 103px;
  height: 73px;
}

.sec-program .card--am {
  position: relative;
}

.sec-program .card--am::after {
  position: absolute;
  bottom:4px;
  right: 10px;
  background: url('../images/icon_am.png') no-repeat left/contain;
  width:35px;
  height: 40px;
	background-size: 35px;
  content: '';
}

.sec-program .card--pm {
  position: relative;
}

.sec-program .card--pm::after {
  position: absolute;
  bottom:10px;
  right: 10px;
  background:url('../images/icon_pm.png') no-repeat right/contain;
  width:75px;
  height: 40px;
	background-size: 35px;
  content: '';
}


.sec-program .card--ampm{
  position: relative;
}

.sec-program .card--ampm::after {
  position: absolute;
  bottom:4px;
  right: 10px;
  background: url('../images/icon_am.png') no-repeat left/contain,url('../images/icon_pm.png') no-repeat right/contain;
  width:75px;
  height: 40px;
	background-size: 35px;
  content: '';
}


.card--flyer {
  position: relative;
}

.card--flyer::before {
  position: absolute;
top: -55px;
right: -60px;
  background: url('../images/flyer.png') no-repeat center/contain;
  width:47px;
  height: 140.75px;
  content: '';
transform: rotate(25deg);
}


@media all and (min-width: 768px) {
  .sec-program .card--new::before {
    top: -20px;
    left: -37px;
    background: url('../images/icon_new_md.png') no-repeat center/contain;
    width: 65px;
    height: 46px;
    content: '';
  }
  .sec-program .card--special::before {
    top: -20px;
   right: -37px;
    background: url('../images/icon_special_md.png') no-repeat center/contain;
    width: 86px;
    height: 50px;
    content: '';
  }
  .sec-program .card--prog::before {
    left: -35px;
    bottom: -30px;
    /*bottom: 28px;*/
    content: '';
    background: url('../images/event_deco03_md.png') no-repeat center/contain;
    width: 140px;
    height: 100px;
  }

  .sec-program .card--05 {
    position: relative;
  }

  .sec-program .card--05::before {
    position: absolute;
    top: -220px;
    left: -178px;
    content: '';
    background: url('../images/event_deco04_md.png') no-repeat center/contain;
    width: 153px;
    height: 339px;
  }

  .sec-program .card img {
    width: auto;
    height: auto;
  }
.program_all .card--am::after {
  position: absolute;
  bottom:15px;
  right: 15px;
  background: url('../images/icon_am.png') no-repeat left/contain;
  width:75px;
  height: 35px;
  background-size: 35px;
  content: '';
}
.program_all .card--pm::after {
  position: absolute;
  bottom:15px;
  right: 15px;
  background:url('../images/icon_pm.png') no-repeat right/contain;
  width:75px;
  height: 35px;
	  background-size: 35px;
  content: '';
}
.program_all .card--ampm::after {
  position: absolute;
  bottom:15px;
  right: 15px;
  background: url('../images/icon_am.png') no-repeat left/contain,url('../images/icon_pm.png') no-repeat right/contain;
  width:75px;
  height: 35px;
	  background-size: 35px;
  content: '';
}

.card--flyer::before {
  position: absolute;
top: -40px;
right: -125px;
  background: url('../images/flyer.png') no-repeat center/contain;
  width:94px;
  height: 131.5px;
  content: '';
transform: rotate(25deg);
}
}

.sec-program .activity__deco {
  margin: 10px 0 0 11px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .sec-program .activity__deco {
    position: absolute;
    /*right: -6px;
    bottom: -40px;*/
	right: 80px;
bottom: 0px
  }

  .sec-program .activity__deco img {
    width: auto;
    /*width: 85%;*/
    height: auto;
  }
}

/*--------------------------------------------------------------------------
	.charm
---------------------------------------------------------------------------*/

.sec-program .charm {
  margin: 40px 0 0;
}

.sec-program .charm__ttl {
  text-align: center;
}

.sec-program .charm__content {
  position: relative;
  margin: 25px 0 0;
  padding: 20px 12px;
  background: url('../images/bg_pattern_pink01.png') repeat center/30px auto;
}

.sec-program .charm__frame {
  position: absolute;
  left: 0;
  width: 100%;
}

 .sec-program .charm__frame::before,
 .sec-program .charm__frame::after {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  content: '';
}

 .sec-program .charm__frame::before {
  left: -12px;
}

 .sec-program .charm__frame::after {
  right: -12px;
}

 .sec-program .charm__frame--top {
  top: -12px;
}

 .sec-program .charm__frame--bottom {
  bottom: 12px;
}

@media all and (min-width: 768px) {
  .sec-program .charm {
    margin: 36px 0 0;
  }

   .sec-program .charm__ttl img {
    margin-left: -217px;
    width: auto;
    height: auto;
  }

   .sec-program .charm__content {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 51px 60px 65px;
  }
}

 .sec-program .charm .item {
  margin: 15px 0 0;
  box-sizing: border-box;
  padding: 4px;
  background: url('../images/bg_pattern_pink04.png') repeat center/4px auto;
}

 .sec-program .charm .item__inner {
   padding: 40px 0 30px;
   background: #fff;
}

 .sec-program .charm .item__image {
  text-align: center;
}

 .sec-program .charm .item__content {
  margin: 24px 0 0;
}

 .sec-program .charm .item__ttl {
  text-align: center;
}

 .sec-program .charm .item__text {
  font-size: 13px;
  line-height: 2.076;
  letter-spacing: 0;
  text-align: center;
  margin: 11px 0 0;
}

.sec-program .charm .item--deco {
  position: relative;
}

.sec-program .charm .item--deco::before {
  position: absolute;
  right: -25px;
  bottom: -33px;
  content: '';
  background: url('../images/charm_deco01.png') no-repeat center/contain;
  width: 157px;
  height: 83px;
}

@media all and (min-width: 768px) {
   .sec-program .charm .item {
    width: 560px;
    padding: 7px;
    background: url('../images/bg_pattern_pink04.png') repeat center/8px auto;
  }

   .sec-program .charm .item__inner {
    display: flex;
    padding: 25px;
  }

  .sec-program .charm .item__image img {
    width: auto;
    height: auto;
  }

   .sec-program .charm .item__content {
    margin: 17px 0 0 40px;
  }

  .sec-program .charm .item__ttl {
    text-align: left;
  }

  .sec-program .charm .item__ttl img {
    width: auto;
    height: auto;
  }

   .sec-program .charm .item__text {
    text-align: left;
    margin: 35px 0 0 6px;
  }

  .sec-program .charm .item--deco::before {
    right: -115px;
    bottom: 28px;
    background: url('../images/charm_deco01_md.png') no-repeat center/contain;
    width: 200px;
    height: 105px;
  }
}

/*--------------------------------------------------------------------------
	.access
---------------------------------------------------------------------------*/

.sec-access {
  position: relative;
  margin: 55px 0 0;
  padding: 50px 0 55px;
  background: url('../images/bg_pattern_yellow02.png') repeat center/30px auto;
}

.sec-access::before,
.sec-access::after {
  position: absolute;
  left: 0;
  background: url('../images/pattern_stripe_pink.png') repeat-x center/contain;
  width: 100%;
  height: 4px;
  content: '';
}

.sec-access::before {
  top: 0;
}

.sec-access::after {
  bottom: 0;
}

@media all and (min-width: 768px) {
  .sec-access {
    margin: 108px 0 0;
    padding: 107px 0 96px;
  }
}

.sec-access  .access__ttl {
  text-align: center;
}

.sec-access .access__text {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  margin: 18px 0 0;
}

@media all and (min-width: 768px) {
  .sec-access  .access__ttl img {
    width: auto;
    height: auto;
  }

  .sec-access .access__text {
    font-size: 14px;
    margin: 24px 0 0;
  }

  .sec-access .access__text br {
    display: none;
  }

  .sec-access .access__content {
    display: flex;
  }
}

.sec-access .schedule {
  margin: 32px 0 0;
}

.sec-access .schedule__ttl {
  text-align: center;
}

.sec-access .schedule__deco {
  margin: -15px 0 0 13px;
}

@media all and (min-width: 768px) {
  .sec-access .schedule {
    position: relative;
    width: 636px;
  }
  .sec-access .schedule__ttl {
    text-align: left;
  }

  .sec-access .schedule__ttl img {
    width: auto;
    height: auto;
  }

  .sec-access .schedule__deco {
    position: absolute;
    z-index: 1;
    bottom: -28px;
    right: -104px;
  }

  .sec-access .schedule__deco img {
    width: auto;
    height: auto;
  }
}

.sec-access .schedule .schedule-list {
  margin: 20px 0 0;
}

@media all and (min-width: 768px) {
  .sec-access .schedule .schedule-list {
    margin: 10px 0 0;
  } 
}

.sec-access .schedule .schedule-list .item {
  padding: 32px 19px 12px;
  display: flex;
  background: #fff;
}

.sec-access .schedule .schedule-list__item + .schedule-list__item {
  border-top: 1px dotted #848484;
}

.sec-access .schedule .schedule-list__item + .schedule-list__item .item {
  padding: 19px 19px 23px;
}

.sec-access .schedule .schedule-list .item__ttl {
  color: #ff4a74;
  width: 110px;
  font-size: 13px;
}

.sec-access .schedule .schedule-list .item__text {
  flex: 1;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.85;
  margin: -5px 0 0;
}

@media all and (min-width: 768px) {
  .sec-access .schedule .schedule-list .item {
    padding: 29px 35px 22px;
  }

  .sec-access .schedule .schedule-list__item + .schedule-list__item .item {
    padding: 30px 34px 23px;
  }

  .sec-access .schedule .schedule-list .item__ttl {
    font-size: 16px;
    width: 144px;
  }

  .sec-access .schedule .schedule-list .item__text {
    font-size: 16px;
  }

  	/*.sec-access .schedule .schedule-list .item__text br {
    display: none;
  }*/
}

.sec-access .link-list {
  margin: 36px 0 0;
}

@media all and (min-width: 768px) {
  .sec-access .link-list {
    margin: 48px 0 0 99px;
  }
}

.sec-access .link-list__item {
  text-align: center;
  margin: 10px 0 0;
}

@media all and (min-width: 768px) {
  .sec-access .link-list__item {
    margin: 23px 0 0;
  }

  .sec-access .link-list__item a {
    transition: opacity 0.3s ease-out;
  }

  .sec-access .link-list__item a:hover {
    opacity: 0.7;
  }

  .sec-access .link-list .item img {
    width: auto;
    height: auto;
  }
}

/*--------------------------------------------------------------------------
	.cv-area
---------------------------------------------------------------------------*/

.cv-area {
  padding: 97px 0 65px;
  background: url('../images/cv_bg.jpg') no-repeat center/cover;
background-color:rgba(255,255,255,0.6);/*半透明*/
	background-blend-mode:lighten;/*少し明るめ*/
}

.cv-area .cv-area__button {
  text-align: center;
}

.cv-area .cv-area__button a {
  position: relative;
  display: inline-block;
}

.cv-area .cv-area__button-present {
  position: absolute;
  z-index: 1;
  top: -70px;
  left: -55px;
  pointer-events: none;
}

.cv-area .cv-area__text {
  position: absolute;
  top: -70px;
  left: 50%;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.74;
  transform: translateX(-50%);
  white-space: nowrap;
}

/*.cv-area .cv-area__button a::before {
  position: absolute;
  top: -87px;
  left: 50%;
  z-index: 1;
  background: url('../images/cv_deco.png') no-repeat center/contain;
  width: 366.5px;
  height: 226.5px;
  content: '';
  margin-left: -181px;
  pointer-events: none;
}*/

@media all and (min-width: 768px) {
  .cv-area {
    padding: 180px 0 147px;
    background: url('../images/cv_bg_md.jpg') no-repeat center/cover;
	background-color:rgba(255,255,255,0.6);/*半透明*/
	background-blend-mode:lighten;/*少し明るめ*/
  }

  .cv-area .cv-area__button a img {
    width: auto;
    height: auto;
    transition: opacity 0.3s ease-out;
  }

  .cv-area .cv-area__button-present {
    top: -120px;
    left: -260px;
  }

  .cv-area .cv-area__button-present img {
    width: auto;
    height: auto;
  }

  .cv-area .cv-area__text {
    top: -54px;
    font-size: 18px;
    letter-spacing: -0.03em;
    margin-left: 7px;
  }

  .cv-area .cv-area__text br {
    display: none;
  }

  .cv-area .cv-area__button a:hover img.button {
    opacity: 0.7;
  }

  /*.cv-area .cv-area__button a::before {
    top: -95px;
    background: url('../images/cv_deco_md.png') no-repeat center/contain;
    width: 1007px;
    height: 290px;
    margin-left: -475px;
    content: '';
  }*/
}

/*--------------------------------------------------------------------------
	.sec03
---------------------------------------------------------------------------*/

.sec03 {
  padding: 47px 0 54px;
}

.sec03 .content {
  position: relative;
  margin: 30px -10px 0;
  padding: 20px 0;
  background: #fff;
}

.sec03 .content .content__heading--01 img {
  margin: 0 0 0 15px;
}

.sec03 .content .content__heading--02 img {
  margin: 0 0 0 -30px;
}

.sec03 .content .content__frame {
  position: absolute;
  right: 12px;
  left: 12px;
  height: 12px;
  background: #fff;
}

.sec03 .content .content__frame::before,
.sec03 .content .content__frame::after {
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  content: '';
  background: url('../images/content_frame.png') no-repeat center/contain;
}

.sec03 .content .content__frame::before {
  left: -12px;
}

.sec03 .content .content__frame::after {
  right: -12px;
  transform: rotateY(180deg);
}

.sec03 .content .content__frame--top {
  top: -12px;
}

.sec03 .content .content__frame--bottom {
  bottom: -12px;
  transform: rotateX(180deg);
}

.sec03 .content .content__heading {
  text-align: center;
}

.sec03 .content .content__image {
  margin: 19px 0 0;
  text-align: center;
}

.sec03 .content .content__lead {
  text-align: center;
  margin: 22px 0 0;
}

.sec03 .content .content__text {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0;
  margin: 15px 0 0;
  padding: 0 30px;
}

.sec03 .content .content__gallery {
  position: relative;
  margin: 10px 0 0;
}

.sec03 .content .content__gallery img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec03 .content .content__gallery--01 {
  height: 208px;
}

.sec03 .content .content__gallery--02 {
  height: 238px;
}

.sec03 .content + .content {
  margin: 40px 0 0;
}

@media all and (min-width: 768px) {
  .sec03 {
    padding: 80px 0 130px;
  }

  .sec03 .content {
    margin: 60px 0 0;
    padding: 60px 0 32px;
  }
  
  .sec03 .content .content__frame {
    right: 24px;
    left: 24px;
    height: 24px;
  }
  
  .sec03 .content .content__frame::before,
  .sec03 .content .content__frame::after {
    width: 24px;
    height: 24px;
  }
  
  .sec03 .content .content__frame::before {
    left: -24px;
  }
  
  .sec03 .content .content__frame::after {
    right: -24px;
  }
  
  .sec03 .content .content__frame--top {
    top: -24px;
  }
  
  .sec03 .content .content__frame--bottom {
    bottom: -24px;
  }

  .sec03 .content .content__heading {
    position: relative;
  }

  .sec03 .content .content__heading img {
    width: auto;
    height: auto;
  }

  .sec03 .content .content__image img {
    width: auto;
    height: auto;
  }

  .sec03 .content .content__image--01 {
    margin: 27px 0 0;
  }

  .sec03 .content .content__image--02 {
    margin: -9px 0 0;
  }

  .sec03 .content .content__lead {
    margin: 26px 0 0;
  }

  .sec03 .content .content__lead img {
    width: auto;
    height: auto;
  }

  .sec03 .content .content__text {
    width: 774px;
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 2.25;
    padding: 0;
  }

  .sec03 .content .content__gallery--01 {
    position: static;
    height: auto;
  }

  .sec03 .content .content__gallery--01 img {
    margin: 0 0 0 -20px;
  }

  .sec03 .content .content__gallery--02 {
    position: static;
    height: auto;
  }

  .sec03 .content .content__gallery--02 img {
    margin: 0 0 0 -55px;
  }

  .sec03 .content .content__gallery img {
    position: static;
    width: auto;
    height: auto;
    transform: none;
  }

  .sec03 .content + .content {
    margin: 128px 0 0;
  }
}

/*--------------------------------------------------------------------------
	.schedule-contact
---------------------------------------------------------------------------*/

.schedule-contact {
  background: url('../images/schedule-contact_bg.jpg') no-repeat center/cover;
}

@media all and (min-width: 768px) {
  .schedule-contact {
    background: url('../images/schedule-contact_bg_md.jpg') no-repeat center/cover;
  } 
}

/*--------------------------------------------------------------------------
	.sec-schedule
---------------------------------------------------------------------------*/

.sec-schedule {
  padding: 48px 0 0;
}

.sec-schedule .list {
  margin: 25px 0 0;
}

.sec-schedule .list .list__item {
  text-align: center;
  margin: 16px 0 0;
}

.sec-schedule .item {
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px 0 0 135px;
  box-sizing: border-box;
  width: 292px;
  height: 98px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  font-family: 'SourceHanSerif', serif;	
  text-decoration: none;
}

.sec-schedule .item::before {
  position: absolute;
  content: '';
}

.sec-schedule .item .item__head {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sec-schedule .item .item__date {
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #ff2654;
}

.sec-schedule .item .item__week {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 18px;
  background: #fff;
  font-size: 13px;
  letter-spacing: 0;
  border-radius: 10px;
  margin: 0 0 0 7px;
}

.sec-schedule .item .item__time {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}

.sec-schedule .item--01 {
  background-image: url('../images/schedule_bg01.png');
}

.sec-schedule .item--01::before {
  top: -26px;
  left: -20px;
  background: url('../images/schedule_deco01.png') no-repeat center/contain;
  width: 57px;
  height: 66px;
}

.sec-schedule .item--02 {
  background-image: url('../images/schedule_bg02.png');
}

.sec-schedule .item--02::before {
  right: -20px;
  bottom: -23px;
  background: url('../images/schedule_deco02.png') no-repeat center/contain;
  width: 57px;
  height: 68px;
}

@media all and (min-width: 768px) {
  .sec-schedule {
    padding: 100px 0 0;
  }

  .sec-schedule .list {
    display: flex;
    justify-content: center;
  }

  .sec-schedule .list .list__item {
    margin: 0 25px;
  }

  .sec-schedule .item {
    width: 555px;
    height: 193px;
    padding: 50px 0 0 270px;
    transition: opacity 0.3s ease-out;
  }

  .sec-schedule .item:hover {
    opacity: 0.9;
  }

  .sec-schedule .item .item__date {
    font-size: 39px;
  }

  .sec-schedule .item .item__week {
    font-size: 22px;
    width: 69px;
    height: 30px;
    border-radius: 14px;
    margin: 0 0 0 14px;
  }

  .sec-schedule .item .item__time {
    font-size: 18px;
  }

  .sec-schedule .item--01 {
    background-image: url('../images/schedule_bg01_md.png');
  }

  .sec-schedule .item--01::before {
    top: -42px;
    left: -24px;
    background: url('../images/schedule_deco01_md.png') no-repeat center/contain;
    width: 100px;
    height: 122px;
  }

  .sec-schedule .item--02 {
    background-image: url('../images/schedule_bg02_md.png');
  }

  .sec-schedule .item--02::before {
    right: -31px;
    bottom: -49px;
    background: url('../images/schedule_deco02_md.png') no-repeat center/contain;
    width: 88px;
    height: 134px;
  }
}

/*--------------------------------------------------------------------------
	.sec-contact
---------------------------------------------------------------------------*/

.sec-contact {
  position: relative;
  padding: 50px 0 63px;
  background: rgba(250, 103, 149, 0.95);
}

.sec-contact::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-position: left top;
  background-size: 24px auto;
  background-repeat: repeat-x;
  background-image: url('../images/sec-head_pattern_cover-pink.png');
  opacity: 0.95;
}

.sec-contact .content {
  margin: 25px auto 0;
  width: 292px;
}

.sec-contact .content .content__item {
  margin: 25px 0 0;
}

.sec-contact .content .content__text {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  margin: 10px 0 0;
}

.sec-contact .content .content__tel {
  position: relative;
  color: #fff;
  font-size: 12px;
  margin: 20px 0 0;
  padding: 0 0 0 58px;
}

.sec-contact .content .content__tel::before {
  position: absolute;
  top: -13px;
  left: 0;
  background: url('../images/icon_tel.png') no-repeat center/contain;
  content: '';
  width: 48px;
  height: 48px;
  content: '';
}

.sec-contact .content .content__tel span {
  font-size: 20px;
  margin-right: 4px;
}

.sec-contact .content .content__link {
  margin: 25px 0 0;
}

.sec-contact .content .content__link .link {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: #fff;
  font-size: 11px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.sec-contact .content .content__link .link::before {
  position: absolute;
  top: 2px;
  right: -20px;
  content: '';
  background: url('../images/icon_blank.png') no-repeat center/contain;
  width: 14px;
  height: 11px;
}

.sec-contact .content .content__button {
  margin: 13px 0 0;
}

.sec-contact .content .content__button a {
  position: relative;
  display: inline-block;
}

.sec-contact .content .content__button a::before {
  position: absolute;
  top: 7px;
  left: -37px;
  z-index: 1;
  background: url('../images/contact_deco.png') no-repeat center/contain;
  width: 90px;
  height: 111px;
  content: '';
}

@media all and (min-width: 768px) {
  .sec-contact {
    padding: 100px 0 110px;
  }

  .sec-contact .content {
    display: flex;
    margin: 50px 0 0;
    width: auto;
  }

  .sec-contact .content .content__inner {
    width: 570px;
  }

  .sec-contact::before {
    top: -8px;
    height: 8px;
    background-size: 48px auto;
  }

  .sec-contact .content .content__ttl img {
    width: auto;
    height: auto;
  }

  .sec-contact .content .content__text {
    font-size: 16px;
  }

  .sec-contact .content .content__tel {
    font-size: 19px;
    padding: 0 0 0 50px;
  }

  .sec-contact .content .content__tel .number {
    font-size: 29px;
  }

  .sec-contact .content .content__tel::before {
    top: -1px;
    width: 39px;
    height: 39px;
  }

  .sec-contact .content .content__link .link {
    font-size: 14px;
    margin: 27px 0 0;
  }

  .sec-contact .content .content__link .link::before {
    width: 19px;
    height: 14px;
    right: -28px;
  }

  .sec-contact .content .content__button {
    margin: 17px 0 0;
  }

  .sec-contact .content .content__button a img {
    transition: opacity 0.3s ease-out;
    width: auto;
    height: auto;
  }


  .sec-contact .content .content__button a::before {
    position: absolute;
    top: -60px;
    left: auto;
    right: -130px;
    z-index: 1;
    background: url('../images/contact_deco_md.png') no-repeat center/contain;
    width: 182px;
    height: 214px;
    content: '';
  }

  .sec-contact .content .content__button a:hover img {
    opacity: 0.7;
  }
}

/*--------------------------------------------------------------------------
	.sec04
---------------------------------------------------------------------------*/

.sec04 {
  padding: 50px 0;
}

.sec04 .sec04__inner {
  position: relative;
  background: #fff;
  margin: 30px 0 0;
  padding: 22px 0;
}

.sec04 .sec04__frame {
  position: absolute;
  right: 12px;
  left: 12px;
  height: 12px;
  background: #fff;
}

.sec04 .sec04__frame::before,
.sec04 .sec04__frame::after {
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  content: '';
  background: url('../images/content_frame.png') no-repeat center/contain;
}

.sec04 .sec04__frame::before {
  left: -12px;
}

.sec04 .sec04__frame::after {
  right: -12px;
  transform: rotateY(180deg);
}

.sec04 .sec04__frame--top {
  top: -12px;
}

.sec04 .sec04__frame--bottom {
  bottom: -12px;
  transform: rotateX(180deg);
}

.sec04 .school .school__image {
  text-align: center;
}

.sec04 .school .list {
  margin: 18px 0 0;
  padding: 0 30px;
}

.sec04 .school .list .list__item a {
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
  padding: 0 0 0 39px;
}

.sec04 .school .list .list__item a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url('../images/icon_arw01.png') no-repeat center/contain;
  width: 25px;
  height: 25px;
}

.sec04 .school .list .list__item .child-list {
	font-size: 18px;
	margin: 15px 0 0 35px;
}

.sec04 .school .list .list__item .child-list .child-list__item {
  font-size: 15px;
	margin: 10px 0 0;
}

.sec04 .school .list .list__item .child-list .child-list__item a {
  position: relative;
  padding: 0 0 0 20px;
  letter-spacing: 0;
}

.sec04 .school .list .list__item .child-list .child-list__item a::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  background: url('../images/icon_arw02.png') no-repeat center/contain;
  width: 8px;
  height: 11px;
}

.sec04 .school .list .list__item .child-list .child-list__item a {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.6;
}

.sec04 .school .list .list__item + .list__item {
  margin: 15px 0 0;
}

.sec04 .school + .school {
  margin: 35px 0 0;
}

.sec04 .school-button {
  margin: 35px 0 0;
  text-align: center;
}

.sec04 .design {
  background: url('../images/bg_pattern_yellow.png') repeat center/8px auto;
  margin: 45px 15px 0;
  padding: 20px 0 40px;
}

.sec04 .design .design__heading {
  display: none;
}

.sec04 .design .design__heading img {
  margin: 0 0 0 -20px;
}

.sec04 .design .design__image01 {
  position: relative;
  height: 320px;
}

.sec04 .design .design__image01 img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -140px;
}



.sec04 .design .design__image02 {
  width:100%;
	float: none;
	text-align: center;
}

/*.sec04 .design .design__text01 {
  position: relative;
  height: auto;
}

.sec04 .design .design__text01 div{
position: absolute;
  top: 0;
  right: 0;
	margin-top:30px;
}*/


.sec04 .design .design__text {
  margin: 15px 0 0;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0;
  padding: 0 35px;
}

.sec04 .design .design__text br {
  display: none;
}

.sec04 .design__button {
  text-align: center;
  margin: 25px 0 0;
}

.sec04 .bnr {
  margin: 40px 0 0;
}

.sec04 .bnr .list {
  margin: -20px 0 0;
}

.sec04 .bnr .list .list__item {
  margin: 20px 0 0;
  text-align: center;
}

@media all and (min-width: 768px) {
  .sec04 {
    padding: 80px 0 110px;
  }
  .sec04 .sec04__inner {
    margin: 60px 0 0;
    padding: 55px 80px 60px;
  }

  .sec04 .school-wrap {
    display: flex;
    justify-content: center;
  }

  .sec04 .school {
    margin: 0 16px;
  }

  .sec04 .school .school__image img {
    width: auto;
    height: auto;
  }

  .sec04 .school .list {
    margin: 35px 0 0;
  }

  .sec04 .school .list .list__item a {
    font-size: 18px;
    transition: opacity 0.3s ease-out;
  }

  .sec04 .school .list .list__item a:hover {
    opacity: 0.7;
  }

  .sec04 .school .list .list__item a::before {
    width: 28px;
    height: 28px;
  }

  .sec04 .school .list .list__item .child-list {
    margin: 20px 0 0 10px;
  }

  .sec04 .school .list .list__item .child-list .child-list__item a {
    font-size: 15px;
  }

  .sec04 .school .list .list__item + .list__item {
    margin: 36px 0 0;
  }

  .sec04 .school .list--flex {
    display: flex;
  }

  .sec04 .school .list--flex .list__item + .list__item {
    margin: 0;
  }

  .sec04 .school + .school {
    margin: 0;
  }

  .sec04 .school-button {
    text-align: center;
    margin: 55px 0 0;
  }

  .sec04 .school-button a {
    transition: opacity 0.3s ease-out;
  }

  .sec04 .school-button a:hover {
    opacity: 0.7;
  }

  .sec04 .school-button a img {
    width: auto;
    height: auto;
  }

  .sec04 .design {
    position: relative;
    padding: 90px 80px;
    margin: 55px 0 0;
    background: url('../images/bg_pattern_yellow_md.png') repeat center/17px auto;
  }

  .sec04 .design .design__heading {
    display: block;
  }

  .sec04 .design .design__heading img {
    margin: 0;
  }

  .sec04 .design .design__image01 {
    position: absolute;
    top: 40px;
    left: 570px;
    height: auto;
  }

  .sec04 .design .design__image01 img {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
  }
	
.sec04 .design .design__image02 {
  width:50%;
	float: left;
}

  /*.sec04 .design .design__image02 img {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
  }
*/
	
.sec04 .design .design__text01 {
  position: relative;
  height: 370px;
}

.sec04 .design .design__text01 div{
position: absolute;
  top: 0;
  right: 0;
	margin-top:30px;
 /* margin: 0 0 0 -140px;*/
}
	
  .sec04 .design .design__text {
    font-size: 15px;
    line-height: 2;
    margin: 30px 0 0;
    padding: 0;
  }

  .sec04 .design .design__text br {
    display: block;
  }

  .sec04 .design .design__button {
    text-align: left;
  }

  .sec04 .design .design__button a {
    transition: opacity 0.3s ease-out;
  }

  .sec04 .design .design__button a:hover {
    opacity: 0.7;
  }

  .sec04 .design .design__button img {
    width: auto;
    height: auto;
  }

  .sec04 .bnr {
    margin: 60px 0 0;
  }

  .sec04 .bnr .list {
    display: flex;
    margin: 0 -25px;
  }

  .sec04 .bnr .list .list__item {
    margin: 0 25px;
  }

  .sec04 .bnr .list .list__item a {
    transition: opacity 0.3s ease-out;
  }

  .sec04 .bnr .list .list__item a:hover {
    opacity: 0.7;
  }

  .sec04 .bnr .list .list__item a img {
    width: auto;
    height: auto;
  }
}

/*--------------------------------------------------------------------------
	.l-footer
---------------------------------------------------------------------------*/

.l-footer .l-footer__top {
  background: url('../images/footer_bg.jpg') no-repeat center/cover;
  padding: 50px 0 65px;
}

.l-footer .l-footer__logo {
  text-align: center;
}

.l-footer .list {
  margin: 33px 0 0;
}

.l-footer .list .list__item {
  text-align: center;
  margin: 20px 0 0;
}

.l-footer .l-footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 61px;
}

.l-footer .l-footer__bottom p {
  font-size: 10px;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

@media all and (min-width: 768px) {
  .l-footer .l-footer__top {
    background: url('../images/footer_bg_md.jpg') no-repeat center/cover;
    padding: 93px 0 102px;
  }
  .l-footer .l-footer__logo img {
    width: 200px;
    height: auto;
  }

  .l-footer .list {
    display: flex;
    justify-content: center;
    margin: 58px -25px 0;
  }

  .l-footer .list .list__item {
    margin: 0 25px;
  }

  .l-footer .list .list__item a {
    transition: opacity 0.3s ease-out;
  }

  .l-footer .list .list__item a:hover {
    opacity: 0.7;
  }

  .l-footer .list .list__item a img {
    width: auto;
    height: auto;
  }

  .l-footer .l-footer__bottom {
    height: 58px;
  }

  .l-footer .l-footer__bottom p {
    font-size: 10px;
  }
}

/*--------------------------------------------------------------------------
	.modal
---------------------------------------------------------------------------*/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 207, 217, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out
}

.modal .modal__container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal .modal__wrapper {
  position: relative;
  width: 100%;
}

.modal .modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 23px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  box-sizing: border-box;
}

.modal .movie .movie__ttl {
  text-align: center;
}

.modal .movie .movie__ttl .ttl {
  position: relative;
}

.modal .movie .movie__ttl .ttl::before,
.modal .movie .movie__ttl .ttl::after {
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.modal .movie .movie__ttl .ttl::before {
  top: -14px;
  left: -62px;
  background-image: url('../images/modal_left-deco.png');
  width: 57px;
  height: 47px;
}

.modal .movie .movie__ttl .ttl::after {
  top: -14px;
  right: -61px;
  background-image: url('../images/modal_right-deco.png');
  width: 55px;
  height: 46px;
}

.modal .movie .movie__iframe {
  margin: 17px 0 0;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 4px;
}

.modal .movie .movie__iframe .iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  padding-bottom: 56.25%;
}

.modal .movie .movie__iframe .iframe-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal .movie .movie__close {
  text-align: center;
  margin: 31px 0 0;
}

.movie[data-modal-trigger] {
  cursor: pointer;
}

@media all and (min-width: 768px) {
  .modal .modal__inner {
    left: 50%;
    width: 980px;
    padding: 0;
    margin-left: -490px;
  }

  .modal .movie .movie__ttl .ttl img {
    width: auto;
    height: auto;
  }

  .modal .movie .movie__iframe {
    margin: 35px 0 0;
    padding: 7px;
  }

  .modal .movie .movie__close {
    margin: 27px 0 0;
  }

  .movie[data-modal-trigger] {
    transition: opacity 0.3s ease-out;
  }

  .movie[data-modal-trigger]:hover {
    opacity: 0.7;
  }
}

/*--------------------------------------------------------------------------
	.modal is-active
---------------------------------------------------------------------------*/

.modal.is-active,
.modal__inner.is-active {
  opacity: 1;
  visibility: visible;
}



.act_ap{
	width: 100%;
	height: 50px !important;
	margin: 20px auto 0 auto;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
	
}

.act_ap p img{
width: 35px;
	height: 35px;
}

	
.act_ap p:nth-of-type(1){
padding: 0 0.2em 0 0;
	
}

.act_ap p:nth-of-type(2){
padding: 0 1.5em 0 0;
	
}

.act_ap p:nth-of-type(3){
padding: 0 0.2em 0 0;
	
}

.act_ap p:nth-of-type(4){
padding: 0 0 0 0;
	
}
	




.ainaru{
/*background: #CC2A1B; padding: 10px; text-align: center; width:100%;　←色だけのとき*/
	background: url("../images/head_bg.png") ;
	background-repeat: repeat;
	padding: 10px; text-align: center; width:100%;
}

@media all and (max-width: 768px) {
	.ainaru img{
		width: 50%;
		height: auto;
	}
}


.course{
	clear: both;
	margin: 30px auto 70px auto;
	padding: 20px;
	width: 90%;
	text-align: center;
	background: url("../images/bg_course.png");
}

.experience{
	clear: both;
	margin: 30px auto 70px auto;
	padding: 20px;
	width: 90%;
	text-align: center;
}

.course img,.experience img{
width: 100%;	
}

@media all and (max-width: 768px) {
.course{
	clear: both;
	margin: 30px 0 30px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background: none;
}	
}


.program_all{
	width: 100%;
	margin: 30px 0 0 0;
}
.ribbon_program{
	width: 100%;
	text-align: center;
}
.ribbon_program img{
	width: 380px;
	height: auto;
}


.opening{
	width: 100%;
	text-align: center;
	margin-top: 5px;
}	
	
.opening img{
	margin: 15px;
}

.opening_prog{
	width: 1000px;
	margin: 15px auto 36px;
	text-align: center;
}

@media all and (max-width: 768px) {
.ribbon_program img{
	width: 60%;
	height: auto;
}
.opening img{
	margin: 15px;
	width: 85%;
}
.opening_prog{
	width:100%;
	margin: 0;
	text-align: left;
	margin-top: 5px;
}
.opening_prog img{
	width: 80%;
	}
}

.p_center{width: 1000px;
	margin: 0 auto;}
.act_all{
	margin: 0 auto;
	
}

.act_wrapper{
    margin: 0 auto;
    width: 1010px;
	background: #fffeec;
	padding: 30px;
}

.act_item{
	padding-bottom: 20px;
	border-bottom: 1px dotted #C4C0C0;
	margin-bottom: 20px;
}
/*.act_item:nth-child(1), .act_item:nth-child(4), .act_item:nth-child(5), .act_item:nth-child(8){
	background: #E3F5FF;
}
.act_item:nth-child(2), .act_item:nth-child(3), .act_item:nth-child(6), .act_item:nth-child(7){
	background: #FCE0E5;
}*/



.act_item img{
width: 30px;
}


.act_1col img{
width: 1000px;

}


@media all and (max-width: 768px) {
	
.p_center{width: 100%;
	margin: 0 auto;}
	
	.act_all{
		display: flex;
		flex-direction: row;
	}

	.act_all{
		display: flex;
		flex-direction: row;
	}
.act_item{
	width: 100%;
	}
/*.act_item:nth-child(1), .act_item:nth-child(3), .act_item:nth-child(5),.act_item:nth-child(7){
	background: #E3F5FF;
}
.act_item:nth-child(2), .act_item:nth-child(4), .act_item:nth-child(6), .act_item:nth-child(8){
	background: #FCE0E5;
}*/
	
	.act_wrapper{
    margin: 0 auto;
	background: #fffce0;
	padding: 15px;
}
}
	

.teiin{color: #e62f87;
	text-align: right;}

.charm_all{
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin-top: 30px;
}


.charm_item{
	width: 30%;
	border-left: 1px dotted #C4C0C0;
		text-align: center;
}
.charm_item:nth-last-child(1){
	width: 30%;
	border-left: 1px dotted #C4C0C0;
	border-right: 1px dotted #C4C0C0;
	text-align: center;
}

.charm_item img{
	width: 70%;
}


@media only screen and (max-width: 768px) {
.charm_all{
	clear: both;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-top: 10px;
	justify-content: center;
}
	.charm_item{
	width: 90%;
	border-left: none;
		text-align: center;
		border-bottom:  1px dotted #C4C0C0;
			padding: 20px;
}
	.charm_item:nth-child(1){
	width: 90%;
	border-left: none;
	border-right: none;
	text-align: center;
	padding: 10px;
	border-top:  1px dotted #C4C0C0;
		
	}
.charm_item:nth-last-child(1){
	width: 90%;
	border-left: none;
	border-right: none;
	text-align: center;
	padding: 20px;
			border-bottom: none;
}

.charm_item img{
	width: 55%;
}

}

.btn_oc{
	width: 100%;
	text-align: center;
	margin: 0px auto 40px auto;
}

@media only screen and (max-width: 768px) {
.btn_oc{
	width: 100%;
	text-align: center;
	margin: 30px auto 40px auto;
}

.btn_oc img{
	width: 65%;
}
}

.btn_oc a:hover{
	opacity: 70%;
	
}
.btn_oc .text{
margin: 12px;
}



.cheerperformance{
text-align: center;
	margin: 20px 50px 0 0; 
}
@media only screen and (max-width: 768px) {

.cheerperformance{

}
	

.cheerperformance img{
	width: 100%;
	height: auto;
	}
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



/* お申し込みフォーム ここから */




.application{
	border:solid 3px #F993A7;
	background: #fff;
	padding: 0 3em 1.5em;
	margin-top:4em;
	line-height: 180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.application h3{
	font-size: 1.4em;
	color:#FD4176;
	border-top:none;
	border-bottom:solid 1px #999999;
	padding: 0 0 .5em 0;
	margin: 1.5em 0 1em;
}

.application ol{
	margin: 1.5em;
	
}

.ml40{line-height: 1.8em;}
h4{font-size: 1.2em;
	font-weight: bold;}

.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}

.fr{float: right;
	width: 25%;}

.fr img{width:100%;}

.fl{float: left;
width: 75%;}

.bg_pink{background: #FFFFFF;
	border: dotted 2px #E85298;
padding: 20px;}
.pink{color: #E85298;}

.bg_kango{background: #FFFFFF;
	padding: 1em;
	margin:0 1em;}

@media only screen and (max-width: 768px) {

.fr{float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;}

.fr img{width:80%;
	margin: 0 auto;}

.fl{float: none;
width: 100%;}

.application{
	border:solid 3px #F993A7;
	background: #fff;
	padding:0 1em 1em 1em;
	margin-top:3em;
	line-height: 180%;
	font-size: 15px;
	
}

.application h3{
	font-size: 1.4em;
	color:#FD4176;
	border-top:none;
	border-bottom:solid 1px #999999;
	padding: 1em 0 .5em 0;
	margin: 0.2em 0 1em;
}

.application ol{
		margin: 0.5em;
}
	
.ml40{margin-left: 0;}
.act_item p{font-size:12px;}
.act_wrapper h3{font-size:15px;}

	
}

/* お申し込みフォーム ここまで */



.p_sr{
	width: 1020px;
	margin: 0 auto 50px auto;
	
}

.aidmoney_bg{ 
    background-color: #fff7e1;     /* 背景色指定 */
    border-radius: 10px;        /* 角丸指定 */
	margin-top: 50px;
	padding: 2em;
	display: flex;
}

.aidmoney_bg ul{margin-left: 2em;}

.aidmoney_bg h3 {
    position: relative;
    padding-left: 1em;
    list-style: none;
	font-size: 18px;
	line-height: 2;
}
.aidmoney_bg h3::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
    width: 0.6em;
    height: 0.6em;
    background-color: #e84f8f;
    content: "";
}

.aidmoney_bg li{margin-bottom: 1em;}

.act_item h3{line-height: 30px;}

.circle{width: 30px;/*幅*/
	height: 30px;/*高さ*/
	border-radius: 50%;/*角丸*/
	background: #e3007f;
	color: #ffffff;
	display: inline-block;
	text-align: center;
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
.p_sr{
	width: 100%;
	margin: 0 auto 30px auto;
	
}
	
	.p_sr img{
		width: 100%;
	}
	
	.aidmoney_bg{ 
    background-color: #fff7e1;     /* 背景色指定 */
    border-radius: 10px;        /* 角丸指定 */
	margin-top: 50px;
	padding: 1em;
	display: block;
	margin: 50px 30px 0 30px;
	}
	
	.aidmoney_bg h3 {
	font-size: 15px;
}
	
	.aidmoney_bg ul{margin-left: 0;}
	
	.aidmoney_bg img{width: 100%;
	margin-bottom: 30px;}
}



