@charset "UTF-8";
/*common
------------------------------------------------------------ */
#gNavBtn,
.pcnone {
  display: none !important;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.follow .tw a,
.follow .fb a,
.follow .insta a,
.share .tw a,
.share .fb a,
.share .insta a {
  display: block;
}

.follow .tw a:before,
.follow .fb a:before,
.follow .insta a:before,
.share .tw a:before,
.share .fb a:before,
.share .insta a:before {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.follow .tw a:before,
.share .tw a:before {
  background-image: url(../img/icon_tw.png);
}

.follow .fb a:before,
.share .fb a:before {
  background-image: url(../img/icon_fb.png);
}

.follow .insta a:before,
.share .insta a:before {
  background-image: url(../img/icon_insta.png);
}

[data-dir="index"] #earth .h3ttl,
[data-dir="index"] #leisure .h3ttl,
[data-dir="index"] #wildtrip .h3ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.pcnolink {
  pointer-events: none;
  cursor: default;
}

/*header
------------------------------------------------------------ */
#header {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  padding: 15px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
  min-width: 810px;
}

#header:after {
  content: "";
  clear: both;
  display: block;
}

#header .logo {
  float: left;
}

#header .headerRight {
  float: right;
  font-size: 0;
  padding-top: 5px;
}

#header .headerRight > * {
  display: inline-block;
  vertical-align: middle;
}

#header .follow li,
#gnav li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 14px;
}

/*footer
------------------------------------------------------------ */
#footer #pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 25px;
  background: url(../img/img_pagetop.png) no-repeat 0 0;
  width: 63px;
  height: 81px;
  font-size: 0;
}

.scroll #footer #pagetop {
  display: block;
}

.scroll #footer #pagetop.btm {
  position: absolute;
  bottom: auto;
  top: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

#footer {
  position: relative;
  background: url(../img/bg_foot.png) no-repeat center bottom;
  text-align: center;
  font-size: 10px;
  padding: 40px 0 20px;
}

#footer a {
  display: block;
}

#footer .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 246px;
  margin: 15px auto;
  font-size: 0;
}

#footer .social li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

#footer .social li.txt {
  font-size: 12px;
  margin: 0;
}

#footer .follow .tw a:before,
#footer .follow .fb a:before,
#footer .follow .insta a:before,
#footer .share .tw a:before,
#footer .share .fb a:before,
#footer .share .insta a:before {
  width: 20px;
  height: 21px;
}

/*content
------------------------------------------------------------ */
#wrapper {
  padding-top: 64px;
  min-width: 810px;
  position: relative;
}

a:hover img {
  opacity: .9;
}

.contentInner {
  width: 810px;
  margin: 0 auto;
  padding-top: 60px;
}

.h2ttlA {
  background: url(../img/bg_ttl.png) no-repeat center bottom;
  text-align: center;
  font-size: 16px;
  padding-bottom: 17px;
  margin-bottom: 20px;
}

.h3ttlA {
  font-size: 12px;
  font-weight: bold;
  color: #1e2542;
  margin-bottom: 20px;
  text-align: center;
}

.h2ttlA + .h3ttlA {
  margin-top: -10px;
}

.map {
  text-align: center;
}

.btn2A {
  width: 570px;
  margin: 20px auto 70px;
}

.btn2A ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn2A a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 280px;
  height: 73px;
  background-color: #1e2542;
  font-size: 12px;
}

.btn2A a:hover {
  text-decoration: none;
  opacity: .9;
}

.ulA li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: .2em;
}

.dlA dd strong,
.dlA dt {
  font-size: 16px;
  font-weight: bold;
}

.dlA dd {
  font-size: 14px;
}

.dlA dd p {
  line-height: 1.7;
}

.dlA dd p + p {
  margin-top: .3em;
}

.dlA dd ~ dt {
  margin-top: .4em;
}

