@charset "UTF-8";
/*
**********************************************************************

* contents.css

*********************************************************************
*/
.newsSect {
  box-sizing: border-box;
  width: 100%;
  border: solid #eb0000;
  background-color: #ffe4e4; }
  .newsSect .sectTit {
    font-weight: bold;
    color: #eb0000; }

@media only screen and (min-width: 769px) {
  .newsSect {
    border-width: 2px; }
    .newsSect .sectInner {
      display: table; }
      .newsSect .sectInner > * {
        display: table-cell;
        height: 30px;
        padding: 8px 0;
        vertical-align: middle; }
    .newsSect .sectTit {
      width: 100px;
      font-size: 15px;
      font-size: 1.5rem; }
    .newsSect .sectMain .itemList li {
      margin-top: 5px;
      font-size: 15px;
      font-size: 1.5rem; }
      .newsSect .sectMain .itemList li:first-child {
        margin-top: 0; }
    .newsSect .sectMain .itemList .date {
      float: left;
      width: 100px; }
    .newsSect .sectMain .itemList .tit {
      margin-left: 100px; } }

@media only screen and (max-width: 768px) {
  .newsSect {
    line-height: 1.4;
    padding: 8px 0;
    border-width: 2px; }
    .newsSect .sectTit {
      text-align: center;
      font-size: 13px;
      font-size: 1.3rem; }
    .newsSect .sectMain {
      margin-top: 3px; }
      .newsSect .sectMain .itemList li {
        font-size: 13px;
        font-size: 1.3rem; }
      .newsSect .sectMain .itemList .date {
        float: left;
        margin-right: 10px; } }

/* =========================================================
========================================================= */
.kvSect {
  color: #fff;
  background-color: #000; }
  .kvSect a {
    color: inherit; }
  .kvSect .sectInner {
    position: relative;
    box-sizing: border-box; }
  .kvSect .sectTit {
    position: relative;
    margin: 0 auto; }
    .kvSect .sectTit .enTxt {
      position: absolute; }
  .kvSect .popBlock {
    line-height: 1;
    text-align: center; }
    .kvSect .popBlock a {
      display: block;
      overflow: hidden;
      text-decoration: none; }
    .kvSect .popBlock .blockInner {
      box-sizing: border-box;
      background-color: #549f25; }
      .kvSect .popBlock .blockInner:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        content: '';
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% auto;
        left: 50%;
        transform: rotate(45deg);
        transform-origin: 50% 50%;
        border: solid #fff; }
    .kvSect .popBlock .name small {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
      font-size: 80%;
      font-weight: normal;
      line-height: 1;
      display: inline-block;
      margin: 0 .25em;
      margin-top: -.5em;
      vertical-align: middle; }
    .kvSect .popBlock .termBox .termTit {
      letter-spacing: .1em; }
    .kvSect .popBlock .termBox .termTxt strong {
      font-weight: normal; }

@media only screen and (min-width: 769px) {
  .kvSect .bgInner {
    background: url(../images/kv_img_main01.jpg) no-repeat right bottom;
    background-size: cover; }
  .kvSect .sectInner {
    min-height: calc(100vh - 110px);
    padding: 95px 0 95px; }
  .kvSect .sectTit {
    width: 310px; }
    .kvSect .sectTit img {
      width: 100%; }
    .kvSect .sectTit .enTxt {
      bottom: 215px;
      left: 35px;
      width: 19px; }
  .kvSect .popBlock {
    position: absolute;
    bottom: 65px;
    left: -40px; } }
  @media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px) {
    .kvSect .popBlock {
      left: 20px; } }

@media only screen and (min-width: 769px) {
    .kvSect .popBlock a {
      border-radius: 50% 50%; }
      .kvSect .popBlock a:hover {
        background-color: #fff; }
        .kvSect .popBlock a:hover .blockInner {
          opacity: .8; }
    .kvSect .popBlock .blockInner {
      width: 290px;
      height: 290px;
      padding-top: 70px; }
      .kvSect .popBlock .blockInner:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        content: '';
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% auto;
        bottom: 20px;
        width: 16px;
        height: 16px;
        margin-left: -8px;
        border-width: 0 2px 2px 0; }
    .kvSect .popBlock .name {
      font-size: 19px;
      font-size: 1.9rem; }
    .kvSect .popBlock .blockTit {
      margin-top: 12px;
      font-size: 19px;
      font-size: 1.9rem; }
    .kvSect .popBlock .termBox {
      margin-top: 20px; }
      .kvSect .popBlock .termBox .termTit {
        font-size: 15px;
        font-size: 1.5rem; }
      .kvSect .popBlock .termBox .termTxt {
        margin-top: 15px;
        padding: 6px 0;
        border: solid #fff;
        border-width: 1px 0;
        font-size: 13px;
        font-size: 1.3rem; }
        .kvSect .popBlock .termBox .termTxt strong {
          font-size: 20px;
          font-size: 2rem; }
    .kvSect .popBlock .yamastaLogo {
      margin-top: 15px; }
      .kvSect .popBlock .yamastaLogo img {
        width: 90px; } }

@media only screen and (max-width: 768px) {
  .kvSect .inner {
    padding: 0; }
  .kvSect .sectInner {
    padding: 30px 0 30px;
    background: url(../images/kv_img_main01.jpg) no-repeat right bottom #000;
    background-size: cover; }
  .kvSect .sectTit {
    max-width: 40%; }
    .kvSect .sectTit .enTxt {
      bottom: 25%;
      left: 10%;
      width: 7%; }
  .kvSect .popBlock .blockInner {
    margin: 0 -15px;
    padding: 10px 0 30px; }
    .kvSect .popBlock .blockInner:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      content: '';
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto;
      bottom: 15px;
      width: 10px;
      height: 10px;
      margin-left: -8px;
      border-width: 0 2px 2px 0; }
  .kvSect .popBlock .name {
    font-size: 14px;
    font-size: 1.4rem; }
  .kvSect .popBlock .blockTit {
    margin-top: 3px;
    font-size: 14px;
    font-size: 1.4rem; }
  .kvSect .popBlock .termBox {
    margin-top: 5px;
    padding: 8px 0; }
    .kvSect .popBlock .termBox .termTit {
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem; }
      .kvSect .popBlock .termBox .termTit:after {
        margin: 0 2px;
        content: ':'; }
    .kvSect .popBlock .termBox .termTxt {
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem; }
      .kvSect .popBlock .termBox .termTxt strong {
        font-size: 14px;
        font-size: 1.4rem; }
  .kvSect .popBlock .yamastaLogo {
    margin-top: 5px; }
    .kvSect .popBlock .yamastaLogo img {
      width: 80px; } }

/* =========================================================
========================================================= */
.leadSect {
  color: #fff;
  background-color: #000; }
  .leadSect .sectInner {
    position: relative; }
  .leadSect .sectMain .sectTit {
    line-height: 1.4;
    color: #d1c592; }
  .leadSect .sectMain .txtBlock {
    line-height: 2.6; }

@media only screen and (min-width: 769px) {
  .leadSect .sectInner {
    padding: 300px 0 135px; }
  .leadSect .sectMain {
    padding-left: 50%; }
    .leadSect .sectMain .photo1 {
      position: absolute;
      top: -50px;
      left: 50%;
      width: 744px;
      margin-left: -10px; } }
    @media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px) {
      .leadSect .sectMain .photo1 {
        width: 600px; } }

@media only screen and (min-width: 769px) {
    .leadSect .sectMain .sectTit {
      font-size: 42px;
      font-size: 4.2rem; }
    .leadSect .sectMain .txtBlock {
      margin-top: 55px; }
      .leadSect .sectMain .txtBlock .txt {
        font-size: 15px;
        font-size: 1.5rem; }
        .leadSect .sectMain .txtBlock .txt + .txt {
          margin-top: 40px; }
    .leadSect .sectMain .mainPhoto {
      position: absolute;
      right: 50%;
      bottom: -60px;
      width: 583px;
      margin-right: 90px; } }

@media only screen and (max-width: 768px) {
  .leadSect .sectInner {
    padding: 50px 0 50px; }
  .leadSect .sectMain .sectTit {
    margin-top: 20px;
    font-size: 21px;
    font-size: 2.1rem; }
  .leadSect .sectMain .txtBlock {
    margin-top: 15px; }
    .leadSect .sectMain .txtBlock .txt {
      font-size: 14px;
      font-size: 1.4rem; }
      .leadSect .sectMain .txtBlock .txt + .txt {
        margin-top: 15px; }
      .leadSect .sectMain .txtBlock .txt br {
        display: none; }
  .leadSect .sectMain .mainPhoto {
    margin-top: 15px; } }

/* =========================================================
========================================================= */
.courseSect .sectMain .leadBlock {
  text-align: center;
  color: #fff;
  background: url(../images/course_bg01.jpg) no-repeat center center #000;
  background-size: cover; }
  .courseSect .sectMain .leadBlock .blockTit span {
    position: relative;
    display: inline-block; }
    .courseSect .sectMain .leadBlock .blockTit span:before, .courseSect .sectMain .leadBlock .blockTit span:after {
      position: absolute;
      display: block;
      width: 0;
      height: 1px;
      content: '';
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto;
      top: 50%;
      background-color: #fff; }
    .courseSect .sectMain .leadBlock .blockTit span:before {
      right: 100%; }
    .courseSect .sectMain .leadBlock .blockTit span:after {
      left: 100%; }
  .courseSect .sectMain .leadBlock .txt {
    line-height: 3; }

.courseSect .sectMain .modelBlock {
  background-color: #fff; }
  .courseSect .sectMain .modelBlock.modelBlockA .titBox {
    background-color: #9a2207; }
    .courseSect .sectMain .modelBlock.modelBlockA .titBox .nameBox .cat span {
      background-color: #541001; }
    .courseSect .sectMain .modelBlock.modelBlockA .titBox .time {
      background-color: #801800; }
  .courseSect .sectMain .modelBlock.modelBlockB .titBox {
    background-color: #0e336e; }
    .courseSect .sectMain .modelBlock.modelBlockB .titBox .nameBox .cat span {
      background-color: #031634; }
    .courseSect .sectMain .modelBlock.modelBlockB .titBox .time {
      background-color: #021a40; }
  .courseSect .sectMain .modelBlock .titBox {
    line-height: 1.2;
    width: 100%;
    color: #fff;
    background-color: #000; }
    .courseSect .sectMain .modelBlock .titBox .nameBox .blockTit {
      display: inline-block; }
    .courseSect .sectMain .modelBlock .titBox .nameBox .cat {
      display: inline-block;
      text-align: center;
      vertical-align: middle; }
      .courseSect .sectMain .modelBlock .titBox .nameBox .cat span {
        display: block; }
    .courseSect .sectMain .modelBlock .titBox .time {
      text-align: center; }
  .courseSect .sectMain .modelBlock .blockMain {
    border: 1px solid #ebebeb; }

.courseSect .sectMain .mapBlock .dlBtn {
  line-height: 1;
  text-align: center;
  letter-spacing: .2em; }
  .courseSect .sectMain .mapBlock .dlBtn a {
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background-color: #212121; }
    .courseSect .sectMain .mapBlock .dlBtn a:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      content: '';
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      background-image: url(../images/icn_dl01.svg); }

@media only screen and (min-width: 769px) {
  .courseSect {
    padding-top: 175px; }
    .courseSect .sectMain .leadBlock {
      margin-top: 60px;
      margin-bottom: -130px;
      padding: 100px 0 200px; }
      .courseSect .sectMain .leadBlock .blockTit {
        font-size: 23px;
        font-size: 2.3rem; }
        .courseSect .sectMain .leadBlock .blockTit span:before, .courseSect .sectMain .leadBlock .blockTit span:after {
          position: absolute;
          display: block;
          width: 0;
          height: 1px;
          content: '';
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 100% auto;
          width: 50px; }
        .courseSect .sectMain .leadBlock .blockTit span:before {
          margin-right: 20px; }
        .courseSect .sectMain .leadBlock .blockTit span:after {
          margin-left: 20px; }
      .courseSect .sectMain .leadBlock .txt {
        margin-top: 30px;
        font-size: 16px;
        font-size: 1.6rem; }
    .courseSect .sectMain .modelBlock.modelBlockA .blockMain .modelImg img {
      width: 910px; }
    .courseSect .sectMain .modelBlock.modelBlockB {
      margin-top: 50px; }
      .courseSect .sectMain .modelBlock.modelBlockB .blockMain .modelImg img {
        width: 785px; }
    .courseSect .sectMain .modelBlock .titBox {
      display: table;
      table-layout: fixed; }
      .courseSect .sectMain .modelBlock .titBox > * {
        display: table-cell;
        vertical-align: middle; }
      .courseSect .sectMain .modelBlock .titBox .nameBox {
        padding: 15px 40px; }
        .courseSect .sectMain .modelBlock .titBox .nameBox .blockTit {
          font-size: 28px;
          font-size: 2.8rem; }
          .courseSect .sectMain .modelBlock .titBox .nameBox .blockTit small {
            font-size: 19px;
            font-size: 1.9rem; }
        .courseSect .sectMain .modelBlock .titBox .nameBox .cat {
          margin-top: -8px;
          margin-left: 10px;
          font-size: 15px;
          font-size: 1.5rem; }
          .courseSect .sectMain .modelBlock .titBox .nameBox .cat span {
            padding: 5px 25px; }
      .courseSect .sectMain .modelBlock .titBox .time {
        width: 200px;
        padding: 10px 20px; }
    .courseSect .sectMain .modelBlock .blockMain .modelImg {
      padding: 40px 140px 75px; }
    .courseSect .sectMain .mapBlock {
      margin-top: 50px; }
      .courseSect .sectMain .mapBlock .leadBox {
        display: table;
        margin-top: 30px;
        padding: 0 30px;
        border-left: 1px solid #dfd5a2; }
        .courseSect .sectMain .mapBlock .leadBox > * {
          display: table-cell;
          vertical-align: middle; }
        .courseSect .sectMain .mapBlock .leadBox .photo {
          width: 106px;
          padding-right: 25px; }
        .courseSect .sectMain .mapBlock .leadBox .txt {
          font-size: 14px;
          font-size: 1.4rem; }
      .courseSect .sectMain .mapBlock .dlBtn {
        margin-top: 60px;
        font-size: 15px;
        font-size: 1.5rem; }
        .courseSect .sectMain .mapBlock .dlBtn a {
          min-width: 400px;
          padding: 20px 50px; }
          .courseSect .sectMain .mapBlock .dlBtn a:after {
            width: 16px;
            height: 20px;
            margin-top: -2px;
            margin-left: 15px; } }

@media only screen and (max-width: 768px) {
  .courseSect {
    padding-top: 50px; }
    .courseSect .sectMain .leadBlock {
      margin-top: 30px;
      margin-bottom: -50px;
      padding: 30px 0 80px; }
      .courseSect .sectMain .leadBlock .blockTit {
        font-size: 16px;
        font-size: 1.6rem; }
        .courseSect .sectMain .leadBlock .blockTit span:before, .courseSect .sectMain .leadBlock .blockTit span:after {
          width: 30px; }
        .courseSect .sectMain .leadBlock .blockTit span:before {
          margin-right: 15px; }
        .courseSect .sectMain .leadBlock .blockTit span:after {
          margin-left: 15px; }
      .courseSect .sectMain .leadBlock .txt {
        margin: 0 auto;
        margin-top: 15px;
        text-align: left;
        font-size: 14px;
        font-size: 1.4rem; }
        .courseSect .sectMain .leadBlock .txt br {
          display: none; }
    .courseSect .sectMain .modelBlock.modelBlockA .blockMain .modelImg img {
      width: 728px; }
    .courseSect .sectMain .modelBlock.modelBlockB {
      margin-top: 30px; }
      .courseSect .sectMain .modelBlock.modelBlockB .blockMain .modelImg img {
        width: 628px; }
    .courseSect .sectMain .modelBlock .titBox .nameBox {
      padding: 10px 15px; }
      .courseSect .sectMain .modelBlock .titBox .nameBox .blockTit {
        display: block;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem; }
        .courseSect .sectMain .modelBlock .titBox .nameBox .blockTit small {
          font-size: 12px;
          font-size: 1.2rem; }
      .courseSect .sectMain .modelBlock .titBox .nameBox .cat {
        display: block;
        margin-top: 10px;
        font-size: 12px;
        font-size: 1.2rem; }
        .courseSect .sectMain .modelBlock .titBox .nameBox .cat span {
          display: inline-block;
          padding: 5px 15px; }
    .courseSect .sectMain .modelBlock .titBox .time {
      padding: 10px 20px; }
    .courseSect .sectMain .modelBlock .blockMain {
      padding: 25px 15px; }
      .courseSect .sectMain .modelBlock .blockMain:before {
        font-weight: bold;
        display: block;
        padding-bottom: 8px;
        content: '←横にスライドできます→';
        font-size: 13px;
        font-size: 1.3rem; }
      .courseSect .sectMain .modelBlock .blockMain .modelImg {
        overflow: scroll;
        padding-bottom: 15px; }
        .courseSect .sectMain .modelBlock .blockMain .modelImg:after {
          position: relative;
          display: block;
          height: 1px;
          width: 105%;
          content: ''; }
        .courseSect .sectMain .modelBlock .blockMain .modelImg img {
          max-width: inherit; }
    .courseSect .sectMain .mapBlock {
      margin-top: 30px; }
      .courseSect .sectMain .mapBlock .mapBox:before {
        font-weight: bold;
        display: block;
        padding-bottom: 8px;
        content: '←横にスライドできます→';
        font-size: 13px;
        font-size: 1.3rem; }
      .courseSect .sectMain .mapBlock .mapBox .mapImg {
        overflow: scroll;
        padding-bottom: 15px; }
        .courseSect .sectMain .mapBlock .mapBox .mapImg img {
          max-width: inherit;
          width: 960px; }
      .courseSect .sectMain .mapBlock .leadBox {
        margin-top: 30px; }
        .courseSect .sectMain .mapBlock .leadBox .photo {
          float: left;
          width: 85px;
          padding-right: 15px;
          padding-bottom: 10px; }
        .courseSect .sectMain .mapBlock .leadBox .txt {
          font-size: 14px;
          font-size: 1.4rem; }
          .courseSect .sectMain .mapBlock .leadBox .txt br {
            display: none; }
      .courseSect .sectMain .mapBlock .dlBtn {
        margin-top: 30px;
        font-size: 14px;
        font-size: 1.4rem; }
        .courseSect .sectMain .mapBlock .dlBtn a {
          min-width: 200px;
          padding: 12px 20px; }
          .courseSect .sectMain .mapBlock .dlBtn a:after {
            width: 16px;
            height: 20px;
            margin-top: -2px;
            margin-left: 15px; } }

/* =========================================================
========================================================= */
.sightSect {
  color: #fff;
  background: url(../images/sight_bg01.jpg) no-repeat center top #000;
  background-size: cover; }
  .sightSect .sectMain .listBlock:after {
    display: block;
    clear: both;
    content: ''; }
  .sightSect .sectMain .listBlock li {
    line-height: 1.2;
    float: left;
    text-align: center; }
    .sightSect .sectMain .listBlock li a {
      display: block;
      text-decoration: none;
      color: inherit; }
    .sightSect .sectMain .listBlock li .liInner {
      position: relative; }
    .sightSect .sectMain .listBlock li .cat {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: #a5180f; }
      .sightSect .sectMain .listBlock li .cat span {
        display: block;
        border: 1px solid #efb0ac; }
    .sightSect .sectMain .listBlock li .thumb {
      position: relative;
      overflow: hidden;
      padding-top: 49.5%;
      background: url(../images/loading.gif) no-repeat center center #000;
      background-size: 18px auto; }
      .sightSect .sectMain .listBlock li .thumb img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: ease transform .4s; }
    .sightSect .sectMain .listBlock li .tit .kana {
      display: inline-block; }
    .sightSect .sectMain .listBlock li .popBox {
      display: none; }

@media only screen and (min-width: 769px) {
  .sightSect {
    margin-top: 115px;
    padding: 75px 0 180px; }
    .sightSect .sectMain {
      margin-top: 100px; }
      .sightSect .sectMain .listBlock {
        margin-top: -50px; }
        .sightSect .sectMain .listBlock li {
          width: 33.333%;
          margin-top: 50px; }
          .sightSect .sectMain .listBlock li:nth-child(3n+1) {
            clear: both; }
          .sightSect .sectMain .listBlock li a:hover .thumb img {
            transform: scale(1.05); }
          .sightSect .sectMain .listBlock li .cat {
            padding: 2px 2px;
            font-size: 15px;
            font-size: 1.5rem; }
            .sightSect .sectMain .listBlock li .cat span {
              padding: 5px 18px; }
          .sightSect .sectMain .listBlock li .tit {
            margin-top: 15px;
            font-size: 15px;
            font-size: 1.5rem; } }

@media only screen and (max-width: 768px) {
  .sightSect {
    margin-top: 50px;
    padding: 50px 0 50px; }
    .sightSect .sectMain {
      margin-top: 30px; }
      .sightSect .sectMain .listBlock {
        margin-top: -15px; }
        .sightSect .sectMain .listBlock li {
          width: 50%;
          margin-top: 15px; }
          .sightSect .sectMain .listBlock li:nth-child(2n+1) {
            clear: both; }
          .sightSect .sectMain .listBlock li .cat {
            padding: 1px 1px;
            font-size: 10px;
            font-size: 1rem; }
            .sightSect .sectMain .listBlock li .cat span {
              padding: 2px 5px; }
          .sightSect .sectMain .listBlock li .tit {
            margin-top: 5px;
            text-align: left;
            font-size: 12px;
            font-size: 1.2rem; } }

/* =========================================================
========================================================= */
.campaignSect .sectMain {
  color: #fff;
  background-color: #549f25; }
  .campaignSect .sectMain a {
    color: inherit; }
  .campaignSect .sectMain .mainBlock .txtBox {
    line-height: 1; }
    .campaignSect .sectMain .mainBlock .txtBox .name small {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
      font-size: 80%;
      font-weight: normal;
      line-height: 1;
      display: inline-block;
      margin: 0 .25em;
      margin-top: -.5em;
      vertical-align: middle; }
    .campaignSect .sectMain .mainBlock .txtBox .txt {
      line-height: 1.8; }
    .campaignSect .sectMain .mainBlock .txtBox .termBox {
      border: 3px solid #fff; }
      .campaignSect .sectMain .mainBlock .txtBox .termBox .termTit {
        box-sizing: border-box;
        text-align: center;
        letter-spacing: .2em;
        color: #549f25;
        background-color: #fff; }
      .campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt {
        text-align: center; }
        .campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt strong {
          font-weight: normal; }
  .campaignSect .sectMain .presentBlock:after {
    display: block;
    clear: both;
    content: ''; }
  .campaignSect .sectMain .presentBlock .presentBox {
    position: relative;
    box-sizing: border-box;
    color: #333;
    background-color: #fff; }
    .campaignSect .sectMain .presentBlock .presentBox.leftBox {
      float: left; }
    .campaignSect .sectMain .presentBlock .presentBox.rightBox {
      float: right; }
    .campaignSect .sectMain .presentBlock .presentBox .boxTit {
      font-weight: bold;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .campaignSect .sectMain .presentBlock .presentBox .boxTit span {
        display: inline-block;
        background-color: #f0cb00; }
  .campaignSect .sectMain .dlBlock {
    clear: both;
    text-align: center; }
    .campaignSect .sectMain .dlBlock .itemList li {
      display: inline-block;
      vertical-align: middle; }
      .campaignSect .sectMain .dlBlock .itemList li img {
        width: auto; }

@media only screen and (min-width: 769px) {
  .campaignSect {
    padding-top: 100px; }
    .campaignSect .sectMain {
      margin-top: 40px;
      padding: 75px 0 80px; }
      .campaignSect .sectMain .mainBlock {
        display: flex;
        max-width: 900px;
        margin: 0 auto; }
        .campaignSect .sectMain .mainBlock .thumb {
          width: 250px;
          padding-right: 30px;
          text-align: right; }
        .campaignSect .sectMain .mainBlock .txtBox {
          padding-top: 20px;
          flex: 1; }
          .campaignSect .sectMain .mainBlock .txtBox .name {
            font-size: 53px;
            font-size: 5.3rem; }
          .campaignSect .sectMain .mainBlock .txtBox .blockTit {
            margin-top: 25px;
            font-size: 44px;
            font-size: 4.4rem; }
          .campaignSect .sectMain .mainBlock .txtBox .txt {
            margin-top: 25px;
            font-size: 17px;
            font-size: 1.7rem; }
          .campaignSect .sectMain .mainBlock .txtBox .termBox {
            display: table;
            width: 100%;
            margin-top: 20px;
            table-layout: fixed;
            border: 3px solid #fff; }
            .campaignSect .sectMain .mainBlock .txtBox .termBox > * {
              display: table-cell;
              padding: 5px 10px;
              vertical-align: middle; }
            .campaignSect .sectMain .mainBlock .txtBox .termBox .termTit {
              width: 200px;
              font-size: 21px;
              font-size: 2.1rem; }
            .campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt {
              font-size: 20px;
              font-size: 2rem; }
              .campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt strong {
                font-size: 29px;
                font-size: 2.9rem; }
      .campaignSect .sectMain .presentBlock {
        margin-top: 45px; }
        .campaignSect .sectMain .presentBlock .presentBox {
          width: 100%;
          padding: 50px 40px 20px; }
          .campaignSect .sectMain .presentBlock .presentBox .boxTit {
            font-size: 17px;
            font-size: 1.7rem; }
            .campaignSect .sectMain .presentBlock .presentBox .boxTit span {
              padding: 10px 50px;
              border-radius: 20px; }
          .campaignSect .sectMain .presentBlock .presentBox .thumb {
            float: left;
            width: 125px;
            margin-top: -10px; }
          .campaignSect .sectMain .presentBlock .presentBox .txtBox {
            margin-left: 155px; }
            .campaignSect .sectMain .presentBlock .presentBox .txtBox .txt {
              font-size: 13px;
              font-size: 1.3rem; }
      .campaignSect .sectMain .dlBlock {
        margin-top: 50px; }
        .campaignSect .sectMain .dlBlock .logo {
          display: inline-block;
          margin-right: 15px;
          vertical-align: middle; }
          .campaignSect .sectMain .dlBlock .logo img {
            width: 180px; }
        .campaignSect .sectMain .dlBlock .itemList {
          display: inline-block;
          margin-top: 10px;
          vertical-align: middle; }
          .campaignSect .sectMain .dlBlock .itemList li {
            margin: 0 2px; }
            .campaignSect .sectMain .dlBlock .itemList li img {
              height: 42px; } }

@media only screen and (max-width: 768px) {
  .campaignSect {
    padding-top: 50px; }
    .campaignSect .sectMain {
      margin-top: 30px;
      padding: 30px 0 50px; }
      .campaignSect .sectMain .mainBlock .thumb {
        max-width: 50%;
        margin: 0 auto; }
      .campaignSect .sectMain .mainBlock .txtBox {
        padding-top: 20px;
        flex: 1; }
        .campaignSect .sectMain .mainBlock .txtBox .name {
          font-size: 20px;
          font-size: 2rem; }
        .campaignSect .sectMain .mainBlock .txtBox .blockTit {
          margin-top: 15px;
          font-size: 20px;
          font-size: 2rem; }
        .campaignSect .sectMain .mainBlock .txtBox .txt {
          margin-top: 15px;
          font-size: 14px;
          font-size: 1.4rem; }
          .campaignSect .sectMain .mainBlock .txtBox .txt br {
            display: none; }
        .campaignSect .sectMain .mainBlock .txtBox .termBox {
          margin-top: 15px;
          border-width: 0 2px 2px; }
          .campaignSect .sectMain .mainBlock .txtBox .termBox > * {
            padding: 8px 10px; }
          .campaignSect .sectMain .mainBlock .txtBox .termBox .termTit {
            font-size: 16px;
            font-size: 1.6rem; }
          .campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt {
            font-size: 16px;
            font-size: 1.6rem; }
            .campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt strong {
              font-size: 18px;
              font-size: 1.8rem; }
      .campaignSect .sectMain .presentBlock {
        margin-top: 45px; }
        .campaignSect .sectMain .presentBlock .presentBox {
          padding: 30px 15px 15px; }
          .campaignSect .sectMain .presentBlock .presentBox.rightBox {
            margin-top: 45px; }
          .campaignSect .sectMain .presentBlock .presentBox .boxTit {
            font-size: 15px;
            font-size: 1.5rem; }
            .campaignSect .sectMain .presentBlock .presentBox .boxTit span {
              padding: 10px 25px;
              border-radius: 20px; }
          .campaignSect .sectMain .presentBlock .presentBox .thumb {
            float: left;
            width: 85px;
            margin: 0 5px 5px 0; }
          .campaignSect .sectMain .presentBlock .presentBox .txtBox .txt {
            font-size: 13px;
            font-size: 1.3rem; }
      .campaignSect .sectMain .dlBlock {
        margin-top: 30px; }
        .campaignSect .sectMain .dlBlock .logo img {
          width: 180px; }
        .campaignSect .sectMain .dlBlock .itemList {
          margin-top: 15px; }
          .campaignSect .sectMain .dlBlock .itemList li {
            margin: 0 2px; }
            .campaignSect .sectMain .dlBlock .itemList li img {
              height: 42px; } }

/* =========================================================
========================================================= */
@keyframes galleryloop1 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

.slideSect {
  line-height: 1; }
  .slideSect.active .sectMain .itemList {
    animation-name: galleryloop1; }
  .slideSect .sectMain .itemList {
    width: 30000px;
    animation: 40s infinite linear both; }
    .slideSect .sectMain .itemList:after {
      display: block;
      clear: both;
      content: ''; }
    .slideSect .sectMain .itemList li {
      float: left;
      background: url(../images/loading.gif) no-repeat center center #000;
      background-size: 18px auto; }
      .slideSect .sectMain .itemList li img {
        vertical-align: top; }

@media only screen and (min-width: 769px) {

  .slideSect .sectMain .itemList li img {
    width: 500px; } }

@media only screen and (max-width: 768px) {
  .slideSect .sectMain .itemList li img {
    width: 33vw; } }

/* =========================================================
========================================================= */
.accessSect .sectMain .mainBlock:after {
  display: block;
  clear: both;
  content: ''; }

.accessSect .sectMain .mainBlock .trainImg {
  text-align: right; }

@media only screen and (min-width: 769px) {
  .accessSect {
    padding-top: 90px; }
    .accessSect .sectMain {
      margin-top: 60px; }
      .accessSect .sectMain .mainBlock .mapImg {
        float: left;
        width: 600px; }
      .accessSect .sectMain .mainBlock .trainImg {
        float: right;
        width: 528px;
        padding-right: 20px;
        font-size: 12px;
        font-size: 1.2rem; } }

@media only screen and (max-width: 768px) {
  .accessSect {
    padding-top: 50px; }
    .accessSect .sectMain {
      margin-top: 30px; }
      .accessSect .sectMain .mainBlock {
        max-width: 480px;
        margin: 0 auto; }
        .accessSect .sectMain .mainBlock .mapImg {
          display: block; }
        .accessSect .sectMain .mainBlock .trainImg {
          margin-top: 30px;
          font-size: 12px;
          font-size: 1.2rem; } }

/* =========================================================
========================================================= */
.bannerSect {
  text-align: center;
  background-color: #f3f3f3; }
  .bannerSect .sectMain .itemList:after {
    display: block;
    clear: both;
    content: ''; }
  .bannerSect .sectMain .itemList li {
    box-sizing: border-box; }
  .bannerSect .sectMain .itemList .full {
    float: none;
    clear: both;
    width: 100%; }

@media only screen and (min-width: 769px) {
  .bannerSect {
    margin-top: 100px;
    padding: 70px 0 50px; }
    .bannerSect .sectMain .itemList {
      margin-top: -30px;
      margin-left: -17px; }
      .bannerSect .sectMain .itemList li {
        float: left;
        width: 50%;
        margin-top: 30px;
        padding-left: 17px; } }

@media only screen and (max-width: 768px) {
  .bannerSect {
    margin-top: 50px;
    padding: 30px 0 30px; }
    .bannerSect .sectMain .itemList {
      max-width: 480px;
      margin: 0 auto; }
      .bannerSect .sectMain .itemList li {
        margin-top: 15px; }
        .bannerSect .sectMain .itemList li:first-child {
          margin-top: 0; } }

/* =========================================================
========================================================= */
.snsSect .sectMain .itemList {
  text-align: center; }
  .snsSect .sectMain .itemList li {
    display: inline-block; }

@media only screen and (min-width: 769px) {
  .snsSect {
    padding: 30px 0; }
    .snsSect .sectMain .itemList li {
      width: 49px;
      margin: 0 5px; } }

@media only screen and (max-width: 768px) {
  .snsSect {
    padding: 30px 0; }
    .snsSect .sectMain .itemList li {
      width: 40px;
      margin: 0 5px; } }
