@charset "utf-8";
/*=====================================*/
/*  Tourism
/*=====================================*/
#tourism {
  padding: 120px 0;
  background: #f1ebdc; /*text-align: justify;
  text-justify: inter-ideograph;*/
}
@media all and (max-width: 767px) {
  #tourism {
    padding: 40px 0;
  }
}
#tourism .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#tourism .inner h2 {
  text-align: center;
  font-size: 2.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0 0 30px 0;
}
@media all and (max-width: 767px) {
  #tourism .inner h2 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.3;
    margin: 0 0 20px 0;
  }
}
#tourism .tourism__item {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 5px double #383838;
}
@media all and (max-width: 767px) {
  #tourism .tourism__item {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 5px double #383838;
  }
}
#tourism .tourism__item:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
#tourism .tourism__box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  #tourism .tourism__box {
    margin-top: 20px;
    display: block;
  }
}
#tourism .tourism__box .tourism__img {
  text-align: center;
  width: 48%;
}
@media all and (max-width: 767px) {
  #tourism .tourism__box .tourism__img {
    text-align: center;
    width: 100%;
  }
}
#tourism .tourism__box .tourism__img dl dd {
  line-height: 1.2;
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  #tourism .tourism__box .tourism__img dl dd {
    margin: 15px 0;
  }
}
#tourism .tourism__box .tourism__img img {
  border: 3px solid #cdbc96;
}
/*=====================================*/
/*  faq
/*=====================================*/
#faq {
  padding: 120px 0;
  background: #f1ebdc; /*text-align: justify;
  text-justify: inter-ideograph;*/
}
@media all and (max-width: 767px) {
  #faq {
    padding: 40px 0;
  }
}
#faq .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#faq .faq__box {
  padding: 0 0 60px 0;
  margin: 0 0 60px 0;
  border-bottom: 1px dotted #a68b62;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  #faq .faq__box {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px dotted #a68b62;
    display: block;
  }
}
#faq .faq__box:last-of-type {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#faq .faq__box dl dt {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #b8975b;
}
#faq .faq__box dl dt span:first-of-type {
  display: inline-block;
  width: 50px;
}
@media all and (max-width: 767px) {
  #faq .faq__box dl dt span:first-of-type {
    width: 20px;
  }
}
#faq .faq__box dl dd {
  display: flex;
}
#faq .faq__box dl dd span:first-of-type {
  display: block;
  width: 30px;
  margin: 0 0 0 50px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  #faq .faq__box dl dd span:first-of-type {
    display: block;
    width: 20px;
    margin: 0;
    font-weight: 700;
  }
}
#faq .faq__box dl dd span:last-of-type {
  display: block;
  margin: 0 0 0 15px;
}
/*=====================================*/
/*  access
/*=====================================*/
#access {
  padding: 120px 0;
  background: #f1ebdc; /*text-align: justify;
  text-justify: inter-ideograph;*/
}
@media all and (max-width: 767px) {
  #access {
    padding: 40px 0;
  }
}
#access .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#access .inner h2 {
  text-align: center;
  font-size: 2.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0 0 30px 0;
}
@media all and (max-width: 767px) {
  #access .inner h2 {
    font-size: 2.8rem;
    margin: 0 0 20px 0;
  }
}
#access .access__box {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 5px double #383838;
}
@media all and (max-width: 767px) {
  #access .access__box {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 5px double #383838;
  }
}
#access .access__box:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
#access .access__box p {
  margin-bottom: 30px;
}
#access .access__box .access__map {
  text-align: center;
  margin: 0 auto;
}
#access .access__box .access__map img {
  max-width: 1020px;
  border: 3px solid #cdbc96;
}
@media all and (max-width: 767px) {
  #access .access__box .access__map img {
    width: 100%;
  }
}
#access .access__box .contact__box {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
}
@media all and (max-width: 767px) {
  #access .access__box .contact__box {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    display: block;
  }
}
#access .access__box .contact__box:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#access .access__box .contact__box .contact__ttl {
  width: 30%;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