.grid-item {
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 1px solid;
  width: 390px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid-item.typeB {
  background-color: #1e2542;
  padding: 10px;
  border: 0;
}

.grid-item.typeB > .dlA {
  border: 1px solid;
  padding: 10px;
}

.grid-item.typeB > .dlA dt {
  background-color: #545352;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}

.grid-item.typeB > .dlA dt span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.grid-item.typeB > .dlA dd {
  letter-spacing: -.04em;
}

.grid-item.typeB > .dlA dd strong {
  display: block;
  margin: 1em 0;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.indent {
  padding-left: 1em;
}

.note {
  font-size: 12px;
  text-align: right;
}

.noteBox {
  padding: 10px 20px;
  border: 2px solid #c8a200;
  font-size: 14px;
  margin: 15px 0 20px;
}

.noteBox .ttl {
  font-size: 16px;
  text-align: center;
  margin-bottom: .5em;
}

.btnA {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  font-size: 18px;
  background-color: #1e2542;
  margin: 3px 0;
}

.btnB {
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  background-color: #545352;
  margin: 5px 0;
}

.btnA:hover,
.btnB:hover {
  text-decoration: none;
  opacity: .9;
}

.boxA {
  background-color: #474439;
  text-align: center;
  padding: 20px;
}

.newslist {
  min-height: 400px;
}

.newslist .block ~ .block {
  margin-top: 20px;
}

.newslist .block a {
  display: block;
  background-color: #1e2542;
  font-size: 12px;
  padding: 10px;
}

.newslist .block a:hover {
  text-decoration: none;
  opacity: .9;
}

.newslist .block a:after {
  clear: both;
  content: "";
  display: block;
}

.newslist .block a .img {
  float: left;
  margin-right: 10px;
  width: 76px;
  height: 76px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.newslist .block a .img ~ * {
  overflow: hidden;
}

.newslist .block a .date {
  font-size: 11px;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}

.pagination {
  margin: 100px 0 40px;
  padding-top: 10px;
  background: url(../img/bg_ttl.png) no-repeat 0 0;
  text-align: center;
  font-size: 16px;
}

.pagination:after {
  content: "";
  clear: both;
  display: block;
}

.pagination a {
  font-weight: bold;
}

.pagination em {
  color: #aaa;
}

.pagination > *:not([class]) {
  padding: 0 .5em;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.entry {
  font-size: 14px;
  padding-top: 20px;
  width: 710px;
  margin: 0 auto;
}

.entry .ttl {
  font-size: 22px;
  margin-bottom: 6px;
}

.entry .date {
  font-size: 16px;
  margin-bottom: 1em;
}

.entry p {
  margin-bottom: 1em;
}

/*main
------------------------------------------------------------ */
#mainVisual {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
  overflow: hidden;
}

/*
#mainVisual:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/blank.gif) repeat 0 0;
  z-index: 10;
}
*/
#mainVisual iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}

#mainVisual .scoll {
  position: fixed;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -250%);
  -ms-transform: translate(-50%, -250%);
  transform: translate(-50%, -250%);
  z-index: 100;
}

#mainVisual .scoll:after {
  content: "▼";
  display: block;
  text-align: center;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.scroll #mainVisual .scoll {
  display: none;
}

#mainVisual .scoll:hover {
  text-decoration: none;
}

#mainVisual .scoll:hover:after {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

/*top
------------------------------------------------------------ */
[data-dir="index"] #wrapper {
  padding-top: 0;
}

[data-dir="index"] #information {
  padding: 20px 30px;
  max-width: 825px;
  margin: 0 auto;
}

[data-dir="index"] #information .h2ttl {
  border-left: 1px solid;
  padding-left: 5px;
  line-height: 1.2;
  margin-bottom: 10px;
}

[data-dir="index"] #information .jsSlick {
  font-size: 0;
}

[data-dir="index"] #information .slide {
  display: inline-block;
  width: 260px;
  margin-right: 15px;
}

[data-dir="index"] #information .slide a {
  display: block;
  background-color: #1e2542;
  font-size: 12px;
  padding: 10px;
  line-height: 1.3;
}

[data-dir="index"] #information .slide a:hover {
  text-decoration: none;
  opacity: .9;
}

[data-dir="index"] #information .slide a:after {
  clear: both;
  content: "";
  display: block;
}

[data-dir="index"] #information .slide a .img {
  float: left;
  margin-right: 10px;
  width: 76px;
  height: 76px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

[data-dir="index"] #information .slide a .img ~ * {
  overflow: hidden;
}

[data-dir="index"] #information .slide a .date {
  font-size: 11px;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}

[data-dir="index"] #information .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}

[data-dir="index"] #information .slick-prev {
  left: -40px;
}

[data-dir="index"] #information .slick-next {
  right: -25px;
}

[data-dir="index"] #information .slick-prev:before,
[data-dir="index"] #information .slick-next:before {
  content: "▼";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 21px;
  display: block;
  color: #fff;
}

[data-dir="index"] #information .slick-prev:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-dir="index"] #information .slick-next:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

[data-dir="index"] #wildtrip {
  background: url(../img/bg_01-80.jpg) no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 188px 10px 150px;
  font-size: 16px;
}

