@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .nopc {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .nopc {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .nopc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .nosp {
    display: none;
  }
}

#head {
  margin-bottom: 0;
}

.topBanner {
  background-image: url(/dir/itaku/img/topBannerBlue.gif);
  height: 30px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .topBanner {
    margin-bottom: 10px;
  }
}

body {
  margin: 0;
  padding: 0;
}

.wrap {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    width: 758px;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap {
    width: 1014px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .wrap {
    width: 1080px;
  }
}

@media only screen and (max-width: 767px) {
  .leftSide {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .leftSide {
    width: 230px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .leftSide {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .leftSide {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
}

.mainLogo {
  width: 88%;
  text-align: cernter;
}

.tsuhanButton {
  font-family: 'Rounded Mplus 1c';
  font-weight: bolder;
  background-color: #002398;
  line-height: 1.8;
  margin: 10px auto;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .tsuhanButton {
    width: 180px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .tsuhanButton {
    width: 150px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .tsuhanButton {
    width: 180px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .tsuhanButton {
    width: 180px;
    font-size: 20px;
  }
}
.tsuhanButton a {
  color: #FFF;
  display: block;
  text-align: center;
  text-decoration: none;
}
.tsuhanButton a:hover {
  text-decoration: underline;
}

.twitter {
  border: 1px solid #CCC;
  padding: 5px 20px 20px 20px;
  position: relative;
  text-align: left;
}
.twitter .twitterHeader a {
  color: #46beba;
}
.twitter .twitterHeader strong {
  font-size: 20px;
}

.twitter:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #002398;
}

.timeline-header {
  display: none;
}

@media only screen and (max-width: 767px) {
  .rightSide {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .rightSide {
    width: 500px;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1024px) {
  .rightSide {
    width: 680px;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1200px) {
  .rightSide {
    width: 700px;
    display: inline-block;
    vertical-align: top;
  }
}

.menu {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .menu {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .menu ul {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .menu ul {
    width: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .menu ul {
    width: 680px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu ul {
    width: 700px;
  }
}
.menu ul li {
  float: left;
  padding: 0;
  margin: 0;
  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;
    display: inline-block;
    margin: 0;
  }
  .menu ul li:nth-of-type(1) {
    width: 30%;
  }
  .menu ul li:nth-of-type(2) {
    width: 30%;
  }
  .menu ul li:nth-of-type(3) {
    width: 33.1%;
  }
}
@media only screen and (min-width: 768px) {
  .menu ul li:nth-of-type(1) {
    width: 150px;
  }
  .menu ul li:nth-of-type(2) {
    width: 150px;
  }
  .menu ul li:nth-of-type(3) {
    width: 190px;
  }
}
@media only screen and (min-width: 1024px) {
  .menu ul li:nth-of-type(1), .menu ul li:nth-of-type(2), .menu ul li:nth-of-type(3) {
    width: 223px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu ul li:nth-of-type(1), .menu ul li:nth-of-type(2), .menu ul li:nth-of-type(3) {
    width: 230px;
  }
}
.menu ul li a {
  background-image: url(/dir/itaku/img/redButton.gif);
  color: #FFF;
  display: block;
  text-decoration: none;
}
.menu ul li a:hover {
  text-decoration: underline;
}
.menu ul li:nth-child(1) {
  margin-right: 5px;
}
.menu ul li:nth-child(1) a {
  background-image: url(/dir/itaku/img/blueButton.gif);
  text-decoration: none;
}
.menu ul li:nth-child(1) a:hover {
  text-decoration: underline;
}
.menu ul li:nth-child(2) {
  margin-right: 5px;
}

.slid {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .slid {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slid .block {
    width: 320px;
    height: auto;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slid .block img {
    width: 320px;
    height: auto;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .slid .block img {
    width: 500px;
    height: auto;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .slid .block img {
    width: 680px;
    height: auto;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .slid .block img {
    width: 700px;
    height: 394px;
    margin: 0 0 10px;
  }
}

.banner {
  width: 100%;
  margin-top: -35px;
}
.banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .banner ul {
    margin-top: 10px;
    width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .banner ul {
    width: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner ul {
    width: 680px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner ul {
    width: 700px;
  }
}
.banner li {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .banner li {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) {
  .banner li {
    width: 32.7%;
  }
}
@media only screen and (min-width: 1024px) {
  .banner li {
    width: 32.7%;
  }
}
@media only screen and (min-width: 1200px) {
  .banner li {
    width: 230px;
  }
}
.banner img {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .banner li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 235px;
  }
}

.twitterButton {
  position: fixed;
  bottom: 5px;
  right: 5px;
}
@media only screen and (min-width: 768px) {
  .twitterButton {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .twitterButton {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .twitterButton {
    display: none;
  }
}
.twitterButton img {
  width: 50px;
}

/*
------------ 追加ボタン ------------- */
.more {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .more {
    width: 30%;
    margin: 15px auto;
    padding: 17px 15px;
    background: #c50067;
    color: #fff;
    border-radius: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .more {
    width: 20%;
    margin: 15px auto;
    padding: 20px;
    background: #c50067;
    color: #fff;
    border-radius: 6px;
  }
  .more:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 1024px) {
  .more {
    width: 20%;
    margin: 15px auto;
    padding: 20px;
    background: #c50067;
    color: #fff;
    border-radius: 6px;
  }
  .more:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 1200px) {
  .more {
    width: 20%;
    margin: 15px auto;
    padding: 20px;
    background: #c50067;
    color: #fff;
    border-radius: 6px;
  }
  .more:hover {
    cursor: pointer;
  }
}

/*
------------ スリックスライダードット ------------- */
.slid_dot {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .slid_dot {
    bottom: -27px;
  }
}
@media only screen and (min-width: 768px) {
  .slid_dot {
    bottom: -27px;
  }
}
@media only screen and (min-width: 1024px) {
  .slid_dot {
    bottom: -8px;
  }
}
@media only screen and (min-width: 1200px) {
  .slid_dot {
    bottom: -8px;
  }
}
.slid_dot li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slid_dot li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slid_dot li button:hover, .slid_dot li button:focus {
  outline: none;
}
.slid_dot li button:hover:before, .slid_dot li button:focus:before {
  opacity: 1;
}
.slid_dot li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 50px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slid_dot li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  .slick-slider {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .slick-slider {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  .slick-slider {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .slick-slider {
    margin-bottom: 50px;
  }
}