@media all and (max-width: 767px) {
  #access .access__box .contact__box .contact__ttl {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
#access .access__box .contact__box .contact__txt {
  margin: 0 0 0 5%;
  width: 65%;
}
@media all and (max-width: 767px) {
  #access .access__box .contact__box .contact__txt {
    margin: 0;
    width: 100%;
  }
}
#access .access__box .contact__box .contact__txt li {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px dotted #ccc;
}
#access .access__box .contact__box .contact__txt li:first-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
#access .access__box .contact__box .contact__txt li span {
  display: inline-block;
  width: 25%;
}
@media all and (max-width: 767px) {
  #access .access__box .contact__box .contact__txt li span {
    width: 100%;
  }
}
#access .access__box .contact__box .contact__txt li span:last-of-type {
  width: 50%;
}
@media all and (max-width: 767px) {
  #access .access__box .contact__box .contact__txt li span:last-of-type {
    width: 100%;
  }
}
/*=====================================*/
/*  gear
/*=====================================*/
#gear {
  padding: 120px 0;
  background: #f1ebdc; /*text-align: justify;
  text-justify: inter-ideograph;*/
}
@media all and (max-width: 767px) {
  #gear {
    padding: 40px 0;
  }
}
#gear .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#gear .inner h2 {
  text-align: center;
  font-size: 2.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0 0 30px 0;
}
@media all and (max-width: 767px) {
  #gear .inner h2 {
    font-size: 2.5rem;
    margin: 0 0 20px 0;
  }
}
#gear .gear__box {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 5px double #383838;
}
@media all and (max-width: 767px) {
  #gear .gear__box {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 5px double #383838;
  }
}
#gear .gear__box:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
#gear .gear__box .gear__list p {
  margin: 0 0 30px 0;
  text-align: center;
  font-weight: bold;
}
#gear .gear__box .gear__list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#gear .gear__box .gear__list ul li {
  width: 30%;
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  position: relative;
}
@media all and (max-width: 767px) {
  #gear .gear__box .gear__list ul li {
    width: 48%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    position: relative;
  }
}
#gear .gear__box .gear__list ul li:before {
  content: '□ ';
    font-weight:900;
font-size:2.5rem;

}

