@charset "utf-8";
/* CSS Document */
#acd-menu dt {
  position: relative;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#acd-menu dt::before {
  content: '';
  position: absolute;
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
}
#acd-menu .open::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
#acd-menu dd ul li {
  list-style: none;
}
#acd-menu dd ul li a {
  display: block;
  position: relative;
  height: 44px;
  line-height: 44px;
  padding: 0 30px 0 50px;
  background-color: #000;
  font-size: 16px;
  color: #fff;
}
#acd-menu dd ul li a::before {
  content: '';
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #fff;
}
header {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #00ccce;
}
body {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
}
.wrapper {
  max-width: 100%;
  height: auto;
  margin: 0 2% 0 2%;
  padding: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
img.logo_top {
  max-width: 30%;
  margin: 2% 0 0 2%;
  padding: 0;
}
.big {
  font-size: 30px;
  font-weight: bolder;
  font-family: "Arial Black", Gadget, sans-serif;
}
@media screen and (min-width: 0px) and (max-device-width: 320px) {
  .big {
    font-size: 20px;
    font-weight: bolder;
    font-family: "Arial Black", Gadget, sans-serif;
  }
}
.small {
  font-size: 15px;
  font-weight: bolder;
  font-family: "Arial Black", Gadget, sans-serif;
}
@media screen and (min-width: 0px) and (max-device-width: 320px) {
  .small {
    font-size: 10px;
    font-weight: bolder;
    font-family: "Arial Black", Gadget, sans-serif;
  }
}
h1 {
  margin: 0;
  padding: 0;
}
video {
  /*margin: 0 0 50px 0;*/
}
header nav {
  margin-right: -16px;
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 16px;
}
#nav_toggle {
  display: none;
}
/*メニュー部分*/
@media screen and (max-width:960px) {
  nav {
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    background: #000;
    z-index: 101;
    left: 0;
  }
  header nav ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
  header nav ul li {
    list-style: none;
    /*margin: auto 10%;*/
    text-align: left; /*border-bottom: 1px solid #fff;*/
    font-family: "Arial Black", Gadget, sans-serif;
  }
  header nav ul li:last-child {
    border: none;
  }
  header nav ul li a {
    display: block;
  }
}
@media screen and (max-width:960px) {
  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 330px;
    top: 50px;
    cursor: pointer;
    z-index: 101;
  }
  #nav_toggle div {
    position: relative;
    bottom: 42px;
    left: 314px;
  }
  #nav_toggle span {
    display: block;
    height: 5px;
    background: #000;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 12px;
  }
  #nav_toggle span:nth-child(3) {
    top: 24px;
  }
  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.blue {
  width: 100%;
  height: 50px;
  background-color: #00ccce;
  transform: skewY(-9.2deg);
  transform-origin: bottom left;
  position: relative;
  top: -153px;
  z-index: 1;
}
.white {
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: -1;
}
img.triangle {
  max-width: 100%;
}
@media screen and (min-width: 0px) and (max-device-width: 320px) {
  img.triangle {
    max-width: 100%;
    position: relative;
    top: -51px;
    left: 1px;
  }
}
@media screen and (min-width: 321px) and (max-device-width:360px) {
  img.triangle {
    max-width: 100%;
    position: relative;
    top: -57px;
    left: 1px;
  }
}
@media screen and (min-width: 361px) and (max-device-width:375px) {
  img.triangle {
    max-width: 100%;
    position: relative;
    top: -59px;
    left: 1px;
  }
}
@media screen and (min-width: 376px) and (max-device-width:414px) {
  img.triangle {
    max-width: 100%;
    position: relative;
    top: -61px;
    left: 1px;
  }
}
.w_s_m_d {
  width: 100%;
  position: relative;
  top: -120px;
}
@media screen and (min-width: 0px) and (max-device-width: 320px) {
  .w_s_m_d {
    width: 100%;
    position: relative;
    top: -110px;
  }
}
@media screen and (min-width: 321px) and (max-device-width:360px) {
  .w_s_m_d {
    width: 100%;
    position: relative;
    top: -120px;
  }
}
@media screen and (min-width: 376px) and (max-device-width:414px) {
  .w_s_m_d {
    width: 100%;
    position: relative;
    top: -130px;
  }
}
.text_w_s_m_d {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
img.main_pic {
  max-width: 70%;
  margin: auto 15%;
  text-align: center;
}
img.click_here {
  max-width: 70%;
  margin: auto 15%;
  text-align: center;
  position: relative;
  z-index: 100;
}
img.triangle2 {
  max-width: 100%;
  position: relative;
  top: 8px;
}
.content {
  padding: 20px 0 0 0;
  width: 100%;
  height: 300px;
  background-color: #00ccce;
}
.content_text {
  margin: 0 0 0 18px;
  padding: 0;
}
.slider {
  width: 90%;
  margin: auto 5%;
  padding: 30px 10px 0 25px;
  background-color: #fff;
  height: 205px;
  text-align: center;
}
.slider p {
  margin: 0 20% 0 0;
  font-weight: bolder;
  font-family: "Arial Black", Gadget, sans-serif;
}
.slider a {
  color: #000;
  text-decoration: none;
}
.footerlist2 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: bolder;
  font-family: "Arial Black", Gadget, sans-serif;
}
.footerlist2 li {
  width: 90%;
  margin: auto 5%;
  list-style: none;
  text-align: center;
  color: #fff;
}
.fixed_btn {
  position: fixed;
  top: 50%;
  right: -4%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
@media screen and (min-width: 0px) and (max-device-width: 320px) {
  .slider p {
    margin: 0 8% 0 0;
  }
}
@media screen and (min-width: 0px) and (max-device-width: 320px) {
  .slider {
    width: 90%;
    margin: auto 5%;
    padding: 30px 10px 0 10px;
    background-color: #fff;
    height: 205px;
    text-align: center;
  }
}
@media screen and (min-width: 321px) and (max-device-width:360px) {
  .slider {
    width: 90%;
    margin: auto 5%;
    padding: 30px 10px 0 20px;
    background-color: #fff;
    height: 205px;
    text-align: center;
  }
}
@media screen and (min-width: 376px) and (max-device-width:414px) {
  .slider {
    width: 90%;
    margin: auto 5%;
    padding: 30px 10px 0 35px;
    background-color: #fff;
    height: 205px;
    text-align: center;
  }
}
footer {
  width: 100%;
  background-color: #000;
  color: #fff;
}
img.logo_footer {
  max-width: 40%;
  margin: 3% 30% auto 30%;
  text-align: center;
}
.footerlist {
  width: 95%;
  height: auto;
  margin: 3% 5% auto 5%;
  padding: 0;
  text-align: center;
  display: inline-block;
  font-weight: bolder;
  font-family: "Arial Black", Gadget, sans-serif;
}
.footerlist li {
  width: 145px;
  margin: 3% 0 0 6%;
  list-style: none;
  font-size: 16px;
  float: left;
  text-align: left;
}
p.tel {
  width: 100%;
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-device-width: 411px) {
  .footerlist li {
    width: 145px;
    margin: 3% 0 0 6%;
    list-style: none;
    font-size: 16px;
    float: left;
    text-align: left;
  }
  @media screen and (min-width: 0px) and (max-device-width: 375px) {
    .footerlist li {
      width: 145px;
      margin: 0;
      list-style: none;
      font-size: 16px;
      float: left;
      text-align: left;
    }
  }
  @media screen and (min-width: 0px) and (max-device-width: 360px) {
    .footerlist li {
      width: 145px;
      margin: 3% 0 0 6%;
      list-style: none;
      font-size: 16px;
      float: left;
      text-align: left;
    }
  }
  @media screen and (min-width: 0px) and (max-device-width: 320px) {
    .footerlist li {
      width: 145px;
      margin: 0;
      list-style: none;
      font-size: 16px;
      float: left;
      text-align: left;
    }
  }
  .footerlist a {
    color: #fff;
    text-decoration: none
  }
  .tel {
    width: 50%;
    margin: 5% 25%;
    text-align: center;
    color: #fff;
    font-weight: bolder;
    font-family: "Arial Black", Gadget, sans-serif;
  }
  @media screen and (min-width: 0px) and (max-device-width: 320px) {
    .tel {
      width: 70%;
      margin: 5% 15%;
      text-align: center;
      color: #fff;
      font-weight: bolder;
      font-family: "Arial Black", Gadget, sans-serif;
    }
  }
  img.mail {
    max-width: 90%;
  }
  img.mail2 {
    max-width: 90%;
    margin: 10% 5% 0 5%;
    text-align: center;
  }
  .copyright {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #00ccce;
  }
  .copyright p {
    font-size: 12px;
    width: 98%;
    margin: 0 1%;
    padding: 0;
    text-align: center;
    font-family: "Arial Black", Gadget, sans-serif;
  }
  .blue_box {
    width: 100%;
    height: 92px;
  }
}