@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);.pc_only {
  display: none;
}

@media screen and (min-width: 1000px) {
  .pc_only {
    display: block;
  }
}

.sp_only {
  display: block;
}

@media screen and (min-width: 1000px) {
  .sp_only {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #000000;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

@media screen and (min-width: 1000px) {
  html,
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1000px) {
  .container {
    width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }
}

.pagetop {
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 15px;
  right: 0px;
  z-index: 2000;
  cursor: pointer;
  background-color: #888888;
}

@media screen and (min-width: 1000px) {
  .pagetop {
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 0;
  }
}

.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/images/icon_pagetop.png?968744d359573961ea92aadaabcf144e);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
}

@-webkit-keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

.modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal .close:hover,
.modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.paging nav .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.paging nav .pagination .page-item {
  letter-spacing: -2px;
}

.paging nav .pagination .page-item .active {
  color: #333;
}

.paging nav .pagination .page-item .sep {
  color: #969696;
}

.paging nav .pagination .page-item .page-link {
  text-decoration: none;
  color: #969696;
  font-size: 20px;
  font-weight: 600;
}

.paging nav .pagination .page-item a:hover {
  text-decoration: underline;
}

.paging nav .pagination .page-item.first,
.paging nav .pagination .page-item.last {
  display: flex;
  align-items: center;
}

.paging nav .pagination .page-item.first .page-link,
.paging nav .pagination .page-item.last .page-link {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.paging nav .pagination .page-item.first {
  margin-right: 0.5rem;
}

.paging nav .pagination .page-item.first .page-link {
  background-image: url(/images/paging_prev.png?212c66499f61471fc14e76799e8d16f9);
}

.paging nav .pagination .page-item.last {
  margin-left: 0.5rem;
}

.paging nav .pagination .page-item.last .page-link {
  background-image: url(/images/paging_next.png?a120df6c9db916607b2da6ba6e718c91);
}

.gmenu {
  position: relative;
  padding: 0;
  padding-top: 25px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 75%;
  margin-left: auto;
}

@media screen and (min-width: 1000px) {
  .gmenu {
    width: auto;
    margin-left: auto;
  }
}

.gmenu .tel {
  margin-right: 15px;
  padding-right: 30px;
  text-align: right;
}

@media screen and (min-width: 1000px) {
  .gmenu .tel {
    text-align: left;
    padding-right: 0;
  }
}

.gmenu .tel img {
  width: 80%;
}

@media screen and (min-width: 1000px) {
  .gmenu .tel img {
    width: auto;
  }
}

.gmenu nav {
  display: none;
}

.gmenu.open nav {
  min-width: 350px;
  padding: 10px 30px 30px 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1000;
}

.gmenu.open nav .close {
  width: 37px;
  height: 52px;
  margin-left: auto;
  margin-bottom: 15px;
  background-image: url(/images/btn_gmenu_close.png?28391067e3b5057918cafef79f9909b8);
  cursor: pointer;
}

.gmenu.open nav .menu a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

.gmenu.open nav .menu.btn {
  margin-bottom: 40px;
}

.gmenu.open nav .menu.btn li {
  margin-bottom: 12px;
}

.gmenu.open nav .menu.btn li a {
  position: relative;
  display: block;
  border: 2px solid #C8C8C8;
  border-radius: 5px;
  padding: 10px 40px 10px 65px;
}

.gmenu.open nav .menu.btn li a:after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/images/icon_gmenu_more.png?9124920f18d8fc8fb7bb37fb3b75d164);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 31%;
}

.gmenu.open nav .menu.btn li a:before {
  display: block;
  content: "";
  width: 43px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 27%;
}

.gmenu.open nav .menu.btn li .m01:before {
  background-image: url(/images/icon_gmenu_about.png?752f0f90fd6cb32f29516857418d3db9);
  top: 29%;
}

.gmenu.open nav .menu.btn li .m02:before {
  background-image: url(/images/icon_gmenu_event.png?aac4b44a2554e6d21489dbab00eb85e7);
}

.gmenu.open nav .menu.btn li .m03:before {
  background-image: url(/images/icon_gmenu_community.png?744a79dbeace91601c5148f7ab1d4ef6);
}

.gmenu.open nav .menu.btn li .m04:before {
  background-image: url(/images/icon_gmenu_present.png?3e6cda8b1f1bd6d72f722535d389eec6);
  top: 18%;
}

.gmenu.open nav .menu.btn li .m05:before {
  background-image: url(/images/icon_gmenu_ticket.png?19d96bbf75461546375aa5c0a498cb0a);
}

.gmenu.open nav .menu.btn li .m06:before {
  background-image: url(/images/icon_gmenu_photo.png?175d774a3107cdcad0c34cca976c8feb);
  top: 18%;
}

.gmenu.open nav .menu.list .soon img {
  display: block;
}

.gmenu.open nav .menu.list li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 40px 15px 10px;
  border-bottom: 2px solid #C8C8C8;
}

.gmenu.open nav .menu.list li a:after {
  display: block;
  content: "";
  width: 9px;
  height: 14px;
  background-image: url(/images/icon_gmenu_more2.png?e52b9c58e50060812765bc19dd33de5b);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 40%;
}

.gmenu.open nav .menu.list li:first-child a {
  border-top: 2px solid #C8C8C8;
}

.gmenu .btn_menu {
  background: #969696;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .gmenu .btn_menu {
    position: relative;
    width: 55px;
    height: 55px;
  }
}

.gmenu .btn_menu span:nth-child(1) {
  top: 8px;
}

