body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

.txtsite {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.plansite {
  text-align: center;
}

.tableplan {
  border-collapse: collapse;
  margin: -10px -50px auto;
  padding: 0;
  width: 1200px;
  table-layout: fixed;
}

.plancen {
  text-align: center;
}

.planop {
  text-align: center;
}

.tableplan tr {
  background-color: #fff;
  padding: 0.35em;
  border: 2px solid #eee;
}
.tableplan tr:last-child {
  border: none;
}
.tableplan th {
  padding: 2em;
  border-right: 2px solid #fff;
}
.tableplan td {
  padding: 2em 0.5em;
  border-right: 2px solid #eee;
}
.tableplan th {
  font-size: 0.85em;
}
.tableplan thead tr {
  background-color: #50535d;
  color: #fff;
}
.tableplan tbody th {
  border-right: 2px solid #eee;
  background-color: #50535d;
  color: #fff;
}
th.non {
  border-right: none;
}
.txt {
  text-align: left;
  font-size: 0.85em;
}
.price {
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}
.price span {
  font-size: 0.6em;
}

.red_bk {
  background: #e81010;
  text-align: center;
  color: #fff;
}
.red-txt {
  color: #e81010;
}
.black_bk {
  background: #7a7f85;
  text-align: center;
  color: #fff;
}
.btn {
  background: #e81010;
  border: 2px solid #e81010;
  color: #fff;
  padding: 1em;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  font-size: 0.8em;
}
.btn:hover {
  background: #fff;
  border: 2px solid #e81010;
  color: #e81010;
  transition: 0.2s;
}
table .btnarea td {
  padding: 0.2em 0.5em;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .wrap {
    overflow-x: scroll;
  }
}

.sample_02 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.sample_02 th {
  width: 25%;
  padding: 4px;
  text-align: center;
  vertical-align: top;
  background-color: #50535d;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #fff;
}
.sample_02 td {
  padding: 4px;
  background-color: #fafafa;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .sample_02 {
    width: auto;
  }
}

.sitekos {
  width: 45%;
  text-align: center;
}

.plansitekos {
  width: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plansitekos {
    width: 5%;
    text-align: center;
  }
  .table {
    margin: auto;
  }

  .sitekos {
    width: 60%;
    text-align: center;
  }
}

.pas {
  display: inline;
}

.logosite {
  height: 80px;
}

@media screen and (max-width: 767px) {
  .logosite {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .tableplan,
  .tableplan th,
  .tableplan td {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .tbl-r05,
  .tbl-r05 td,
  .tbl-r05 tr,
  .tbl-r05 td:first-child,
  .tbl-r05 td:before {
    display: none;
  }
}

.tbl-r05 td:first-child {
  background: #fbf5f5;
}
@media screen and (max-width: 767px) {
  .tbl-r05 {
    border-collapse: collapse;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    padding: 0.35em;
    border: 2px solid #eee;
  }
  .tbl-r05 td {
    display: block;
    text-align: left;
    width: 100%;
    padding: 2em 0.5em;
    border: solid 1px #50535d;
  }
  .tbl-r05 td:first-child {
    border-right: 2px solid #eee;
    background-color: #50535d;
    color: #fff;
    text-align: center;
    border: solid 1px #50535d;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: center;
    font-weight: bold;
    margin-right: 10px;
  }
}

img.topplan {
  width: 100%;
  height: 720px;
}

.c-hd_txt {
  line-height: 1.4;
  flex: 1;
}

h2 {
  position: relative;
  display: inline-block;
  padding: 0px 70px;
  text-align: center;
}
h2::before,
h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #000000;
  clear: center;
}

h2::before {
  left: 0;
}
h2::after {
  right: 0;
}

.ec {
  background-color: #fff0e6;
  padding: 100px 0;
}

.ec_top_text {
  padding-top: 50px;
}

.ec_top h3 {
  margin-bottom: 30px;
}

.ec_top h4 {
  margin-bottom: 30px;
}

.ec_top p {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .ec_top {
    display: block;
  }
}

.ec_card {
  margin: 70px 0;
}

.ec_work {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .ec_work {
    display: block;
  }
}

.movie {
  background-color: #cce7ff;
  padding: 100px 0;
}

.movie_content {
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  .movie_content {
    display: block;
  }
}

.movie_tbox {
  padding: 5%;
}

.movie_tbox h3 {
  color: #0059a8;
  font-weight: bold;
}
.movie_box {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .movie_box {
    display: block;
  }
}

.movie_list {
  background-color: #fff;
  margin: 0 20px;
  border-radius: 10px;
  padding: 1%;
  width: calc(25% - 1.5rem);
}

@media screen and (max-width: 768px) {
  .movie_list {
    width: 100%;
    margin: 20px 0;
  }
}

.movie_list h5 {
  text-align: center;
  font-weight: bold;
}
