.menu__language {
  position: absolute;
  top: 27.5px;
  right: 120px;
  display: flex;
}

.menu__language-item.active {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.menu__language-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 1rem;
  color: #999999;
  font-weight: 300;
  border-radius: 50%;
  transition: color 0.3s;
  cursor: pointer;
}

header.monolit-header {
  width: 100%;
}

.tabs {
  padding-bottom: 40px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.tab_item {
  width: 16.4%;
  height: 62px;
  background-color: #d9d9d9;
  line-height: 1.5;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #878785;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  padding-top: 13px;
  vertical-align: middle;
  margin-bottom: 2px;
  border-right: solid 2px #fff;
}

.tab_item_1 {
  width: 16.4%;
  height: 62px;
  background-color: #d9d9d9;
  line-height: 62px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #878785;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  vertical-align: middle;
  margin-bottom: 2px;
  border-right: solid 2px #fff;
}


.tab_item:hover {
  opacity: 0.75;
}

.tab_item_1:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  padding: 20px 3px 30px 0;
  clear: both;
  overflow: hidden;
  display: none;
}

#res~#res_content,
#fee~#fee_content,
#arrival~#arrival_content,
#cabins~#cabins_content,
#shisetsu~#shisetsu_content,
#eat~#eat_content,
#pab:checked~#pab_content,
#bringing:checked~#bringing_content,
#safety:checked~#safety_content,
#kinrin:checked~#kinrin_content,
#minasama:checked~#minasama_content,
#pet:checked~#pet_content,
#group:checked~#group_content {
  display: block;
}


.tabs .current {
  background-color: #161312;
  color: #fff;
}

.fabox {
  margin: 2em 0;
  padding: 0;
  max-width: 960px;
  width: 100%;
}


.fabox label {
  display: block;
  margin: 10px 0 10px 0;
  padding: 20px 12px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: #161312;
  cursor: pointer;
  transition: all 0.5s;
}

.fabox label:hover {
  background: #2e2d2d;
  opacity: 0.7;
}

.fabox input {
  display: none;
}


.fabox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.fabox .accshow p {
  font-size: 12px;
  line-height: 3;
  letter-spacing: 1px;
  color: #595757;
}


.accli:checked+label+.accshow {
  height: auto;
  padding: 8px;
  background: #fff;
  opacity: 1;
}

.font_s {
  font-size: 14px;
}

.accshow p a {
  color: #a57a43;
}

.accshow p a:hover {
  color: #a57a43;
  opacity: 0.7;
}

.accshow table {
  margin: 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
  width: 100%;
  max-width: 700px;
}

.accshow table th {
  color: #595757;
  background-color: #d9d9d9;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  letter-spacing: 0.1em;
}

.accshow table td {
  border-top: solid 1px #d9d9d9;
  border-left: solid 1px #d9d9d9;
}

.part-title {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 120%;
  color: #000000;
}

.map_box {
  height: 35vh;
 margin-top: 1em;
 padding-bottom: 1em;
}

iframe{
  width: 100%;
  height: 100%;
}

.box {
  width: 80%;
  margin-left: 10%;
  background: #FFFFFF;
  box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 2em;
}

.one-title {
  margin: 3% 0;
  padding: 0 1%;
  font-style: normal;
  font-weight: 1000;
  font-size: 2em;
  line-height: 120%;
  text-align: justify;
  color: #000000;
}

.box-img img {
  width: 100%;
}

.box-title-color {
  margin: 1em 0 .5em;
  padding-left: 3%;
  padding-top: .25em;
  padding-bottom: .25em;
  font-style: normal;
  font-weight: 1000;
  font-size: 2.75em;
  line-height: 120%;
  text-align: justify;
  color: #fff;
  background-color: #000;
}

.main-box {
  width: 100%
}

.tr {
  display: flex;
  align-items: center;
}

.td-left {
  text-align: center;
  width: 15.625%;
  background-color: #EEEEEE;
  font-style: normal;
  font-weight: 1000;
  font-size: 1.2em;
  line-height: 120%;
  text-align: center;
  color: #000000;
}

.td-right {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 120%;
  color: #000000;
  padding: .5em;
  padding-left: 1em;
}
.share-inner {
  width: 100%;right: 0;
}

@media screen and (max-width: 768px) {

  .box-title-color {
    font-size: 2em;
  }

  .td-left {
    width: 16%;
    font-size: 12px;
  }

  .td-right {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .tab_item {
    width: 49.2%;

  }

  .tab_item_1 {
    width: 49.2%;
  }
}