/* media query */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
.fade_in {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

.mv07 {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.bg01 {
  background: url(../../../common/images/bg.jpg) no-repeat center center/cover;
  padding-bottom: 20px;
}

.main_u .main_img {
  background: url(../images/main.jpg) no-repeat center center/cover;
}

.contents {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media all and (max-width: 800px) {
  .contents {
    width: 95%;
  }
}

.sub_nav ul li.privateroom {
  background: #FF4141 !important;
}

h2 {
  padding: 20px 0 17px 0;
  margin-bottom: 30px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Rounded Mplus 1c";
  text-align: center;
  color: #36CBBE;
  letter-spacing: 3px;
  line-height: 1em;
}
h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

.lead {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

ul.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media all and (max-width: 668px) {
  ul.col2 {
    display: block;
  }
}
ul.col2 li {
  width: 49%;
}
@media all and (max-width: 668px) {
  ul.col2 li {
    width: 100%;
  }
}
@media all and (max-width: 668px) {
  ul.col2 li:nth-child(2) {
    margin-top: 30px;
  }
}

h3 {
  background-color: #4d94cb;
  padding: 8px 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

table {
  display: table;
  border-spacing: 0;
  border: 1px solid #ccc;
  width: 100%;
}
@media all and (max-width: 668px) {
  table {
    font-size: 85%;
  }
}
table tr th {
  padding: 10px;
  width: 30%;
  background: #fff6dd;
  border-top: solid 1px #ccc;
  vertical-align: middle;
  line-height: 1.4em;
  text-align: center;
}
@media all and (max-width: 668px) {
  table tr th {
    padding: 5px 10px;
  }
}
table tr th.title {
  background: #5575A1;
  color: #fff;
}
table tr th.title.center {
  text-align: center;
}
table tr td {
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table tr td span {
  display: block;
  font-size: 90%;
}
table tr td p {
  padding-left: 1em;
  text-indent: -1em;
}
table tr td p.red {
  color: #F82A2A;
  font-weight: bold;
}

.inner {
  margin: 30px auto 0;
}
.inner table tr th {
  width: 25%;
}
@media all and (max-width: 668px) {
  .inner table tr th {
    width: 30%;
  }
}

ul.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 50px;
}
@media all and (max-width: 668px) {
  ul.image {
    display: block;
    margin: 30px 0 25px;
  }
}
ul.image.small {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.image.small li {
  width: 32%;
  margin: 10px;
}
@media all and (max-width: 668px) {
  ul.image.small li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
ul.image.small li img {
  width: 100%;
}
ul.image.small li:first-child {
  margin-left: 0;
}
ul.image.small li:nth-child(3) {
  margin-right: 0;
}
ul.image.large {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.image.large li {
  width: 49%;
}
@media all and (max-width: 668px) {
  ul.image.large li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
ul.image.large li img {
  width: 100%;
}