@media screen and (min-width: 1000px) {
  .gmenu .btn_menu span:nth-child(1) {
    top: 14px;
  }
}

.gmenu .btn_menu span:nth-child(2) {
  top: 18px;
}

@media screen and (min-width: 1000px) {
  .gmenu .btn_menu span:nth-child(2) {
    top: 27px;
  }
}

.gmenu .btn_menu span:nth-child(3) {
  top: 28px;
}

@media screen and (min-width: 1000px) {
  .gmenu .btn_menu span:nth-child(3) {
    top: 40px;
  }
}

.gmenu .btn_menu span {
  background: #ffffff;
  display: block;
  position: absolute;
  height: 4px;
  width: 20px;
  border-radius: 5px;
  opacity: 1;
  left: 10px;
}

@media screen and (min-width: 1000px) {
  .gmenu .btn_menu span {
    width: 24px;
    left: 16px;
  }
}

main {
  max-width: 100%;
}

.site_main {
  background-image: url(/images/bg_body.jpg?fda2aff3772b778c60f6d7d792a92890);
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.content_page .site_header {
  padding-bottom: 50px;
}

.content_page .site_header .logo {
  width: 25%;
}

@media screen and (min-width: 1000px) {
  .content_page .site_header .logo {
    width: auto;
  }
}

.content_page .site_main {
  background-image: none;
  background-color: #DCEBB9;
}

.content_page .site_footer {
  background: #FFFDD2;
}

.more {
  padding: 30px 0;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .more {
    padding: 50px 0;
  }
}

.more a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 9px;
  background-color: #5A5A5A;
}

@media screen and (min-width: 1000px) {
  .more a {
    width: 215px;
  }
}

.more a:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 13px;
  top: 16px;
  background-image: url(/images/icon_more.png?7bf760d82de1ca069cf3fb365f03e1e4);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
  .more a:after {
    width: 23px;
    height: 23px;
    right: 12px;
    top: 14px;
  }
}

.photo_theme {
  text-align: center;
  color: #64C8FF;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  padding: 30px 0;
}

@media screen and (min-width: 1000px) {
  .photo_theme {
    font-size: 30px;
  }
}

.section_item_list .container {
  position: relative;
  top: -50px;
}

.section_item_list .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 45px;
  background-image: url(/images/bg_content_header.png?026990c8211d9f6784fd91a1427d553f);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media screen and (min-width: 1000px) {
  .section_item_list .container:before {
    height: 90px;
    background-image: url(/images/bg_content_header.png?026990c8211d9f6784fd91a1427d553f);
    background-size: auto;
  }
}

.section_item_list .section_title {
  background-image: url(/images/bg_header_event.png?c61623631dd1ca202e5abde40fdccd2d);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  height: 150px;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .section_item_list .section_title {
    height: 235px;
  }
}

.section_item_list .section_title.multi {
  line-height: 1;
}

.section_item_list .section_title .wrap {
  min-width: 70%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .section_item_list .section_title .wrap {
    min-width: 500px;
    padding: 25px 0;
  }
}

.section_item_list .section_title span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

@media screen and (min-width: 1000px) {
  .section_item_list .section_title span {
    font-size: 42px;
  }
}

.section_item_list .section_title span.sub {
  font-size: 14px;
  font-weight: 600;
  margin-right: 1rem;
}

@media screen and (min-width: 1000px) {
  .section_item_list .section_title span.sub {
    font-size: 29px;
  }
}

.section_item_list .section_title span.only {
  margin-right: 1rem;
}

.section_item_list .section_title span.only img {
  display: block;
}

