/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2022 | 10:38:58 */

.under_athome .conditions,
.under_athome .campus {
  margin-bottom: 20px;
  background: #fff;
}

@media screen and (max-width: 479px) {
  .under_athome .conditions,
  .under_athome .campus {
    padding: 15px 10px 18px;
    border: solid 3px #ebebeb;
  }
}

@media all and (min-width: 480px) {
  .under_athome .conditions,
  .under_athome .campus {
    padding: 20px 20px 25px;
    border: solid 4px #ebebeb;
  }
}

.under_athome .conditions h3,
.under_athome .campus h3 {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 5px 45px;
  border-bottom: solid 1px #c3c3c3;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1rem;
}

@media all and (min-width: 480px) {
  .under_athome .conditions h3,
  .under_athome .campus h3 {
    padding: 0 0 5px 60px;
    font-size: 1.375rem;
  }
}

.under_athome .conditions h3 strong,
.under_athome .campus h3 strong {
  font-weight: 600;
  font-size: 1.1875rem;
}

@media all and (min-width: 480px) {
  .under_athome .conditions h3 strong,
  .under_athome .campus h3 strong {
    font-size: 1.625rem;
  }
}

.under_athome .conditions h3:before,
.under_athome .campus h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 35px;
  height: 30px;
}

@media all and (min-width: 480px) {
  .under_athome .conditions h3:before,
  .under_athome .campus h3:before {
    width: 45px;
    height: 40px;
  }
}

.under_athome .campus h3:before {
  background: url("https://wcoop-sumai.re-ws.jp/wp-content/uploads/sites/856/2022/11/ico_top_h3_search_cam.png") no-repeat 0 0;
  background-size: auto 28px;
}

@media all and (min-width: 480px) {
  .under_athome .campus h3:before {
    background: url("https://wcoop-sumai.re-ws.jp/wp-content/uploads/sites/856/2022/11/ico_top_h3_search_cam.png") no-repeat 0 0;
    background-size: auto 38px;
  }
}

@media all and (min-width: 480px) {
  .under_athome .campus .list_campus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .under_athome .campus .list_campus dl {
    margin-bottom: 40px;
  }
  .under_athome .campus .list_campus dl:last-child {
    margin-bottom: 0px;
  }
}

@media all and (min-width: 480px) {
  .under_athome .campus .list_campus dl {
    width: calc((100% / 3) - 15px);
    background: #f8ecec;
  }
}

.under_athome .campus .list_campus dl dt {
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  color: #471414;
}

@media screen and (max-width: 479px) {
  .under_athome .campus .list_campus dl dt {
    padding-bottom: 5px;
    border-bottom: solid 3px #f8ecec;
  }
}

@media all and (min-width: 480px) {
  .under_athome .campus .list_campus dl dt {
    padding-bottom: 10px;
    background: #fff;
  }
}

@media screen and (max-width: 479px) {
  .under_athome .campus .list_campus dl dt:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 22px 0 22px;
    border-color: #f8ecec transparent transparent transparent;
  }
}

.under_athome .campus .list_campus dl dt:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 18px 0 18px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 1;
}

@media screen and (max-width: 479px) {
  .under_athome .campus .list_campus dl dd {
    padding-top: 15px;
  }
}

@media all and (min-width: 480px) {
  .under_athome .campus .list_campus dl dd {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .under_athome .campus .list_campus ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .under_athome .campus .list_campus li {
    width: calc((100% / 3) - 5px);
  }
}

@media all and (min-width: 480px) {
  .under_athome .campus .list_campus li {
    margin-bottom: 15px;
  }
  .under_athome .campus .list_campus li:last-child {
    margin-bottom: 0px;
  }
}

.under_athome .campus .list_campus a {
  display: block;
  position: relative;
  color: #fffbe4;
  text-decoration: none;
  line-height: 1.4;
  -webkit-box-shadow: 0 3px 0 #191919;
          box-shadow: 0 3px 0 #191919;
  border-radius: 20px 0 20px 0;
  background: #900000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media screen and (max-width: 479px) {
  .under_athome .campus .list_campus a {
    padding: 50px 10px 10px 10px;
    border-radius: 10px 0 10px 0;
    text-align: center;
    font-size: 0.875rem;
  }
}

@media all and (min-width: 480px) {
  .under_athome .campus .list_campus a {
    padding: 22px 30px 22px 60px;
    font-size: 0.9375rem;
  }
}

.under_athome .campus .list_campus a:hover {
  background: #d12323;
}

.under_athome .campus .list_campus a:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0px 0 #191919;
          box-shadow: 0 0px 0 #191919;
}

