@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/* SP
----------------------------------*/
@media screen and (max-width: 1024px) {
  /* header */
  #header .inner {
    width: 95%; }

  #navi {
    display: none; }

  /* foot_navi */
  .foot_navi {
    padding: 10px 0; }
    .foot_navi ul {
      width: 95%; }

  /* footer */
  #footer .inner {
    padding: 20px 0;
    margin: 0 auto;
    width: 95%; }

  /* slideshow */
  #slideshow {
    padding-top: 115px; }
    #slideshow #catch {
      width: 250px; }
    #slideshow .next_contents {
      display: none; }

  /* contents */
  .single {
    width: 95%;
    padding-bottom: 40px; }

  .lsingle, .rsingle {
    width: 95%;
    float: none;
    margin: 0 auto; }

  /* bg */
  .bg_common {
    padding-top: 40px; }

  .bg_b {
    margin-bottom: 40px; }

  /* column */
  .column2_tab {
    display: block;
    margin-bottom: 0; }
    .column2_tab .child {
      width: 100%;
      margin: 0 0 20px; }
      .column2_tab .child:nth-child(2n) {
        margin: 0 0 20px; }
      .column2_tab .child:last-child {
        margin: 0; }

  /* program_box */
  .program_box {
    min-height: 435px; }
    .program_box .program_txt {
      width: 100%; }
      .program_box .program_txt .program_course {
        padding: 20px; }
    .program_box .program_detail {
      margin-right: 0;
      width: 53%; }
    .program_box .program_img {
      top: 225px; }

  /* article */
  .article.article_b {
    margin-bottom: 40px; }
  .article .article_image {
    width: 50%; }
  .article .article_detail {
    width: 50%;
    padding: 30px 0; }

  /* tel */
  .snip1445 {
    height: auto; }

  /* etc */
  .w400 {
    width: 300px; }

  .pcbr {
    display: none; }

  .tbbr {
    display: block; }

  .pc-tcenter {
    text-align: left; }

  /* page_title_box */
  .page_title_box .page_width {
    width: 95%; }

  /* phonemenu */
  #page {
    padding: 0;
    position: relative;
    z-index: 2;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); }

  #drawernav {
    display: block;
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#D7A700), to(#A68401));
    background: -moz-linear-gradient(left, #D7A700, #A68401);
    background: linear-gradient(left, #D7A700, #A68401);
    color: #FFFFFF;
    z-index: 500;
    padding-top: 40px;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); }
    #drawernav ul {
      list-style: none;
      padding: 0; }
      #drawernav ul li a {
        display: block;
        padding: 10px 20px;
        font-size: 1.4rem;
        color: #FFFFFF; }
        #drawernav ul li a:before {
          font-family: "Font Awesome 5 Free";
          content: "\f0da";
          font-weight: 900;
          margin-right: 10px; }
    #drawernav img {
      display: block;
      width: 90%;
      padding: 5px 0;
      margin: 0 auto; }

  .icon-bar {
    height: 2px;
    background: #FFFFFF;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); }

  .fixed-content {
    right: inherit;
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); }

  #overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); }

  #humberger {
    background: #D7A700;
    display: block;
    position: fixed;
    top: 2.5%;
    right: 1%;
    z-index: 600;
    width: 35px;
    padding: 19px 10px 12px;
    cursor: pointer; }

  .drawer-opened #page {
    left: -240px;
    box-shadow: 1px 0 2px #000;
    -webkit-box-shadow: 1px 0 2px #000; }
  .drawer-opened .fixed-content {
    left: -240px; }
  .drawer-opened #drawernav {
    right: 0; }
  .drawer-opened #humberger .icon-bar {
    background: #FFFFFF; }
  .drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
    -webkit-transform: translate(0, 8px) rotate(45deg); }
  .drawer-opened #humberger :nth-child(2) {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    opacity: 0; }
  .drawer-opened #humberger :nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
    -webkit-transform: translate(0, -8px) rotate(-45deg); }
  .drawer-opened #overlay {
    z-index: 2;
    opacity: 0.3;
    left: -240px;
    position: fixed; } }
