@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : counter.css
 author     : Ability Consultant
 style info : オープンキッチン
=================================================================== */
.con_counter, .con_other {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_counter, .con_other {
    width: 95%;
  }
}

#contents {
  background: transparent url(../images/home/bg_ureshino.jpg);
  overflow: hidden;
}

.con {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .con_main h2 {
    max-width: 53%;
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  width: 100%;
  position: relative;
  height: 550px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro {
    background: url(../counter/images/bg_intro.jpg);
    background-size: cover;
  }
}
@media print {
  .con_intro {
    background: url(../counter/images/bg_intro.jpg);
    background-size: cover;
  }
}
.ie8 .con_intro {
  background: url(../counter/images/bg_intro.jpg);
  background-size: cover;
}
@media only screen and (min-width: 1025px) {
  .con_intro {
    background-position: center;
  }
}
@media print {
  .con_intro {
    background-position: center;
  }
}
.ie8 .con_intro {
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    background-position: right -100px top;
  }
}
@media screen and (max-width: 1024px) and (min-width: 900px) {
  .con_intro {
    background-position: right 0 top;
  }
}
@media screen and (max-width: 899px) and (min-width: 769px) {
  .con_intro {
    background-position: right 10% top;
  }
}
.con_intro .box_txt {
  height: 413px;
  left: 50%;
  padding: 60px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .con_intro .box_txt {
    position: absolute;
    -webkit-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
    top: 50%;
  }
}
@media print {
  .con_intro .box_txt {
    position: absolute;
    -webkit-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
    top: 50%;
  }
}
.ie8 .con_intro .box_txt {
  position: absolute;
  -webkit-transform: translate(10%, -50%);
          transform: translate(10%, -50%);
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt {
    margin-top: 2em;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_txt {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_txt {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media print {
  .con_intro .box_txt {
    background: rgba(0, 0, 0, 0.5);
  }
}
.ie8 .con_intro .box_txt {
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_txt {
    left: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt {
    left: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_txt {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .st {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_intro .st img {
    width: 100%;
  }
}
@media print {
  .con_intro .st img {
    width: 100%;
  }
}
.ie8 .con_intro .st img {
  width: 100%;
}
.con_intro .txt {
  display: inline-block;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  white-space: nowrap;
  color: #fff;
  font-size: 115%;
  height: 260px;
  line-height: 2.2;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    display: block;
    height: auto;
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    white-space: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .txt {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_intro .txt {
    margin-right: 40px;
  }
}
@media print {
  .con_intro .txt {
    margin-right: 40px;
  }
}
.ie8 .con_intro .txt {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    margin-left: 0;
    font-size: 108%;
    color: #000;
  }
}

/* -----------------------------------------------------------
	.con_counter
----------------------------------------------------------- */
.con_counter {
  padding-bottom: 200px;
  max-width: 1600px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter {
    padding-bottom: 3em;
  }
}
.con_counter > .img {
  margin-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter > .img {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter > .img {
    margin-bottom: 2em;
  }
}
.con_counter > .img img {
  width: 100%;
}
.con_counter .box_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .con_counter .box_intro {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_intro {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_intro {
    margin-bottom: 3em;
  }
}
.con_counter .box_intro .box_txt {
  width: 26%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_intro .box_txt {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_intro .box_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 1350px) {
  .con_counter .box_intro .box_txt {
    margin-left: 10%;
  }
}
@media print {
  .con_counter .box_intro .box_txt {
    margin-left: 10%;
  }
}
.ie8 .con_counter .box_intro .box_txt {
  margin-left: 10%;
}
@media only screen and (min-width: 1024px) and (max-width: 1349px) {
  .con_counter .box_intro .box_txt {
    width: 40%;
  }
}
@media print {
  .con_counter .box_intro .box_txt {
    width: 40%;
  }
}
.ie8 .con_counter .box_intro .box_txt {
  width: 40%;
}
.con_counter .box_intro .box_txt .st {
  font-size: 186%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_intro .box_txt .st {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_intro .box_txt .st {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_intro .box_txt .st {
    font-size: 143%;
    line-height: 1.2;
    margin-top: 10px;
  }
}
.con_counter .box_intro .box_txt .txt {
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .con_counter .box_intro .box_txt .txt {
    margin-bottom: 2em;
  }
}
.con_counter .box_intro .img {
  width: 38%;
  margin-left: 8%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_intro .img {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_intro .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_intro .img {
    margin-left: 0;
  }
}
.con_counter .box_counter01 {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter01 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 {
    display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .con_counter .box_counter01 {
    padding-left: 2%;
    margin-bottom: 60px;
  }
}
@media print {
  .con_counter .box_counter01 {
    padding-left: 2%;
    margin-bottom: 60px;
  }
}
.ie8 .con_counter .box_counter01 {
  padding-left: 2%;
  margin-bottom: 60px;
}
.con_counter .box_counter01 .img {
  width: 23.5%;
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 .img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 .img {
    margin-right: auto;
    margin-bottom: 2em;
  }
}
.con_counter .box_counter01 .txt {
  width: 30%;
  margin-top: 60px;
  margin-left: 9%;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter01 .txt {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 .txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter01 .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 .txt {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter01 .txt {
    margin-left: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 .txt {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 .txt {
    margin-bottom: 2em;
  }
}
.con_counter .box_counter01 .sub01 {
  width: 34.5%;
  left: 27%;
  bottom: -8em;
}
@media only screen and (min-width: 768px) {
  .con_counter .box_counter01 .sub01 {
    position: absolute;
  }
}
@media print {
  .con_counter .box_counter01 .sub01 {
    position: absolute;
  }
}
.ie8 .con_counter .box_counter01 .sub01 {
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter01 .sub01 {
    width: 40.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 .sub01 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter01 .sub01 {
    left: 27%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 .sub01 {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter01 .sub01 {
    bottom: -12%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 .sub01 {
    bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .con_counter .box_counter01 .sub01 {
    margin-bottom: 120px;
  }
}
@media print {
  .con_counter .box_counter01 .sub01 {
    margin-bottom: 120px;
  }
}
.ie8 .con_counter .box_counter01 .sub01 {
  margin-bottom: 120px;
}
@media only screen and (min-width: 769px) and (max-width: 1399px) {
  .con_counter .box_counter01 .sub01 {
    bottom: 0;
  }
}
@media print {
  .con_counter .box_counter01 .sub01 {
    bottom: 0;
  }
}
.ie8 .con_counter .box_counter01 .sub01 {
  bottom: 0;
}
.con_counter .box_counter01 .sub02 {
  width: 37%;
  position: absolute;
  bottom: -1em;
  right: -2%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter01 .sub02 {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 .sub02 {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter01 .sub02 {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 .sub02 {
    bottom: 71%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter01 .sub02 {
    right: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter01 .sub02 {
    top: 0;
  }
}
.con_counter .box_counter02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter02 {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter02 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.con_counter .box_counter02 .txt {
  width: 25%;
  font-size: 115%;
  margin-left: 8%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter02 .txt {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter02 .txt {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_counter .box_counter02 .txt {
    margin-right: 3%;
  }
}
@media print {
  .con_counter .box_counter02 .txt {
    margin-right: 3%;
  }
}
.ie8 .con_counter .box_counter02 .txt {
  margin-right: 3%;
}
@media only screen and (min-width: 1024px) and (max-width: 1350px) {
  .con_counter .box_counter02 .txt {
    width: 28%;
    margin-right: 6%;
    margin-left: 4%;
  }
}
@media print {
  .con_counter .box_counter02 .txt {
    width: 28%;
    margin-right: 6%;
    margin-left: 4%;
  }
}
.ie8 .con_counter .box_counter02 .txt {
  width: 28%;
  margin-right: 6%;
  margin-left: 4%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter02 .txt {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter02 .txt {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter02 .txt {
    margin-bottom: 3em;
  }
}
.con_counter .box_counter02 .box_img {
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter02 .box_img {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter02 .box_img {
    width: 100%;
  }
}
.con_counter .box_counter02 .box_img .img01 {
  width: 41%;
  margin-top: 4%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter02 .box_img .img01 {
    width: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter02 .box_img .img01 {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter02 .box_img .img01 {
    margin-top: -1em;
  }
}
.con_counter .box_counter02 .box_img .img02 {
  width: 56.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter02 .box_img .img02 {
    width: 58%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter02 .box_img .img02 {
    width: 58%;
  }
}
.con_counter .box_counter02::before {
  position: absolute;
  content: '';
  background: url(../counter/images/img_mark01.png);
  background-size: cover;
  width: 466px;
  height: 64px;
  left: -6%;
  bottom: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter02::before {
    width: 327px;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter02::before {
    width: 233px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter02::before {
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter02::before {
    height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_counter .box_counter02::before {
    bottom: -50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_counter .box_counter02::before {
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1350px) {
  .con_counter .box_counter02::before {
    bottom: -20%;
  }
}
@media print {
  .con_counter .box_counter02::before {
    bottom: -20%;
  }
}
.ie8 .con_counter .box_counter02::before {
  bottom: -20%;
}

/* -----------------------------------------------------------
	.con_course
----------------------------------------------------------- */
.con_course {
  width: 100%;
  background: url(../counter/images/bg_course.jpg);
  position: relative;
}
.con_course .img01 {
  position: absolute;
  top: 1%;
  right: 15.36458%;
  width: 14.6875%;
}
@media only screen and (max-width: 767px) {
  .con_course .img01 {
    top: 2.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .img01 {
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .img01 {
    right: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .img01 {
    max-width: 100px;
    width: 100%;
  }
}
.con_course .img02 {
  position: absolute;
  top: 16%;
  left: 2.34375%;
  width: 15.72917%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .img02 {
    top: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .img02 {
    top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .img02 {
    left: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .img02 {
    left: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .img02 {
    max-width: 100px;
    width: 100%;
  }
}
.con_course .img03 {
  position: absolute;
  top: 4%;
  left: 11.97917%;
  width: 19.27083%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .img03 {
    top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .img03 {
    top: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .img03 {
    left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .img03 {
    left: 0%;
  }
}
.con_course .img04 {
  position: absolute;
  top: 16%;
  right: 1.30208%;
  width: 18.17708%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .img04 {
    top: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .img04 {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .img04 {
    right: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .img04 {
    right: -1%;
  }
}
.con_course .img05 {
  position: absolute;
  top: 32%;
  left: 10.67708%;
  width: 15.26042%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .img05 {
    top: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .img05 {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .img05 {
    left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .img05 {
    left: 0%;
  }
}
.con_course .img06 {
  position: absolute;
  top: 32%;
  right: 10.67708%;
  width: 15.88542%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .img06 {
    top: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .img06 {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .img06 {
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .img06 {
    right: -1%;
  }
}
.con_course .st {
  padding-top: 100px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .st {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .st {
    padding-top: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .st {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .st {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .st {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.con_course > .txt {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course > .txt {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_course > .txt {
    margin-bottom: 2em;
  }
}
.con_course .box_course {
  width: 660px;
  padding: 30px 20px;
  margin: 0 auto;
  margin-bottom: 60px;
  background: url(../counter/images/bg_course_box.jpg);
  border: 1px solid #716a53;
}
@media only screen and (max-width: 767px) {
  .con_course .box_course {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_course {
    padding: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .box_course {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_course {
    margin-bottom: 2em;
  }
}
.con_course .box_course .txt_course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_course .box_course .txt_course .txt {
  margin-left: .5em;
  font-size: 215%;
  min-width: 180px;
  letter-spacing: .05em;
}
.con_course .box_course .txt_course .txt .small {
  font-size: .6em;
}
.con_course .box_course .txt_course .txt.gray {
  color: #7f7f7f;
}
.con_course .box_course .txt_course .comingsoon {
  font-size: 115%;
  background: #716a53;
  color: #fff;
  padding: 3px 18px;
}
@media only screen and (max-width: 767px) {
  .con_course .box_course .txt_course .comingsoon {
    display: block;
  }
}
.con_course .box_course .att {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_course .box_course .att {
    margin-top: 1em;
  }
}
.con_course .txt_area {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_course .txt_area {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .txt_area {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .txt_area {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
.con_course .txt_area span {
  display: block;
  text-align: center;
  font-size: 158%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .txt_area span {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .txt_area span {
    font-size: 129%;
  }
}
.con_course .box_menu {
  max-width: 1320px;
  padding-bottom: 120px;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .box_menu {
    max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu {
    max-width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .box_menu {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu {
    padding-bottom: 2em;
  }
}
.con_course .box_menu .st_menu {
  margin: auto;
  margin-bottom: 20px;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.3em 1em;
  font-size: 136%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .box_menu .st_menu {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu .st_menu {
    margin-bottom: 0.5em;
  }
}
.con_course .box_menu .st_menu span {
  font-size: 79%;
  padding-left: 2em;
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu .st_menu {
    display: block;
  }
}
.con_course .box_menu .att {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu .att {
    margin-bottom: 0;
  }
}
.con_course .box_menu .box_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu .box_gallery {
    display: block;
  }
}
.con_course .box_menu .box_gallery:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu .box_gallery:not(:first-child) {
    margin-top: 0.5em;
  }
}
.con_course .box_menu .box_gallery .img {
  position: relative;
}
.con_course .box_menu .box_gallery .img img {
  width: 100%;
}
.con_course .box_menu .box_gallery .img .caption {
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .box_menu .box_gallery .img .caption {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu .box_gallery .img .caption {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .box_menu .box_gallery .img .caption {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu .box_gallery .img .caption {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_course .box_menu .box_gallery .img .caption {
    color: #fff;
    text-align: center;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 80%;
  }
}
@media print {
  .con_course .box_menu .box_gallery .img .caption {
    color: #fff;
    text-align: center;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 80%;
  }
}
.ie8 .con_course .box_menu .box_gallery .img .caption {
  color: #fff;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .box_menu .box_gallery .img .caption {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu .box_gallery .img .caption {
    width: 95%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_course .box_menu .box_gallery .img .caption {
    margin-left: auto;
    margin-right: auto;
  }
}
.con_course .box_menu .box_gallery .img .caption .name {
  font-size: 129%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .box_menu .box_gallery .img .caption .name {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu .box_gallery .img .caption .name {
    margin-bottom: 0.5em;
  }
}
.con_course .box_menu .box_gallery .img .caption .desc {
  font-size: 115%;
}
@media only screen and (max-width: 1024px) {
  .con_course .box_menu .box_gallery .img .caption .desc {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .con_course .box_menu .box_gallery .img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .con_course .box_menu .box_gallery .img:hover .mask {
    opacity: 1;
  }
}
@media print {
  .con_course .box_menu .box_gallery .img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .con_course .box_menu .box_gallery .img:hover .mask {
    opacity: 1;
  }
}
.ie8 .con_course .box_menu .box_gallery .img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ie8 .con_course .box_menu .box_gallery .img:hover .mask {
  opacity: 1;
}
.con_course .box_menu .box_gallery.col2 .img {
  width: 49.25%;
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu .box_gallery.col2 .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu .box_gallery.col2 .img:not(:first-child) {
    margin-top: .5em;
  }
}
.con_course .box_menu .box_gallery.col3 .img {
  width: 32.25%;
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu .box_gallery.col3 .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_menu .box_gallery.col3 .img:not(:first-child) {
    margin-top: .5em;
  }
}

/* -----------------------------------------------------------
	.con_other
----------------------------------------------------------- */
.con_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .con_other {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_other {
    padding: 4em 0;
  }
}
.con_other .desc {
  position: relative;
  width: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  height: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .desc {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .desc {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .desc {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .desc {
    height: 345px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .desc {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .desc .st_title {
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .desc .st_title {
    width: 90%;
    margin: 0 auto 1em;
  }
}
.con_other .desc .box_txt {
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .con_other .desc .box_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .desc .box_txt {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .desc .box_txt {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .desc .box_txt {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .desc .box_txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .desc .box_txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.con_other .desc .box_txt .txt {
  display: inline-block;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  white-space: nowrap;
  font-size: 115%;
  height: 374px;
  line-height: 1.8;
  white-space: normal;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .con_other .desc .box_txt .txt {
    display: block;
    height: auto;
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    white-space: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .desc .box_txt .txt {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .desc .box_txt .txt {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .desc .box_txt .txt {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .desc .box_txt .txt {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .desc .box_txt .txt {
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_other .desc .btn {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media print {
  .con_other .desc .btn {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.ie8 .con_other .desc .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_other .desc .btn {
    text-align: center;
    margin-bottom: 2em;
  }
}
.con_other .desc .btn a {
  display: inline-block;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  font-size: 108%;
  color: #000 !important;
  border: 1px solid #000;
  text-decoration: none;
  padding: 10px 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .con_other .desc .btn a {
    display: block;
    height: auto;
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .desc .btn a {
    display: inline-block;
    padding: 2px 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_other .desc .btn a:hover {
    color: #fff !important;
    background: #000;
  }
}
@media print {
  .con_other .desc .btn a:hover {
    color: #fff !important;
    background: #000;
  }
}
.ie8 .con_other .desc .btn a:hover {
  color: #fff !important;
  background: #000;
}
.con_other .img {
  width: 53%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .img {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .img {
    width: 100%;
  }
}
.con_other .img::before {
  content: '';
  background: url(../counter/images/img_mark02.png);
  position: absolute;
  background-size: cover;
  width: 307px;
  height: 42px;
  right: -16%;
  bottom: 8%;
}
@media only screen and (max-width: 767px) {
  .con_other .img::before {
    width: 154px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .img::before {
    height: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .img::before {
    bottom: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .img::before {
    bottom: -8%;
  }
}

.box_btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .box_btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn {
    margin-bottom: 10px;
  }
}
.box_btn .link {
  text-align: center;
}
.box_btn .link a {
  display: block;
  max-width: 170px;
  position: relative;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  text-decoration: none;
  padding: 5px 15px;
  color: #fff;
  background: #826200;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .box_btn .link a {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .box_btn .link a {
    max-width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn .link a {
    max-width: 70%;
  }
}
.box_btn .link a:hover {
  color: #fff !important;
}
