/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2025 | 07:35:34 */
@charset "UTF-8";
.Toppage {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.Toppage img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
}
.Toppage .es_search_list_block h2 {
  display: none;
}
.Toppage .es_search_list_block .bt_group {
  margin: 5px 0 20px;
}
.Toppage .page-header {
  display: none;
  height: 0;
  border-bottom: none;
  margin: 0;
  max-width: 0;
  padding: 0;
}
.Toppage a:hover img {
  transform: scale(1);
}

#primary {
  padding-bottom: 0px !important;
}

.Toppage .top_wrap {
  letter-spacing: 0.03em;
}
.Toppage .top_wrap a:hover {
  text-decoration: none !important;
}
.Toppage .top_wrap a {
  color: #000;
}
.Toppage .top_wrap p {
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .pc_only {
    display: none;
  }
}
.Toppage .top_wrap .sp_only {
  display: none;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .sp_only {
    display: block;
  }
}
.Toppage .top_wrap .fs18 {
  font-size: 1.125rem; /*18px*/
}
.Toppage .top_wrap .fs28 {
  font-size: 1.75rem; /*28px*/
}
.Toppage .top_wrap .lh_s {
  line-height: 1.5;
}
.Toppage .top_wrap .color_blue {
  color: #2C6CC6;
}
.Toppage .top_wrap .search {
  background-color: #EAF8FF;
  padding: 35px 0 60px 0;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search {
    padding: 30px 0 10px 0;
  }
}
.Toppage .top_wrap .search .search_inner {
  width: 1180px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner {
    width: 95%;
  }
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .map_txt {
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding: 0 60px;
  }
  .Toppage .top_wrap .search .search_inner .map_txt::before {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 4px;
    background-color: #2C6CC6;
    transform: rotate(55deg);
  }
  .Toppage .top_wrap .search .search_inner .map_txt::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 4px;
    background-color: #2C6CC6;
    transform: rotate(-55deg);
  }
  .Toppage .top_wrap .search .search_inner .map_txt::before {
    left: 0;
  }
  .Toppage .top_wrap .search .search_inner .map_txt::after {
    right: 0;
  }
}
.Toppage .top_wrap .search .search_inner .h2_top01 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 2rem;
}
.Toppage .top_wrap .search .search_inner .h2_top01::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_erea.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .h2_top01 {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
  .Toppage .top_wrap .search .search_inner .h2_top01::before {
    width: 30px;
    height: 30px;
  }
}
.Toppage .top_wrap .search .search_inner .search_tabArea .tab_region {
  display: none;
  border: 3px solid #42ABFF;
  border-radius: 25px;
  padding: 10px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .search_tabArea .tab_region {
    margin: 0 calc(50% - 50vw);
    border-radius: 0px;
    border: none;
    padding: 0;
  }
}
.Toppage .top_wrap .search .search_inner .search_tabArea .tab_region .map_erea {
  display: flex;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .search_tabArea .tab_region .map_erea {
    display: block;
  }
}
.Toppage .top_wrap .search .search_inner .search_tabArea .tab_region .map_erea .map {
  width: 710px;
  height: auto;
  position: relative;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .search_tabArea .tab_region .map_erea .map {
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
  }
}
.Toppage .top_wrap .search .search_inner .search_tabArea .tab_region .map_erea .map #regular,
.Toppage .top_wrap .search .search_inner .search_tabArea .tab_region .map_erea .map #south,
.Toppage .top_wrap .search .search_inner .search_tabArea .tab_region .map_erea .map #west {
  position: absolute;
  top: 0;
  opacity: 0;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .search_tabArea .tab_region .map_erea .map #regular img,