.section_item_list .section_title small {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (min-width: 1000px) {
  .section_item_list .section_title small {
    font-size: 26px;
  }
}

.section_item_list .content_wrap {
  background: #ffffff;
  padding: 40px 20px;
}

@media screen and (min-width: 1000px) {
  .section_item_list .content_wrap {
    padding: 80px 40px;
  }
}

.section_item_list .content_wrap.detail {
  padding: 60px 55px;
}

.section_item_list .buttons {
  margin-bottom: 45px;
  padding: 0 85px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
  .section_item_list .buttons {
    flex-wrap: nowrap;
  }
}

.section_item_list .buttons .btn {
  position: relative;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  background: #5BB7AC;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 6px 0 0 #006464;
  line-height: 1.2;
  margin-bottom: 15px;
  transition: 0.2s;
}

@media screen and (min-width: 1000px) {
  .section_item_list .buttons .btn {
    width: 230px;
    height: 70px;
    margin-bottom: 0;
  }
}

.section_item_list .buttons .btn:hover,
.section_item_list .buttons .btn.on {
  background: #106E67;
}

.section_item_list .buttons .btn:after {
  position: absolute;
  right: 10px;
  display: block;
  content: "";
  background-image: url(/images/icon_more.png?7bf760d82de1ca069cf3fb365f03e1e4);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 21px;
  height: 21px;
}

.section_item_list.hospitality .buttons {
  padding: 0;
  padding-bottom: 40px;
  margin-bottom: 15px;
}

.section_item_list.hospitality .buttons .btn {
  width: 100%;
  height: 60px;
  padding: 0 1rem;
  color: #5AC814;
  background: #FFFF00;
  box-shadow: 0 6px 0 0 #5AC814;
}

@media screen and (min-width: 1000px) {
  .section_item_list.hospitality .buttons .btn {
    width: 215px;
    height: 60px;
  }
}

.section_item_list.hospitality .buttons .btn:after {
  background-image: url(/images/icon_more_green.png?f6c8989c195148df891df6462c4e8293);
}

.section_item_list.hospitality .buttons .btn:hover {
  color: #ffffff;
  background: #5AC814;
  box-shadow: 0 6px 0 0 #468700;
}

.section_item_list.hospitality .buttons .btn:hover:after {
  background-image: url(/images/icon_more.png?7bf760d82de1ca069cf3fb365f03e1e4);
}

.section_item_list.hospitality .section_p {
  margin-bottom: 15px;
}

.section_item_list.hospitality .note {
  padding-bottom: 0;
}

.section_item_list.hospitality .hospitality_list .block {
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #9FA0A0;
}

.section_item_list.hospitality .hospitality_list .block:first-child {
  border-top: 1px dashed #9FA0A0;
}

.section_item_list.hospitality .hospitality_list .title {
  color: #5AC814;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 20px;
}

.section_item_list.hospitality .hospitality_list li {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  font-size: 12px;
  border-bottom: 2px solid #5ac814;
  flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
  .section_item_list.hospitality .hospitality_list li {
    font-size: 16px;
    flex-wrap: nowrap;
  }
}

.section_item_list.hospitality .hospitality_list li:first-child {
  border-top: 2px solid #5ac814;
}

.section_item_list.hospitality .hospitality_list li .col_l,
.section_item_list.hospitality .hospitality_list li .col_c,
.section_item_list.hospitality .hospitality_list li .col_r {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section_item_list.hospitality .hospitality_list li .col_l {
  width: 100%;
  background-color: #E1EECF;
}

@media screen and (min-width: 1000px) {
  .section_item_list.hospitality .hospitality_list li .col_l {
    width: 35%;
  }
}

.section_item_list.hospitality .hospitality_list li .col_c {
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 1000px) {
  .section_item_list.hospitality .hospitality_list li .col_c {
    width: 23%;
  }
}

.section_item_list.hospitality .hospitality_list li .col_r {
  width: 100%;
  background-color: #fffcd1;
}

@media screen and (min-width: 1000px) {
  .section_item_list.hospitality .hospitality_list li .col_r {
    width: 42%;
  }
}

.section_item_list.hospitality .hospitality_list li .name {
  font-weight: 800;
  display: block;
}

.section_item_list.hospitality .hospitality_list li .hp {
  color: #5AC814;
  text-decoration: none;
  font-weight: 600;
}

.section_item_list.hospitality .hospitality_list li .hp:hover {
  text-decoration: underline;
}

.section_item_list.hospitality .hospitality_list li .address {
  display: block;
  width: 100%;
}

.section_item_list.hospitality .hospitality_list li .member {
  color: #C80000;
  font-weight: 600;
}

.section_item_list .health_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}

@media screen and (min-width: 1000px) {
  .section_item_list .health_list {
    width: 650px;
  }
}

.section_item_list .health_list .block {
  margin-bottom: 65px;
}

.section_item_list .health_list .block a {
  display: block;
  color: #5ac814;
  text-decoration: none;
  padding: 15px;
  width: 100%;
  height: auto;
  border: 2px solid #5ac814;
  border-radius: 10px;
  box-shadow: 4px 4px 0 0 #5ac814;
}

@media screen and (min-width: 1000px) {
  .section_item_list .health_list .block a {
    width: 270px;
    height: 270px;
  }
}

.section_item_list .health_list .block a:hover {
  background-color: #bde9a1;
}

.section_item_list .health_list .block img {
  width: 150px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  margin-bottom: 15px;
  display: block;
}

.section_item_list .health_list .block .title {
  color: #5ac814;
  text-align: center;
}

.section_item_list .service_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}

@media screen and (min-width: 1000px) {
  .section_item_list .service_list {
    width: 650px;
  }
}

.section_item_list .service_list .block {
  margin-bottom: 65px;
  width: 100%;
}

.section_item_list .service_list .block a {
  color: #5ac814;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  height: auto;
  border: 2px solid #5ac814;
  border-radius: 10px;
  box-shadow: 4px 4px 0 0 #5ac814;
}

@media screen and (min-width: 1000px) {
  .section_item_list .service_list .block a {
    font-size: 24px;
    width: 100%;
    height: 165px;
    flex-wrap: nowrap;
  }
}

.section_item_list .service_list .block a:hover {
  background-color: #bde9a1;
}

.section_item_list .service_list .block .img {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .section_item_list .service_list .block .img {
    width: 30%;
  }
}

.section_item_list .service_list .block .body {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .section_item_list .service_list .block .body {
    width: 70%;
    text-align: left;
  }
}

.section_item_list .service_list .block img {
  width: 150px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  margin-bottom: 15px;
  display: block;
}

.section_item_list .service_list .block .title {
  color: #5ac814;
  text-align: center;
}

.section_item_list .item_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section_item_list .item_list .item {
  width: 48%;
  height: auto;
  min-height: 180px;
  padding: 3px 2px 3px 3px;
  margin-bottom: 15px;
  position: relative;
  background-image: url(/images/bg_event_border.png?c9f77f0bf4fae7db0828bebcfe740b0e);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
}

@media screen and (min-width: 1000px) {
  .section_item_list .item_list .item {
    width: 278px;
    height: 325px;
    padding: 3px 3px 3px 4px;
    margin-bottom: 40px;
  }
}

.section_item_list .item_list .item.dummy {
  background: none;
}

.section_item_list .item_list .item > a {
  display: block;
  color: #000000;
  text-decoration: none;
}