#gear .gear__box .gear__item {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  #gear .gear__box .gear__item {
    display: block;
  }
}
#gear .gear__box .gear__item .gear__img {
  width: 25%;
  margin: 0 0 0 5%;
}
@media all and (max-width: 767px) {
  #gear .gear__box .gear__item .gear__img {
    width: 60%;
    margin: 15px auto 0 auto;
  }
}
#gear .gear__box .gear__item .gear__txt {
  width: 70%;
}
@media all and (max-width: 767px) {
  #gear .gear__box .gear__item .gear__txt {
    width: 100%;
  }
}
/*=====================================*/
/*  Introduciton
/*=====================================*/
#introduction {
  padding: 120px 0;
  background: #f1ebdc; /*text-align: justify;
  text-justify: inter-ideograph;*/
}
@media all and (max-width: 767px) {
  #introduction {
    padding: 40px 0;
  }
}
#introduction .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#introduction .inner h2 {
  text-align: center;
  font-size: 2.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0 0 30px 0;
}
@media all and (max-width: 767px) {
  #introduction .inner h2 {
    font-size: 2.8rem;
    line-height: 1.4;
    margin: 0 0 20px 0;
  }
}
#introduction .inner h2 span {
  font-size: 2.0rem;
  display: block;
}
#introduction .inner .introduction__box {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 5px double #383838;
}
@media all and (max-width: 767px) {
  #introduction .inner .introduction__box {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 5px double #383838;
  }
}
#introduction .inner .introduction__box:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
#introduction .inner .introduction__map {
  margin: 0 0 30px 0;
}
@media all and (max-width: 767px) {
#introduction .inner .introduction__map {
  margin: 0 0 15px 0;
}
}
#introduction .inner .introduction__area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#introduction .inner .introduction__item {
  width: 48.5%;
  display: flex;
  margin-top: 45px;
}
@media all and (max-width: 767px) {
  #introduction .inner .introduction__item {
    width: 48%;
    display: block;
    margin-top: 20px;
  }
}
#introduction .inner .introduction__item .item__img {
  width: 45%;
}
@media all and (max-width: 767px) {
  #introduction .inner .introduction__item .item__img {
    width: 100%;
  }
}
#introduction .inner .introduction__item .item__txt {
  width: 52%;
  padding: 0 0 0 3%;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  #introduction .inner .introduction__item .item__txt {
    width: 100%;
    padding: 15px 0 0 0;
    line-height: 1.5;
  }
}
#introduction .inner .introduction__item .item__txt h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
}
@media all and (max-width: 767px) {
  #introduction .inner .introduction__item .item__txt h3 {
    display: block;
    margin: 0 0 8px 0;
  }
}
#introduction .inner .introduction__item .item__txt h3 span:last-of-type {
  border-left: 1px dotted #333;
  float: right;
  padding: 0 0 0 10px;
}
@media all and (max-width: 767px) {
    #introduction .inner .introduction__item .item__txt h3 span:first-of-type,
    #introduction .inner .introduction__item .item__txt h3 span:last-of-type {
    border-left: none;
        width:100%;
    float: left;
    padding: 0;
    display: block;
  }
  #introduction .inner .introduction__item .item__txt p {
    clear: left;
    display: block;
  }
}
#introduction .inner .introduction__box .hiking__box {
  margin: 60px 0 0 0;
}
@media all and (max-width: 767px) {
  #introduction .inner .introduction__box .hiking__box {
    margin: 30px 0 0 0;
  }
}
#introduction .inner .introduction__box .hiking__box h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
}
#introduction .inner .introduction__box .hiking__box h3:before {
  content: "------------";
  letter-spacing: -.2em;
  width: 2em;
  margin-right: .5em;
  font-weight: 100;
}
#introduction .inner .introduction__box .hiking__box ul li {
  margin-left: 1em;
  list-style-type: disc;
}
#introduction .inner .introduction__box .hiking__img {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#introduction .inner .introduction__box .hiking__img .img__item {
  width: 32%;
}
@media all and (max-width: 767px) {
  #introduction .inner .introduction__box .hiking__img .img__item {
    width: 48%;
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 767px) {
  #introduction .inner .introduction__box .hiking__img .img__item:last-child {
    width: 48%;
    margin: 0;
  }
}
#introduction .inner .introduction__box .hiking__img .img__item img {
  border: 3px solid #cdbc96;
}
#introduction .inner .introduction__box .hiking__img .img__item dd {
  line-height: 1.3;
  padding: 15px 30px 0 30px;
}
@media all and (max-width: 767px) {
  #introduction .inner .introduction__box .hiking__img .img__item dd {
    line-height: 1.3;
    padding: 15px 15px 0 15px;
  }
}
#introduction .inner .introduction__table img {
  border: 3px solid #cdbc96;
  margin: 15px 0;
}
#introduction .inner .introduction__table h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
}
#introduction .inner .introduction__table h3:before {
  content: "------------";
  letter-spacing: -.2em;
  width: 2em;
  margin-right: .5em;
  font-weight: 100;
}
#introduction .inner .flowers__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#introduction .inner .flowers__box .flowers__item {
  width: 31%;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #introduction .inner .flowers__box .flowers__item {
    width: 48%;
    margin-bottom: 30px;
  }
  #introduction .inner .flowers__box .flowers__item:last-child {
    display: none;
  }
}
#introduction .inner .flowers__box .flowers__item .item__img {}
#introduction .inner .flowers__box .flowers__item .item__txt {
  padding: 15px 15px 0 15px;
}
@media all and (max-width: 767px) {
  #introduction .inner .flowers__box .flowers__item .item__img {}
  #introduction .inner .flowers__box .flowers__item .item__txt {
    padding: 15px 0 0 0;
  }
}
#introduction .inner .flowers__box .flowers__item .item__txt h3 {
  line-height: 1.2;
  margin: 0 0 15px 0;
}
#introduction .inner .flowers__box .flowers__item .item__txt p.fs {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 5px 0;
}
@media all and (max-width: 767px) {
  #introduction .inner .flowers__box .flowers__item .item__txt p.fs {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 0 5px 0;
    word-break: break-all;
  }
}
#introduction .inner .flowers__box .flowers__item .item__txt p.ft {
  margin-top: 15px;
  line-height: 1.5;
}
.intro__head {
  text-align: right;
  margin: 0 0 15px 0;
}
/*=====================================*/
/*  cource
/*=====================================*/
#cource {
  padding: 120px 0;
  background: #f1ebdc; /*text-align: justify;
  text-justify: inter-ideograph;*/
}
@media all and (max-width: 767px) {
  #cource {
    padding: 40px 0;
  }
}
.green {
  background: #e0ebd4 !important;
}
.blue {
  background: #c3e0e5 !important;
}
#cource .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#cource .inner .cource__head {
  margin: 0 0 60px 0;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__head {
    margin: 0;
  }
}
#cource .inner .map__box {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  #cource .inner .map__box {
    display: block;
  }
  #cource .inner .map__box .map__item:first-of-type {
    margin: 0 0 20px 0;
  }
}
#cource .inner .cource__head .head__img {
  border: 5px solid #fff;
}
#cource .inner .cource__head .head__txt {
  margin: 15px 0 0 0;
  text-align: right;
}
#cource .inner .cource__schedule {
  margin: 0 0 60px 0;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__schedule {
    margin: 0 0 20px 0;
  }
}
#cource .inner .cource__schedule ul {
  padding: 30px 0;
  border-top: 5px double #383838;
  border-bottom: 5px double #383838;
}
#cource .inner .cource__schedule ul li:first-of-type {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px dotted #ccc;
}
#cource .inner .cource__schedule ul li span:nth-child(1) {
  width: 15%;
  background: #383838;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__schedule ul li span:nth-child(1) {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
