img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

#head {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .nopc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .nosp {
    display: none;
  }
}

.wrap {
  max-width: 1080px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 360fr 700fr;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .wrap {
    grid-template-columns: auto;
  }
}

.leftSide {
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .leftSide {
    display: none;
  }
}

.rightSide {
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .rightSide {
    width: 100%;
  }
}

.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;
  }
}

.mainLogo {
  width: 88%;
  margin: 0 auto;
}

.tsuhanButton {
  font-family: "Rounded Mplus 1c";
  font-weight: bolder;
  background-color: #002398;
  line-height: 1.8;
  margin: 10px auto 20px;
  border-radius: 50px;
  width: 180px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .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 {
  display: grid;
  grid-template-columns: minmax(0, 80px) 1fr;
  align-items: center;
  gap: 0 20px;
  border: 1px solid #ccc;
  padding: 25px 10%;
  position: relative;
  text-align: left;
}
.twitter::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 5px;
  border: 5px solid #002398;
}
.twitter__icon {
  overflow: hidden;
  border-radius: 50%;
}
.twitter__text {
  display: grid;
  gap: 3px 0;
}
.twitter__name {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 1rem;
}
.twitter__account {
  display: block;
  font-size: 0.9rem;
}

.twitterButton {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
}
@media only screen and (min-width: 768px) {
  .twitterButton {
    display: none;
  }
}

.menu {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .menu {
    margin: 10px 0;
  }
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 5px;
}
.menu ul li {
  text-align: center;
  width: 100%;
  height: 50px;
  font-family: "Rounded Mplus 1c";
  font-weight: bold;
  font-size: clamp(14px, 2vw, 20px);
}
@media only screen and (max-width: 767px) {
  .menu ul li {
    display: inline-block;
    font-size: 10px;
  }
}
.menu ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background-image: url(/dir/itaku/img/redButton.gif);
}
.menu ul li a:hover {
  text-decoration: underline;
}
.menu ul li:nth-child(1) a {
  background-image: url(/dir/itaku/img/blueButton.gif);
}

.slid {
  margin-bottom: 45px !important;
}
@media only screen and (max-width: 767px) {
  .slid {
    margin-bottom: 40px !important;
  }
}
.slid .block {
  width: 100%;
  max-width: 700px;
}
.slid .block img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slid .slick-slide {
  height: auto;
}
.slid .slick-dots {
  bottom: -50px;
}

.banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
@media only screen and (max-width: 767px) {
  .banner ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.more {
  background: #c50067;
  color: #fff;
  border-radius: 99px;
  max-width: 180px;
  height: 50px;
  text-align: center;
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.95rem;
  cursor: pointer;
  transition: 0.3s;
}
.more:hover {
  background-color: rgb(171.5, 0, 89.6675126904);
}
@media only screen and (max-width: 767px) {
  .more {
    max-width: 150px;
    height: 45px;
    font-size: 0.85rem;
  }
}/*# sourceMappingURL=main_page3.css.map */