.top {
  padding: 70px 0;
  background-color: #fffef5;
}
.top h2 {
  color: #111;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.top .sub {
  color: #9b864c;
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.top .text {
  color: #444;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  margin-top: 30px;
}
.top ul {
  width: 88%;
  display: table;
  margin: 30px auto 0;
}
.top ul li {
  display: table-cell;
  width: 33.3%;
  padding: 0 20px;
  box-sizing: border-box;
}
.top h3 {
  color: #333;
  font-size: 1.2rem;
  margin: 20px 0 10px;
}
.top p.texts {
  font-size: 0.9rem;
  line-height: 1.45rem;
  text-align: left;
  height: 120px;
}
.top figure {
  border-radius: 10px;
  overflow: hidden;
}

.highlights {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.highlights .info {
  display: table-cell;
  width: 45%;
  padding-right: 20px;
  box-sizing: border-box;
  vertical-align: top;
}
.highlights .pic {
  display: table-cell;
  width: 55%;
  box-sizing: border-box;
  vertical-align: top;
}
.highlights h4 {
  font-family: "Shippori Mincho", serif;
  color: #ff0d3c;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.highlights .text {
  font-size: 0.95rem;
  line-height: 1.6rem;
  color: #444;
}

.area {
  padding: 50px 0;
  background-color: #CCFEFF;
}

.tabs {
  display: table;
  width: 90%;
  height: 570px;
  margin: 0px auto;
}
.tabs .list {
  display: table-cell;
  width: 33%;
  vertical-align: top;
  position: relative;
}
.tabs .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tabs .country_point {
  position: absolute;
}
.tabs .content_new {
  display: table-cell;
  width: 67%;
  vertical-align: top;
  position: relative;
  height: 570px;
  z-index: 5;
  overflow: hidden;
  padding-left: 20px;
}
.tabs .title-list {
  position: relative;
  width: 200px;
  height: 50px;
}
.tabs .country_point:after {
  content: "";
  display: block;
  clear: both;
}
.tabs .pin {
  float: left;
  margin: 0 4px;
  width: 15px;
}
.tabs .east {
  top: 8%;
  left: 65%;
}
.tabs .central {
  top: 14%;
  left: 40%;
}
.tabs .west {
  top: 22%;
  left: 15%;
}
.tabs h2 {
  float: left;
  position: relative;
  display: inline-block;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}
.tabs h2 span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  padding: 5px 10px;
  font-size: 0.95rem;
  font-weight: bold;
  z-index: 1;
  border-radius: 3px;
}
.tabs h2::after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  z-index: 0;
  content: "";
  width: 80%;
  height: 12px;
  background-color: rgba(50, 50, 50, 0.2);
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}
.tabs input {
  z-index: 500;
  height: 50px;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  position: relative;
}
.tabs label {
  background: none;
  height: 100%;
  width: 100%;
  padding: 0px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.tabs input:hover + label h2 {
  transform: translateY(-5px);
  color: #ff0d3c;
}
.tabs input:hover + label h2:after {
  width: 60%;
  height: 10px;
}
.tabs label:first-of-type {
  z-index: 6;
}
.tabs .tab-label-2 {
  z-index: 5;
}
.tabs .tab-label-3 {
  z-index: 4;
}
.tabs .tab-label-4 {
  z-index: 3;
}
.tabs .tab-label-5 {
  z-index: 2;
}
.tabs .tab-label-6 {
  z-index: 1;
}
.tabs input:checked + label {
  z-index: 6;
  animation: page 0.2s linear;
}
.tabs input:checked + label h2 {
  color: #ff0d3c;
}

.content-1,
.content-3,
.content-5 {
  transform: translateX(-500px);
}

.content-2,
.content-4,
.content-6 {
  transform: translateX(500px);
}

.content_new .wraps {
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all linear 0.4s;
  width: 100%;
  box-sizing: border-box;
}
.content_new .wraps {
  background-color: #FFFDD3;
  padding: 12px;
  width: 95%;
  box-sizing: border-box;
  box-shadow: 2px 2px 1px 1px #ccc;
}
.content_new .viewed {
  transform: translateX(0px);
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all linear 0.4s;
}
.content_new .box {
  border: #38D0FF 1px solid;
  background-color: #fff;
  padding: 20px 0px 30px 0;
  width: 100%;
  box-sizing: border-box;
}
.content_new li {
  padding: 0 25px;
  box-sizing: border-box;
}
.content_new .title {
  display: table;
  width: 93%;
  margin-bottom: 0px;
  padding-bottom: 5px;
  color: #0d36ff;
  border-bottom: 2px solid #0d36ff;
  margin: 0 auto;
}
.content_new .title p.texts {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  padding-left: 0px;
  color: #444;
  font-size: 0.9rem;
  line-height: 1.45rem;
  box-sizing: border-box;
}
.content_new .title h3 {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  font-size: 1.2rem;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  color: #0d36ff;
  font-family: "Shippori Mincho", serif;
}
.content_new .title div.link {
  display: table-cell;
  vertical-align: top;
  width: 18%;
  padding-left: px;
}
.content_new .title .btn41 {
  float: right;
}

.bx-wrapper .bx-pager {
  width: 40%;
  left: 8%;
}

.photos {
  padding: 50px 0;
  background-color: #fff5f7;
}
.photos .boxs {
  width: 88%;
  margin: 0 auto;
  position: relative;
  padding-top: 44%;
}
.photos .boxs section {
  position: absolute;
  overflow: hidden;
  padding: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.photos .boxs .first {
  width: 42.5%;
  top: 0;
  left: 0;
  height: 65%;
}
.photos .boxs .second {
  width: 25%;
  top: 0%;
  right: 32%;
  height: 31.5%;
}
.photos .boxs .third {
  width: 25%;
  top: 33%;
  right: 32%;
  height: 31.5%;
}
.photos .boxs .forth {
  width: 31%;
  top: 0%;
  right: 0%;
  height: 48.5%;
}
.photos .boxs .fifth {
  width: 31%;
  top: 51%;
  right: 0%;
  height: 48.5%;
}
.photos .boxs .sixth {
  width: 22.5%;
  bottom: 0%;
  left: 0%;
  height: 32%;
}
.photos .boxs .seven {
  width: 22.5%;
  bottom: 0%;
  left: 23%;
  height: 32%;
}
.photos .boxs .eight {
  width: 22.5%;
  bottom: 0%;
  left: 46%;
  height: 32%;
}
.photos .wrap {
  position: relative;
}
.photos .wrap .caption {
  position: absolute;
  bottom: -28px;
  left: 4px;
  width: 240px;
  padding: 4px;
  display: table;
  background-color: rgba(255, 255, 255, 0.98);
  height: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
}
.photos .wrap .caption figure {
  display: table-cell;
  vertical-align: middle;
  width: 16%;
  display: none;
}
.photos .wrap .caption p {
  color: #ff6e9b;
  font-size: 1rem;
  display: table-cell;
  vertical-align: middle;
  width: 84%;
  padding-left: 10px;
  box-sizing: border-box;
  display: none;
}
.photos .wrap:hover .caption {
  bottom: 0px;
  opacity: 1;
}
.photos .wrap:hover figure {
  display: table-cell;
}
.photos .wrap:hover p {
  display: table-cell;
}

.intro {
  margin-bottom: 35px;
}
.intro figure {
  width: 30%;
  margin: 0 auto 15px;
}
.intro p {
  color: #555;
  font-size: 1.05rem;
  line-height: 2.3rem;
  text-align: center;
}

.basic_info {
  padding: 70px 0 30px;
}
.basic_info h2 {
  color: #111;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.basic_info .sub {
  color: #9b864c;
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 30px;
}
.basic_info ul.theme {
  display: table;
  width: 88%;
  margin: 30px auto 40px;
}
.basic_info li.theme {
  display: table-cell;
  vertical-align: top;
  width: 33.3%;
  padding: 0 20px;
  box-sizing: border-box;
}
.basic_info .title {
  position: relative;
  width: 100%;
  height: 32px;
  margin-bottom: 15px;
}
.basic_info .title .icon {
  background-color: #0d36ff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid #FFF;
  position: absolute;
  top: -8px;
  left: -10px;
}
.basic_info .title h3 {
  display: block;
  background-color: #0d36ff;
  width: 100%;
  height: 32px;
  color: #FFF;
  padding: 8px 0 0 55px;
  box-sizing: border-box;
  font-size: 1.1rem;
}
.basic_info .box {
  padding-left: 10px;
}
.basic_info .box li {
  background-image: url(../img/basic/list.png);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  padding-left: 22px;
  margin-bottom: 4px;
  min-height: 20px;
  font-size: 0.9rem;
  line-height: 1.45rem;
  background-position: 0 3px;
}
.basic_info span {
  color: #ff781d;
  font-size: 0.95rem;
  margin-bottom: 5px;
}
.basic_info .text {
  counter-reset: #444;
  font-size: 0.95rem;
  line-height: 1.5rem;
  margin-bottom: 3px;
}

.en .sp_off {
  display: inline;
}
.en .top h2 {
  font-size: 1.8rem;
  font-weight: 500;
}
.en .top .sub {
  font-size: 1.15rem;
  margin-top: 20px;
}
.en .top .text {
  color: #333;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.8rem;
  margin-top: 20px;
}
.en .top p.texts {
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: justify;
  height: 170px;
}
.en .highlights .info {
  width: 43%;
  padding-right: 20px;
}
.en .highlights .pic {
  width: 57%;
}
.en .highlights h4 {
  font-size: 1.3rem;
  font-weight: bold;
}
.en .highlights .text {
  font-size: 0.95rem;
  line-height: 1.45rem;
  color: #333;
  height: 280px;
  overflow-y: scroll;
  padding-right: 20px;
  box-sizing: border-box;
}
.en .content_new .title {
  padding-bottom: 10px;
}
.en .content_new .title p {
  width: 78%;
  font-size: 0.95rem;
  line-height: 1.35rem;
}
.en .content_new .title h3 {
  width: 22%;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.en .tabs .title-list {
  position: relative;
  width: 240px;
  height: 50px;
}
.en .tabs h2 span {
  padding: 5px 10px;
  font-size: 0.9rem;
  font-weight: bold;
  z-index: 1;
  border-radius: 3px;
}
.en .photos .caption {
  width: 240px;
}
.en .photos .caption figure {
  width: 16%;
}
.en .photos .caption p {
  color: #ff6e9b;
  width: 84%;
  font-size: 1.05rem;
  font-weight: bold;
}
.en .photos .second .caption,
.en .photos .third .caption,
.en .photos .fifth .caption,
.en .photos .forth .caption {
  width: 270px;
}
.en .photos .first .caption {
  width: 350px;
}
.en .intro p {
  font-size: 0.95rem;
  line-height: 1.8rem;
}
.en .basic_info {
  padding: 70px 0;
}
.en .basic_info h2 {
  font-size: 1.8rem;
  font-weight: normal;
}
.en .basic_info .sub {
  color: #9b864c;
  font-size: 1.1rem;
  font-weight: normal;
}
.en .basic_info .title {
  height: 32px;
}
.en .basic_info .title h3 {
  height: 32px;
  padding: 7px 0 0 45px;
  font-size: 1.05rem;
}
.en .basic_info .box li {
  font-size: 0.95rem;
  line-height: 1.4rem;
  background-position: 0 3px;
}
.en .basic_info span {
  color: #ff781d;
  font-size: 0.95rem;
  margin-bottom: 5px;
}
.en .basic_info .text {
  counter-reset: #444;
  font-size: 0.9rem;
  line-height: 1.35rem;
  margin-bottom: 3px;
}

@media only screen and (max-width: 1024px) {
  .top {
    padding: 50px 0 30px;
  }
  .top h2 {
    font-size: 1.5rem;
  }
  .top .sub {
    font-size: 1.05rem;
    margin-top: 15px;
  }
  .top .text {
    font-size: 0.9rem;
    line-height: 1.9rem;
    width: 92%;
    margin: 20px auto;
  }
  .top ul {
    display: flex;
    width: 92%;
    margin: 10px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 0px;
  }
  .top ul li {
    display: block;
    width: 100%;
    margin: 0 25px 0 0;
    margin-top: 0px;
    flex: 0 0 42%;
    padding: 0;
    height: auto;
    position: relative;
    overflow: auto;
  }
  .top p.texts {
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: left;
    height: 160px;
  }
  .top h3 {
    color: #333;
    font-size: 1.1rem;
    margin: 20px 0 10px;
  }
  .top figure {
    border-radius: 10px;
    overflow: hidden;
  }
  .highlights {
    display: table;
    width: 100%;
    margin-top: 25px;
  }
  .highlights .info {
    width: 47%;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .highlights .pic {
    display: table-cell;
    width: 53%;
  }
  .highlights h4 {
    font-size: 1.3rem;
  }
  .highlights .text {
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #444;
  }
  .area {
    padding: 50px 0;
    background-color: #CCFEFF;
  }
  .tabs {
    display: block;
    width: 92%;
    height: auto;
    margin: 0px auto;
  }
  .tabs .list {
    display: block;
    width: 60%;
    margin: 0 auto;
    position: relative;
    padding-top: 35%;
  }
  .tabs .content_new {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 580px;
    z-index: 5;
    overflow: hidden;
    padding-left: 0px;
  }
  .tabs .title-list {
    position: relative;
    width: 200px;
    height: 50px;
  }
  .tabs .country_point:after {
    content: "";
    display: block;
    clear: both;
  }
  .tabs .pin {
    float: left;
    margin: 0 4px;
    width: 15px;
  }
  .tabs .east {
    top: 15%;
    left: 70%;
  }
  .tabs .central {
    top: 33%;
    left: 40%;
  }
  .tabs .west {
    top: 55%;
    left: 15%;
  }
  .tabs h2 span {
    font-size: 0.9rem;
  }
  .content_new .wraps {
    padding: 10px;
    width: 98%;
  }
  .content_new .box {
    padding: 20px 0px 30px 0;
  }
  .content_new li {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .content_new .title {
    width: 93%;
    padding-bottom: 10px;
  }
  .content_new .title p.texts {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    display: block;
  }
  .content_new .title h3 {
    width: 30%;
    font-size: 1.15rem;
    display: block;
    text-align: left;
    margin-bottom: 5px;
  }
  .content_new .title div.link {
    display: table-cell;
    vertical-align: top;
    width: 18%;
    padding-left: 0px;
  }
  .content_new .title .btn41 {
    float: right;
  }
  .photos {
    padding: 50px 0;
    background-color: #fff5f7;
  }
  .photos .boxs {
    width: 92%;
    margin: 0 auto;
    position: relative;
    padding-top: 45%;
  }
  .photos .wrap {
    position: relative;
  }
  .photos .wrap .caption {
    position: absolute;
    bottom: -28px;
    left: 4px;
    width: 250px;
    padding: 4px;
    opacity: 0;
  }
  .photos .wrap .caption figure {
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    display: none;
  }
  .photos .wrap .caption p {
    color: #ff6e9b;
    font-size: 0.9rem;
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    padding-left: 10px;
    box-sizing: border-box;
    display: none;
  }
  .photos .wrap:hover .caption {
    bottom: 0px;
    opacity: 1;
  }
  .photos .wrap:hover figure {
    display: table-cell;
  }
  .photos .wrap:hover p {
    display: table-cell;
  }
  .intro {
    width: 95%;
    margin: 0 auto 30px;
  }
  .intro figure {
    width: 50%;
    margin: 0 auto 15px;
  }
  .intro p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
  .basic_info {
    padding: 50px 0;
  }
  .basic_info h2 {
    font-size: 1.6rem;
  }
  .basic_info .sub {
    font-size: 1.05rem;
    margin-top: 15px;
  }
  .basic_info ul.theme {
    width: 94%;
    margin: 20px auto 0;
  }
  .basic_info li.theme {
    padding: 0 10px;
    box-sizing: border-box;
    width: 50%;
  }
  .basic_info li.theme:last-child {
    display: none;
  }
  .basic_info .title {
    position: relative;
    width: 100%;
    height: 32px;
    margin-bottom: 15px;
  }
  .basic_info .title .icon {
    background-color: #0d36ff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid #FFF;
    position: absolute;
    top: -8px;
    left: -10px;
  }
  .basic_info .title h3 {
    padding: 8px 0 0 50px;
    font-size: 1rem;
  }
  .basic_info .box {
    padding-left: 10px;
  }
  .basic_info .box li {
    min-height: 20px;
    font-size: 0.9rem;
    line-height: 1.45rem;
    background-position: 0 3px;
  }
  .basic_info .text {
    counter-reset: #444;
    font-size: 0.9rem;
    line-height: 1.45rem;
    margin-bottom: 3px;
  }
  .en .sp_off {
    display: none;
  }
  .en .top h2 {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .en .top .sub {
    font-size: 1.15rem;
    margin-top: 20px;
  }
  .en .top .text {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-top: 20px;
    text-align: left;
  }
  .en .top p.texts {
    font-size: 0.95rem;
    line-height: 1.45rem;
    text-align: justify;
    height: 240px;
  }
  .en .highlights .info {
    width: 43%;
    padding-right: 20px;
  }
  .en .highlights .pic {
    width: 57%;
  }
  .en .highlights h4 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .en .highlights .text {
    font-size: 0.95rem;
    line-height: 1.45rem;
    color: #333;
    height: 280px;
    overflow-y: scroll;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .en .content_new .title {
    padding-bottom: 10px;
  }
  .en .content_new .title p {
    width: 78%;
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
  .en .content_new .title h3 {
    width: 22%;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .en .tabs .title-list {
    position: relative;
    width: 240px;
    height: 50px;
  }
  .en .tabs h2 span {
    padding: 5px 10px;
    font-size: 0.9rem;
    font-weight: bold;
    z-index: 1;
    border-radius: 3px;
  }
  .en .photos .caption {
    width: 240px;
  }
  .en .photos .caption figure {
    width: 16%;
  }
  .en .photos .caption p {
    color: #ff6e9b;
    width: 84%;
    font-size: 1.05rem;
    font-weight: bold;
  }
  .en .photos .second .caption,
  .en .photos .third .caption,
  .en .photos .fifth .caption,
  .en .photos .forth .caption {
    width: 270px;
  }
  .en .photos .first .caption {
    width: 350px;
  }
  .en .intro p {
    font-size: 0.95rem;
    line-height: 1.8rem;
  }
  .en .basic_info {
    padding: 70px 0;
  }
  .en .basic_info h2 {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .en .basic_info .sub {
    color: #9b864c;
    font-size: 1.1rem;
    font-weight: normal;
  }
  .en .basic_info .title {
    height: 32px;
  }
  .en .basic_info .title h3 {
    height: 32px;
    padding: 7px 0 0 45px;
    font-size: 1.05rem;
  }
  .en .basic_info .box li {
    font-size: 0.95rem;
    line-height: 1.4rem;
    background-position: 0 3px;
  }
  .en .basic_info span {
    color: #ff781d;
    font-size: 0.95rem;
    margin-bottom: 5px;
  }
  .en .basic_info .text {
    counter-reset: #444;
    font-size: 0.9rem;
    line-height: 1.35rem;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 680px) {
  .top {
    padding: 50px 5%;
    box-sizing: border-box;
  }
  .top h2 {
    color: #111;
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
  .top .sub {
    font-size: 1.25rem;
    margin-top: 10px;
  }
  .top .text {
    color: #444;
    text-align: left;
    font-size: 1.1rem;
    line-height: 2rem;
    margin-top: 20px;
    width: 100%;
  }
  .top ul.grid {
    width: 90%;
    margin: 40px 0% 0 10%;
  }
  .top ul.grid li {
    box-sizing: border-box;
    padding: 0 0.5% 0 0;
  }
  .news {
    padding: 50px 0;
  }
  .news .wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .news .wrap .title {
    display: block;
    width: 100%;
    height: 100px;
  }
  .news .wrap .list {
    display: block;
    width: 100%;
  }
  .news ul {
    display: flex;
    width: 100%;
    margin: 10px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 0px;
  }
  .news li {
    display: block;
    width: 100%;
    margin: 0 15px 0 0;
    margin-top: 0px;
    flex: 0 0 75%;
    padding: 0;
    height: auto;
    position: relative;
    overflow: auto;
  }
  .news .date {
    font-size: 1rem;
    margin: 15px 0 10px;
  }
  .news h3 {
    color: #444;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .news h3 span {
    font-size: 1.2rem;
  }
  .news h2 {
    font-size: 1.3rem;
    height: 60px;
    padding-top: 17px;
    width: 70%;
  }
  .news p.sub {
    width: 80%;
    font-size: 1.1rem;
  }
  .highlights {
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }
  .highlights .info {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  .highlights .pic {
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
  .highlights h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .highlights .text {
    font-size: 1.05rem;
    line-height: 1.6rem;
    color: #444;
    margin-bottom: 10px;
    text-align: left;
  }
  .area {
    padding: 50px 3.5% 30px;
    background-color: #CCFEFF;
    box-sizing: border-box;
  }
  .grap figure.main {
    border-color: #FFFFFF;
    background: transparent;
    border-width: 0px;
  }
  .grap figure.main:before,
  .grap figure.main:after {
    display: none;
  }
  .tabs {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  .tabs .list {
    display: block;
    width: 90%;
    margin: 0 0 0 10%;
    position: relative;
    padding-top: 105%;
  }
  .tabs .content_new {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    position: relative;
    height: 960px;
    z-index: 5;
    overflow: hidden;
    padding-left: 0px;
  }
  .tabs .title-list {
    position: relative;
    width: 200px;
    height: 50px;
  }
  .tabs .country_point:after {
    content: "";
    display: block;
    clear: both;
  }
  .tabs .pin {
    float: left;
    margin: 0 4px;
    width: 15px;
  }
  .tabs .kagoshima {
    top: 30%;
    left: 23%;
  }
  .tabs .kirishima {
    top: 20%;
    left: 28%;
  }
  .tabs .ibusuki {
    top: 42%;
    left: 21%;
  }
  .tabs .izumi {
    top: 10%;
    left: 16%;
  }
  .tabs .yakushima {
    top: 85%;
    left: 24%;
  }
  .tabs .amami {
    top: 55%;
    left: 7%;
  }
  .tabs h2 span {
    font-size: 1.05rem;
  }
  .content_new .wraps {
    padding: 10px;
    width: 100%;
  }
  .content_new .box {
    padding: 20px 0px 30px 0;
  }
  .content_new li {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .content_new .title {
    width: 100%;
    padding: 0 15px;
    padding-bottom: 10px;
    text-align: left;
    box-sizing: border-box;
  }
  .content_new .title p.texts {
    width: 100%;
    font-size: 1.05rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    display: block;
  }
  .content_new .title h3 {
    width: 100%;
    font-size: 1.3rem;
    display: block;
    margin-bottom: 10px;
  }
  .content_new .title div.link {
    display: block;
    width: 100%;
  }
  .content_new .title .btn41 {
    float: none;
  }
  .photos {
    padding: 50px 5%;
    background-color: #fff5f7;
  }
  .photos .boxs {
    display: flex;
    width: 100%;
    margin: 10px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 0px;
  }
  .photos .boxs section {
    display: block;
    width: 100%;
    margin: 0 15px 0 0;
    margin-top: 0px;
    flex: 0 0 72%;
    padding: 0;
    height: auto;
    position: relative;
    overflow: auto;
  }
  .photos .boxs .first,
  .photos .boxs .second,
  .photos .boxs .third,
  .photos .boxs .forth,
  .photos .boxs .fifth,
  .photos .boxs .sixth,
  .photos .boxs .seven,
  .photos .boxs .eight {
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
  .photos .boxs figure.main {
    border-width: 0px;
    border-style: solid;
    border-color: #FFFFFF;
    position: relative;
    display: inline-block;
    padding: 0px;
    transition: all 0.4s ease-in-out;
    text-align: center;
    box-sizing: border-box;
    height: 190px;
    overflow: hidden;
    width: 100%;
  }
  .photos .boxs figure.main img {
    position: absolute;
    width: 122%;
    top: 0;
    left: -11%;
  }
  .photos .boxs figure.main:before,
  .photos .boxs figure.main:after {
    display: none;
  }
  .photos .boxs figure.main:hover {
    background-color: #fff;
    border-color: #fff;
    height: 190px;
    overflow: hidden;
  }
  .photos .boxs figure.main:hover:before,
  .photos .boxs figure.main:hover:after {
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    border-color: #22AFB6;
  }
  .photos .boxs figure.main:hover img {
    opacity: 1;
  }
  .photos .wrap {
    position: relative;
  }
  .photos .wrap .caption {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 8px 10px;
    display: table;
    background-color: rgba(255, 255, 255, 0.98);
    height: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    opacity: 1;
  }
  .photos .wrap .caption figure {
    display: table-cell;
    width: 15%;
  }
  .photos .wrap .caption p {
    font-size: 1.155rem;
    display: table-cell;
    width: 85%;
    padding-left: 10px;
    vertical-align: middle;
  }
  .photos .wrap:hover .caption {
    bottom: auto;
    opacity: 1;
  }
  .intro {
    margin-bottom: 20px;
  }
  .intro figure {
    width: 90%;
    margin: 0 auto 15px;
  }
  .intro p {
    color: #444;
    text-align: left;
    font-size: 1.1rem;
    line-height: 2rem;
    margin: 20px auto 0;
    width: 98%;
  }
  .basic_info {
    padding: 50px 0 2.5%;
    box-sizing: border-box;
  }
  .basic_info h2 {
    font-size: 1.8rem;
  }
  .basic_info .sub {
    font-size: 1.2rem;
    margin: 15px 0 20px;
  }
  .basic_info ul.theme {
    display: block;
    width: 95%;
    margin: 20px auto 0;
  }
  .basic_info li.theme {
    display: block;
    width: 95%;
    padding: 0px;
    margin: 0 auto 35px;
    box-sizing: border-box;
  }
  .basic_info li.theme:last-child {
    display: block;
  }
  .basic_info .title {
    position: relative;
    width: 100%;
    height: 34px;
    margin-bottom: 15px;
  }
  .basic_info .title .icon {
    top: -8px;
    left: -10px;
  }
  .basic_info .title h3 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 8px 0 0 55px;
    font-size: 1.2rem;
  }
  .basic_info .box {
    padding-left: 5px;
  }
  .basic_info .box li {
    background-size: 18px 18px;
    padding-left: 23px;
    margin-bottom: 5px;
    min-height: 20px;
    font-size: 1.05rem;
    line-height: 1.65rem;
    background-position: 0 4px;
  }
  .basic_info span {
    font-size: 1.1rem;
    margin-bottom: 7px;
  }
  .basic_info .text {
    font-size: 1.05rem;
    line-height: 1.65rem;
    margin-bottom: 3px;
  }
  .th .top h2 {
    font-size: 1.425rem;
    line-height: 1.8rem;
  }
  .th .top .sub {
    font-size: 1.25rem;
    margin-top: 10px;
  }
  .th .top .text {
    display: none;
  }
  .th .top ul.sps .wrap {
    display: block;
  }
  .th .top ul.sps figure {
    display: block;
    width: 100%;
  }
  .th .top ul.sps .box {
    display: block;
    width: 100%;
    padding-left: 0px;
    vertical-align: top;
    padding-top: 15px;
  }
  .th .top ul.sps h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .th .top ul.sps p {
    display: inline-block;
    font-size: 1.05rem;
    line-height: 1.65rem;
    color: #333;
  }
  .th .highlights .info {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  .th .highlights .pic {
    width: 100%;
    padding-bottom: 20px;
  }
  .th .highlights h4 {
    font-size: 1.25rem;
  }
  .th .highlights .text {
    font-size: 1.05rem;
    line-height: 1.7rem;
  }
  .th .content_new .title p {
    width: 100%;
    font-size: 1.05rem;
    line-height: 1.7rem;
  }
  .th .content_new .title h3 {
    width: 100%;
    font-size: 1.3rem;
  }
  .th .tabs .gifu {
    top: 75%;
    left: -20%;
  }
  .th .tabs .gero {
    top: 36%;
    left: 40%;
  }
  .th .tabs .content_new {
    height: 935px;
  }
  .th .photos .caption {
    width: 100%;
  }
  .th .photos .caption figure {
    width: 15%;
  }
  .th .photos .caption p {
    width: 85%;
    font-size: 1rem;
    font-weight: bold;
  }
  .th .photos .second .caption,
  .th .photos .third .caption,
  .th .photos .fifth .caption,
  .th .photos .forth .caption {
    width: 100%;
  }
  .th .photos .first .caption {
    width: 100%;
  }
  .th .intro p {
    font-size: 1.1rem;
    line-height: 2rem;
  }
  .th .basic_info {
    padding: 30px 0;
  }
  .th .basic_info h2 {
    font-size: 1.8rem;
  }
  .th .basic_info .sub {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .th .basic_info .title {
    height: 32px;
  }
  .th .basic_info .title h3 {
    height: 34px;
    padding: 4px 0 0 50px;
    font-size: 1.25rem;
  }
  .th .basic_info .box li {
    font-size: 1.05rem;
    line-height: 1.7rem;
    background-position: 0 5px;
    padding-left: 25px;
  }
  .th .basic_info span {
    color: #ff781d;
    font-size: 1.1rem;
    line-height: 1.65rem;
    margin-bottom: 7px;
  }
  .th .basic_info .text {
    font-size: 1.05rem;
    line-height: 1.7rem;
    margin-bottom: 3px;
  }
  .en .top h2 {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .en .top .sub {
    font-size: 1.25rem;
    margin-top: 10px;
  }
  .en .top .text {
    display: none;
  }
  .en .news {
    padding: 50px 0;
  }
  .en .news .wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .en .news .wrap .title {
    display: block;
    width: 100%;
    height: 100px;
  }
  .en .news .wrap .list {
    display: block;
    width: 100%;
  }
  .en .news ul {
    display: flex;
    width: 100%;
    margin: 10px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 0px;
  }
  .en .news li {
    display: block;
    width: 100%;
    margin: 0 15px 0 0;
    margin-top: 0px;
    flex: 0 0 75%;
    padding: 0;
    height: auto;
    position: relative;
    overflow: auto;
  }
  .en .news .date {
    font-size: 1rem;
    margin: 15px 0 10px;
  }
  .en .news h3 {
    color: #444;
    font-size: 1.1rem;
    line-height: 1.65rem;
  }
  .en .news h3 span {
    font-size: 1.2rem;
  }
  .en .news h2 {
    font-size: 1.4rem;
    height: 60px;
    padding-top: 17px;
    width: 60%;
  }
  .en .news p.sub {
    width: 80%;
    font-size: 1.15rem;
  }
  .en .highlights .info {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  .en .highlights .pic {
    width: 100%;
    padding-bottom: 30px;
  }
  .en .highlights h4 {
    font-size: 1.4rem;
  }
  .en .highlights .text {
    font-size: 1.12rem;
    line-height: 1.7rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .en .content_new .title p.texts {
    width: 100%;
    font-size: 1.12rem;
    line-height: 1.7rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .en .content_new .title h3 {
    width: 100%;
    font-size: 1.5rem;
  }
  .en .tabs .kagoshima {
    top: 29%;
    left: auto;
    right: 30%;
  }
  .en .tabs .kirishima {
    top: 18%;
    left: auto;
    right: 12%;
  }
  .en .tabs .ibusuki {
    top: 40%;
    left: auto;
    right: 23%;
  }
  .en .tabs .izumi {
    top: 8%;
    left: auto;
    right: 35%;
  }
  .en .tabs .yakushima {
    top: 83%;
    left: auto;
    right: 25%;
  }
  .en .tabs .amami {
    top: 55%;
    left: auto;
    right: 33%;
  }
  .en .tabs .content_new {
    height: 1100px;
  }
  .en .photos .caption {
    width: 100%;
  }
  .en .photos .caption figure {
    width: 15%;
  }
  .en .photos .caption p {
    width: 85%;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .en .photos .second .caption,
  .en .photos .third .caption,
  .en .photos .fifth .caption,
  .en .photos .forth .caption {
    width: 100%;
  }
  .en .photos .first .caption {
    width: 100%;
  }
  .en .intro p {
    font-size: 1.12rem;
    line-height: 1.7rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .en .basic_info {
    padding: 30px 0;
  }
  .en .basic_info h2 {
    font-size: 1.6rem;
  }
  .en .basic_info .sub {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .en .basic_info .title {
    height: 32px;
  }
  .en .basic_info .title h3 {
    height: 34px;
    padding: 4px 0 0 50px;
    font-size: 1.25rem;
  }
  .en .basic_info .box li {
    font-size: 1.1rem;
    line-height: 1.65rem;
    background-position: 0 4px;
    padding-left: 24px;
  }
  .en .basic_info span {
    color: #ff781d;
    font-size: 1.12rem;
    line-height: 1.65rem;
    margin-bottom: 8px;
  }
  .en .basic_info .text {
    font-size: 1.1rem;
    line-height: 1.65rem;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 390px) {
  .top {
    padding: 40px 5%;
  }
  .top h2 {
    color: #111;
    font-size: 1.15rem;
    line-height: 1.8rem;
  }
  .top .sub {
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .top .text {
    font-size: 1rem;
    line-height: 1.7rem;
    margin-top: 15px;
    width: 100%;
  }
  .news {
    padding: 50px 0;
  }
  .news .wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .news .wrap .title {
    display: block;
    width: 100%;
    height: 100px;
  }
  .news .wrap .list {
    display: block;
    width: 100%;
  }
  .news ul {
    display: flex;
    width: 100%;
    margin: 10px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 0px;
  }
  .news li {
    margin: 0 15px 0 0;
    flex: 0 0 77%;
  }
  .news .date {
    font-size: 1rem;
    margin: 15px 0 10px;
  }
  .news h3 {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.6rem;
  }
  .news h3 span {
    font-size: 1.15rem;
  }
  .news h2 {
    font-size: 1.2rem;
    height: 60px;
    padding-top: 17px;
    width: 60%;
  }
  .news p.sub {
    width: 80%;
    font-size: 1rem;
  }
  .highlights {
    margin-top: 15px;
    text-align: left;
  }
  .highlights .pic {
    padding-bottom: 30px;
  }
  .highlights h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .highlights .text {
    font-size: 1rem;
    line-height: 1.55rem;
  }
  .area {
    padding: 50px 4%;
  }
  .tabs {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  .tabs .list {
    width: 90%;
    padding-top: 100%;
    margin: 0 0 0 10%;
  }
  .tabs .content_new {
    height: 950px;
  }
  .tabs .title-list {
    position: relative;
    width: 200px;
    height: 50px;
  }
  .tabs .country_point:after {
    content: "";
    display: block;
    clear: both;
  }
  .tabs .pin {
    float: left;
    margin: 0 4px;
    width: 15px;
  }
  .tabs .kagoshima {
    top: 30%;
    left: 25%;
  }
  .tabs .kirishima {
    top: 19%;
    left: 27%;
  }
  .tabs .ibusuki {
    top: 42%;
    left: 20%;
  }
  .tabs .izumi {
    top: 7%;
    left: 15%;
  }
  .tabs .yakushima {
    top: 87%;
    left: 24%;
  }
  .tabs .amami {
    top: 58%;
    left: 6%;
  }
  .tabs h2 span {
    font-size: 0.95rem;
  }
  .content_new .wraps {
    padding: 10px;
    width: 100%;
  }
  .content_new .box {
    padding: 20px 0px 30px 0;
  }
  .content_new li {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .content_new .title {
    width: 100%;
    padding: 0 15px;
    padding-bottom: 10px;
    text-align: left;
    box-sizing: border-box;
  }
  .content_new .title p.texts {
    font-size: 1rem;
    line-height: 1.55rem;
  }
  .content_new .title h3 {
    width: 100%;
    font-size: 1.3rem;
    display: block;
    margin-bottom: 10px;
  }
  .photos {
    padding: 50px 5%;
    background-color: #fff5f7;
  }
  .photos .boxs section {
    display: block;
    width: 100%;
    margin: 0 15px 0 0;
    flex: 0 0 72%;
  }
  .photos .boxs figure.main {
    height: 165px;
    overflow: hidden;
    width: 100%;
  }
  .photos .boxs figure.main img {
    position: absolute;
    width: 122%;
    top: 0;
    left: -11%;
  }
  .photos .boxs figure.main:hover {
    height: 165px;
    overflow: hidden;
  }
  .photos .wrap {
    position: relative;
  }
  .photos .wrap .caption {
    padding: 8px 10px;
  }
  .photos .wrap .caption figure {
    display: table-cell;
    width: 15%;
  }
  .photos .wrap .caption p {
    display: table-cell;
    font-size: 1rem;
    width: 85%;
  }
  .photos .wrap:hover .caption {
    bottom: auto;
    opacity: 1;
  }
  .intro {
    margin-bottom: 20px;
  }
  .intro figure {
    width: 90%;
    margin: 0 auto 15px;
  }
  .intro p {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-top: 20px;
  }
  .basic_info {
    padding: 50px 0 2.5%;
    box-sizing: border-box;
  }
  .basic_info h2 {
    font-size: 1.5rem;
  }
  .basic_info .sub {
    font-size: 1.2rem;
    margin: 15px 0 20px;
  }
  .basic_info ul.theme {
    display: block;
    width: 95%;
    margin: 20px auto 0;
  }
  .basic_info li.theme {
    display: block;
    width: 95%;
    padding: 0px;
    margin: 0 auto 30px;
  }
  .basic_info .title {
    position: relative;
    width: 100%;
    height: 32px;
    margin-bottom: 15px;
  }
  .basic_info .title .icon {
    top: -8px;
    left: -10px;
  }
  .basic_info .title h3 {
    display: block;
    width: 100%;
    height: 32px;
    padding: 8px 0 0 50px;
    font-size: 1.1rem;
  }
  .basic_info .box {
    padding-left: 5px;
  }
  .basic_info .box li {
    font-size: 1rem;
    line-height: 1.5rem;
    background-position: 0 4px;
    margin-bottom: 7px;
    padding-left: 24px;
  }
  .basic_info span {
    font-size: 1rem;
    margin-bottom: 7px;
  }
  .basic_info .text {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 3px;
  }
  .th .top h2 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .th .top .sub {
    font-size: 1.15rem;
    margin-top: 10px;
  }
  .th .top .text {
    display: none;
  }
  .th .top ul.sps h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .th .top ul.sps p {
    font-size: 1rem;
    line-height: 1.55rem;
  }
  .th .highlights h4 {
    font-size: 1.2rem;
  }
  .th .highlights .text {
    font-size: 1rem;
    line-height: 1.55rem;
  }
  .th .highlights .pic {
    padding-bottom: 30px;
  }
  .th .content_new .title p {
    font-size: 1rem;
    line-height: 1.55rem;
  }
  .th .content_new .title h3 {
    font-size: 1.25rem;
  }
  .th .tabs .gifu {
    top: 75%;
    left: -17%;
  }
  .th .tabs .gero {
    top: 36%;
    left: 40%;
  }
  .th .tabs .content_new {
    height: 910px;
  }
  .th .photos .caption p {
    width: 85%;
    font-size: 1rem;
    font-weight: bold;
  }
  .th .intro p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .th .basic_info {
    padding: 30px 0;
  }
  .th .basic_info h2 {
    font-size: 1.5rem;
  }
  .th .basic_info .sub {
    font-size: 1.2rem;
    margin: 15px 0 20px;
  }
  .th .basic_info .title {
    height: 32px;
  }
  .th .basic_info .title h3 {
    height: 32px;
    padding: 4px 0 0 45px;
    font-size: 1.15rem;
  }
  .th .basic_info .box li {
    font-size: 1rem;
    line-height: 1.55rem;
    background-position: 0 5px;
    padding-left: 25px;
  }
  .th .basic_info span {
    color: #ff781d;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 7px;
  }
  .th .basic_info .text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 3px;
  }
  .en .top h2 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .en .top .sub {
    font-size: 1.15rem;
    margin-top: 10px;
  }
  .en .top .text {
    display: none;
  }
  .en .top ul.sps h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .en .top ul.sps p {
    font-size: 1.05rem;
    line-height: 1.6rem;
  }
  .en .highlights h4 {
    font-size: 1.25rem;
  }
  .en .highlights .text {
    font-size: 1.05rem;
    line-height: 1.6rem;
  }
  .en .highlights .pic {
    padding-bottom: 30px;
  }
  .en .content_new .title p {
    font-size: 1rem;
    line-height: 1.55rem;
  }
  .en .content_new .title h3 {
    font-size: 1.3rem;
  }
  .en .tabs .kagoshima {
    top: 30%;
    left: auto;
    right: 30%;
  }
  .en .tabs .kirishima {
    top: 19%;
    left: auto;
    right: 12%;
  }
  .en .tabs .ibusuki {
    top: 43%;
    left: auto;
    right: 23%;
  }
  .en .tabs .izumi {
    top: 8%;
    left: auto;
    right: 35%;
  }
  .en .tabs .yakushima {
    top: 86%;
    left: auto;
    right: 25%;
  }
  .en .tabs .amami {
    top: 58%;
    left: auto;
    right: 33%;
  }
  .en .tabs .content_new {
    height: 1050px;
  }
  .en .photos .caption p {
    width: 85%;
    font-size: 1rem;
    font-weight: bold;
  }
  .en .intro p {
    font-size: 1.05rem;
    line-height: 1.65rem;
  }
  .en .basic_info {
    padding: 30px 0;
  }
  .en .basic_info h2 {
    font-size: 1.5rem;
  }
  .en .basic_info .sub {
    font-size: 1.2rem;
    margin: 15px 0 20px;
  }
  .en .basic_info .title {
    height: 32px;
  }
  .en .basic_info .title h3 {
    height: 32px;
    padding: 5px 0 0 45px;
    font-size: 1.2rem;
  }
  .en .basic_info .box li {
    font-size: 1rem;
    line-height: 1.6rem;
    background-position: 0 3px;
    padding-left: 25px;
  }
  .en .basic_info span {
    color: #ff781d;
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 8px;
  }
  .en .basic_info .text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 3px;
  }
}/*# sourceMappingURL=style.css.map */