/*====================================================
	// note overwrite
====================================================*/

article {
  font-feature-settings: "palt";
}

#slide_nav {
  display: none;
}

a i {
  width: 10px;
  margin-right: 8px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}

@media print, screen and (max-width: 900px) {
  #slide_nav {
    top: -200px;
    display: block;
  }

  #headNav li:nth-child(5) {
    display: none;
  }

  .contents .lv_02 {
    padding-top: 30px;
  }
}

@media print, screen and (max-width: 768px) {
  .contents .lv_02 {
    padding-top: 0;
  }

  .contents_texture {
    padding-top: 30px;
  }
}

/*=============================
	// id #title
===============================*/
#title {
  width: 100%;
  position: relative;
  /* background: url(../img/top/bg_title_pc3-80.jpg) no-repeat top center; */
  background: url(../img/top/bg_title_pc4.png) no-repeat top center;
  background-size: contain;
}

#title .bg_inst {
  width: 100%;
  padding: 0 0 30px;
  background: url(../img/top/bg_title_inst.png) no-repeat top center;
  background-size: cover;
}

#title .mob {
  display: none;
}

#title .tax {
  width: 95%;
  max-width: 1160px;
  margin: auto;
  color: #666;
  font-size: 1.2rem;
  padding: 0 2.5%;
}

#title .tax span {
  font-size: 1.2rem;
  text-align: right;
  padding: 0.3em 1.5em;
  background: #fff;
  display: inline-block;
  border-radius: 2em;
}

#title .link-to-top a {
  color: #fff;
  background: #3156a1;
  padding: 0.25em 2em 0.25em;
}

.lv-01 {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.lv-01 .txtbox {
  width: 70%;
}

#title .link-to-top {
  position: absolute;
  top: 0;
  left: 2.5%;
  text-align: right;
}

#title .inner {
  width: 95%;
  max-width: 1260px;
  margin: auto;
  padding-top: 25px;
}

#title .shoplogo {
  width: 447px;
  margin-bottom: 0;
  display: block;
}

#title h1 {
  max-width: 804px;
  color: #999;
  font-size: 3rem;
  margin-bottom: 10px;
}

#title h1 .h1_pc {
  display: block;
}

#title h1 .h1_mob {
  display: none;
}

#first_copy {
  width: 95%;
  margin: auto;
  text-shadow: 0 0 5px #fff;
}

#first_copy p {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1em;
}

#first_copy .break_1 {
  display: block;
}

@media print, screen and (max-width: 900px) {
  .lv-01 {
    margin-bottom: 0;
  }

  /* #title {
        padding-bottom: 0;
        background: url(../img/top/bg_title_900.jpg) no-repeat top center;
    } */

  .lv-01 .txtbox {
    width: 90%;

    /* border: #f00 thin solid; */
  }

  #first_copy {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .lv-01 {
    display: block;
  }

  .lv-01 figure {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }

  #title {
    padding-bottom: 0;
    background: none;
  }

  #title .bg_inst {
    background: none;
  }

  #title .inner {
    width: 100%;
    margin: auto auto auto;
    padding-top: 0;
  }

  #title .mob {
    margin-bottom: 3px;
    display: block;
  }

  #title h1 {
    width: 100%;
    margin: -10px 0 0;
  }

  #title .shoplogo.pc {
    display: none;
  }

  #title h1 .h1_pc {
    display: none;
  }

  #title h1 .h1_mob {
    display: block;
  }

  #title .txtbox {
    width: 100%;
    margin-top: 0em;
  }

  #title .link-to-top {
    position: absolute;
    top: 0;
    left: 2%;
  }

  #title .link-to-top a {
    font-size: 1.2rem;
    color: #fff;
    background: #3156a1;
    padding: 0.5em 1em 0.25em;
  }

  #first_copy {
    /* width: 85%; */
    width: auto;
    padding: 0 5%;
    margin-bottom: 0;
  }
}

/*====================================================
	// class .lead_to_pages
====================================================*/

.lead_to_pages {
  max-width: 1260px;
  margin: auto auto 30px;
}

.lead_to_pages .item {
  font-size: 1.6rem;
  line-height: 1.6;
  background: #fff;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  margin-bottom: 30px;
  border-radius: 10px;
}

.lead_to_pages .item a {
  cursor: pointer;
}

