@charset "utf-8";

/* PC */
@media screen and (min-width:768px) {

  h1, h2, h3, h4, h5, dt {
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
  }

  /* key */
  .key_v {
    height: 120px;
    position: relative;
    background: url(../img/h1_bg.jpg) no-repeat center 55% #d3aa9e;
    background-size: 920px;
    background-blend-mode: multiply;
  }

  .edge .key_v,
  .msie .key_v {
    background-blend-mode: normal;
  }

  .edge .key_v:before,
  .msie .key_v:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 920px;
    margin: auto;
    background: rgba(80, 18, 0, 0.5);
  }

  .key_v h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    line-height: 1;
    color: #fff;
    text-align: center;
  }

  .key_v h1 span {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    position: relative;
  }

  .key_v h1 span:before,
  .key_v h1 span:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    height: 1px;
    background-color: #fff;
  }

  .key_v h1 span:before {
    left: 0;
  }

  .key_v h1 span:after {
    right: 0;
  }

  #course_index .key_v h1 span:before,
  #course_index .key_v h1 span:after {
    width: 40px;
  }

  #course_face .key_v h1 span:before,
  #course_face .key_v h1 span:after {
    width: 20px;
  }

  /* contents */
  .contents {
    margin: 50px auto;
    box-sizing: border-box;
    max-width: 920px;
  }

  /* course_navi */
  .course_navi {
    position: relative;
    z-index: 5;
  }

  .course_navi li {
    float: left;
    margin-right: 10px;
    margin-bottom: -1px;
  }

  .course_navi li a {
    display: block;
  }

  /* course_list */
  section.course_list {
    position: relative;
    border: 1px solid #ffb8b9;
    border-top: 4px solid #f78481;
    background: #fffbfa;
    padding: 30px;
    z-index: 10;
  }

  .course_list dl {
    border: 1px solid #f78481;
    background: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .course_list dt {
    background: #f78481;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    font-family: unset;
    font-weight: bold;
  }

  .course_list dd {
    padding: 15px;
  }

  .course_list dd .photo {
    float: left;
    max-width: 150px;
  }
  
  .course_list dd .point {
    float: left;
    max-width: 94px;
    margin-left: 5px;
  }

  .course_list dd .course_contents_area {
    float: left;
    width: calc(100% - 420px);
    margin-left: 10px;
  }

  .course_list dd .course_contents_area strong {
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
    color: #833e0c;
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
  }

  .course_list dd .price {
    float: right;
    margin-left: 10px;
    border: 1px solid #face72;
    width: 150px;
    box-sizing: border-box;
    text-align: center;
    background: #fff9e9;
    border-radius: 5px;
    overflow: hidden;
  }

  .course_list dd .price span {
    background: #face72;
    color: #000;
    display: block;
    /* font-weight: bold; */
    letter-spacing: 0.15em;
    padding: 3px;
    font-size: 13px;
  }

  .course_list dd .price p {
    padding: 10px 5px;
    font-weight: bold;
    font-size: 15px;
  }

  .notice {
    background: #fff;
    padding: 30px;
  }

  .notice ul {
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding: 20px 0;
  }

  .notice li {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .notice li:last-of-type {
    margin-bottom: 0;
  }

  .let_trial {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }

  .let_trial-btn {
    font-size: 22px;
    text-align: center;
    display: inline-block;
    background-color: #f78481;
    color: #000000;
    padding: .6em .8em;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgb(255 190 190) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 10px;
    border: 1px solid #f78481;
    box-shadow: 2px 2px 4px 1px #0000004f;
  }
}

/* SP */
@media screen and (max-width:767px) {

  h1, h2, h3, h4, h5, dt {
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
  }

  /* key_v */
  .key_v {
    height: 120px;
    position: relative;
    background: url(../img/h1_bg.jpg) no-repeat center 55% #d3aa9e;
    background-blend-mode: multiply;
  }

  .key_v h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
  }

  .key_v h1 span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    position: relative;
  }

  .key_v h1 span:before,
  .key_v h1 span:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 1px;
    background-color: #fff;
    width: 20px;
    margin: 0 5px;
  }

  #course_index .key_v h1 span:before,
  #course_index .key_v h1 span:after {
    width: 40px;
  }

  #course_face .key_v h1 span:before,
  #course_face .key_v h1 span:after {
    width: 20px;
  }

  /* contents */
  .contents {
    margin: 20px auto;
    box-sizing: border-box;
    overflow: hidden;
  }

  /* course_navi */
  .course_navi {
    position: relative;
    padding: 0 10px;
    z-index: 5;
  }

  .course_navi li {
    float: left;
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: -1px;
  }

  .course_navi li:last-of-type {
    margin-right: 0;
  }

  .course_navi li a {
    display: block;
  }

  /* course_navi */
  section.course_list {
    position: relative;
    border-top: 4px solid #f78481;
    border-bottom: 1px solid #ffb8b9;
    background: #fffbfa;
    padding: 20px 10px;
    z-index: 10;
  }

  .course_list dl {
    border: 1px solid #f78481;
    background: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .course_list dt {
    background: #f78481;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    font-family: unset;
    font-weight: bold;
  }

  .course_list dd {
    padding: 10px;
  }

  .course_list dd .photo {
    float: left;
    width: 60%;
  }

  .course_list dd .point {
    float: right;
    width: 37%;
    padding-top: 5px;
  }

  .course_list dd .course_contents_area {
    clear: both;
    padding-top: 10px;
  }

  .course_list dd .course_contents_area strong {
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
    color: #833e0c;
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block;
    font-size: 13px;
  }

  .course_list dd .price {
    float: right;
    margin-left: 10px;
    border: 1px solid #face72;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #fff9e9;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
  }

  .course_list dd .price span {
    background: #face72;
    color: #000000;
    display: block;
    /* font-weight: bold; */
    letter-spacing: 0.15em;
    padding: 3px;
    font-size: 13px;
  }

  .course_list dd .price p {
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
  }

  .notice {
    background: #fff;
    padding: 20px 10px;
  }

  .notice ul {
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding: 10px 0;
  }

  .notice li {
    margin-bottom: 5px;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .notice li:last-of-type {
    margin-bottom: 0;
  }

  .let_trial {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }

  .let_trial-btn {
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background-color: #f78481;
    color: #000000;
    padding: .6em .8em;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgb(255 190 190) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 10px;
    border: 1px solid #f78481;
    box-shadow: 2px 2px 4px 1px #0000004f;
  }
}