[data-dir="index"] #wildtrip .h3ttl {
  font-size: 32px;
  margin: 10px 0 30px;
}

[data-dir="index"] #wildtrip .right {
  margin-left: 260px;
}

[data-dir="index"] #about {
  background: url(../img/bg_02.png) no-repeat center 0;
  background-size: auto 100%;
  font-size: 16px;
  text-align: center;
  padding: 160px 0;
}

[data-dir="index"] #about .h4ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

[data-dir="index"] #about p {
  display: inline-block;
  max-width: 457px;
}

[data-dir="index"] #experience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
}

[data-dir="index"] #experience > * {
  width: 50%;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-dir="index"] #experience .txt {
  padding: 92px 70px 80px 115px;
  background: url(../img/bg_bat.png) no-repeat 57px 0;
}

[data-dir="index"] #experience .h4ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

[data-dir="index"] #experience .h4ttl span {
  display: block;
  font-size: 10px;
}

[data-dir="index"] #leisure {
  background: url(../img/bg_03-80.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: contain;
  padding: 300px 10px;
  text-align: center;
  font-size: 16px;
}

[data-dir="index"] #leisure .h3ttl {
  font-size: 18px;
  margin: 15px 0 40px;
}

[data-dir="index"] #leisure .lead {
  display: inline-block;
  max-width: 457px;
  text-align: left;
}

[data-dir="index"] #jeep {
  background: url(../img/bg_04-80.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding: 80px 10px 0 115px;
  font-size: 16px;
  min-height: 548px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1024px;
  margin: 0 auto;
}

[data-dir="index"] #jeep .txt {
  width: 330px;
}

[data-dir="index"] #jeep .h4ttl {
  font-size: 18px;
  margin: 0 0 15px;
  text-align: center;
}

[data-dir="index"] #jeep .h4ttl span {
  display: block;
  font-size: 10px;
}

[data-dir="index"] #jeep .lead {
  display: inline-block;
  max-width: 457px;
}

[data-dir="index"] .map img {
  width: 100%;
}

[data-dir="index"] #forest {
  background: url(../img/bg_05-80.jpg) no-repeat center 0;
  background-attachment: fixed;
  background-size: 100% auto;
  padding: 300px 10px;
  font-size: 16px;
}

[data-dir="index"] #forest .txt {
  width: 450px;
  margin: 0 auto;
}

[data-dir="index"] #forest .h4ttl {
  font-size: 18px;
  text-align: center;
  margin: 0 0 15px;
}

[data-dir="index"] #forest .h4ttl span {
  display: block;
  font-size: 10px;
}

[data-dir="index"] #earth {
  background: url(../img/bg_06.png) no-repeat center 0;
  background-size: auto 100%;
  padding: 70px 10px 114px;
  text-align: center;
}

[data-dir="index"] #earth .h3ttl {
  font-size: 18px;
  margin: 15px 0;
}

[data-dir="index"] #earth .lead {
  display: inline-block;
  max-width: 457px;
  text-align: left;
}

[data-dir="index"] #trakking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
}

[data-dir="index"] #trakking > * {
  width: 50%;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-dir="index"] #trakking .txt {
  padding: 45px 100px 60px;
}

[data-dir="index"] #trakking .h4ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

[data-dir="index"] #trakking .h4ttl span {
  display: block;
  font-size: 10px;
}

[data-dir="index"] #residents {
  background-color: #202515;
  text-align: center;
}

[data-dir="index"] #residents .h2ttl {
  display: inline-block;
  padding: 60px;
  position: relative;
  font-size: 18px;
}

[data-dir="index"] #residents .h2ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/icon_ttl_01.png) no-repeat 0 0;
  width: 50px;
  height: 61px;
  margin-top: -30px;
}

[data-dir="index"] #residents .h2ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../img/icon_ttl_02.png) no-repeat 0 0;
  width: 48px;
  height: 48px;
  margin-top: -24px;
}

[data-dir="index"] #residents .h2ttl span {
  display: block;
  font-size: 10px;
}

[data-dir="index"] #residents .dib {
  display: inline-block;
  margin: 55px auto;
}

[data-dir="index"] #residents .dib ul {
  display: table;
}

[data-dir="index"] #residents .dib ul li {
  display: table-cell;
  vertical-align: top;
  width: 230px;
  text-align: left;
}

[data-dir="index"] #residents .dib ul li:nth-child(1) {
  width: 74px;
}

[data-dir="index"] #residents .dib ul li:nth-child(2) {
  padding: 0 30px 0 20px;
}

[data-dir="index"] #residents .dib ul li p {
  padding: 5px 20px;
}

