section.kv .kvSwiper {
  max-height: 768px;
}

section.kv .kvSwiper .key_img {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10;
}

section.kv .kvSwiper .news_box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.88);
  z-index: 10;
}

section.kv .kvSwiper .news_box .news_wrap {
  position: relative;
  padding: 55px 40px 20px 20px;
}

section.kv .kvSwiper .news_box span.newstext {
  font-weight: bold;
  font-size: 3.7rem;
  line-height: 5.6rem;
  color: rgba(0, 23, 67);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 10px;
}

section.kv .kvSwiper .news_box a:hover {
  text-decoration: underline;
}

section.kv .kvSwiper .news_box p.news span {
  color: var(--main);
  font-weight: bold;
}

section.kodawari {
  margin-top: 350px;
  background-image: url(https://kasuitei.jp/cms/wp-content/themes/kasuitei_2022/assets/images/top/kodawari_bg.jpg);
  background-size: cover;
  padding-top: 420px;
  position: relative;
}

section.kodawari .kodawari_img {
  position: absolute;
  top: -250px;
}
section.kodawari .kodawari_img img {
  max-width: 1200px;
  width: 100%;
}

/* section.kodawari .kodawari_content {
  margin-top: 210px;

} */

section.kodawari .kodawari_content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
}

section.kodawari .kodawari_content p {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
section.kodawari .kodawari_content h3.kodawari_head {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
}

section.koshitsu .koshitsu_content .koshitsu_content_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.koshitsu .koshitsu_content .koshitsu_content_box .koshitsu_text h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #333;
}

section.koshitsu .koshitsu_content .koshitsu_content_box .koshitsu_text p {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  max-width: 320px;
  margin-top: 30px;
}

section.koshitsu .koshitsu_content .koshitsu_content_box .kositsu_img {
  margin-right: -133px;
}

section.koshitsu .koshitsu_content_2 {
  margin-top: -50px;
}

section.koshitsu .koshitsu_content_2 .koshitsu_content_box .kositsu_img {
  margin-right: 0;
  margin-left: -133px;
}

section.koshitsu .koshitsu_content_3 {
  margin-top: -50px;
}

.kukan_text {
  margin-top: 50px;
  font-size: 16px;
  line-height: 30px;

}

.kukan_text p {
  margin-top: 20px;
}
.kukan_img{
  margin-top: 30px;
}
section.kukan div.kukan_head h2 {
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #2c2f33;

}

.designer_box {
  border: 3px solid #B19C7F;
  padding: 7px;
  margin-top: 80px;
}

.designers {
  border: 1px solid #B19C7F;
  padding: 59px;
}

.designer_ttl {
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  color: #000;

}

.designer_card {
  display: flex;
}

.disiner_img {
  flex-basis: 210px;
  margin-right: 50px;
  flex-shrink: 0;

}

.designer_name {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  margin-top: 10px;

}

.designer_name span {
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  margin-left: 30px;
}

.designer_desc {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.designer_desc2 {
  margin-top: 10px;
}

.designer_card {
  margin-top: 100px;
}

.designer_card:first-child {
  margin-top: 0;
}

section.course {
  padding-top: 215px;
  margin-top: -50px;
}

section.course h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #000;
}

section.voice h2 {
  text-align: left;
}

section.voice h2 span {
  text-align: left;
}

section.voice .voice_cards {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

section.voice .voice_cards .voice_card {
  width: calc(33.3333% - 55px);
  border: 1px solid #D0C3B2;
  border-left: 10px solid #D0C3B2;
  padding: 30px;
}

section.voice .voice_cards .voice_card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
}

section.voice .voice_cards .voice_card p.name {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  color: #B19C7F;
}

section.voice .voice_cards .voice_card:nth-child(2) {
  position: relative;
  top: 60px;
}

section.voice .voice_cards .voice_card:nth-child(3) {
  position: relative;
  top: 30px;
}

section.other_links .other_link_cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.other_links .other_link_cards .other_link_card {
  width: calc(50% - 30px);
}

section.other_links .other_link_cards .other_link_card:nth-child(3) {
  width: 100%;
  margin-top: 50px;
}

section.news h2 {
  text-align: left;
}

section.news h2 span {
  text-align: left;
}

section.news .news_list {
  margin-top: 40px;
}

section.news .news_list .news_item {
  border-bottom: 1px solid #ABABAB;
}

section.news .news_list .news_item:first-child {
  border-top: 1px solid #ABABAB;
}

section.news .news_list .news_item a {
  display: flex;
  padding: 20px 60px 20px 0;
  transition: all 0.3s;
}

section.news .news_list .news_item a:hover {
  opacity: 0.6;
}

section.news .news_list .news_item .date {
  flex-shrink: 0;
  margin-right: 20px;
}

section.news .news_list .news_item .date span {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #B19C7F;
}

section.news .news_list .news_item .cat {
  flex-shrink: 0;
  margin-right: 20px;
  text-align: center;
  padding-top: 5px;
}

section.news .news_list .news_item .cat span {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #B19C7F;
  display: block;
  padding: 0 10px;
}

section.news .news_list .news_item .title span {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}

section.news .btn {
  border-color: #B19C7F;
}

section.blog h2 {
  text-align: left;
}

section.blog h2 span {
  text-align: left;
}

section.blog .btn_wrap {
  margin-top: 110px;
}

