/* 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%;
  }
}

h2 {
  padding: 100px 0 17px 0;
  margin-bottom: 30px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1em;
  font-family: "Rounded Mplus 1c";
  text-align: center;
  color: #36CBBE;
  letter-spacing: 3px;
}
@media all and (max-width: 800px) {
  h2 {
    padding: 60px 0 17px 0;
  }
}
@media all and (max-width: 668px) {
  h2 {
    font-size: 1.8rem;
  }
}
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);
}
h2 span {
  font-size: 70%;
  line-height: 1em;
}

#family h2 {
  padding: 0 0 17px 0 !important;
}
@media all and (max-width: 800px) {
  #family h2 {
    padding: 0 0 17px 0 !important;
  }
}

#parking h2 {
  padding: 50px 0 17px 0 !important;
}
@media all and (max-width: 800px) {
  #parking h2 {
    padding: 60px 0 17px 0 !important;
  }
}

.junbi {
  background: #ccc;
  text-align: center;
  font-weight: bold;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 150%;
  letter-spacing: 2px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.9;
  border-radius: 5px;
}

h3 {
  background-color: #888;
  padding: 8px 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
  font-family: "Rounded Mplus 1c";
}
@media all and (max-width: 668px) {
  h3 {
    font-size: 1.1rem;
  }
}

span {
  font-weight: bold;
  font-size: 1.1rem;
}
span.font_r {
  color: #F82A2A;
}

.area_club {
  margin-bottom: 50px;
  position: relative;
}
.area_club .txt {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.area_club .block_tokuten table {
  border: 1px solid #ccc;
  margin: 0 auto 20px auto;
  width: 100%;
}
.area_club .block_tokuten table tr {
  border-bottom: 1px solid #ccc;
}
.area_club .block_tokuten table tr th {
  background: #76B4E4;
  vertical-align: middle;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  width: 160px;
}
@media all and (max-width: 668px) {
  .area_club .block_tokuten table tr th {
    display: block;
    width: auto;
  }
}
.area_club .block_tokuten table tr td {
  padding: 10px;
}
@media all and (max-width: 668px) {
  .area_club .block_tokuten table tr td {
    display: block;
    width: auto;
  }
}
.area_club .block_tokuten table tr td span.sup {
  color: #F82A2A;
  font-weight: normal;
  font-size: 1rem;
}
.area_club .block_tokuten .box_get {
  margin-bottom: 20px;
}
.area_club .block_tokuten .box_get dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
@media all and (max-width: 668px) {
  .area_club .block_tokuten .box_get dl {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.area_club .block_tokuten .box_get dl .title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #FF8A8A;
  padding-left: 20px;
  background: url(../../common/images/arrow05.png) no-repeat center left;
  margin-bottom: 10px;
  border-bottom: 1px dashed #FF8A8A;
}
.area_club .block_tokuten .box_get dl dt {
  margin-right: 15px;
  width: 740px;
}
@media all and (max-width: 668px) {
  .area_club .block_tokuten .box_get dl dt {
    margin: 0 0 10px 0;
  }
}
.area_club .block_tokuten .box_get dl dt span {
  font-weight: bold;
}
.area_club .block_tokuten .box_get dl dt .font_r {
  color: #F82A2A;
}
@media all and (max-width: 668px) {
  .area_club .block_tokuten .box_get dl dd {
    margin: 0 auto;
  }
}
.area_club .block_tokuten .box_get .qr_pc {
  display: inline-block;
  width: 100%;
  background-color: #eee;
  padding: 30px;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
.area_club .block_tokuten .box_get .qr_pc img {
  margin-top: 10px;
  width: 200px;
}
@media all and (max-width: 668px) {
  .area_club .block_tokuten .box_get .qr_pc {
    display: none;
  }
}
.area_club .block_tokuten .box_get .qr_sp {
  display: none;
}
@media all and (max-width: 668px) {
  .area_club .block_tokuten .box_get .qr_sp {
    display: inline-block;
    width: 100%;
  }
  .area_club .block_tokuten .box_get .qr_sp a {
    display: block;
    padding: 15px 5px;
    background-color: #F82A2A;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
    font-size: 1.2rem;
    border-radius: 10px;
    max-width: 500px;
    position: relative;
  }
}
.area_club .block_tokuten .caption {
  text-align: center;
  font-weight: bold;
  color: #FF8A8A;
  margin-bottom: 20px;
}
@media all and (max-width: 668px) {
  .area_club .block_tokuten .caption {
    text-align: left;
    font-size: 90%;
  }
}

.box_warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
@media all and (max-width: 668px) {
  .box_warning {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.box_warning dt {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 668px) {
  .box_warning dt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.btn_entry {
  padding: 15px 5px;
  background: #F82A2A;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
  font-size: 1.2rem;
  border-radius: 10px;
  max-width: 500px;
  position: relative;
}
.btn_entry a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn_entry.a_none {
  pointer-events: none;
  background: #ccc;
}
.btn_entry.a_none:hover {
  opacity: 1;
}
.btn_entry:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.area_family {
  margin-bottom: 50px;
  position: relative;
}
.area_family .block_family table {
  border: 1px solid #ccc;
  margin: 0 auto 20px auto;
  width: 100%;
}
.area_family .block_family table tr {
  border-bottom: 1px solid #ccc;
}
.area_family .block_family table tr th {
  background: #FF6C6C;
  vertical-align: middle;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  width: 160px;
  font-size: 1.1rem;
}
@media all and (max-width: 668px) {
  .area_family .block_family table tr th {
    display: block;
    width: auto;
  }
}
.area_family .block_family table tr td {
  padding: 10px;
}
@media all and (max-width: 668px) {
  .area_family .block_family table tr td {
    display: block;
    width: auto;
  }
}
.area_family .block_family table tr td .intro {
  margin-bottom: 10px;
}
.area_family .block_family table tr td .intro_example {
  margin: 10px 0;
}
.area_family .block_family table tr td .intro_example span {
  font-weight: bold;
  font-size: 1rem;
}
.area_family .block_family table tr td .intro_example span.font_r {
  color: #F82A2A;
}
.area_family .block_family table tr td .period {
  background: #ccc;
  padding: 5px;
  font-weight: bold;
}
.area_family .block_family table tr td .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  margin-bottom: 15px;
}
@media all and (max-width: 668px) {
  .area_family .block_family table tr td .box {
    display: block;
  }
}
.area_family .block_family table tr td .box ul {
  width: 50%;
  margin: 0 5px;
}
@media all and (max-width: 668px) {
  .area_family .block_family table tr td .box ul {
    width: 100%;
  }
}
.area_family .block_family table tr td .box ul li {
  padding: 5px;
  border-bottom: 1px dashed #ccc;
}
@media all and (max-width: 668px) {
  .area_family .block_family table tr td .box ul li {
    text-align: center;
  }
}
.area_family .block_family table tr td .caption {
  color: #F82A2A;
}
.area_family .block_family table tr td .box_example {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.area_family .block_family table tr td .box_example .example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}
@media all and (max-width: 668px) {
  .area_family .block_family table tr td .box_example .example {
    display: block;
  }
}
.area_family .block_family table tr td .box_example .example dt {
  width: 50%;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
}
@media all and (max-width: 668px) {
  .area_family .block_family table tr td .box_example .example dt {
    width: auto;
    border-right: none;
  }
}
.area_family .block_family table tr td .box_example .example dd {
  padding: 5px 10px;
}
@media all and (max-width: 668px) {
  .area_family .block_family table tr td .box_example .example dd {
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
  }
}
.area_family .block_family table tr td .box_example .example dd.last {
  border-bottom: none;
}

.area_campaign .txt {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.area_campaign .block_campaign table {
  border: 1px solid #ccc;
  margin: 0 auto 20px auto;
  width: 100%;
}
.area_campaign .block_campaign table tr {
  border-bottom: 1px solid #ccc;
}
.area_campaign .block_campaign table tr th {
  background: #fbb034;
  vertical-align: middle;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  width: 160px;
}
@media all and (max-width: 668px) {
  .area_campaign .block_campaign table tr th {
    display: block;
    width: auto;
  }
}
.area_campaign .block_campaign table tr td {
  padding: 10px;
}
@media all and (max-width: 668px) {
  .area_campaign .block_campaign table tr td {
    display: block;
    width: auto;
  }
}
.area_campaign .block_campaign .caption {
  text-align: center;
  font-weight: bold;
  color: #FF8A8A;
  margin-bottom: 20px;
}
@media all and (max-width: 668px) {
  .area_campaign .block_campaign .caption {
    text-align: left;
    font-size: 90%;
  }
}

@media all and (max-width: 668px) {
  .sub_nav li {
    font-size: 80%;
    line-height: 1.2em;
  }
}