.lead_to_pages h3 {
  line-height: 1.4;
  padding: 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.lead_to_pages h3 .break1 {
  margin-left: 0.75em;
}

.lead_to_pages h3 small {
  font-size: 2.2rem;
}

.lead_to_pages h3 .bg {
  height: 2.75em;
  padding: 0.75em 0;
  background-size: contain;
  display: block;
}

.lead_to_pages h3 .line_1 {
  padding-top: 0.7em;
  display: block;
}

.lead_to_pages figure img {
  max-width: 515px;
  margin-bottom: 0.25em;
}

.lead_to_pages figcaption {
  font-size: 1.2rem;
  text-align: right;
}

/* .lead_to_pages .item p.lead_1 {} */

.item .lead_1 {
  margin: auto auto 1em;
}

.lead_to_pages .half {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lead_to_pages .half .item {
  width: 49%;
  height: 140px;
  height: 156px;
  margin-bottom: 2em;
  display: block;
  box-shadow: 8px 8px 0 0 #0eb3eb;
  /* padding-bottom: 15px; */
  position: relative;
}

.lead_to_pages .half .item .btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 1;
}

.lead_to_pages .half .item .inst {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  color: #804e21;
  text-shadow: 0 0 8px #fff;
}

.lead_to_pages .half a.item:hover {
  box-shadow: 15px 15px 0 0 #0eb3eb;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.lead_to_pages .half .inside {
  /* padding: 0 7.5% 0; */
  padding: 0 5% 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.lead_to_pages .half a.item:hover .inside {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  background: rgba(255, 255, 255, 0.5);
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.lead_to_pages .half a.item:hover .btn {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  /**/
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
}

.lead_to_pages .item p {
  font-size: 1.6rem;

  line-height: 1.2;
  margin-bottom: 10px;
}

.lead_to_pages .half .item p {
  font-weight: bold;
}

.lead_to_pages .half .item li {
  font-size: 1.6rem;
}

.lead_to_pages .item.full {
  margin-bottom: 60px;
}

.lead_to_pages .item.full .inside {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lead_to_pages .item .inside .txtbox figure.mob {
  display: none;
}

.lead_to_pages .item.full .inside .txtbox {
  width: 58%;
}

.lead_to_pages .item.full .inside figure {
  width: 40%;
  text-align: center;
}

.lead_to_pages .item.full .inside {
  padding: 1.5em 5% 0;
}

.lead_to_pages .item .inside figure img {
  max-width: 514px;
}

.item.full .linkbtn li a {
  margin: 0;
}

/* ///////////////// */
/* individual */

.lead_to_pages .half .item .inst:first-letter {
  font-size: 5rem;
}

#flute.item .inst:first-letter {
  color: #64b4dc;
  /* color: #0364b7; */
}

#flute.item {
  background: #fff url(../img/top/btn/bg_btn_fl.jpg) no-repeat bottom center;
}

#clarinet.item .inst:first-letter {
  color: #f39800;
}

#clarinet.item {
  background: #fff url(../img/top/btn/bg_btn_cl.jpg) no-repeat bottom center;
}

#sax.item .inst:first-letter {
  color: #e65064;
}

#sax.item {
  background: #fff url(../img/top/btn/bg_btn_sax.jpg) no-repeat bottom center;
}

#trumpet.item .inst:first-letter {
  color: #0055aa;
}

#trumpet.item {
  background: #fff url(../img/top/btn/bg_btn_tp.jpg) no-repeat bottom center;
}

#tb_hr_eu.item .inst {
  font-size: 3rem;
  margin-bottom: -5px;
}

#tb_hr_eu.item {
  background: #fff url(../img/top/btn/bg_btn_tb.jpg) no-repeat bottom center;
}

#tb_hr_eu.item .inst:first-letter {
  font-size: 3.6rem;
  color: #14b48c;
}

@media print, screen and (max-width: 768px) {
  .lead_to_pages .half .item .inst {
    text-shadow: 3px 3px 10px #fff;
  }

  #flute.item {
    background: #fff url(../img/top/btn/mob/bg_btn_fl.jpg) no-repeat bottom
      right;
    background-size: contain;
  }

  #clarinet.item {
    background: #fff url(../img/top/btn/mob/bg_btn_cl.jpg) no-repeat bottom
      right;
    background-size: contain;
  }

  #sax.item {
    background: #fff url(../img/top/btn/mob/bg_btn_sax.jpg) no-repeat bottom
      right;
    background-size: contain;
  }

  #trumpet.item {
    background: #fff url(../img/top/btn/mob/bg_btn_tp.jpg) no-repeat bottom
      right;
    background-size: contain;
  }

  #tb_hr_eu.item {
    background: #fff url(../img/top/btn/mob/bg_btn_tb.jpg) no-repeat bottom
      right;
    background-size: contain;
  }
}

