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

 file name  : modelcourse_detail.css
 author     : Ability Consultant
 style info : 観光モデルコース 詳細
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_course_nav, .box_hotel, .root, .con_course .box_main > div, .con_course .box_sub {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_course_nav, .box_hotel, .root, .con_course .box_main > div, .con_course .box_sub {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .con_course_nav, .box_hotel, .root, .con_course .box_main > div, .con_course .box_sub {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie8 .con_course_nav, .ie8 .box_hotel, .ie8 .root, .ie8 .con_course .box_main > div, .con_course .ie8 .box_main > div, .ie8 .con_course .box_sub, .con_course .ie8 .box_sub {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_course_nav, .box_hotel, .root, .con_course .box_main > div, .con_course .box_sub {
    width: 95%;
  }
}

/*Animate */
#modelcourse {
  width: 100%;
  overflow: hidden;
}

.con_pgtitle {
  position: relative;
}
.con_pgtitle::after {
  top: 85%;
  width: 20%;
  content: '';
  background: url(../sightseeing/images/bg_leaf.png) no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pgtitle::after {
    top: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgtitle::after {
    top: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgtitle::after {
    width: 35%;
  }
}

.con_title {
  margin-top: 140px;
  margin-bottom: 60px;
  padding-right: 10%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_title {
    margin-top: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_title {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .con_title {
    max-width: 1600px;
  }
}
@media print {
  .con_title {
    max-width: 1600px;
  }
}
.ie8 .con_title {
  max-width: 1600px;
}
@media only screen and (max-width: 1600px) {
  .con_title {
    padding: 0 10%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print {
  .con_title {
    padding: 0 10%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ie8 .con_title {
  padding: 0 10%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title {
    max-width: 100%;
    width: 95%;
  }
}
@media only screen and (max-width: 950px) {
  .con_title {
    padding: 0 5% 0 0;
  }
}
.con_title::before {
  content: '';
  background: #a28e74;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .con_title::before {
    width: 92%;
  }
}
.con_title::after {
  content: '';
  background: url(../sightseeing/modelcourse/images/bg_leaf_brown.png) no-repeat bottom;
  background-size: contain;
  position: absolute;
  width: 24%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.con_title .box_num {
  padding: 2em;
  text-align: right;
  width: 20%;
  font-family: "Cinzel", serif;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .con_title .box_num {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .box_num {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .con_title .box_num {
    width: 30%;
    margin-right: 4%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print {
  .con_title .box_num {
    width: 30%;
    margin-right: 4%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.ie8 .con_title .box_num {
  width: 30%;
  margin-right: 4%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .con_title .box_num {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 85%;
    margin-left: auto;
    background: none;
    color: #fff;
  }
}
.con_title .box_num .num {
  position: relative;
}
.con_title .box_num .num em {
  display: inline-block;
  line-height: 1;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 1401px) {
  .con_title .box_num .num em {
    font-size: 563%;
  }
}
@media print {
  .con_title .box_num .num em {
    font-size: 563%;
  }
}
.ie8 .con_title .box_num .num em {
  font-size: 563%;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .con_title .box_num .num em {
    font-size: 450%;
  }
}
@media print {
  .con_title .box_num .num em {
    font-size: 450%;
  }
}
.ie8 .con_title .box_num .num em {
  font-size: 450%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title .box_num .num em {
    font-size: 375%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .box_num .num em {
    font-size: 263%;
  }
}
.con_title .box_num .num::after {
  bottom: -2rem;
  position: absolute;
  content: '／';
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .con_title .box_num .num::after {
    bottom: -1.5rem;
  }
}
.con_title .box_num .name {
  font-size: 125%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title .box_num .name {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .box_num .name {
    font-size: 113%;
  }
}
.con_title .box_txt {
  margin: 0 2%;
  width: 40%;
  padding: 100px 0 60px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_title .box_txt {
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .box_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .con_title .box_txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding: 30px 0 60px;
  }
}
@media print {
  .con_title .box_txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding: 30px 0 60px;
  }
}
.ie8 .con_title .box_txt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  padding: 30px 0 60px;
}
@media only screen and (max-width: 767px) {
  .con_title .box_txt {
    padding: 0 0 4em;
    width: 85%;
  }
}
.con_title .box_txt .st {
  font-size: 225%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title .box_txt .st {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .box_txt .st {
    font-size: 150%;
  }
}
.con_title .box_txt .txt {
  margin: 1em 0 2em;
  padding-bottom: 3em;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .con_title .box_txt .txt {
    margin: 1em 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .box_txt .txt {
    padding-bottom: 2em;
  }
}
.con_title .box_txt .tag span {
  display: inline-block;
  padding: .3em .5em;
  border-bottom: 3px solid #fff;
  margin: 0 .1em;
}
.con_title .box_img {
  width: 36%;
  margin-top: -2em;
}
@media only screen and (max-width: 767px) {
  .con_title .box_img {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .con_title .box_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print {
  .con_title .box_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ie8 .con_title .box_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .con_title .box_img {
    width: 66%;
    text-align: center;
    margin-top: -4em;
  }
}
@media print {
  .con_title .box_img {
    width: 66%;
    text-align: center;
    margin-top: -4em;
  }
}
.ie8 .con_title .box_img {
  width: 66%;
  text-align: center;
  margin-top: -4em;
}
@media only screen and (max-width: 767px) {
  .con_title .box_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 2em 0 1em;
  }
}
.con_title .box_img img {
  width: 100%;
}

.con_course_nav {
  margin-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course_nav {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_course_nav {
    margin-bottom: 6em;
  }
}
.con_course_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul {
    display: block;
    position: relative;
  }
  .con_course_nav ul::before {
    position: absolute;
    content: '';
    background: #006f67;
    width: 1px;
    height: 100%;
    top: 0;
    left: 8%;
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
    z-index: -1;
  }
}
.con_course_nav ul li {
  margin: 0 0.75%;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5em;
    background: #fff;
  }
}
.con_course_nav ul li::before {
  position: absolute;
  content: '';
  background: #006f67;
  width: 100%;
  height: 1px;
  top: 64%;
  right: 50%;
  -webkit-transform: translateY(-64%);
          transform: translateY(-64%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li::before {
    content: none;
  }
}
.con_course_nav ul li a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: #e7eddd;
  }
}
.con_course_nav ul li .label {
  margin-bottom: 0.5em;
  font-family: "Cinzel", serif;
  color: #a28e74;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li .label {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li .label {
    width: 17%;
    margin-right: 3%;
    text-align: center;
  }
}
.con_course_nav ul li .label::after {
  position: absolute;
  content: '／';
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li .label::after {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li .img {
    width: 12%;
    margin-right: 5%;
  }
}
.con_course_nav ul li .img img {
  width: 100%;
}
.con_course_nav ul li .txt {
  width: 100%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  position: absolute;
  top: 105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li .txt {
    width: 63%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course_nav ul li .txt {
    font-size: 82%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li .txt {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.con_course_nav ul li.course {
  width: 13%;
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li.course {
    width: 100%;
  }
}
.con_course_nav ul li.course .label span {
  font-size: 250%;
  line-height: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course_nav ul li.course .label span {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li.course .label span {
    font-size: 163%;
  }
}
.con_course_nav ul li.course .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  height: 0;
  -webkit-box-shadow: 5px 2px 0 #006f67;
          box-shadow: 5px 2px 0 #006f67;
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li.course .img {
    width: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li.course .img {
    padding-top: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li.course .img {
    margin-right: 5%;
    -webkit-box-shadow: 2px 1px 0 #006f67;
            box-shadow: 2px 1px 0 #006f67;
  }
}
.con_course_nav ul li.course .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 150%;
  width: 200%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.con_course_nav ul li.course .img::after {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_course_nav ul li.course .txt {
    font-size: 125%;
  }
}
@media print {
  .con_course_nav ul li.course .txt {
    font-size: 125%;
  }
}
.ie8 .con_course_nav ul li.course .txt {
  font-size: 125%;
}
.con_course_nav ul li.hotel {
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li.hotel {
    width: 100%;
  }
}
.con_course_nav ul li.hotel::before {
  width: 120%;
}
.con_course_nav ul li.hotel .label {
  font-family: "Cinzel", serif;
  color: #a28e74;
}
.con_course_nav ul li.hotel .label span {
  font-size: 188%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course_nav ul li.hotel .label span {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li.hotel .label span {
    font-size: 138%;
  }
}
.con_course_nav ul li:nth-of-type(n + 8) {
  margin-top: 10%;
}
.con_course_nav ul li:nth-of-type(7n) {
  margin-right: 0;
}
.con_course_nav ul li:nth-of-type(8n)::before {
  content: none;
}
.con_course_nav ul li:first-of-type {
  margin-left: 0;
}
.con_course_nav ul li:first-of-type::before {
  content: none;
}
.con_course_nav ul li:first-of-type.hotel {
  margin-right: 3.6%;
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li:first-of-type.hotel {
    margin-right: 0;
  }
}
.con_course_nav ul li:last-of-type {
  margin-right: 0;
}
.con_course_nav ul li:last-of-type.hotel {
  margin-left: 3.6%;
}
@media only screen and (max-width: 767px) {
  .con_course_nav ul li:last-of-type.hotel {
    margin-left: 0;
  }
}

.box_hotel {
  text-align: center;
}
.box_hotel .title {
  margin-bottom: 1em;
}
.box_hotel .title span {
  font-size: 300%;
  display: inline-block;
  font-family: "Cinzel", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_hotel .title span {
    font-size: 225%;
  }
}
@media only screen and (max-width: 767px) {
  .box_hotel .title span {
    font-size: 200%;
  }
}
.box_hotel .title span.name {
  color: #a28e74;
  padding-left: 1rem;
  position: relative;
}
.box_hotel .title span.name::before {
  font-size: 42%;
  content: '/';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #171717;
}
.box_hotel .img {
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
}
.box_hotel .img img {
  width: 100%;
}
.box_hotel .st {
  font-size: 188%;
  margin: .5em 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_hotel .st {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .box_hotel .st {
    font-size: 138%;
  }
}
#contents .box_hotel .txt {
  color: #666;
}

.root {
  margin: 3em auto;
  padding: 3em 0;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .root {
    margin: 2em auto;
  }
}
@media only screen and (max-width: 767px) {
  .root {
    margin: 1.5em auto;
  }
}
@media only screen and (max-width: 767px) {
  .root {
    padding: 1.5em 0;
  }
}
.root::before {
  content: '';
  background: #000;
  height: 100%;
  width: 1px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.root span {
  color: #666;
  background: #fff;
  padding: .3em .5em;
}
.root span::before {
  margin-right: 4px;
}
.root span.bus::before {
  content: '\f36d';
  font-family: "Ionicons";
}
.root span.walk::before {
  content: '\f3bb';
  font-family: "Ionicons";
}
.root span.train::before {
  content: '\f3b4';
  font-family: "Ionicons";
}
.root span.car::before {
  content: '\f36f';
  font-family: "Ionicons";
}

.con_course .root {
  padding: 4em 0;
}
@media only screen and (max-width: 767px) {
  .con_course .root {
    padding: 1.5em 0;
  }
}
.con_course .root::before {
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.con_course .box_main {
  position: relative;
}
.con_course .box_main::before {
  height: 90%;
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .con_course .box_main::before {
    height: 100%;
  }
}
.con_course .box_main::after {
  width: 20%;
  top: 10%;
  content: '';
  height: 100%;
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .con_course .box_main::after {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_main::after {
    top: 0;
  }
}
.con_course .box_main > div {
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .box_main > div {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_main > div {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_main > div {
    padding-top: 2em;
  }
}
.con_course .box_main > div .box_szs {
  position: absolute;
  z-index: 3;
  top: 30%;
}
@media only screen and (max-width: 767px) {
  .con_course .box_main > div .box_szs {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1em;
  }
}
.con_course .box_main > div .box_szs .label {
  font-family: "Cinzel", serif;
}
.con_course .box_main > div .box_szs .label span {
  display: inline-block;
}
.con_course .box_main > div .box_szs .label span.num {
  position: relative;
  padding-bottom: 1rem;
  line-height: 0.8;
}
@media only screen and (min-width: 1401px) {
  .con_course .box_main > div .box_szs .label span.num {
    font-size: 563%;
  }
}
@media print {
  .con_course .box_main > div .box_szs .label span.num {
    font-size: 563%;
  }
}
.ie8 .con_course .box_main > div .box_szs .label span.num {
  font-size: 563%;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .con_course .box_main > div .box_szs .label span.num {
    font-size: 450%;
  }
}
@media print {
  .con_course .box_main > div .box_szs .label span.num {
    font-size: 450%;
  }
}
.ie8 .con_course .box_main > div .box_szs .label span.num {
  font-size: 450%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .box_main > div .box_szs .label span.num {
    font-size: 375%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_main > div .box_szs .label span.num {
    font-size: 263%;
  }
}
.con_course .box_main > div .box_szs .label span.num::after {
  font-size: 1rem;
  bottom: 0;
  position: absolute;
  content: '／';
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.con_course .box_main > div .box_szs .label span.time {
  font-size: 300%;
  color: #a28e74;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .box_main > div .box_szs .label span.time {
    font-size: 263%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_main > div .box_szs .label span.time {
    font-size: 200%;
  }
}
.con_course .box_main > div .box_szs .tag {
  margin: 1em 0 .5em;
}
.con_course .box_main > div .box_szs .tag span {
  display: inline-block;
  padding: .3em .5em;
  margin: 0 .1em;
}
.con_course .box_main > div .box_szs .tag span.time::before {
  content: '\f4c0';
  font-family: "Ionicons";
  margin-right: 4px;
}
.con_course .box_main > div .box_szs .st {
  font-size: 300%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .box_main > div .box_szs .st {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_main > div .box_szs .st {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_main > div .box_szs .st {
    width: 100%;
    margin-top: .5em;
  }
}
.con_course .box_main > div .box_szl {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .con_course .box_main > div .box_szl {
    width: 100%;
  }
}
.con_course .box_main > div .box_szl .img img {
  width: 100%;
}
.con_course .box_main > div .box_szl .txt {
  margin: 35px 0 25px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_course .box_main > div .box_szl .txt {
    margin: 1.5em 0 1em;
  }
}
.con_course .box_main > div .box_szl .box_lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .con_course .box_main > div .box_szl .box_lnk {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.con_course .box_main > div .box_szl .box_lnk .btn_basic {
  max-width: 300px;
  width: 100%;
  margin: 0;
}
.con_course .box_main > div .box_szl .box_lnk .btn_basic:first-of-type {
  margin-right: 1em;
}
.con_course .box_main > div .box_szl .box_lnk .btn_basic a::after {
  content: '\f3ef';
}
@media only screen and (min-width: 1025px) {
  .con_course .box_main > div .box_szl .box_lnk .btn_basic a:hover {
    background: #fff;
  }
}
@media print {
  .con_course .box_main > div .box_szl .box_lnk .btn_basic a:hover {
    background: #fff;
  }
}
.ie8 .con_course .box_main > div .box_szl .box_lnk .btn_basic a:hover {
  background: #fff;
}
.con_course .box_main.bg_green {
  color: #fff;
}
.con_course .box_main.bg_green::before {
  background: #006f67;
}
.con_course .box_main.bg_green::after {
  left: 5%;
  background: url(../sightseeing/modelcourse/images/bg_leaf_green.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .con_course .box_main.bg_green::after {
    left: -3%;
  }
}
@media only screen and (min-width: 768px) {
  .con_course .box_main.bg_green > div .box_szs {
    left: 20px;
  }
}
@media print {
  .con_course .box_main.bg_green > div .box_szs {
    left: 20px;
  }
}
.ie8 .con_course .box_main.bg_green > div .box_szs {
  left: 20px;
}
.con_course .box_main.bg_green > div .box_szs .tag span {
  border-bottom: 3px solid #fff;
}
.con_course .box_main.bg_green > div .box_szs .st span {
  background: #006f67;
}
@media only screen and (min-width: 768px) {
  .con_course .box_main.bg_green > div .box_szl {
    margin-right: 0;
    margin-left: auto;
  }
}
@media print {
  .con_course .box_main.bg_green > div .box_szl {
    margin-right: 0;
    margin-left: auto;
  }
}
.ie8 .con_course .box_main.bg_green > div .box_szl {
  margin-right: 0;
  margin-left: auto;
}
.con_course .box_main.bg_green > div .box_szl .txt {
  color: #fff;
}
.con_course .box_main.bg_beige::before {
  background: #f7f7f7;
}
.con_course .box_main.bg_beige::after {
  right: 5%;
  background: url(../sightseeing/modelcourse/images/bg_leaf_beige.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .con_course .box_main.bg_beige::after {
    right: -3%;
  }
}
@media only screen and (min-width: 768px) {
  .con_course .box_main.bg_beige > div .box_szs {
    right: 20px;
    text-align: right;
  }
}
@media print {
  .con_course .box_main.bg_beige > div .box_szs {
    right: 20px;
    text-align: right;
  }
}
.ie8 .con_course .box_main.bg_beige > div .box_szs {
  right: 20px;
  text-align: right;
}
.con_course .box_main.bg_beige > div .box_szs .tag span {
  border-bottom: 3px solid #171717;
}
.con_course .box_main.bg_beige > div .box_szs .st span {
  background: #f7f7f7;
}
@media only screen and (min-width: 768px) {
  .con_course .box_main.bg_beige > div .box_szl {
    margin-left: 0;
    margin-right: auto;
  }
}
@media print {
  .con_course .box_main.bg_beige > div .box_szl {
    margin-left: 0;
    margin-right: auto;
  }
}
.ie8 .con_course .box_main.bg_beige > div .box_szl {
  margin-left: 0;
  margin-right: auto;
}
.con_course .box_main.bg_beige > div .box_szl .txt {
  color: #666;
}
.con_course .box_sub {
  margin: 60px auto;
  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_course .box_sub {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_sub {
    margin: 1.5em auto;
  }
}
.con_course .box_sub .box,
.con_course .box_sub .box_txt,
.con_course .box_sub .box_img {
  width: 48%;
}
.con_course .box_sub .box .st,
.con_course .box_sub .box_txt .st,
.con_course .box_sub .box_img .st {
  font-size: 144%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  padding-bottom: .3em;
  margin-bottom: .8em;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course .box_sub .box .st,
  .con_course .box_sub .box_txt .st,
  .con_course .box_sub .box_img .st {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course .box_sub .box .st,
  .con_course .box_sub .box_txt .st,
  .con_course .box_sub .box_img .st {
    font-size: 113%;
  }
}
.con_course .box_sub .box .st::before,
.con_course .box_sub .box_txt .st::before,
.con_course .box_sub .box_img .st::before {
  content: '';
  background: #171717;
  width: 15%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.con_course .box_sub .box .img img,
.con_course .box_sub .box_txt .img img,
.con_course .box_sub .box_img .img img {
  width: 100%;
}
.con_course .box_sub .box .txt,
.con_course .box_sub .box_txt .txt,
.con_course .box_sub .box_img .txt {
  line-height: 1.8;
  color: #666;
}
.con_course .box_sub.one {
  padding-left: 13%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .con_course .box_sub.one {
    padding-left: 0;
  }
}
.con_course .box_sub.two {
  padding-right: 13%;
}
@media only screen and (max-width: 767px) {
  .con_course .box_sub.two {
    padding-right: 0;
  }
}
.con_course .box_sub.two .img {
  margin-bottom: 1em;
}

.con_btn {
  margin: 100px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_btn {
    margin: 80px auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_btn {
    margin: 3em auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_btn {
    width: 95%;
  }
}