.Toppage .top_wrap .search .search_inner .search_tabArea .tab_region .map_erea .map #south img,
.Toppage .top_wrap .search .search_inner .search_tabArea .tab_region .map_erea .map #west img {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .search_tabArea .tab_region .map_erea .map .map_link {
    margin: 0 auto;
    position: relative;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search {
  margin: 48px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search {
    display: block;
    margin: 30px 0 0;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku {
  border: #42ABFF 3px solid;
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
  position: relative;
  width: 33.3333333333%;
  height: 241px;
  text-align: center;
  border-radius: 20px;
  transition: 0.3s;
  position: relative;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2901960784);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku {
    background-size: 88px;
    width: 100%;
    height: 110px;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .btn_image01 {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  height: 146px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .btn_image01 {
    overflow: hidden;
    width: 88px;
    height: 88px;
    border-radius: 6px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .btn_image01 img {
  transform: scale(1.3);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -86px;
  left: 0px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .btn_image01 img {
    transform: scale(1.8);
    top: 4px;
    left: 0px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .ico_emp {
  position: absolute;
  top: 171px;
  right: 65px;
  width: 22px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .ico_emp {
    top: 18px;
    right: 90px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .btn_menu_title01 {
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 60px;
  font-size: 1.375rem; /*22px*/
  z-index: 10;
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .btn_menu_title01 .fc_blue02 {
  color: #42ABFF;
  font-size: 1.875rem; /*30px*/
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .btn_menu_title01 .fc_blue02 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .btn_menu_title01 {
    font-size: 1rem;
    bottom: inherit;
    top: 32%;
    left: 120px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .btn_menu_title01::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 41px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_tsugaku.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 0px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .btn_menu_title01::before {
    width: 20px;
    height: 28px;
    background-size: contain;
    transform: translateY(-4px);
    margin-right: 10px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .btn_menu_title01::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_plus01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 100px;
  transform: translateY(7px);
  position: absolute;
  right: -55px;
  bottom: 20px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .btn_menu_title01::after {
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    margin-right: 0px;
    right: -35px;
    bottom: 13px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .search_menu01 {
  border-right: 3px solid #42ABFF;
  border-left: 3px solid #42ABFF;
  border-bottom: 3px solid #42ABFF;
  position: absolute;
  width: calc(100% + 6px);
  background-color: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: none;
  z-index: 1;
  padding: 25px;
  top: 220px;
  right: -3px;
  font-weight: bold;
  text-align: left;
  box-shadow: 2px 5px 5px rgba(127, 127, 127, 0.29);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .search_menu01 {
    width: 101.7%;
    top: 96px;
    z-index: 100;
    padding: 15px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .search_menu01 li {
  background-color: #42ABFF;
  border-radius: 7px;
  position: relative;
  margin-bottom: 10px;
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .search_menu01 li:hover {
  background-color: #3a9ae8;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .search_menu01 li {
    margin-bottom: 12px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .search_menu01 li:last-child {
  margin-bottom: 0px;
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .search_menu01 li a {
  color: #fff;
  font-size: 20px;
  display: block;
  height: 100%;
  width: 100%;
  padding: 25px 0 25px 30px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .search_menu01 li a {
    font-size: 16px;
    padding: 15px 0 15px 25px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .search_menu01 li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow02.png);
  background-size: 80%;
  background-repeat: no-repeat;
  right: 30px;
  top: 37%;
  transition: 0.3s all;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .search_menu01 li a::after {
    width: 23px;
    height: 23px;
    right: 20px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_tsugaku .search_menu01 li a:hover::after {
  transform: translate(8px, 0px);
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku {
  border: #42ABFF 3px solid;
  background-color: #fff;
  padding: 10px;
  margin: 0 14px;
  cursor: pointer;
  position: relative;
  width: 33.3333333333%;
  height: 241px;
  text-align: center;
  border-radius: 20px;
  transition: 0.3s;
  position: relative;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2901960784);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_kakaku {
    background-size: 88px;
    width: 100%;
    height: 110px;
    padding: 10px 0 10px 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .btn_image02 {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  height: 146px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .btn_image02 {
    overflow: hidden;
    width: 88px;
    height: 88px;
    border-radius: 6px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .btn_image02 img {
  transform: scale(1.3);
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -86px;
  left: 0px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .btn_image02 img {
    transform: scale(1.8);
    top: 4px;
    left: 0px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .ico_emp {
  position: absolute;
  top: 171px;
  right: 65px;
  width: 22px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .ico_emp {
    top: 20px;
    right: 100px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .btn_menu_title02 {
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 80px;
  font-size: 1.375rem; /*22px*/
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .btn_menu_title02 .fc_blue02 {
  color: #42ABFF;
  font-size: 1.875rem; /*30px*/
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .btn_menu_title02 .fc_blue02 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .btn_menu_title02 {
    bottom: inherit;
    left: 122px;
    top: 32%;
    font-size: 1rem;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .btn_menu_title02::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 41px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_kakaku.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .btn_menu_title02::before {
    width: 26x;
    height: 30px;
    background-size: contain;
    transform: translateY(0px);
    margin-right: 0px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .btn_menu_title02::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_plus01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 100px;
  transform: translateY(7px);
  position: absolute;
  right: -55px;
  bottom: 20px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .btn_menu_title02::after {
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    right: -47px;
    margin-right: 0px;
    bottom: 13px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .search_menu02 {
  border-right: 3px solid #42ABFF;
  border-left: 3px solid #42ABFF;
  border-bottom: 3px solid #42ABFF;
  position: absolute;
  width: calc(100% + 6px);
  background-color: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: none;
  z-index: 1;
  padding: 25px;
  top: 220px;
  right: -3px;
  font-weight: bold;
  text-align: left;
  box-shadow: 2px 5px 5px rgba(127, 127, 127, 0.29);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .search_menu02 {
    width: 101.7%;
    top: 96px;
    z-index: 100;
    padding: 15px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .search_menu02 li {
  background-color: #42ABFF;
  border-radius: 7px;
  position: relative;
  margin-bottom: 10px;
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .search_menu02 li:hover {
  background-color: #3a9ae8;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .search_menu02 li {
    margin-bottom: 12px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .search_menu02 li:last-child {
  margin-bottom: 0px;
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .search_menu02 li a {
  color: #fff;
  font-size: 20px;
  display: block;
  height: 100%;
  width: 100%;
  padding: 25px 0 25px 30px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .search_menu02 li a {
    font-size: 16px;
    padding: 15px 0 15px 25px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .search_menu02 li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow02.png);
  background-size: 80%;
  background-repeat: no-repeat;
  right: 30px;
  top: 37%;
  transition: 0.3s all;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .search_menu02 li a::after {
    width: 23px;
    height: 23px;
    right: 20px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_kakaku .search_menu02 li a:hover::after {
  transform: translate(8px, 0px);
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal {
  border: #42ABFF 3px solid;
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
  position: relative;
  width: 33.3333333333%;
  height: 241px;
  text-align: center;
  border-radius: 20px;
  transition: 0.3s;
  position: relative;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2901960784);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_meal {
    background-size: 88px;
    width: 100%;
    height: 110px;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal .btn_image03 {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  height: 146px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_meal .btn_image03 {
    overflow: hidden;
    width: 88px;
    height: 88px;
    border-radius: 6px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal .btn_image03 img {
  transform: scale(1.3);
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -86px;
  left: 0px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_meal .btn_image03 img {
    transform: scale(1.8);
    top: 4px;
    left: 0px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal .ico_emp {
  position: absolute;
  top: 171px;
  right: 10px;
  width: 22px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_meal .ico_emp {
    top: 20px;
    right: 25px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal .btn_menu_title03 {
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 1.375rem; /*22px*/
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal .btn_menu_title03 .fc_blue02 {
  color: #42ABFF;
  font-size: 1.875rem; /*30px*/
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_meal .btn_menu_title03 .fc_blue02 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_meal .btn_menu_title03 {
    bottom: inherit;
    left: 122px;
    top: 32%;
    font-size: 1rem;
    line-height: 1rem;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal .btn_menu_title03::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 41px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2025/10/ico_meal.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_meal .btn_menu_title03::before {
    width: 26x;
    height: 30px;
    background-size: contain;
    transform: translateY(0px);
    margin-right: 0px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal .search_menu03 {
  border-right: 3px solid #42ABFF;
  border-left: 3px solid #42ABFF;
  border-bottom: 3px solid #42ABFF;
  position: absolute;
  width: calc(100% + 6px);
  background-color: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: none;
  z-index: 1;
  padding: 25px;
  top: 220px;
  right: -3px;
  font-weight: bold;
  text-align: left;
  box-shadow: 2px 5px 5px rgba(127, 127, 127, 0.29);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_meal .search_menu03 {
    width: 101.7%;
    top: 96px;
    z-index: 100;
    padding: 15px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal .search_menu03 li {
  background-color: #42ABFF;
  border-radius: 7px;
  position: relative;
  margin-bottom: 10px;
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal .search_menu03 li:hover {
  background-color: #3a9ae8;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_meal .search_menu03 li {
    margin-bottom: 12px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal .search_menu03 li:last-child {
  margin-bottom: 0px;
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal .search_menu03 li a {
  color: #fff;
  font-size: 20px;
  display: block;
  height: 100%;
  width: 100%;
  padding: 25px 0 25px 30px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_meal .search_menu03 li a {
    font-size: 16px;
    padding: 15px 0 15px 25px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal .search_menu03 li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow02.png);
  background-size: 80%;
  background-repeat: no-repeat;
  right: 30px;
  top: 37%;
  transition: 0.3s all;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_search .search_meal .search_menu03 li a::after {
    width: 23px;
    height: 23px;
    right: 20px;
  }
}
.Toppage .top_wrap .search .search_inner .btn_search .search_meal .search_menu03 li a:hover::after {
  transform: translate(8px, 0px);
}
@media all and (min-width: 480px) {
  .Toppage .top_wrap .search .search_inner .btn_menu_trigger01:hover {
    /*border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;*/
  }
  .Toppage .top_wrap .search .search_inner .btn_menu_trigger01:hover .btn_menu_title01::after {
    background: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_minus01.png) no-repeat;
    background-size: contain;
  }
  .Toppage .top_wrap .search .search_inner .btn_menu_trigger01:hover .search_menu01 {
    display: block;
  }
  .Toppage .top_wrap .search .search_inner .btn_menu_trigger02:hover {
    /*border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;*/
  }
  .Toppage .top_wrap .search .search_inner .btn_menu_trigger02:hover .btn_menu_title02::after {
    background: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_minus01.png) no-repeat;
    background-size: contain;
  }
  .Toppage .top_wrap .search .search_inner .btn_menu_trigger02:hover .search_menu02 {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .search .search_inner .btn_menu_trigger01:hover .search_menu01 {
    display: none;
  }
  .Toppage .top_wrap .search .search_inner .btn_menu_trigger01:hover .search_menu_active01 {
    display: block !important;
  }
  .Toppage .top_wrap .search .search_inner .btn_menu_title_active {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .Toppage .top_wrap .search .search_inner .btn_menu_title_active .btn_menu_title01::after {
    background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_minus01.png) !important;
  }
  .Toppage .top_wrap .search .search_inner .btn_menu_trigger02:hover .search_menu02 {
    display: none;
  }
  .Toppage .top_wrap .search .search_inner .btn_menu_trigger02:hover .search_menu_active02 {
    display: block !important;
  }
  .Toppage .top_wrap .search .search_inner .btn_menu_title_active {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .Toppage .top_wrap .search .search_inner .btn_menu_title_active .btn_menu_title02::after {
    background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_minus01.png) !important;
  }
}
.Toppage .top_wrap .search .search_inner .tab_visible {
  display: block !important;
}
.Toppage .top_wrap .soudankai {
  padding: 70px 0;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .soudankai {
    padding: 25px 0;
  }
}
.Toppage .top_wrap .soudankai .img_soudankai_pc img {
  width: 1180px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .soudankai .img_soudankai_sp {
    width: 100%;
  }
}
.Toppage .top_wrap .information {
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/img_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 70px 0;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information {
    padding: 40px 0;
  }
}
.Toppage .top_wrap .information .h2_top02 {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
}
.Toppage .top_wrap .information .h2_top02::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_info.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .h2_top02 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .Toppage .top_wrap .information .h2_top02::before {
    width: 30px;
    height: 30px;
  }
}
.Toppage .top_wrap .information .information_btn ul {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px 15px;
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn ul {
    display: block;
    width: 95%;
  }
}
.Toppage .top_wrap .information .information_btn ul li {
  list-style: none;
  border: #fff 6px solid;
  border-radius: 15px;
  width: 285px;
  height: 285px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2901960784);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn ul li {
    width: 100%;
    height: 167px;
    margin-bottom: 15px;
    border: #fff 3px solid;
    border-radius: 10px;
  }
}
.Toppage .top_wrap .information .information_btn ul li a {
  display: block;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
.Toppage .top_wrap .information .information_btn__item--thum {
  overflow: hidden;
  height: 210px;
  position: relative;
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item--thum {
    height: 105px;
    border-radius: 8px 8px 0 0;
  }
}
.Toppage .top_wrap .information .information_btn__item01 a img {
  transition: 0.3s all;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  transform: scale(1.6);
  position: absolute;
  top: 49px;
  left: 52px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item01 a img {
    transform: scale(1);
    top: -85px;
    left: 0px;
  }
}
.Toppage .top_wrap .information .information_btn__item01 a:hover .information_btn__item--txt01::after {
  transform: translate(8px, 0px);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item01 a:hover .information_btn__item--txt01::after {
    transform: inherit;
  }
}
.Toppage .top_wrap .information .information_btn__item01 a:hover img {
  transform: scale(1.7);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item01 a:hover img {
    transform: scale(1);
  }
}
.Toppage .top_wrap .information .information_btn__item02 a img {
  transition: 0.3s all;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  transform: scale(1.6);
  position: absolute;
  top: 14px;
  left: -77px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item02 a img {
    top: -133px;
    transform: scale(1.1);
    left: -15px;
  }
}
.Toppage .top_wrap .information .information_btn__item02 a:hover .information_btn__item--txt02::after {
  transform: translate(8px, 0px);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item02 a:hover .information_btn__item--txt02::after {
    transform: inherit;
  }
}
.Toppage .top_wrap .information .information_btn__item02 a:hover img {
  transform: scale(1.7);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item02 a:hover img {
    transform: scale(1.1);
  }
}
.Toppage .top_wrap .information .information_btn__item03 a img {
  transition: 0.3s all;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  transform: scale(1.6);
  position: absolute;
  top: -10px;
  left: 0px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item03 a img {
    transform: scale(1);
    top: -75px;
    left: 0px;
  }
}
.Toppage .top_wrap .information .information_btn__item03 a:hover .information_btn__item--txt02::after {
  transform: translate(8px, 0px);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item03 a:hover .information_btn__item--txt02::after {
    transform: inherit;
  }
}
.Toppage .top_wrap .information .information_btn__item03 a:hover img {
  transform: scale(1.7);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item03 a:hover img {
    transform: scale(1);
  }
}
.Toppage .top_wrap .information .information_btn li.btn_ready {
  border: #ddd 6px solid;
}
.Toppage .top_wrap .information .information_btn li.btn_ready a {
  background: #ddd;
}
.Toppage .top_wrap .information .information_btn li.btn_ready .information_btn__item--thum {
  position: relative;
  opacity: 0.6;
}
.Toppage .top_wrap .information .information_btn li.btn_ready .information_btn__item--thum::after {
  content: "準備中";
  display: block;
  position: absolute;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  background: #bbb;
  padding: 4px 12px 4px 10px;
  border-top-right-radius: 8px;
  bottom: 0px;
  left: 0px;
}
.Toppage .top_wrap .information .information_btn li.btn_ready .information_btn__item--txt02::after {
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/367fff4c0680f1e478b6d15f27c3a763.png);
}
.Toppage .top_wrap .information .information_btn__item04 a img {
  transition: 0.3s all;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  transform: scale(1.6);
  position: absolute;
  top: -10px;
  left: 0px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item04 a img {
    transform: scale(1);
    top: -90px;
    left: 0px;
  }
}
.Toppage .top_wrap .information .information_btn__item04 a:hover .information_btn__item--txt02::after {
  transform: translate(8px, 0px);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item04 a:hover .information_btn__item--txt02::after {
    transform: inherit;
  }
}
.Toppage .top_wrap .information .information_btn__item04 a:hover img {
  transform: scale(1.7);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item04 a:hover img {
    transform: scale(1);
  }
}
.Toppage .top_wrap .information .information_btn__item--txt01 {
  padding: 10px 0 10px 30px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item--txt01 {
    font-size: 1.125rem;
    padding: 13px 0 13px 20px;
    line-height: 1.7;
  }
}
.Toppage .top_wrap .information .information_btn__item--txt01::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 35%;
  right: 25px;
  transition: 0.3s;
}
.Toppage .top_wrap .information .information_btn__item--txt01:hover:after {
  transform: translate(8px, 0px);
}
.Toppage .top_wrap .information .information_btn__item--txt02 {
  padding: 15px 0 15px 30px;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .information .information_btn__item--txt02 {
    font-size: 1.125rem;
    padding: 12px 0 12px 20px;
  }
}
.Toppage .top_wrap .information .information_btn__item--txt02::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 35%;
  right: 25px;
  transition: 0.3s;
}
.Toppage .top_wrap .present {
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/img_bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 70px 0;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present {
    background-position: bottom;
    padding: 40px 0 5px 0;
  }
}
.Toppage .top_wrap .present .h2_top03 {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.875rem;
}
.Toppage .top_wrap .present .h2_top03::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_present.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .h2_top03 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .Toppage .top_wrap .present .h2_top03::before {
    width: 40px;
    height: 40px;
  }
}
.Toppage .top_wrap .present .present_txt01 {
  font-size: 2.1875rem; /*35px*/
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .present_txt01 {
    font-size: 1.25rem; /*20px*/
    line-height: 1.5;
  }
}
.Toppage .top_wrap .present .present_txt01 .present_star {
  position: absolute;
  width: 80px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .present_txt01 .present_star {
    width: 51px;
    top: 108px;
  }
}
.Toppage .top_wrap .present .present_txt01 .txt_dots {
  background-image: radial-gradient(circle at center, orange 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.6em;
}
.Toppage .top_wrap .present .present_txt01 .fc_blue01 {
  font-size: 2.9375rem; /*47px*/
  color: #42ABFF;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .present_txt01 .fc_blue01 {
    font-size: 1.875rem; /*30px*/
  }
}
.Toppage .top_wrap .present .present_txt01 .fo_s {
  font-size: 1.75rem;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .present_txt01 .fo_s {
    font-size: 1rem;
  }
}
.Toppage .top_wrap .present .present_txt02 {
  background-color: #42ABFF;
  color: #fff;
  font-size: 1.25rem; /*20px*/
  font-weight: bold;
  padding: 15px 40px;
  border-radius: 50px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .present_txt02 {
    font-size: 1.125rem; /*18px*/
    display: block;
    padding: 10px 10px;
    width: 313px;
    margin: 0 auto;
    line-height: 1.5;
  }
}
.Toppage .top_wrap .present .present_txt03 {
  font-size: 1.125rem; /*18px*/
  font-weight: bold;
  margin: 20px 0 30px 0;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .present_txt03 {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1rem;
  }
}
.Toppage .top_wrap .present .present_txt04 {
  position: relative;
  display: inline-block;
  padding: 0 150px;
  font-size: 1.5rem; /*24px*/
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .present_txt04 {
    font-size: 1.125rem; /*18px*/
    padding: 0 60px;
  }
}
.Toppage .top_wrap .present .present_txt04::before, .Toppage .top_wrap .present .present_txt04::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 90px;
  height: 2px;
  background-color: #42ABFF;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .present_txt04::before, .Toppage .top_wrap .present .present_txt04::after {
    width: 45px;
  }
}
.Toppage .top_wrap .present .present_txt04::before {
  left: 0;
}
.Toppage .top_wrap .present .present_txt04::after {
  right: 0;
}
.Toppage .top_wrap .present .present_flow {
  display: flex;
  justify-content: space-between;
  width: 1022px;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .present_flow {
    display: block;
    width: 95%;
  }
}
.Toppage .top_wrap .present .present_flow li {
  background-color: #fff;
  border: #42ABFF 2px solid;
  border-radius: 10px;
  padding: 15px;
  width: 315px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .present_flow li {
    margin-bottom: 35px;
    width: 100%;
  }
}
.Toppage .top_wrap .present .present_flow li:last-child::after {
  display: none;
}
.Toppage .top_wrap .present .present_flow li::after {
  position: absolute;
  display: block;
  content: "";
  width: 19px;
  height: 37px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow03.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .present_flow li::after {
    top: inherit;
    right: inherit;
    transform: inherit;
    background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow04.png);
    width: 37px;
    height: 19px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.Toppage .top_wrap .present .present_flow li .flow_img {
  overflow: hidden;
  height: 148px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .present_flow li .flow_img {
    height: 96px;
  }
}
.Toppage .top_wrap .present .present_flow li .flow_img img {
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  position: absolute;
  top: 0px;
  left: 0px;
}
.Toppage .top_wrap .present .present_flow li .flow_tit {
  margin-top: 15px;
  color: #42ABFF;
  font-weight: bold;
  text-align: left;
  font-size: 1.25rem; /*20px*/
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .present .present_flow li .flow_tit {
    font-size: 1.125rem;
  }
}
.Toppage .top_wrap .present .present_flow li .flow_no1 {
  text-align: left;
  font-weight: bold;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.Toppage .top_wrap .present .present_flow li .flow_no1::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_no1.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.Toppage .top_wrap .present .present_flow li .flow_no2 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.Toppage .top_wrap .present .present_flow li .flow_no2::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_no2.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.Toppage .top_wrap .present .present_flow li .flow_no3 {
  text-align: left;
  font-weight: bold;
}
.Toppage .top_wrap .present .present_flow li .flow_no3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_no3.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.Toppage .top_wrap .present .present_flow li .flow_no4 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.Toppage .top_wrap .present .present_flow li .flow_no4::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_no4.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.Toppage .top_wrap .present .present_flow li .flow_no5 {
  text-align: left;
  font-weight: bold;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.Toppage .top_wrap .present .present_flow li .flow_no5::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_no5.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.Toppage .top_wrap .link {
  padding: 50px 0 80px 0;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link {
    padding: 30px 0 50px 0;
  }
}
.Toppage .top_wrap .link .h2_top04 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .h2_top04 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.Toppage .top_wrap .link .link_contents {
  width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents {
    width: 95%;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
}
.Toppage .top_wrap .link .link_contents .link_btn01 {
  position: relative;
}
.Toppage .top_wrap .link .link_contents .link_btn01 a {
  font-weight: bold;
  display: inline-grid;
  vertical-align: middle;
  border: #42ABFF 2px solid;
  width: 280px;
  height: 110px;
  border-radius: 12px;
  position: relative;
  padding: 0 0 0 74px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2901960784);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn01 a {
    width: 100%;
    padding: 38px 0 0 0;
    text-align: center;
    line-height: 1.4;
    font-size: 0.875rem;
    display: block;
    height: 86px;
  }
}
.Toppage .top_wrap .link .link_contents .link_btn01 a::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 20px;
  transition: 0.3s all;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn01 a::after {
    content: none;
  }
}
.Toppage .top_wrap .link .link_contents .link_btn01 a::before {
  position: absolute;
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_seikyu.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn01 a::before {
    width: 28px;
    height: 28px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.Toppage .top_wrap .link .link_contents .link_btn01 a:hover {
  background-color: #EAF8FF;
}
.Toppage .top_wrap .link .link_contents .link_btn01 a:hover::after {
  transform: translate(8px, 0px);
}
.Toppage .top_wrap .link .link_contents .link_btn02 {
  position: relative;
}
.Toppage .top_wrap .link .link_contents .link_btn02 a {
  font-weight: bold;
  display: inline-grid;
  vertical-align: middle;
  border: #42ABFF 2px solid;
  width: 280px;
  height: 110px;
  border-radius: 12px;
  position: relative;
  padding: 0 0 0 67px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2901960784);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn02 a {
    width: 100%;
    padding: 45px 0 0 0;
    text-align: center;
    font-size: 0.875rem;
    display: block;
    height: 86px;
  }
}
.Toppage .top_wrap .link .link_contents .link_btn02 a::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 20px;
  transition: 0.3s all;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn02 a::after {
    content: none;
  }
}
.Toppage .top_wrap .link .link_contents .link_btn02 a::before {
  position: absolute;
  display: block;
  content: "";
  width: 33px;
  height: 33px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_setsumei.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn02 a::before {
    width: 27px;
    height: 27px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.Toppage .top_wrap .link .link_contents .link_btn02 a:hover {
  background-color: #EAF8FF;
}
.Toppage .top_wrap .link .link_contents .link_btn02 a:hover::after {
  transform: translate(8px, 0px);
}
.Toppage .top_wrap .link .link_contents .link_btn03 {
  position: relative;
}
.Toppage .top_wrap .link .link_contents .link_btn03 a {
  font-weight: bold;
  display: inline-grid;
  vertical-align: middle;
  border: #42ABFF 2px solid;
  width: 280px;
  height: 110px;
  border-radius: 12px;
  position: relative;
  padding: 0 0 0 74px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2901960784);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn03 a {
    width: 100%;
    padding: 36px 0 0 0;
    text-align: center;
    line-height: 1.4;
    font-size: 0.875rem;
    display: block;
    height: 86px;
  }
}
.Toppage .top_wrap .link .link_contents .link_btn03 a::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 20px;
  transition: 0.3s all;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn03 a::after {
    content: none;
  }
}
.Toppage .top_wrap .link .link_contents .link_btn03 a::before {
  position: absolute;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn03 a::before {
    width: 25px;
    height: 25px;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.Toppage .top_wrap .link .link_contents .link_btn03 a:hover {
  background-color: #EAF8FF;
}
.Toppage .top_wrap .link .link_contents .link_btn03 a:hover::after {
  transform: translate(8px, 0px);
}
.Toppage .top_wrap .link .link_contents .link_btn04 {
  position: relative;
}
.Toppage .top_wrap .link .link_contents .link_btn04 a {
  font-weight: bold;
  display: inline-grid;
  vertical-align: middle;
  border: #42ABFF 2px solid;
  width: 280px;
  height: 110px;
  border-radius: 12px;
  position: relative;
  padding: 0 0 0 74px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2901960784);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn04 a {
    width: 100%;
    padding: 36px 0 0 0;
    text-align: center;
    line-height: 1.4;
    font-size: 0.875rem;
    display: block;
    height: 86px;
  }
}
.Toppage .top_wrap .link .link_contents .link_btn04 a::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 20px;
  transition: 0.3s all;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn04 a::after {
    content: none;
  }
}
.Toppage .top_wrap .link .link_contents .link_btn04 a::before {
  position: absolute;
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_koryu.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn04 a::before {
    width: 33px;
    height: 33px;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.Toppage .top_wrap .link .link_contents .link_btn04 a:hover {
  background-color: #EAF8FF;
}
.Toppage .top_wrap .link .link_contents .link_btn04 a:hover::after {
  transform: translate(8px, 0px);
}
.Toppage .top_wrap .link .link_contents .link_btn05 {
  position: relative;
}
.Toppage .top_wrap .link .link_contents .link_btn05 a {
  font-weight: bold;
  display: inline-grid;
  vertical-align: middle;
  border: #42ABFF 2px solid;
  width: 280px;
  height: 110px;
  border-radius: 12px;
  position: relative;
  padding: 0 0 0 74px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2901960784);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn05 a {
    width: 100%;
    padding: 46px 0 0 0;
    text-align: center;
    line-height: 1.5;
    font-size: 0.875rem;
    display: block;
    height: 86px;
  }
}
.Toppage .top_wrap .link .link_contents .link_btn05 a::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 20px;
  transition: 0.3s all;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn05 a::after {
    content: none;
  }
}
.Toppage .top_wrap .link .link_contents .link_btn05 a::before {
  position: absolute;
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_menkyo.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn05 a::before {
    width: 27px;
    height: 27px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.Toppage .top_wrap .link .link_contents .link_btn05 a:hover {
  background-color: #EAF8FF;
}
.Toppage .top_wrap .link .link_contents .link_btn05 a:hover::after {
  transform: translate(8px, 0px);
}
.Toppage .top_wrap .link .link_contents .link_btn06 {
  position: relative;
}
.Toppage .top_wrap .link .link_contents .link_btn06 a {
  font-weight: bold;
  display: inline-grid;
  vertical-align: middle;
  border: #42ABFF 2px solid;
  width: 280px;
  height: 110px;
  border-radius: 12px;
  position: relative;
  padding: 0 0 0 74px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2901960784);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn06 a {
    width: 100%;
    padding: 35px 0 0 0;
    text-align: center;
    line-height: 1.5;
    font-size: 0.875rem;
    display: block;
    height: 86px;
  }
}
.Toppage .top_wrap .link .link_contents .link_btn06 a::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 20px;
  transition: 0.3s all;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn06 a::after {
    content: none;
  }
}
.Toppage .top_wrap .link .link_contents .link_btn06 a::before {
  position: absolute;
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_kaden.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents .link_btn06 a::before {
    width: 27px;
    height: 27px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.Toppage .top_wrap .link .link_contents .link_btn06 a:hover {
  background-color: #EAF8FF;
}
.Toppage .top_wrap .link .link_contents .link_btn06 a:hover::after {
  transform: translate(8px, 0px);
}
.Toppage .top_wrap .link .link_contents .link_btn07 {
  position: relative;
}
.Toppage .top_wrap .link .link_contents a {
  font-weight: bold;
  display: inline-grid;
  vertical-align: middle;
  border: #42ABFF 2px solid;
  width: 280px;
  height: 110px;
  border-radius: 12px;
  position: relative;
  padding: 0 0 0 74px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2901960784);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents a {
    width: 100%;
    padding: 46px 0 0 0;
    text-align: center;
    line-height: 1.5;
    font-size: 0.875rem;
    display: block;
    height: 86px;
  }
}
.Toppage .top_wrap .link .link_contents a::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 20px;
  transition: 0.3s all;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents a::after {
    content: none;
  }
}
.Toppage .top_wrap .link .link_contents a::before {
  position: absolute;
  display: block;
  content: "";
  width: 29px;
  height: 29px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_hikkoshi.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_contents a::before {
    width: 23px;
    height: 23px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.Toppage .top_wrap .link .link_contents a:hover {
  background-color: #EAF8FF;
}
.Toppage .top_wrap .link .link_contents a:hover::after {
  transform: translate(8px, 0px);
}
.Toppage .top_wrap .link .link_btn08 {
  position: relative;
}
.Toppage .top_wrap .link .link_btn08 a {
  font-weight: bold;
  display: inline-grid;
  vertical-align: middle;
  border: #42ABFF 2px solid;
  width: 280px;
  height: 110px;
  border-radius: 12px;
  position: relative;
  padding: 0 0 0 74px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2901960784);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_btn08 a {
    width: 100%;
    padding: 46px 0 0 0;
    text-align: center;
    line-height: 1.5;
    font-size: 0.875rem;
    display: block;
    height: 86px;
  }
}
.Toppage .top_wrap .link .link_btn08 a::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 20px;
  transition: 0.3s all;
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_btn08 a::after {
    content: none;
  }
}
.Toppage .top_wrap .link .link_btn08 a::before {
  position: absolute;
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(https://sumai.ynu-coop.jp/app/uploads/sites/1261/2024/09/ico_suit.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .Toppage .top_wrap .link .link_btn08 a::before {
    width: 24px;
    height: 24px;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.Toppage .top_wrap .link .link_btn08 a:hover {
  background-color: #EAF8FF;
}
.Toppage .top_wrap .link .link_btn08 a:hover::after {
  transform: translate(8px, 0px);
}
.Toppage .partnership {
  padding: 0 0 80px 0;
}
@media screen and (max-width: 479px) {
  .Toppage .partnership {
    padding: 0 0 30px 0;
  }
}
.Toppage .partnership .h2_top04 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 479px) {
  .Toppage .partnership .h2_top04 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.Toppage .partnership .partnership_contents {
  width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px 50px;
}
@media screen and (max-width: 479px) {
  .Toppage .partnership .partnership_contents {
    width: 95%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 10px;
  }
}
.Toppage .partnership .partnership_contents li {
  width: 255px;
  transition: 0.3s all;
}
@media screen and (max-width: 479px) {
  .Toppage .partnership .partnership_contents li {
    width: 100%;
  }
}
.Toppage .partnership .partnership_contents li:hover {
  opacity: 0.8;
}
.Toppage .search {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}
@media screen and (min-width: 480px) and (max-width: 1179px) {
  .Toppage .search {
    width: calc(100% + 40px);
    margin-left: -20px;
    max-width: calc(100% + 40px);
  }
}
.Toppage .top_wrap .information {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}
@media screen and (min-width: 480px) and (max-width: 1179px) {
  .Toppage .top_wrap .information {
    width: calc(100% + 40px);
    margin-left: -20px;
    max-width: calc(100% + 40px);
  }
}
.Toppage .top_wrap .present {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}
@media screen and (min-width: 480px) and (max-width: 1179px) {
  .Toppage .top_wrap .present {
    width: calc(100% + 40px);
    margin-left: -20px;
    max-width: calc(100% + 40px);
  }
}/*# sourceMappingURL=top.css.map */