/* ///////////////// */

@media print, screen and (max-width: 1023px) {
  .lead_to_pages .item.full figure img.pc {
    display: block !important;
  }

  .lead_to_pages {
    margin-bottom: 3em;
    display: block;
  }

  .lead_to_pages .item {
    width: 100%;
    margin-bottom: 2em;
  }

  .lead_to_pages .item .inside figure {
    width: 100%;
    margin: auto auto 1em;
    text-align: center;
  }

  .lead_to_pages .item .inside figure img {
    max-width: 518px;
    margin: auto;
  }

  .lead_to_pages a {
    width: 80%;
  }

  .lead_to_pages .half {
    display: block;
  }

  .lead_to_pages .half .item li {
    font-size: 1.8rem;
  }

  .lead_to_pages .half .item {
    width: 100%;
    margin-bottom: 2em;
    padding-bottom: 15px;
    font-size: 1.5rem;
    margin-bottom: 2em;
  }

  .lead_to_pages .half .inside {
    min-height: auto;
  }

  .lead_to_pages .item p.lead_1 {
    height: auto;
    min-height: auto;
    margin-bottom: 5px;
  }

  .lead_to_pages h3 {
    font-size: 2.4rem;
  }

  .lead_to_pages .item figure {
    margin-bottom: 1em;
    text-align: center;
  }

  .lead_to_pages .item figure img {
    max-width: 518px;
  }

  .lead_to_pages .item .inside .txtbox figure.pc {
    display: none;
  }

  .lead_to_pages .item .inside .txtbox figure.mob {
    display: block;
  }

  .lead_to_pages .icon-click {
    width: 80%;
  }

  .lead_to_pages .item.full .inside {
    display: block;
    padding: 1.5em 2.5% 0;
  }

  .lead_to_pages .item.full .inside .txtbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .lead_to_pages .item.full .inside figure {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .lead_to_pages .item.full figure img.pc {
    display: none !important;
  }

  .item.full .linkbtn li a {
    width: 90%;
    margin: auto;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 768px) {
  .lead_to_pages h3 .bg {
    height: auto;
    padding: 0.75em 0;
  }

  .lead_to_pages h3 small {
    font-size: 1.6rem;
  }

  .lead_to_pages h3 .break1 {
    margin-left: 0;
    display: block;
  }

  .lead_to_pages h3 .line_1 {
    padding-top: 0;
  }
}

/*====================================================
 // section common
====================================================*/

.section {
  margin-bottom: 90px;
  background: #fff;
  border-radius: 10px;
  /* overflow: hidden; */
  position: relative;
}

/*====================================================
 // #special
====================================================*/

#special {
  padding: 60px 0;
}

#special .neko.fl {
  width: 210px;
  height: 177px;
  top: -15px;
  right: 80px;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  #special .neko.fl {
    width: 210px;
    height: 177px;
    top: 150px;
    right: 0px;
    position: absolute;
    z-index: 1;
  }
}

@media screen and (max-width: 1023px) {
  #special .neko.fl {
    width: 20%;
    height: auto;
    top: 150px;
    right: -15px;
    position: absolute;
    z-index: 1;
    /* border: #f00 thin solid; */
  }
}

@media screen and (max-width: 900px) {
  #special .neko.fl {
    width: 30%;
    height: auto;
    top: 150px;
    right: -15px;
    position: absolute;
    z-index: 1;
    /* border: #f00 thin solid; */
  }
}

#special h3 {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

/* common start */
#special .red {
  color: #e73828 !important;
}

#special .link a {
  color: #fff;
  padding: 3px 30px 3px;
  border-radius: 2em;
}

/* common end */

/* point */
#special .point {
  width: 90%;
  margin: auto auto 90px;
}

#special .point h3 img {
  margin-left: auto;
  margin-right: auto;
}

#special .point h3 img.sp_h3_pc {
  display: block;
}

#special .point h3 img.sp_h3_mob {
  display: none;
}

#special .point .inside {
  width: 95%;
  margin: auto;
}

#special .point h4,
#special .point h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

#special .point h4 {
  font-size: 3rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

#special .point h5 {
  color: #e73828;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

#special .line.naname-1 {
  width: 100px;
  height: 100px;
  background: linear-gradient(
    -45deg,
    transparent 49%,
    #faee00 49%,
    #faee00 51%,
    transparent 51%,
    transparent
  );
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
}

#special .line.naname-2 {
  width: 100px;
  height: 100px;
  background: linear-gradient(
    45deg,
    transparent,
    transparent 49%,
    #faee00 49%,
    #faee00 51%,
    transparent 51%,
    transparent
  );
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 5;
}