.under_athome .campus .list_campus a:before {
  content: "";
  display: block;
  position: absolute;
}

.under_athome .campus .list_campus a:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f4e9c1;
  border-right: 2px solid #f4e9c1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (min-width: 480px) {
  .under_athome .campus .list_campus a:after {
    right: 20px;
  }
}

.under_athome .campus .list_campus a:before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 479px) {
  .under_athome .campus .list_campus a:before {
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media all and (min-width: 480px) {
  .under_athome .campus .list_campus a:before {
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.under_athome .campus .list_campus .ico_walking a:before {
  background: url("https://wcoop-sumai.re-ws.jp/wp-content/uploads/sites/856/2022/11/ico_top_btn_walking.png") no-repeat center center;
  background-size: auto 35px;
}

.under_athome .campus .list_campus .ico_bicycle a:before {
  background: url("https://wcoop-sumai.re-ws.jp/wp-content/uploads/sites/856/2022/11/ico_top_btn_bicycle.png") no-repeat center center;
  background-size: 35px auto;
}

.under_athome .campus .list_campus .ico_train a:before {
  background: url("https://wcoop-sumai.re-ws.jp/wp-content/uploads/sites/856/2022/11/ico_top_btn_train.png") no-repeat center center;
  background-size: 35px auto;
}

.under_athome .campus .list_campus .ico_campus a:before {
  background: url("https://wcoop-sumai.re-ws.jp/wp-content/uploads/sites/856/2022/11/ico_top_btn_campus.png") no-repeat center center;
  background-size: 35px auto;
}

@media screen and (max-width: 479px) {
  .under_athome .campus .list_campus .tokorozawa ul {
    display: block;
  }
  .under_athome .campus .list_campus .tokorozawa ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .under_athome .campus .list_campus .tokorozawa ul li:last-child {
    margin-bottom: 0px;
  }
  .under_athome .campus .list_campus .tokorozawa ul a {
    border-radius: 20px 0 20px 0;
    text-align: left;
    padding: 15px 30px 15px 60px;
  }
  .under_athome .campus .list_campus .tokorozawa ul a:after {
    right: 15px;
  }
  .under_athome .campus .list_campus .tokorozawa ul a:before {
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 479px) {
  .under_athome .campus .list_campus .tokorozawa ul li.ico_train a {
    padding: 25px 30px 25px 60px;
  }
}

@media all and (min-width: 480px) {
  .under_athome .campus .list_campus .tokorozawa ul li.ico_train a {
    padding: 40px 30px 40px 60px;
  }
}

.under_athome .btn_top_search_route a {
  display: block;
  position: relative;
  color: #F8ECEC;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 16px 30px 16px 20px;
  -webkit-box-shadow: 0 5px 0 #191919;
          box-shadow: 0 5px 0 #191919;
  border-radius: 20px 0 20px 0;
  background: #900000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media all and (min-width: 480px) {
  .under_athome .btn_top_search_route a {
    padding: 25px 60px 25px 20px;
    text-align: center;
    font-size: 1.75rem;
  }
}

.under_athome .btn_top_search_route a:hover {
  background: #d12323;
}

.under_athome .btn_top_search_route a:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 1px 0 #191919;
          box-shadow: 0 1px 0 #191919;
}

.under_athome .btn_top_search_route a:before, .under_athome .btn_top_search_route a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F8ECEC;
  border-right: 2px solid #F8ECEC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (min-width: 480px) {
  .under_athome .btn_top_search_route a:before, .under_athome .btn_top_search_route a:after {
    right: 40px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #F8ECEC;
    border-right: 3px solid #F8ECEC;
  }
}

.under_athome .btn_top_search_route a:after {
  right: 13px;
}

@media all and (min-width: 480px) {
  .under_athome .btn_top_search_route a:after {
    right: 30px;
  }
}

.under_athome .btn_top_search_route a .ico {
  display: block;
  position: relative;
}

.under_athome .btn_top_search_route a .ico:before {
  content: "";
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  margin-right: 15px;
  width: 26px;
  height: 34px;
  background: url("https://wcoop-sumai.re-ws.jp/wp-content/uploads/sites/856/2022/11/ico_top_btn_search_route.png") no-repeat 0 center;
  background-size: 26px auto;
}

@media all and (min-width: 480px) {
  .under_athome .btn_top_search_route a .ico:before {
    margin-right: 30px;
    width: 37px;
    height: 47px;
    background: url("https://wcoop-sumai.re-ws.jp/wp-content/uploads/sites/856/2022/11/ico_top_btn_search_route.png") no-repeat 0 center;
    background-size: 37px auto;
  }
}
/*# sourceMappingURL=athome.css.map */