@media screen and (max-width: 667px) {
  body {
    font-size: 1.3rem; }

  /* header */
  #header .inner #logo {
    width: 75%; }

  /* foot_navi */
  .foot_navi {
    background: #FFFFFF;
    padding: 10px 0 20px; }
    .foot_navi ul li {
      display: block;
      width: 100%;
      margin: 0 0 12px;
      padding-bottom: 12px;
      border-bottom: 1px dotted #CCCCCC;
      text-align: left; }
      .foot_navi ul li:last-child {
        margin: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .foot_navi ul li:before {
        display: none; }
      .foot_navi ul li a {
        padding: 0; }
        .foot_navi ul li a:before {
          font-family: "Font Awesome 5 Free";
          content: "\f0da";
          font-weight: 900;
          margin-right: 10px;
          color: #D7A700; }

  /* contact_btn */
  .contact_btn {
    display: block; }
    .contact_btn li {
      width: 100%;
      margin: 0 0 15px; }
      .contact_btn li:last-child {
        margin: 0; }

  /* contents */
  #main_contents {
    padding-top: 40px; }

  .contents {
    display: block; }
    .contents .main, .contents .side {
      width: 100%; }
    .contents .main {
      margin-bottom: 40px; }

  /* mtitle */
  .mtitle_big {
    font-size: 2.6rem; }

  .mtitle_sub {
    font-size: 2rem; }
    .mtitle_sub span {
      display: block;
      font-size: 1.4rem; }

  .mtitle_middle {
    font-size: 1.6rem; }

  .mtitle_small {
    font-size: 2rem; }

  .mtitle_bnr {
    font-size: 1.5rem; }

  .mtitle_line {
    font-size: 1.5rem; }

  /* column */
  .half {
    display: block;
    margin-bottom: 40px; }
    .half .child {
      width: 100%; }

  .column2 {
    display: block; }
    .column2 .child {
      width: 100%;
      margin: 0 0 15px; }
      .column2 .child:nth-child(2n) {
        margin: 0 0 20px; }

  .column3 {
    display: block; }
    .column3 .child {
      width: 100%;
      margin: 0 0 20px; }
      .column3 .child:nth-child(3n) {
        margin: 0 0 20px; }
      .column3 .child:last-child {
        margin: 0; }

  /* program_box */
  .program_box {
    min-height: inherit; }
    .program_box .program_txt {
      width: 100%; }
    .program_box .program_course {
      padding: 15px 15px 30px; }
      .program_box .program_course span {
        right: 15px;
        bottom: -20px;
        font-size: 9rem; }
    .program_box .program_detail {
      margin: 0 0 20px;
      width: 100%; }
    .program_box .program_img {
      position: static;
      margin-top: 20px;
      width: auto; }

  /* news */
  .newsbox {
    display: block; }
    .newsbox .news-ttl {
      width: 100%;
      text-align: center;
      border-right: none;
      margin-bottom: 20px; }
    .newsbox .news-bx {
      padding: 0; }

  /* tbl */
  .tbl01 th {
    width: 30%; }

  .company th {
    width: 30%; }

  .tbl_new th {
    width: 20%; }

  .tbl_form tr th, .tbl_form tr td {
    display: block;
    box-sizing: border-box; }
  .tbl_form tr th {
    border-bottom: none;
    width: 100%; }

  /* article */
  .article {
    display: block; }
    .article .article_image, .article .article_detail {
      width: 100%; }
    .article .article_image {
      display: none; }
    .article .article_detail {
      padding: 20px 0; }
      .article .article_detail .inner {
        width: 90%; }
    .article.article_small .article_detail {
      padding: 20px 0; }

  /* gallery_ul */
  .gallery_ul li {
    width: 48.5%; }
    .gallery_ul li:nth-child(3n) {
      margin: 0 3% 3% 0; }
    .gallery_ul li:nth-child(2n) {
      margin: 0 0 3%; }

  /* flex */
  .flex {
    display: block;
    margin-bottom: 40px; }
    .flex li {
      width: 100%; }

  /* etc */
  .fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }

  .w200, .w300, .w400 {
    width: 100%; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  /* page_title_box */
  .page_title_box .inner {
    padding: 10rem 0; }
  .page_title_box .page_title {
    padding: 15px 20px 25px 20px;
    top: -45px;
    font-size: 2.5rem;
    letter-spacing: .1em; }
    .page_title_box .page_title span {
      font-size: 1.3rem; }

  /* breadcrumb */
  .breadcrumb {
    top: -80px; }

  /* page_title_box */
  .page_title_box .inner {
    padding: 100px 0 40px; }
    .page_title_box .inner .page_title {
      font-size: 3rem; } }