@media print, screen and (max-width: 900px) {
  #special .point {
    width: 90%;
    margin: auto auto 30px;
  }

  #special .point h3 img.sp_h3_pc {
    display: none !important;
  }

  #special .point h3 img.sp_h3_mob {
    display: block !important;
  }
}

@media print, screen and (max-width: 768px) {
  #special .line.naname-1 {
    width: 60px;
    height: 60px;
  }

  #special .line.naname-2 {
    width: 60px;
    height: 60px;
  }

  #special .link a {
    /* color: #fff;
        padding: 3px 30px 3px;
        border-radius: 2em; */
    display: block;
    text-align: center;
  }
}

/* row */
#special .row {
  margin-bottom: 30px;
}

#special .row.reverse {
  flex-direction: row-reverse;
}

#special .row.flexbox figure {
  width: 33%;
  max-width: 356px;
  /* border: #f00 thin solid; */
}

#special .row.flexbox .txtbox {
  width: 65%;
  /* border: #f00 thin solid; */
}

/* box */
#special .point .box {
  margin-bottom: 15px;
}

#special .point .box h4 {
  font-size: 2rem;
}

#special .point .box .txtbox {
  padding: 15px 0 0;
}

#special .point .inside.box3 .box {
  width: 30%;
  max-width: 322px;
  padding: 0 0 15px;
}

#special .point .inside.box4 .box {
  width: 22%;
  max-width: 236px;
  padding: 0 0 15px;
}

@media print, screen and (max-width: 900px) {
  #special .point .inside.flexbox {
    display: block;
  }

  #special .point .inside.box3 .box {
    width: 100%;
    max-width: inherit;
    margin-bottom: 60px;
  }

  #special .point .inside.box3 .box figure {
    /* width: 50%; */
    width: 70%;
    max-width: 644px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ///////////////// 
#special individual
 ///////////////// */
#come_on h3 {
  border-bottom: #e73828 2px dotted;
}

#come_on h3 img {
  width: 100%;
  max-width: 624px;
}

#come_on h4 {
  color: #e73828;
  border-bottom: #e73828 thin dotted;
}

/* アクセサリーも充実 */
#acce {
  position: relative;
}

#acce .neko.sax {
  width: 179px;
  height: 190px;
  top: -30px;
  left: -30px;
  position: absolute;
  z-index: 1;
}

@media print, screen and (max-width: 900px) {
  #come_on h3 img {
    width: 100%;
    max-width: inherit;
  }

  #acce.point .inside.flexbox {
    display: block;
  }

  #acce.point .inside.box4 .box {
    width: 100%;
    max-width: inherit;
    margin-bottom: 60px;
  }

  #acce.point .inside.box4 .box figure {
    width: 70%;
    max-width: 644px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1280px) {
  #acce .neko.sax {
    width: 179px;
    height: 190px;
    top: 100px;
    left: -60px;
    position: absolute;
    z-index: 1;
  }
}

@media screen and (max-width: 1023px) {
  #acce .neko.sax {
    width: 20%;
    height: auto;
    top: 100px;
    left: -60px;
    position: absolute;
    z-index: 1;
  }
}

@media screen and (max-width: 900px) {
  #acce .neko.sax {
    width: 30%;
    height: auto;
    top: 100px;
    left: -20px;
    position: absolute;
    z-index: 1;
  }
}

#acce h3 {
  border-bottom: #8dc21f 2px dotted;
}

#acce h3 img {
  width: 100%;
  max-width: 600px;
}

#acce h4 {
  color: #8dc21f;
  border-bottom: #8dc21f thin dotted;
}

@media print, screen and (max-width: 900px) {
  #acce h3 img {
    width: 100%;
    max-width: inherit;
  }
}

/*////// MKC ////// */

#mkc {
  position: relative;
}

#mkc .neko.mega {
  width: 147px;
  height: 125px;
  top: -30px;
  right: -30px;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  #mkc .neko.mega {
    width: 147px;
    height: 125px;
    top: 60px;
    right: -60px;
    position: absolute;
    z-index: 1;
  }
}

@media screen and (max-width: 1023px) {
  #mkc .neko.mega {
    width: 15%;
    height: auto;
    top: 100px;
    right: -60px;
    position: absolute;
    z-index: 1;
  }
}

@media screen and (max-width: 900px) {
  #mkc .neko.mega {
    width: 25%;
    height: auto;
    top: 100px;
    right: -15px;
    position: absolute;
    z-index: 1;
  }
}