section.blog .blog_cards {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

section.blog .blog_cards .blog_card {
  width: calc(33.3333% - 55px);
}

section.blog .blog_cards .blog_card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #000;
  margin-top: 20px;
}

section.blog .blog_cards .blog_card:nth-child(2) {
  position: relative;
  top: 60px;
}

section.blog .blog_cards .blog_card:nth-child(3) {
  position: relative;
  top: 30px;
}

@media (min-width:768px) and (max-width:1382px) {
  section.koshitsu .koshitsu_content .koshitsu_content_box .kositsu_img {
    margin-right: initial;
    margin-left: initial;
    width: 60%;
  }

  .koshitsu_content_1 .koshitsu_text,
  .koshitsu_content_3 .koshitsu_text {
    padding-right: 20px;
  }

  .koshitsu_content_2 .koshitsu_text {
    padding-left: 20px;
  }

  section.koshitsu .koshitsu_content_2,
  section.koshitsu .koshitsu_content_3 {
    margin-top: 0;
  }


  section.voice .voice_cards .voice_card {
    width: calc(31.3333%);
  }



}

@media screen and (max-width:820px) {
  section.kodawari {
    padding-top: 200px;
  }

  section.course {
    padding-top: 100px;
  }

  section.blog .blog_cards .blog_card {
    width: calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 767px) {
  section.koshitsu .koshitsu_content .koshitsu_content_box {
    flex-wrap: wrap;
  }

  section.koshitsu .koshitsu_content .koshitsu_content_box .kositsu_img {
    margin-right: 0;
    margin-top: 20px;
  }

  section.koshitsu .koshitsu_content_2 .koshitsu_content_box .kositsu_img {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
  }

  section.koshitsu .koshitsu_content_2 .koshitsu_content_box {
    flex-direction: column-reverse;
  }

  section.koshitsu .koshitsu_content_2 {
    margin-top: 20px;
  }

  .koshitsu_text {
    width: 100%;
  }

  section.kv .kvSwiper .news_box span.newstext {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  section.kv .kvSwiper .news_box .news_wrap {
    position: relative;
    padding: 30px 40px 20px 20px;
  }

  section.kv .kvSwiper .news_box p.news span svg {
    width: 8px;
    top: 3px;
    position: relative;
  }

  section.kodawari .kodawari_content p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }

  section.kodawari {
    margin-top: 0;
    padding-top: 50px;
  }

  section.kodawari .kodawari_img {
    position: relative;
    top: 0;
  }

  section.kodawari .kodawari_content h3 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  section.koshitsu .koshitsu_content .koshitsu_content_box .koshitsu_text h3 {
    font-size: 22px;
    line-height: 40px;
  }

  section.koshitsu .koshitsu_content .koshitsu_content_box .koshitsu_text p {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    max-width: none;
    margin-top: 10px;
  }

  section.koshitsu .koshitsu_content_3 {
    margin-top: 20px;
  }

  section.course {
    padding-top: 50px;
    margin-top: 0;
  }

  section.course h3 {
    font-size: 16px;
    line-height: 28px;
  }

  .course_cards .course_card {
    width: 100%;
    margin-top: 25px;
  }

  section.voice .voice_cards {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  section.voice .voice_cards .voice_card {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }

  section.voice .voice_cards .voice_card p {
    font-size: 16px;
    line-height: 22px;
  }

  section.voice .voice_cards .voice_card p.name {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }

  section.voice .voice_cards .voice_card:nth-child(2) {
    position: relative;
    top: 0;
  }

  section.voice .voice_cards .voice_card:nth-child(3) {
    position: relative;
    top: 0;
  }

  section.other_links .other_link_cards .other_link_card {
    width: calc(50% - 5px);
  }

  section.other_links .other_link_cards .other_link_card:nth-child(3) {
    width: 100%;
    margin-top: 5px;
  }

  section.news .news_list {
    margin-top: 20px;
  }

  section.news .news_list .news_item a {
    padding: 15px 0 15px 0;
    flex-wrap: wrap;
  }

  section.news .news_list .news_item .date span {
    font-size: 12px;
    line-height: 18px;
  }

  section.news .news_list .news_item .cat span {
    font-size: 12px;
    line-height: 18px;
  }

  section.news .news_list .news_item .title {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    margin-top: 10px;
  }

  section.news .news_list .news_item .title span {
    font-size: 12px;
    line-height: 18px;
  }

  section.blog .blog_cards {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  section.blog .blog_cards .blog_card {
    width: 100%;
    margin-bottom: 20px;
  }

  section.blog .blog_cards .blog_card p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }

  section.blog .blog_cards .blog_card:nth-child(2) {
    position: relative;
    top: 0;
  }

  section.blog .btn_wrap {
    margin-top: 40px;
  }

  .kodawari_content {
    margin-top: 40px;
  }

  section.other_links {
    padding-top: 0;
  }
  section.kodawari .kodawari_content {
    margin-top: 20px;
}
section.kukan div.kukan_head h2 {
  font-size: 24px;
  line-height: 32px;
}
.designer_card {
  flex-wrap: wrap;
  justify-content: center;

}
.designers {
  padding: 20px;
}
.disiner_img {
  flex-basis: auto;
  margin-right: 0;
  flex-shrink: 0;
}
.designer_card {
  margin-top: 40px;
}
}

/*# sourceMappingURL=top.css.map */

section.blog .blog_cards .blog_card .thumnail {
  position: relative;
  padding-top: 66.5697%;
}

section.blog .blog_cards .blog_card .thumnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}