.section_item_list .item_list .item > a:hover img {
  opacity: 0.8;
}

.section_item_list .item_list .item > a:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section_item_list .item_list .item.full a:after {
  background-image: url(/images/index_label_full.png?4451911cdfb254892640ee373eb5224f);
}

.section_item_list .item_list .item.stop a:after {
  background-image: url(/images/index_label_stop.png?2ee6c940a45318eb58b1d194df88472f);
}

.section_item_list .item_list .item.wait a:after {
  background-image: url(/images/index_label_wait.png?ebde5d30b4c3981fea174a3a074c80bf);
}

.section_item_list .item_list .item.cancel a:after {
  background-image: url(/images/index_label_cancel.png?98912a8c3ece75e87b36d11004a40fc0);
}

.section_item_list .item_list .item.done a:after {
  background-image: url(/images/index_label_done.png?3f401c4367fe6e830e0c9c83ddcb690e);
}

.section_item_list .item_list .item .img img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 110px;
  margin: auto;
  transition: 0.5s;
}

@media screen and (min-width: 1000px) {
  .section_item_list .item_list .item .img img {
    width: 250px;
    height: 212px;
  }
}

.section_item_list .item_list .item .body {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 5px 10px 8px 10px;
  min-height: 60px;
  height: auto;
}

@media screen and (min-width: 1000px) {
  .section_item_list .item_list .item .body {
    padding: 5px 20px 10px 20px;
    height: 100px;
    overflow: hidden;
  }
}

.section_item_list .item_list .item .body .cat {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}

.section_item_list .item_list .item .body .cat span {
  display: inline-block;
  background-color: #ddd;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 5px;
  margin-bottom: 1px;
}

.section_item_list .item_list .item .body .cat span.event {
  background: #5BB7AC;
}

.section_item_list .item_list .item .body .cat span.community {
  background: #D48DE8;
}

.section_item_list .item_list .item .body .cat span.present {
  background: #FB9631;
}

.section_item_list .item_list .item .body .cat span.ticket {
  background: #ff8888;
}

.section_item_list .item_list .item .body .cat span.out {
  background: #00AADC;
}

.section_item_list .item_list .item .body .cat span.in {
  background: #ED6D3D;
}

.section_item_list .item_list .item .body .cat span.member {
  background: #45B035;
}

.section_item_list .item_list .item .body .cat span.etc {
  background: #AA64BE;
}

.section_item_list .item_list .item .body .cat span.area {
  background-color: #E696FF;
}

.section_item_list .item_list .item .body .cat span.osusume {
  background-color: #8C82FF;
}

.section_item_list .item_list .item .body .cat span.end {
  background-color: #ff0000;
}

.section_item_list .item_list .item .body .cat span.stop {
  background-color: #ff0000;
}

.section_item_list .item_list .item .body .cat span.club {
  background-color: #68B82E;
}

.section_item_list .item_list .item .body .cat span.owner {
  background-color: #EE86A8;
}

.section_item_list .item_list .item .body .closing {
  font-size: 13px;
  font-weight: 600;
  color: #ff8c3c;
}

.section_item_list .item_list .item .body .title {
  font-size: 12px;
  font-weight: 600;
}

.section_item_list .item_list .item .body p {
  font-size: 11px;
  margin: 0;
}

.section_item_list.news .content_wrap {
  padding: 30px 40px 60px;
}

.section_item_list.concept .content_wrap {
  padding: 30px 40px 0;
}

.section_item_list.concept .note_title {
  color: #5ac814;
}

.section_item_list.concept h4 span {
  color: #5ac814;
}

.section_item_list.concept .links {
  justify-content: center;
}

.section_item_list.concept .links .link {
  background-color: #5ac814;
  font-size: 12px;
}

@media screen and (min-width: 1000px) {
  .section_item_list.concept .links .link {
    font-size: 18px;
  }
}

.section_item_list.guide .caution {
  color: #5ac814;
}

.section_item_list.guide .links {
  justify-content: flex-start;
}

.section_item_list.guide .note {
  display: flex;
  justify-content: space-between;
}

.section_item_list.guide .note .body {
  width: 70%;
}

.section_item_list.guide .note .body .title {
  color: #5ac814;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (min-width: 1000px) {
  .section_item_list.guide .note .body .title {
    font-size: 25px;
  }
}

.section_item_list.guide .note .body h4 span {
  color: #5ac814;
}

.section_item_list.guide .note .img {
  width: 30%;
}

.section_item_list.guide .note .img img {
  display: block;
  margin: auto;
}

.section_item_list.service .section_title .wrap {
  flex-wrap: wrap;
}

.section_item_list.service .section_title .small {
  display: block;
  margin: auto;
  width: 100%;
}

