/*====================================================
 // note overwrite
====================================================*/


/*========================
 // note common
===========================*/

.red_03 {
  color: #ff4833;
}

@media screen and (min-width: 769px) {
  .ml_05 {
    margin-left: 0.5em;
  }
}

@media print, screen and (max-width: 768px) {
  .break_mob {
    display: block;
  }
}

/*========================
 // id #title
===========================*/

#title #h1_pc {
  display: none;
}

#title #h1_mob {
  display: block;
}

@media screen and (min-width: 1000px) {

  article {
    background: url(../img/top/bg_title_1.png) repeat-x top center;
  }

  #title {
    background: url(../img/top/bg_title_2.png) no-repeat top center;
  }

  #title h1 {
    width: 90%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
  }

  #title #h1_pc {
    display: block;
  }

  #title #h1_mob {
    display: none;
  }

}


@media screen and (min-width: 1366px) {

  #title {
    background: url(../img/top/bg_title_1920.png) no-repeat top center;
  }

}

/*========================
 // id #title_nav
===========================*/


#title_nav ul {
  line-height: 1.1;
}

/* #title_nav a {
  height: 80px;
  color: #fff;
  background: #1e802c;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #0c861f, #61be6f);
  text-shadow: 0 1px 6px #016910;
} */


#title_nav a {
  height: 80px;
  color: #b68d3c;
  border: #b68d3c thin solid;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(to bottom, #ecd29c, #fff); */
  /* background: linear-gradient(to bottom, #ecd29c 0, #fff 80%, #fff 100%); */
  background: linear-gradient(to bottom, #e7d6b3 0, #fff 50%, #fff 100%);

}




@media screen and (min-width: 1000px) {

  #title_nav a {
    height: 100px;
  }


}


/*========================
 // id .banner
===========================*/

#title .bnr li img {
  width: 100%;
  max-width: 640px;
}

/*========================
 // id #reservation
===========================*/

#reservation {
  width: 85%;
  background: #fff;
  padding: 10px;
  border: #89ccac thin solid;
  text-align: center;
}

#reservation .inside1 {
  padding-top: 30px;
  background: url(../img/top/bg_reserve_top.svg) top center no-repeat;
}

#reservation .inside2 {
  padding-bottom: 30px;
  background: url(../img/top/bg_reserve_bottom.svg) bottom center no-repeat;
}


#reservation .how .tel_link a {
  color: #000;
}


#reservation .link a {
  width: 90%;
}

@media screen and (min-width: 1000px) {

  #reservation .inside1 {
    padding-top: 60px;
  }

  #reservation .inside2 {
    padding-bottom: 60px;
  }


  #reservation .inside3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

}


/*=======================
	// id #all_notice
=========================*/

#all_notice .inside {
  text-align: center;
  padding: 3em 2.5%;
  background: url(../img/bg_all_notice_pc.png) 0 0 no-repeat;
  background-size: contain;
}

#all_notice p {
  font-size: 1.6rem;
}

@media print, screen and (max-width: 768px) {
  #all_notice p {
    font-size: 1.4rem;
  }

  #all_notice .inside {
    background: url(../img/bg_all_notice_mob.png) center center no-repeat;
    background-size: contain;
  }
}


/*=======================
	// id #piano
=========================*/

#piano .cat_lead .notice {
  padding-top: 0.5em;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.8;
  display: block;
}

#piano .item-lineup {
  padding-top: 0;
}


/*=======================
	// id #gp
=========================*/

.congrats {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* .congrats figure {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
} */

.ribbon9 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;

}

.ribbon9:before {
  /*左側のリボン端*/
  content: "";
  position: absolute;
  width: 10px;
  bottom: -18px;
  left: -30px;
  z-index: 0;
  border: 20px solid #e85382;
  border-left-color: transparent;
  /*山形に切り抜き*/
}

.ribbon9:after {
  /*右側のリボン端*/
  content: "";
  position: absolute;
  width: 10px;
  bottom: -18px;
  right: -30px;
  z-index: 0;
  border: 20px solid #e85382;
  border-right-color: transparent;
  /*山形に切り抜き*/
}

.ribbon9 h4 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  background: #e85382;
  /*真ん中の背景色*/
}

.ribbon9 h4:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 16px transparent;
  border-right: solid 20px #e82965;
  z-index: 1;
  /*左の折り返し部分*/
}

.ribbon9 h4:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 16px transparent;
  border-left: solid 20px #e82965;
  z-index: 1;
  /*右の折り返し部分*/
}


@media screen and (min-width: 1000px) {

  .congrats {
    width: 70%;
    padding: 15px;
  }

  .ribbon9 {
    width: 80%;
    max-width: 500px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
  }

  .ribbon9:before {
    /*左側のリボン端*/
    content: "";
    position: absolute;
    width: 10px;
    bottom: -28px;
    left: -40px;
    z-index: 0;
    border: 30px solid #e85382;
    border-left-color: transparent;
    /*山形に切り抜き*/
  }

  .ribbon9:after {
    /*右側のリボン端*/
    content: "";
    position: absolute;
    width: 10px;
    bottom: -28px;
    right: -40px;
    z-index: 0;
    border: 30px solid #e85382;
    border-right-color: transparent;
    /*山形に切り抜き*/
  }

  .ribbon9 h4 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 20px;
    line-height: 56px;
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    background: #e85382;
    /*真ん中の背景色*/
  }

  .ribbon9 h4:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 16px transparent;
    border-right: solid 20px #e82965;
    z-index: 1;
    /*左の折り返し部分*/
  }

  .ribbon9 h4:after {
    position: absolute;
    content: "";
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 16px transparent;
    border-left: solid 20px #e82965;
    z-index: 1;
    /*右の折り返し部分*/
  }


  .congrats figure {
    width: 60%;
    margin: auto;

  }

}




/*=======================
	shidan
=========================*/

/* .timetable {
  list-style-type: decimal;
  list-style-position: inside;
} */


#shidan dt {
  margin-bottom: 5px;
}




#shidan dt span {
  color: #fff;
  background-color: #a17b4a;
  line-height: 1.1;
  padding: 0 15px;
}


#shidan dd {
  margin-bottom: 30px;
}

@media screen and (min-width: 1000px) {

  .timetable li {
    display: inline-block;
    /* border: #f00 thin solid; */
  }

  .timetable li::after {
    margin-left: 5px;
    content: '\FF0F';
  }

  .timetable li:last-child:after {
    content: none;
  }

}