@media screen and (min-width: 768px) {
  .pc-off {
    display: none;
  }
}

.inner {
  margin-right: auto;
  margin-left: auto;
}

.w1080 {
  width: 1080px;
}

@media screen and (max-width: 1080px) {
  .w1080 {
    width: calc(100vw - 48px);
  }
}

#info {
  padding-top: 73px;
  padding-bottom: 64px;
}

@media screen and (max-width: 767px) {
  #info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#info .title {
  margin-bottom: 23px;
  font-family: "A1ゴシック M";
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 34px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #info .title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
}

#info .title span {
  display: inline-block;
}

#info .text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 34px;
  text-align: center;
  color: #211f1f;
}

@media screen and (max-width: 767px) {
  #info .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.plan_box {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .plan_box {
    margin-bottom: 50px;
  }
}

.category-list ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #EEE;
}

.category-list li a {
  display: block;
  padding: 16px 50px;
  color: #333;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

@media screen and (max-width: 767px) {
  .category-list li a {
    padding: 12px 12px;
    font-size: 12px;
  }
}

.category-list li a:hover, .category-list li.on a {
  color: #228DC6;
  border-bottom-color: #228DC6;
}

.design_list {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .design_list {
    padding-top: 50px;
  }
}

.design_list > li {
  display: none;
}

.design_list > li.on {
  display: block;
}

.design_list h3 {
  margin: 0 0 22px;
  padding: 0 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 180%;
  border-left: 4px solid #228DC6;
}

.design_list .left_text {
  margin-bottom: 20px;
  color: #C00;
  font-weight: bold;
}

.design_list .photo_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.design_list .photo_list li {
  margin-right: 26px;
  margin-top: 20px;
  width: calc((100% - 78px) / 4);
}

@media screen and (max-width: 767px) {
  .design_list .photo_list li {
    margin-right: 0;
    width: 100%;
  }
}

.design_list .photo_list li:nth-of-type(1), .design_list .photo_list li:nth-of-type(2), .design_list .photo_list li:nth-of-type(3), .design_list .photo_list li:nth-of-type(4) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .design_list .photo_list li:nth-of-type(2), .design_list .photo_list li:nth-of-type(3), .design_list .photo_list li:nth-of-type(4) {
    margin-top: 20px;
  }
}

.design_list .photo_list li:nth-of-type(4n) {
  margin-right: 0;
}

.design_list .photo_list li a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.design_list .photo_list li a .photo {
  position: relative;
  height: 176px;
  border: solid 1px #EEE;
}

@media screen and (max-width: 1080px) {
  .design_list .photo_list li a .photo {
    height: calc((100vw - 48px - 78px) / 4 / 249 * 176);
  }
}

@media screen and (max-width: 767px) {
  .design_list .photo_list li a .photo {
    height: calc((100vw - 48px) / 249 * 176);
  }
}

.design_list .photo_list li a .photo::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width:25px;
  height: 25px;
  background-image: url(../../img/template-plan/design-template/glass_icon.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

.design_list .photo_list li a .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.design_list .photo_list li a .text {
  margin-top: 15px;
  font-weight: 700;
  color: #333;
  font-size: 12px;
  line-height: 180%;
}




.works_block p.attention {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}








#banner-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  background-color: #90C123;
}

@media screen and (max-width: 767px) {
  #banner-area {
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  #banner-area a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
    width: 90%;
  }
}

#banner-area a img:hover {
  border: solid 2px #D95F7C;
}

@media screen and (max-width: 767px) {
  #banner-area a img {
    width: 100%;
    height: auto;
  }
}

.f_site_menu.list {
  margin-top: 0;
}