#cource .inner .cource__schedule ul li span:nth-child(2) {
  width: 62%;
  display: inline-block;
  padding: 0 0 0 3%;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__schedule ul li span:nth-child(2) {
    width: 100%;
  }
}
#cource .inner .cource__schedule ul li span:nth-child(3) {
  width: 19%;
  display: inline-block;
  text-align: right;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__schedule ul li span:nth-child(3) {
    width: 100%;
  }
}
#cource .inner .cource__headline {
  margin: 0 0 30px 0;
}
#cource .inner .cource__headline .headline__box {
  display: flex;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__headline .headline__box {
    display: block;
  }
}
#cource .inner .cource__headline .headline__box .headline__txt {
  width: 52%;
  margin: 0 3% 0 0;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__headline .headline__box .headline__txt {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
#cource .inner .cource__headline .headline__box .headline__img {
  width: 50%;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__headline .headline__box .headline__img {
    width: 100%;
  }
}
#cource .inner .cource__advice {
  border: 1px dotted #999;
  padding: 30px;
  margin: 0;
  background: rgba(25, 37, 13, 0.1);
}
@media all and (max-width: 767px) {
  #cource .inner .cource__advice {
    border: 1px dotted #999;
    padding: 15px;
    margin: 0;
    background: rgba(25, 37, 13, 0.1);
  }
}
#cource .inner .cource__advice .advice__box {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__advice .advice__box {
    display: block;
  }
}
#cource .inner .cource__advice .advice__ttl {
  text-align: right;
  width: 15%;
  padding: 0 5% 0 0;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__advice .advice__ttl {
    text-align: left;
    width: 100%;
    padding: 0;
  }
}
#cource .inner .cource__advice .advice__txt {
  border-left: 1px dotted #999;
  padding: 0 0 0 5%;
  width: 75%;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__advice .advice__txt {
    border-left: none;
    padding: 0;
    width: 100%;
  }
}
#cource .inner .cource__advice .advice__ttl h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__advice .advice__ttl h3 {
    margin: 0 0 8px 0;
  }
}
#cource .inner .cource__advice .advice__ttl h3:before {}
.right {
  float: right;
  margin-left: 30px;
}
#cource .inner .cource__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}
#cource .inner .cource__box .cource__item {
  width: 360px;
  position: relative;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__box .cource__item {
    width: 48.5%;
    position: relative;
    margin: 0 0 20px 0;
  }
}
#cource .inner .cource__box .cource__item:nth-child(4), #cource .inner .cource__box .cource__item:nth-child(5) {
  width: 555px;
  margin-top: 30px;
  position: relative;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__box .cource__item:nth-child(4), #cource .inner .cource__box .cource__item:nth-child(5) {
    width: 48.5%;
    margin: 0;
    position: relative;
  }
}
#cource .inner .cource__box .cource__item .cource__txt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  color: #fff;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__box .cource__item .cource__txt {
    top: 20px;
    left: 10px;
  }
}
#cource .inner .cource__box .cource__item .cource__txt span:last-of-type {
  font-family: "Times New Roman", Times, "serif";
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__box .cource__item .cource__txt span:last-of-type {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
#cource .inner .cource__box .cource__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 2;
}
#cource .inner .cource__box .cource__item:hover {
  outline: 5px solid #fff;
  outline-offset: -15px;
}
@media all and (max-width: 767px) {
  #cource .inner .cource__box .cource__item:hover {
    outline: 0;
  }
}
#cource .inner h2 {
  font-size: 3.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0 0 60px 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  #cource .inner h2 {
    font-size: 3.4rem;
    margin: 0 0 20px 0;
  }
}
#cource .inner h2 span:first-of-type {
  display: block;
}
#cource .inner h3 {
  margin: 0 20px 20px 0;
  font-size: 2.8rem;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  #cource .inner h3 {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.head__btn {
  text-align: center;
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .head__btn {
    text-align: center;
    margin-top: 20px;
  }
}
.head__btn a {
  width: 300px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 15px;
  display: block;
  margin: 0 auto;
  font-size: 2.0rem;
  font-family: 'Roboto', sans-serif;
}
/*------------------------------------------------------------
メインビジュアル
------------------------------------------------------------*/
#visual {
  padding: 180px 0 0 0;
  background: url("../img/common/bg-page-second.png") center top;
  background-size: cover;
    min-height:270px;

}
@media all and (max-width: 767px) {
  #visual {
    padding: 120px 0 40px 0;
      min-height:auto;
  }
}

@media screen and (max-width:767px) and ( max-width:1480px) {
  #visual {
   background: url("../img/common/bg-page-second.png") center top;
      background-size: cover;
  }
}

@media all and (min-width: 1480px) {
  #visual {
   background: url("../img/common/bg-page-second-l.png") center center;
      background-size: cover;
  }
}


.visual__inner {
  text-align: center;
}
.visual__inner img {
  width: auto;
  margin: 0 0 15px 0;
}
.visual__inner h1 {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
}
.visual__inner h1 span:first-of-type {
  display: block;
  font-size: 4.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
}
@media all and (max-width: 767px) {
  .visual__inner h1 span:first-of-type {
    font-size: 2.8rem;
    font-family: 'Roboto', sans-serif;
  }
}
.visual__inner h1 span:last-of-type {
  display: block;
  margin-top: 8px;
  font-size: 2.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.visual__inner span.cource {
  font-size: 2.0rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff
}
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmap__txt {
  margin-top: 15px;
}