/* media query */
nav.navStd ul li.trip a {
  background-color: #f5f5f5;
  color: #222;
}

.anchorArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 668px) {
  .anchorArea ul {
    display: block;
  }
}

.anchorArea ul li {
  padding-right: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 668px) {
  .anchorArea ul li {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 2px;
  }
}

.anchorArea ul li a {
  position: relative;
  display: block;
  font-size: 1.1em;
}

@media screen and (max-width: 800px) {
  .anchorArea ul li a {
    font-size: 100%;
  }
}

.anchorArea ul li a::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_down_black.svg);
  top: calc(50% - 3px);
  right: -20px;
  width: 8px;
  height: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.anchorArea ul li a:hover::after {
  top: 50%;
}

.anchorArea ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 668px) {
  .anchorArea ul li:last-child {
    margin-bottom: 0;
  }
}

section.inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media all and (max-width: 1200px) {
  section.inner {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  section.inner {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.textArea .mb40 {
  margin-bottom: 40px;
}

.textArea .mb30 {
  margin-bottom: 30px;
}

.textArea .mb20 {
  margin-bottom: 20px;
}

.textArea .mb10 {
  margin-bottom: 10px;
}

.textArea .headline_normal {
  font-size: 1.4em;
  padding-bottom: 5px;
  margin: 50px 0 20px;
  border-bottom: 2px solid #222;
}

.textArea .headline_medium {
  font-size: 1.2em;
  padding-bottom: 5px;
  margin: 30px 0 20px;
  border-bottom: 2px solid #888;
}

.textArea .headline_small {
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 1px;
  padding: 0.2rem 1rem;
  border-left: 8px solid #000;
  background-color: #f0f0f0;
}

.textArea h5 {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  width: 120px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
  padding: 0.1rem;
  background-color: #222;
}

.textArea ul.about li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}

@media screen and (max-width: 668px) {
  .textArea ul.about li {
    font-size: 0.9em;
  }
}

.textArea ul.about ul {
  padding: 5px 10px;
}

.textArea ul.about ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}

@media screen and (max-width: 668px) {
  .textArea ul.about ul li {
    font-size: 0.9em;
  }
}

.textArea p.about_t {
  text-align: left;
}

@media screen and (max-width: 668px) {
  .textArea p.about_t {
    font-size: 0.9em;
  }
}

.textArea strong {
  font-weight: bold;
}

.textArea table.tab1 {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
}

@media screen and (max-width: 668px) {
  .textArea table.tab1 {
    font-size: 0.9em;
    border-bottom: 1px solid #ccc;
  }
}

.textArea table.tab1 th, .textArea table.tab1 td {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 180%;
  text-align: left;
}

@media screen and (max-width: 668px) {
  .textArea table.tab1 th, .textArea table.tab1 td {
    border-bottom: none;
  }
}

.textArea table.tab1 th {
  padding: 10px 15px;
  background: #f7f4ea;
}

@media screen and (max-width: 668px) {
  .textArea table.tab1 th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

.textArea table.tab1 td {
  padding: 10px 15px;
}

@media screen and (max-width: 668px) {
  .textArea table.tab1 td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

.textArea table.tab2 {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
}

@media screen and (max-width: 668px) {
  .textArea table.tab2 {
    font-size: 0.9em;
    border-bottom: 1px solid #ccc;
  }
}

.textArea table.tab2 th, .textArea table.tab2 td {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 180%;
}

@media screen and (max-width: 668px) {
  .textArea table.tab2 th, .textArea table.tab2 td {
    border-bottom: none;
  }
}

.textArea table.tab2 th {
  padding: 10px 15px;
  background: #f7f4ea;
  text-align: center;
}

@media screen and (max-width: 668px) {
  .textArea table.tab2 th {
    padding: 10px;
  }
}

@media screen and (max-width: 668px) {
  .textArea table.tab2 th {
    padding: 10px 5px;
  }
}

.textArea table.tab2 td {
  padding: 10px 15px;
  text-align: left;
}

@media screen and (max-width: 668px) {
  .textArea table.tab2 td {
    padding: 10px;
  }
}

.textArea table.tab2 td.tc {
  text-align: center;
}
/*# sourceMappingURL=index.css.map */