.section_item_list .note {
  padding-bottom: 30px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.section_item_list .note p {
  margin-top: 0;
}

.section_item_list .note .sub {
  padding-left: 1rem;
}

.section_item_list .underline {
  border-bottom: 1px dashed #aaaaaa;
}

.section_item_list .links {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_item_list .links .link {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  background: #5AC814;
  padding: 15px 15px 15px 30px;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .section_item_list .links .link {
    font-size: 28px;
    padding: 20px 20px 20px 40px;
  }
}

.section_item_list .links .link:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 26px;
  left: 15px;
  background-image: url(/images/icon_arr_right.png?04e1e68aac82e91f9b483f47914ad296);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.section_item_list .links .link:hover {
  text-decoration: underline;
}

.section_item_list .links .back {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  padding: 15px 30px 15px 50px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #000000;
}

.section_item_list .links .back:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 18px;
  background-image: url(/images/icon_arr_left.png?9aded03fe524013fcd8e560f1012c71c);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.section_item_list .links .back:hover {
  text-decoration: underline;
}

.section_item_list .cms {
  padding-top: 30px;
  padding-bottom: 60px;
}

.section_item_list .cms ul {
  margin-left: 1em;
}

.section_item_list .cms ul,
.section_item_list .cms li {
  list-style: inherit;
}

.section_item_list .labels {
  padding: 30px 0;
  text-align: center;
}

.section_item_list .labels span {
  padding: 8px 40px;
  color: #ffffff;
  background-color: #C80000;
  border-radius: 10px;
  font-size: 40px;
}

.section_item_list .detail .right .labels {
  padding-top: 10px;
  padding-bottom: 0;
}

.section_item_list .content_date {
  font-size: 20px;
  font-weight: normal;
}

.section_item_list .section_p {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .section_item_list .section_p {
    font-size: 22px;
    margin-bottom: 60px;
  }
}

.section_item_list .section_p.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_item_list .section_note {
  margin-bottom: 30px;
}

@media screen and (min-width: 1000px) {
  .section_item_list .section_note {
    margin-bottom: 60px;
  }
}

.section_item_list .section_note .title {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.95;
}

@media screen and (min-width: 1000px) {
  .section_item_list .section_note .title {
    font-size: 20px;
  }
}

.section_item_list .section_note ul {
  margin-left: 1rem;
  padding-left: 1rem;
}

.section_item_list .section_note li {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.95;
  list-style: disc;
}

@media screen and (min-width: 1000px) {
  .section_item_list .section_note li {
    font-size: 20px;
  }
}

.section_item_list .event_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.section_item_list .event_header .left {
  display: flex;
  align-items: center;
}

.section_item_list .event_header .cat {
  padding: 8px 1.5rem;
  margin-right: 5px;
  color: #ffffff;
  background: #00AADC;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
}

@media screen and (min-width: 1000px) {
  .section_item_list .event_header .cat {
    padding: 8px 45px;
    font-size: 20px;
  }
}

.section_item_list .event_header .cat.owner {
  background-color: #EE86A8;
}

.section_item_list .event_header .cat.club {
  background-color: #68B82E;
}

.section_item_list .event_header .cat2 {
  padding: 8px 1.5rem;
  color: #1E1E96;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (min-width: 1000px) {
  .section_item_list .event_header .cat2 {
    padding: 8px 55px;
    font-size: 20px;
  }
}

.section_item_list .event_header .web_only {
  background: #FB9631;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  border-radius: 100%;
  padding: 15px 10px;
}

@media screen and (min-width: 1000px) {
  .section_item_list .event_header .web_only {
    font-size: 18px;
  }
}

.section_item_list .event_header .closing {
  font-size: 14px;
  font-weight: 800;
  margin-right: 1rem;
}

@media screen and (min-width: 1000px) {
  .section_item_list .event_header .closing {
    font-size: 22px;
  }
}

.section_item_list .event_header .label {
  padding: 8px 1rem;
  color: #ffffff;
  background: #00AADC;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  margin-right: 10px;
}

@media screen and (min-width: 1000px) {
  .section_item_list .event_header .label {
    padding: 8px 35px;
    font-size: 20px;
  }
}

.section_item_list .event_header .area {
  background: #D48DE8;
}

.section_item_list .event_header .osusume {
  background: #8C82FF;
}

.section_item_list .event_header .close {
  background: #ff0000;
}

.section_item_list .content_title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.section_item_list .content_sub_title {
  font-size: 23px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.section_item_list .ticket_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.section_item_list .ticket_title_wrap .labels img {
  display: block;
  margin-left: auto;
}

.section_item_list.present .item_list .item.only .img {
  position: relative;
}

.section_item_list.present .item_list .item.only .img:after {
  position: absolute;
  display: block;
  content: "";
  width: 63px;
  height: 40px;
  right: 10px;
  bottom: -5px;
  background-image: url(/images/icon_present_only_s.png?73ec106ea84c2de139b1145509a9bf0d);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section_item_list.present .detail .event_header {
  align-items: flex-start;
  margin-bottom: 0;
}

.photo .section_p {
  margin-bottom: 30px;
}

.static_page .section_item_list .container {
  top: -550px;
  z-index: 30;
  margin-bottom: -500px;
}

.static_page .section_item_list .container:before {
  display: none;
}

.static_page .section_item_list .section_title {
  background-image: none;
  background-color: #5AC814;
}

.table_wrap {
  padding: 0 45px;
}

.table_wrap .info_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000000;
  border-bottom: none;
  margin-bottom: 30px;
}

.table_wrap .info_table th,
.table_wrap .info_table td {
  padding: 20px 35px;
  border-bottom: 1px solid #000000;
}

.table_wrap .info_table th {
  width: auto;
  background: #EBEBEB;
  font-weight: 600;
  vertical-align: middle;
}

@media screen and (min-width: 1000px) {
  .table_wrap .info_table th {
    width: 200px;
  }
}

.table_wrap .info_table td {
  vertical-align: middle;
}

.event .item_list .item {
  background-image: url(/images/bg_event_border.png?c9f77f0bf4fae7db0828bebcfe740b0e);
}

.community .item_list .item {
  background-image: url(/images/bg_community_border.png?18853ec363518c5f5fcadb143a1aa9ad);
}

.ticket .item_list .item {
  background-image: url(/images/bg_ticket_border.png?0dd8edcfc7b8fd716dfdc759d3dde702);
}

.present .item_list .item {
  background-image: url(/images/bg_present_border.png?5756ed8b8c9304b757f15141f79b63ef);
}

.photo .item_list .item {
  background-image: url(/images/bg_photo_border.png?bb4b4f4ad632ca89342d8def42a90913);
  height: auto;
  min-height: 150px;
}

@media screen and (min-width: 1000px) {
  .photo .item_list .item {
    height: 270px;
  }
}

.photo .item_list .item .img img {
  border-radius: 0;
  width: 97%;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

@media screen and (min-width: 1000px) {
  .photo .item_list .item .img img {
    width: 250px;
    height: 205px;
  }
}

.photo .item_list .item .body {
  height: 50px;
}

.photo .item_list .item .body .title {
  font-size: 12px;
}

@media screen and (min-width: 1000px) {
  .photo .item_list .item .body .title {
    font-size: 14px;
  }
}

.photo .item_list .item .body .author {
  font-size: 11px;
  text-align: right;
}

@media screen and (min-width: 1000px) {
  .photo .item_list .item .body .author {
    font-size: 11px;
  }
}

.concept.section_item_list .section_title {
  background: #5ac814;
}

.topics.section_item_list .section_title {
  background: #5ac814;
}

.event.section_item_list .section_title {
  background-image: url(/images/bg_header_event_sp.png?3bfa575b7a8e5543eaa05f012569e2f4);
}

@media screen and (min-width: 1000px) {
  .event.section_item_list .section_title {
    background-image: url(/images/bg_header_event.png?c61623631dd1ca202e5abde40fdccd2d);
  }
}

.community.section_item_list .section_title {
  background-image: url(/images/bg_header_community_sp.png?8f28aa6a6ced50663b208e9dccb19c16);
}

@media screen and (min-width: 1000px) {
  .community.section_item_list .section_title {
    background-image: url(/images/bg_header_community.png?7f9710c9639c2f3c6522682c2af02fcb);
  }
}

.ticket.section_item_list .section_title {
  background-image: url(/images/bg_header_ticket_sp.png?978fc7ad154885432a37041a1d54f1ba);
}

@media screen and (min-width: 1000px) {
  .ticket.section_item_list .section_title {
    background-image: url(/images/bg_header_ticket.png?7594337da0e749f984f320a9f495c781);
  }
}

.present.section_item_list .section_title {
  background-image: url(/images/bg_header_present_sp.png?7262bdd277a84488c01aaebfaf097d98);
}

@media screen and (min-width: 1000px) {
  .present.section_item_list .section_title {
    background-image: url(/images/bg_header_present.png?11fcb14852ce2965b05f4c103b7b5155);
  }
}

.photo.section_item_list .section_title {
  background-image: url(/images/bg_header_photo_sp.png?b8ef8028a4be98b7977614fb09a9a8f4);
}

@media screen and (min-width: 1000px) {
  .photo.section_item_list .section_title {
    background-image: url(/images/bg_header_photo.png?c6937484daf631e3f8959edc6bed3790);
  }
}

.site_header {
  background: #FFFDD2;
}

.site_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site_header.top {
  position: relative;
  background-image: url(/images/bg_header.jpg?ffbb014b70e9537a2cdddb823f42b89d);
  background-position: center top;
  background-repeat: repeat;
  background-size: 100%;
}

.site_header.top .container {
  display: block;
}

.site_header.top:after {
  background-image: url(/images/bg_top_sp.png?a1d91e79581b8fdb6b5d02ec57ee0d17);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 130px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}

@media screen and (min-width: 1000px) {
  .site_header.top:after {
    background-image: url(/images/bg_top.png?6b67e4119158c25ae8c7801ac8f00025);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 296px;
  }
}

.site_header.top .top {
  position: relative;
  z-index: 10;
  padding-bottom: 130px;
}

@media screen and (min-width: 1000px) {
  .site_header.top .top {
    padding-bottom: 220px;
  }
}

.site_header.top .top .logo {
  text-align: center;
  margin-bottom: 25px;
}

.site_header.top .top .logo img {
  width: 60%;
}

@media screen and (min-width: 1000px) {
  .site_header.top .top .logo img {
    width: auto;
  }
}

.site_header.top .top .text {
  text-align: center;
  margin-bottom: 15px;
}

.site_header.top .top .text img {
  width: 60%;
}

@media screen and (min-width: 1000px) {
  .site_header.top .top .text img {
    width: auto;
  }
}

.site_header.top .top p {
  text-align: center;
  margin: 0;
  line-height: 1.7;
  font-size: 16px;
}

@media screen and (min-width: 1000px) {
  .site_header.top .top p {
    font-size: 20px;
  }
}

.site_header.top.static {
  min-height: 700px;
}

.site_header.top.static .container {
  display: flex;
}

.site_footer {
  padding-top: 40px;
  padding-bottom: 45px;
}

@media screen and (min-width: 1000px) {
  .site_footer {
    padding-top: 60px;
    padding-bottom: 75px;
  }
}

.site_footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.site_footer .top .logo {
  width: 30%;
  text-align: center;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.site_footer .top .logo img {
  display: block;
  margin: auto;
}

.site_footer .top nav {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 12px;
  padding-left: 3rem;
  flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
  .site_footer .top nav {
    font-size: 14px;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}

.site_footer .top nav ul li {
  list-style: disc;
  line-height: 2.2;
}

.site_footer .top nav ul li a {
  color: #000000;
  text-decoration: none;
  display: block;
  line-height: 1.4;
}

.site_footer .top nav ul li a:hover {
  text-decoration: underline;
}

.site_footer .bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
}

.site_footer .bottom span {
  margin-right: 10px;
}

.site_footer .bottom span.text {
  flex-grow: 0;
  width: 5rem;
}

.site_footer .bottom span.img {
  flex-grow: 2;
}

@media screen and (min-width: 1000px) {
  .site_footer .bottom span {
    margin-right: 15px;
  }

  .site_footer .bottom span.text {
    flex-grow: 0;
    width: auto;
  }

  .site_footer .bottom span.img {
    flex-grow: 0;
  }
}

.site_footer .bottom span img {
  display: block;
}

.site_footer .copyright {
  text-align: center;
}

.top_links {
  padding-top: 25px;
  position: relative;
  top: 0px;
  z-index: 15;
  padding-bottom: 60px;
}

@media screen and (min-width: 1000px) {
  .top_links {
    padding-top: 0;
    top: -25px;
  }
}

.top_links nav {
  padding: 0 45px;
  background-image: url(/images/bg_top_nav.png?ab5354e55928d35885ac9543cdccca33);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (min-width: 1000px) {
  .top_links nav {
    padding: 0 125px;
    background-size: auto;
  }
}

.top_links nav .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}

.top_links nav .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_links nav .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.top_links nav .links li {
  width: 47%;
  margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
  .top_links nav .links li {
    width: 33%;
    margin-bottom: 75px;
  }
}

.top_links .btn_video {
  text-align: center;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 1000px) {
  .top_links .btn_video {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }
}

.top_topics {
  padding-bottom: 60px;
}

.top_topics .header {
  text-align: center;
  margin-bottom: 35px;
  background-image: url(/images/bg_topics_title.png?733d78b2834faaaafbee98f9a3b82244);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.top_topics .header img {
  width: 50%;
}

@media screen and (min-width: 1000px) {
  .top_topics .header {
    background-size: auto;
  }

  .top_topics .header img {
    width: auto;
  }
}

.top_topics .container {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 1000px) {
  .top_topics .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.top_topics .content {
  background-image: url(/images/bg_topics_sp.png?711b98f93b76fc2d6e88144e013dc9db);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 15px;
}

@media screen and (min-width: 1000px) {
  .top_topics .content {
    background-image: url(/images/bg_topics.png?9333bd098aa33bd870cf4249bef37b48);
    padding: 50px;
  }
}

.top_topics .content .slick .slick-next {
  background-image: url(/images/icon_slick_right.png?c584d307c3e8ad7cb77f99b4bf520b00);
  right: -30px;
}

@media screen and (min-width: 1000px) {
  .top_topics .content .slick .slick-next {
    right: -70px;
  }
}

.top_topics .content .slick .slick-prev {
  background-image: url(/images/icon_slick_left.png?898abc10e896812bdae83aa2a5a7fa44);
  left: -30px;
}

@media screen and (min-width: 1000px) {
  .top_topics .content .slick .slick-prev {
    left: -70px;
  }
}

.top_topics .content .slick .slick-next,
.top_topics .content .slick .slick-prev {
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 100;
}

@media screen and (min-width: 1000px) {
  .top_topics .content .slick .slick-next,
  .top_topics .content .slick .slick-prev {
    width: 43px;
    height: 43px;
  }
}

.top_topics .content .slick .slick-next:before,
.top_topics .content .slick .slick-prev:before {
  display: none;
}

.top_topics .content .slick .block {
  width: 214px;
  height: auto;
  padding: 0 10px;
}

@media screen and (min-width: 1000px) {
  .top_topics .content .slick .block {
    width: 278px;
    height: 325px;
    padding: 0 15px;
  }
}

.top_topics .content .slick .block a {
  color: #000000;
  text-decoration: none;
}

.top_topics .content .slick .block a:hover img {
  opacity: 0.8;
}

.top_topics .content .slick .block .img {
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (min-width: 1000px) {
  .top_topics .content .slick .block .img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.top_topics .content .slick .block .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 90%;
  height: 75px;
  margin: auto;
}

@media screen and (min-width: 1000px) {
  .top_topics .content .slick .block .img img {
    height: 212px;
  }
}

.top_topics .content .slick .block .body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  padding: 5px 10px;
  height: 90px;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .top_topics .content .slick .block .body {
    height: 100px;
    padding: 8px 20px 14px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

.top_topics .content .slick .block .body .cat {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}

.top_topics .content .slick .block .body .cat span {
  background-color: #ddd;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 5px;
}

.top_topics .content .slick .block .body .cat span.event {
  background: #5BB7AC;
}

.top_topics .content .slick .block .body .cat span.community {
  background: #D48DE8;
}

.top_topics .content .slick .block .body .cat span.present {
  background: #FB9631;
}

.top_topics .content .slick .block .body .cat span.ticket {
  background: #ff8888;
}

.top_topics .content .slick .block .body .title {
  font-size: 12px;
  font-weight: 600;
}

.top_topics .content .slick .block .body p {
  font-size: 11px;
  margin: 0;
}

.top_topics .more {
  background-image: url(/images/bg_top_topics_more.png?977c4bfd267dc8c15878030ca87d805e);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 30px;
}

@media screen and (min-width: 1000px) {
  .top_topics .more {
    padding-bottom: 100px;
    background-size: auto;
  }
}

.top_news {
  padding-bottom: 60px;
}

.top_news .header {
  text-align: center;
  margin-bottom: 35px;
  background-image: url(/images/bg_top_news_title.png?5c218908764993550a4564466abbc6d0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top_news .header img {
  width: 50%;
}

@media screen and (min-width: 1000px) {
  .top_news .header {
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top_news .header img {
    width: auto;
  }
}

.top_news .content {
  padding: 0 10px;
  background-image: url(/images/bg_top_news_more.png?03a9a22f91b16534b2322ab622cbe732);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

@media screen and (min-width: 1000px) {
  .top_news .content {
    padding: 0 120px;
  }
}

.top_news .content ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1.5px solid #000000;
  padding: 10px 8px;
}

@media screen and (min-width: 1000px) {
  .top_news .content ul li {
    justify-content: flex-start;
    padding: 20px 15px;
  }
}

.top_news .content ul li time {
  width: 100px;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (min-width: 1000px) {
  .top_news .content ul li time {
    width: 125px;
    font-size: 20px;
  }
}

.top_news .content ul li a {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}

@media screen and (min-width: 1000px) {
  .top_news .content ul li a {
    font-size: 20px;
  }
}

.top_news .content ul li a:hover {
  text-decoration: underline;
}

.news_list {
  margin-bottom: 60px;
}

.news_list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1.5px solid #000000;
  padding: 10px 8px;
}

@media screen and (min-width: 1000px) {
  .news_list ul li {
    justify-content: flex-start;
    padding: 20px 15px;
  }
}

.news_list ul li time {
  width: 100px;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (min-width: 1000px) {
  .news_list ul li time {
    width: 125px;
    font-size: 20px;
  }
}

.news_list ul li a {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}

@media screen and (min-width: 1000px) {
  .news_list ul li a {
    font-size: 20px;
  }
}

.news_list ul li a:hover {
  text-decoration: underline;
}

.top_service {
  padding-bottom: 30px;
}

@media screen and (min-width: 1000px) {
  .top_service {
    padding-bottom: 60px;
  }
}

.top_service .header {
  text-align: center;
  margin-bottom: 35px;
  background-image: url(/images/bg_top_service_title.png?43a2c14769315532c1d285d54983b926);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding: 10px 0;
}

@media screen and (min-width: 1000px) {
  .top_service .header {
    margin-bottom: 75px;
    padding: 20px 0;
  }
}

.top_service .links {
  margin-bottom: 40px;
  padding: 0 25px;
  background-image: url(/images/bg_top_service_footer.png?0aaf4a5bbbdfb8a69351294360030390);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  padding-bottom: 60px;
}

@media screen and (min-width: 1000px) {
  .top_service .links {
    margin-bottom: 85px;
    padding: 0 50px;
    padding-bottom: 120px;
  }
}

.top_service .links ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
  .top_service .links ul {
    flex-wrap: nowrap;
  }
}

.top_service .links ul li {
  background: #fff;
  border: 2.5px solid #7C7A2E;
  width: 48%;
  height: 170px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  .top_service .links ul li {
    width: 185px;
    height: 185px;
    margin-bottom: 0;
  }
}

.top_service .links ul li a {
  display: block;
  color: #006C3B;
  font-weight: 600;
  text-decoration: none;
}

.top_service .links ul li a img {
  display: block;
  margin: auto;
}

.top_service .links ul li a .img {
  display: flex;
  align-items: center;
  height: 115px;
}

.top_service .links ul li a span {
  display: block;
  text-align: center;
  margin: auto;
}

.top_service nav {
  padding-left: 35px;
  padding-right: 35px;
}

@media screen and (min-width: 1000px) {
  .top_service nav {
    padding-left: 0;
    padding-right: 0;
  }
}

.top_service nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
  .top_service nav ul {
    flex-wrap: nowrap;
  }
}

.top_service nav ul li {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
  .top_service nav ul li {
    width: auto;
    margin-bottom: 0;
  }
}

.top_service nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 73px;
  padding: 0px 35px 0px 60px;
  background: #00AA3C;
  box-shadow: 0 6px 0 0 #006C3B;
  border-radius: 5px;
}

@media screen and (min-width: 1000px) {
  .top_service nav ul li a {
    font-size: 13px;
    width: 190px;
    height: 75px;
  }
}

.top_service nav ul li a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(/images/icon_contact.png?94c3fa5d7c7270b2a16fd6b00fe90f94);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
}

@media screen and (min-width: 1000px) {
  .top_service nav ul li a:before {
    width: 40px;
    height: 40px;
  }
}

.top_service nav ul li a:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(/images/icon_more.png?7bf760d82de1ca069cf3fb365f03e1e4);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
}

.top_service nav ul li a span {
  display: block;
  text-align: left;
  line-height: 1.2;
}

.top_service nav ul li a span br {
  display: none;
}

@media screen and (min-width: 1000px) {
  .top_service nav ul li a span {
    display: initial;
  }
}

.top_service nav ul li:nth-child(2) a:before {
  background-image: url(/images/icon_event.png?2ece1bf44a7b90ad3ef2e7e2edf75a8e);
}

.top_service nav ul li:nth-child(3) a:before {
  background-image: url(/images/icon_present.png?d82bf952ba41b525b6f06af84efe6cb4);
}

.top_service nav ul li:nth-child(4) a:before {
  background-image: url(/images/icon_ticket.png?655819ed7d0049a89098c75805424715);
}

.top_service nav ul li:nth-child(5) a:before {
  background-image: url(/images/icon_photo.png?2604b3ecfa83e1a29e3c55d5fb12f8f7);
}