[data-dir="index"] #residents + .btn2A {
  width: 570px;
  margin: 20px auto 0;
}

/*detail
------------------------------------------------------------ */
[data-dir="detail"] .contentInner:last-child {
  margin-bottom: 40px;
}

[data-dir="detail"] #qa .column1,
[data-dir="detail"] #qa > .column2 .inner {
  background-color: #746957;
  padding: 20px 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 16px;
}

[data-dir="detail"] #qa .column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[data-dir="detail"] #qa > .column2 .inner {
  width: 49.5%;
}

[data-dir="detail"] #qa .inner:after {
  content: "";
  clear: both;
  display: block;
}

[data-dir="detail"] #qa .inner:nth-child(1) .boxA {
  margin-top: 40px;
}

[data-dir="detail"] #qa .inner:nth-child(2) .boxA {
  font-size: 10px;
  text-align: left;
  padding: 3px 5px;
  margin-top: 5px;
}

[data-dir="detail"] #qa .inner:nth-child(2) .boxA .ttl {
  font-size: 12px;
}

[data-dir="detail"] #qa .h3ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1em;
}

[data-dir="detail"] #qa .column2 .img {
  float: right;
  margin-left: 7px;
  width: 170px;
}

[data-dir="detail"] #qa .column2 .img ~ * {
  overflow: hidden;
}

[data-dir="detail"] #qa .column1 .column2 {
  margin-bottom: 15px;
}

[lang="ja"] [data-dir="detail"] #qa .column1 .column2 .inner {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-dir="detail"] #qa .column1 .column2 div.inner {
  font-size: 0;
  padding-left: 15px;
  min-width: 170px;
}

[data-dir="detail"] #qa .column1 .column2 div.inner img {
  width: 170px;
}

[data-dir="detail"] #qa .column1 .column2 div.inner img + img {
  margin-left: 15px;
}

[data-dir="detail"] .lead {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

[data-dir="detail"] .h2ttlA + .lead {
  margin-top: -10px;
}

[data-dir="detail"] .ttl {
  font-size: 16px;
}

[data-dir="detail"] .contentInner:after {
  content: "";
  clear: both;
  display: block;
}

[data-dir="detail"] .left {
  float: left;
}

[data-dir="detail"] .right {
  float: right;
}

[data-dir="detail"] .pamphlet {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
}

[data-dir="detail"] .pamphlet .img {
  font-size: 0;
  margin-bottom: 5px;
}

[data-dir="detail"] .contentInner .pamphlet .img a {
  margin-right: 5px;
}

[data-dir="detail"] .colcontentInnerumn2 .copyright {
  font-size: 12px;
}

[data-dir="detail"] .contentInner .copyright img {
  display: block;
  margin-bottom: 10px;
}

/* spver
------------------------------------------------------------ */
[data-dir="index"].spver #forest,
[data-dir="index"].spver #leisure,
[data-dir="index"].spver #wildtrip {
  background: none;
}

[data-dir="index"].spver #forest:before,
[data-dir="index"].spver #leisure:before,
[data-dir="index"].spver #wildtrip:before {
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0;
}

[data-dir="index"].spver #wildtrip:before {
  background-image: url(../img/bg_01-80.jpg);
}

[data-dir="index"].spver #leisure:before {
  background-image: url(../img/bg_03-80.jpg);
}

[data-dir="index"].spver #forest:before {
  background-image: url(../img/bg_05-80.jpg);
}

[data-dir="index"].spver #leisure.on:before,
[data-dir="index"].spver #forest.on:before,
[data-dir="index"].spver #wildtrip.on:before {
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

[data-dir="index"].spver #trakking,
[data-dir="index"].spver #earth,
[data-dir="index"].spver #experience,
[data-dir="index"].spver #about {
  background-color: #000;
}

[data-dir="index"] #wildtrip .lead {
  max-width: 460px;
  margin: 0 auto;
}

[data-dir="detail"] .contentInner .copyright a {
  display: inline-block;
}

.business_name {
  font-size: 8px;
  margin-top: 10px;
}

.language {
  font-size: 12px;
  margin-left: 20px;
}

.language select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(255, 255, 255, 0.8);
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.2em;
  line-height: 1.1;
}

.calendarTitle {
  padding-top: 50px;
  font-weight: bold;
}

.calendarWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
}

.calendarWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ytWrap {
  width: 80%;
  max-width: 570px;
  margin: 30px auto;
}

.ytWrap .yt {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
}

.ytWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px auto;
}

.btnList > li {
  width: 48%;
}