#mkc h3 {
  border-bottom: #f29600 2px dotted;
}

#mkc h3 img {
  width: 100%;
  max-width: 816px;
}

#mkc h4 {
  color: #f29600;
  border-bottom: #f29600 thin dotted;
}

#mkc p.lead {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

#mkc dt {
  margin-bottom: 15px;
  font-size: 3rem;
  color: #bc4b1f;
  border-bottom: #bc4b1f thin solid;
}

#mkc dt small {
  font-size: 2rem;
}

#mkc dd {
  font-size: 1.6rem;
}

#mkc .link a {
  background: #f29600;
}

@media print, screen and (max-width: 900px) {
  #mkc h3 img {
    width: 100%;
    max-width: inherit;
  }

  #mkc.point .inside.row.flexbox {
    display: block;
  }

  #mkc.point .inside.row.flexbox .txtbox {
    width: 100%;
    max-width: inherit;
    margin-bottom: 60px;
  }

  #mkc.point .inside.row.flexbox figure {
    width: 70%;
    max-width: 644px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  #mkc dt {
    margin-bottom: 15px;
    font-size: 2rem;
    color: #bc4b1f;
    border-bottom: #bc4b1f thin solid;
  }

  #mkc dt small {
    font-size: 1.6rem;
  }
}

/**/

#lesson {
  position: relative;
}

#lesson .neko.horn {
  width: 135px;
  height: 172px;
  bottom: 0px;
  right: 30px;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  #lesson .neko.horn {
    width: 135px;
    height: 172px;
    bottom: -60px;
    right: -15px;
    position: absolute;
    z-index: 1;
  }
}

@media screen and (max-width: 1023px) {
  #lesson .neko.horn {
    width: 15%;
    height: auto;
    bottom: -60px;
    left: -20px;
    position: absolute;
    z-index: 1;
  }
}

@media screen and (max-width: 900px) {
  #lesson .neko.horn {
    width: 30%;
    height: auto;
    top: 100px;
    left: -20px;
    position: absolute;
    z-index: 1;
  }
}

#lesson h3 {
  border-bottom: #036eb7 2px dotted;
}

#lesson h3 img {
  width: 100%;
  max-width: 572px;
}

#lesson h4 {
  color: #036eb7;
  border-bottom: #036eb7 thin dotted;
}

#lesson .lead {
  font-size: 1.6rem;
}

#lesson .dl_box {
  width: 90%;
  margin: auto auto 30px;
}

#lesson dl {
  margin-bottom: 30px;
}

#lesson dt {
  margin-bottom: 10px;
  padding: 5px 15px 3px;
  background: #e7f4fc;
}

#lesson dt strong {
  font-size: 1.6rem;
  color: #036eb7;
  display: block;
}

#lesson dd {
  margin-left: 15px;
}

#lesson .private dd {
  margin-bottom: 15px;
}

#lesson .private dd strong {
  font-size: 1.6rem;
  color: #036eb7;
  display: block;
}

#lesson .link a {
  background: #036eb7;
}

@media print, screen and (max-width: 900px) {
  #lesson h3 img {
    width: 100%;
    max-width: inherit;
  }

  #lesson.point .inside.row.flexbox {
    display: block;
  }

  #lesson.point .inside.row.flexbox .txtbox {
    width: 100%;
    max-width: inherit;
    margin-bottom: 60px;
  }

  #lesson.point .inside.row.flexbox figure {
    width: 70%;
    max-width: 644px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  #lesson .dl_box {
    width: 100%;
  }
}

/*========================
 // id #saison
===========================*/
/*
#saison {
    margin-bottom: 60px;
    padding-bottom: 30px;
    text-align: center;
    border: #2668c4 3px solid;
}

#saison h5 {
    margin: auto auto 30px;
    padding-bottom: 15px;
    border-bottom: #2668c4 2px solid;
}

#saison h5 em {
    width: 150px;
    margin: auto auto 3px;
    font-weight: normal !important;
    display: block;
}


#saison h5 em span {
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
    background: #db902e;
    padding: 0px 0px;
    border-radius: 2em;
    display: block;
}


#saison h5 span.title {
    font-family: 'Noto Sans JP', sans-serif;
    color: #2668c4;
    font-size: 3.0rem;
}

#saison p {
    font-size: 1.8rem;
}

@media print,
screen and (max-width: 768px) {

    #saison h5 {
        margin: auto auto 15px;
    }

    #saison h5 span.title {
        font-size: 2.0rem;
    }

    #saison p {
        font-size: 1.5rem;
    }


}
*/
