@media only screen and (min-width: 768px) {
  .nopc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .nosp {
    display: none;
  }
}

#head {
  margin-bottom: 0;
}

.topBanner {
  background-image: url(/dir/itakudoujin/img/topBannerGreen.gif);
  height: 30px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .topBanner {
    margin-bottom: 10px;
  }
}

.wrap {
  width: 1080px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 320px;
  }
}

.menu {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .menu {
    margin-bottom: 10px;
  }
}
.menu img {
  float: left;
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .menu img {
    float: none;
    width: 80%;
    margin-bottom: 10px;
  }
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 0 auto;
  float: right;
}
@media only screen and (max-width: 767px) {
  .menu ul {
    float: none;
  }
}
.menu ul li {
  min-width: 230px;
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-family: 'Rounded Mplus 1c';
  font-weight: bolder;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .menu ul li {
    min-width: 1px;
    font-size: 10px;
    float: none;
    width: 30%;
    display: inline-block;
    margin: 0;
  }
}
.menu ul li a {
  background-image: url(/dir/itakudoujin/img/pinkButton.gif);
  color: #FFF;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .menu ul li a {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.menu ul li a:hover {
  text-decoration: underline;
}
.menu ul .currentPage a {
  background-image: url(/dir/itakudoujin/img/greenButton.gif);
  text-decoration: none;
}
.menu ul .currentPage a:hover {
  text-decoration: underline;
}

.spFull {
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .spFull {
    display: none;
  }
}

.buttons {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 0 auto;
}
.buttons li {
  display: inline-block;
  padding: 0;
  margin: 10px 10px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-family: 'Rounded Mplus 1c';
  font-weight: bolder;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .buttons li {
    font-size: 14px;
    display: list-item;
  }
}
.buttons li a {
  padding: 0 20px;
  background-color: #dc0001;
  color: #FFF;
  display: block;
  border-radius: 20px;
  text-decoration: none;
}
.buttons li a:hover {
  text-decoration: underline;
}

h1 {
  background-color: #002397;
  text-align: left;
  color: #FFF;
  font-family: 'Rounded Mplus 1c';
  font-size: 18px;
  font-weight: bolder;
  padding: 3px 0 3px 100px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  h1 {
    padding-left: 20px;
  }
}

.tuyomi {
  text-align: left;
  margin-bottom: 10px;
  font-family: 'Rounded Mplus 1c';
  font-weight: bolder;
}
.tuyomi .number {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 75px;
  background-color: #dc0001;
  color: #FFF;
  font-size: 60px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .tuyomi .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 30px;
    margin-right: 5px;
    margin-left: 10px;
  }
}
.tuyomi .information {
  text-align: left;
  display: inline-block;
  width: 950px;
}
@media only screen and (max-width: 767px) {
  .tuyomi .information {
    width: 260px;
  }
}
.tuyomi .information p, .tuyomi .information td {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-family: inherit;
  font-weight: inherit;
}
@media only screen and (max-width: 767px) {
  .tuyomi .information p, .tuyomi .information td {
    font-size: 12px;
  }
}
.tuyomi .information p:nth-child(1) {
  font-size: 28px;
  color: #000;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .tuyomi .information p:nth-child(1) {
    font-size: 20px;
  }
}
.tuyomi .information p:nth-child(1) span {
  color: #dc0001;
}
.tuyomi .information td {
  padding-left: 10px;
}

.tuyomiHolder {
  position: relative;
}
.tuyomiHolder img {
  position: absolute;
  bottom: -10px;
  z-index: -1;
  right: 0;
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .tuyomiHolder img {
    right: 10px;
    height: 100px;
  }
}

.address {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .address {
    padding: 0 10px;
  }
}

.contact div:nth-child(1) {
  text-align: left;
  padding-left: 45px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contact div:nth-child(1) {
    padding-left: 10px;
  }
}
.contact div:nth-child(2) {
  border-right: solid 2px #CCC;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .contact div:nth-child(2) {
    border-right: none;
    width: auto;
  }
}
.contact .rule {
  width: 95%;
  height: 3px;
  background-color: #CCC;
  margin: 10px auto;
}

.staffChat {
  text-align: left;
  margin: 10px 0 0 0;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .staffChat {
    padding-left: 5px;
  }
}
.staffChat img {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .staffChat img {
    vertical-align: bottom;
  }
}
.staffChat blockquote {
  display: inline-block;
  vertical-align: middle;
  background-color: #d5d5d6;
  padding: 15px;
  position: relative;
  border-radius: 20px;
  margin: inherit;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .staffChat blockquote {
    width: 160px;
  }
}
.staffChat blockquote:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -15px;
  border: 15px solid transparent;
  border-right-color: #d5d5d6;
  border-bottom-color: #d5d5d6;
  display: block;
  width: 0px;
}
