@charset "utf-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #000000;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

:focus {
  outline: medium;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.headers {}

.header-wrap {
  padding: 24px 20px 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.header-logo a {
  display: block;
}

.header-logo .text {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 8px;
}

.header-logo .logo {
  width: 270px;
}

.header-logo-line {
  display: none;
}

.header-menu {
  display: none;
}

.header-search {
  margin: 0 30px;
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
}

.header-search input {
  background-color: #F1F1F1;
  height: 40px;
  border-radius: 20px;
  padding: 0 16px;
  font-size: 14px;
  margin-right: 8px;
  border: 0;
  flex: 1;
}

input::placeholder {
  color: #666666;
}

.header-search .btn-search {
  width: 36px;
  height: 36px;
  background-color: #999999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.header-search .btn-search:hover {
  opacity: 0.7;
}

.header-search .btn-search::before {
  content: none;
}

.header-search .btn-search img {
  width: 20px;
}

.header-line {
  flex-shrink: 0;
  width: 350px;
}

.header-line .line {
  background-color: #06C755;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  padding: 1px 6px;
  border-radius: 4px;
  width: fit-content;
}

.header-line .line img {
  margin-right: 2px;
}

.header-line .keywords {
  margin-top: 5px;
  font-size: 12px;
}

.header-line .keywords .swiper-slide,
.header-line .keywords .swiper-slide-thumbnail {
  font-size: 12px;
}

.header-line .keywords .cont {}

.header-nav {
  background-color: #E8E6DC;
  position: relative;
}

.header-nav .nav {
  display: flex;
  /* height: 66px; */
}

.header-nav .nav .nav-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-nav .nav .nav-item:nth-last-child(-n+2) {
  width: 224px;
  flex: none;
}


.header-nav .nav .nav-item.arrow-down .arrow-white {
  transform: rotate(90deg);
}

.header-nav .nav .nav-item.arrow-down:hover .arrow-white {
  transform: rotate(-90deg);
}

.header-nav .nav .nav-item img {
  margin-left: 3px;
}

.header-nav .nav .nav-item .arrow {
  display: block;
}

.header-nav .nav .nav-item .arrow-white {
  display: none;
}

.header-nav .nav .nav-item.active .arrow {
  display: none;
}

.header-nav .nav .nav-item.active .arrow-white {
  display: block;
  transition: all .3s;
  margin-left: 3px;
}

.header-nav .nav .nav-item.arrow-down .arrow {
  transform: rotate(90deg);
}

.header-nav .nav .nav-title {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 140%;
  padding: 0 8px;
  height: 66px;
  width: 100%;
}

.header-nav .nav .nav-title:hover {
  opacity: 1;
}

.header-nav .nav .nav-item.active .nav-title {
  background-color: #008842;
  color: #fff;
  border-left: 1px solid #3a9f68;
  border-right: 1px solid #3a9f68;
}

.header-nav .nav .nav-item .sub-nav {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: 20;
  overflow: hidden;
  display: none;
}

.header-nav .nav .nav-item:hover .nav-title {
  background-color: #008842;
  color: #fff;
}

.header-nav .nav .nav-item:hover .arrow {
  display: none;
}

.header-nav .nav .nav-item:hover .arrow-white {
  display: block;
}


.header-nav .search-list .item {
  margin-right: 135px;
  width: calc((100% - 270px) / 3);
  margin-top: 43px;
}

.header-nav .search-list .item:nth-child(4n) {
  margin-right: 135px;
}

.header-nav .search-list .item:nth-child(3n) {
  margin-right: 0;
}

.header-nav .search-list .item span {
  font-size: 18px;
}

.header-nav .search-list .item .icon {
  width: 57px;
}

.header-nav .search-list .item .arrow-icon {
  margin-left: auto;
}

.header-nav .nav .nav-item.active .search-list .item .arrow {
  display: block;
}

.sub-nav .ad {
  margin: 60px 0 180px;
}

.main-search {
  background-color: #F5F5F5;
  padding: 60px 0 80px;
  margin-top: 30px;
}

.search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-inner {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 0px #00000040;
  width: 60%;
  max-width: 560px;
  border-radius: 23px;
  overflow: hidden;
}

.search-inner input {
  background-color: #fff;
  height: 46px;
  padding: 0 20px;
  font-size: 14px;
  border: 0;
  flex: 1;
  min-width: 0;
}

.search-inner .btn-search {
  width: 60px;
  height: 46px;
  background-color: #008842;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.search-inner .btn-search:hover {
  opacity: 0.7;
}

.search-inner .btn-search::before {
  content: none;
}

.search-inner .btn-search img {
  width: 22px;
}

.search-rectangle {
  margin-left: 20px;
}

.search-rectangle img {
  width: 100%;
}

.search-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.search-list .item {
  display: flex;
  align-items: center;
  margin-right: 46px;
  margin-top: 20px;
  width: calc((100% - 138px) / 4);
}

.search-list .item:nth-child(4n) {
  margin-right: 0;
}

.search-list .item .icon {
  width: 39px;
}

.search-list .item span {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-left: 8px;
}

.search-list .item .arrow {
  margin-left: auto;
}

.search-btn-expand {
  display: none;
}

.main-news {
  margin-top: 60px;
  padding-bottom: 90px;
}

.news-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 28px;
}

.news-wrap .news-item {
  width: calc(100% / 4);
  padding: 0 10px;
  margin-bottom: 32px;
  position: relative;
}

.news-wrap .news-item .rank {
  margin: -17px auto 15px;
}

.news-wrap .news-item .rank-sp {
  display: none;
}

.news-wrap .news-item .picture {
  background-color: #EDEDED;
  position: relative;
}

.news-wrap .news-item .picture::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.news-wrap .news-item .picture .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-wrap .news-item .picture .imgbox a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-wrap .news-item .ttl {
  line-height: 160%;
  color: #fff;
  background-color: #666666;
  padding: 3px 6px;
  margin-top: 18px;
}

.news-wrap .news-item .text {
  line-height: 160%;
  margin-top: 14px;
  word-break: break-all;
}

.news-wrap .news-item .date {
  font-size: 14px;
  margin-top: 18px;
}

.news-wrap .news-item .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 12px;
}

.news-wrap .news-item .daterange {
  margin-top: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 160%;
}

.news-wrap .news-item .address {
  color: #008842;
  line-height: 20px;
  margin-top: 6px;
}

.news-wrap .news-item .price {
  border: 1px solid #008842;
  font-size: 14px;
  border-radius: 5px;
  padding: 0 8px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #008842;
  display: inline-block;
  margin-top: 12px;
}

.news-wrap .news-item .price.free {
  color: #008842;
  background-color: #fff;
}

.news-wrap .news-item .tag {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news-wrap .news-item .tag span {
  line-height: 20px;
  border: 1px solid #ccc;
  border-radius: 22px;
  font-size: 12px;
  color: #999999;
  padding: 0 10px;
  display: block;
  margin: 0 10px 5px 0;
}

.news-wrap .news-item .describe {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 160%;
  margin-top: 10px;
}

.pr {
  border-top: 2px solid #FFAA00;
  width: calc(100% - 20px);
  padding: 3px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.pr span {
  background-color: #fff;
  color: #FF9500;
  font-size: 12px;
  width: 26px;
  line-height: 15px;
  text-align: center;
  display: block;
}

.event-end {
  position: absolute;
  top: 0;
  width: 67px;
  height: 67px;
  background-color: rgba(57, 57, 57, 0.7);
  font-size: 20px;
  color: #fff;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.main-category {
  background-color: #F5F5F5;
  padding: 90px 0;
}

.main-category .tabs-wrap {
  margin-top: 40px;
}

.main-category .news-wrap {
  margin: 40px -10px 18px;
}

.main-category .news-wrap .news-item {
  width: calc(100% / 5);
}

.main-category .news-wrap .news-item .ttl {
  font-size: 12px;
  padding: 9px 6px;
}

.main-contact {
  padding: 100px 60px !important;
  display: flex;
  align-items: center;
}

.main-contact a:hover {
  /* opacity: 1; */
}

.main-contact .contact {
  flex: 1;
  margin-left: 40px;
}

.main-contact .contact .contact-ttl {
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}

.main-contact .contact .contact-shop {
  background-color: #008842;
  color: #fff;
  border-radius: 30px;
  padding: 20px 23px;
  margin-top: 40px;
}

.main-contact .contact .contact-shop .shop-ttl {
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
}

.main-contact .contact .contact-shop .shop {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 14px;
}

.main-contact .contact .contact-shop .shop li {
  background-color: #fff;
  border-radius: 60px;
  flex: 1;
  min-width: 0;
}

.main-contact .contact .contact-shop .shop li+li {
  margin-left: 12px;
}

.main-contact .contact .contact-shop .shop li .link {
  line-height: 140%;
  min-height: 60px;
  padding: 0 13px 0 25px;
  color: #008842;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 60px;
}

.main-contact .contact .contact-btn {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.main-contact .contact .contact-btn .common-btn {
  flex: 1;
  height: 84px;
  border-radius: 42px;
  padding: 0 10px 0 30px;
}

.main-contact .contact .contact-btn .cb-text {
  flex: 1;
  text-align: center;
}

.main-contact .contact .contact-btn .cb-text span {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.main-contact .contact .contact-btn .common-btn+.common-btn {
  margin-left: 20px;
}

.main-contact .contact a.common-btn:hover {
  /* background-color: #008842;
  border: 1px solid #008842;
  color: #fff; */
}

.main-information {
  background-color: #F5F5F5;
  padding: 90px 0;
}

.main-information .search-list {
  margin-top: 20px;
}

.rectangle {
  margin-top: 40px;
}

.rectangle-sp {
  display: none;
}

.rectangle img {
  width: 100%;
}

.special-issue {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  overflow-x: auto;
}

.special-issue .issue {
  position: relative;
}

.special-issue .issue+.issue {
  margin-left: 38px;
}

.special-issue .issue img {
  width: 100%;
}

.special-issue .issue span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.morelook {
  display: flex;
  justify-content: flex-end;
}

.morelook .link {
  font-weight: 700;
  color: #008842;
  display: flex;
  align-items: center;
}

.morelook img {
  margin-left: 8px;
}

.page-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
}

.page-title .small {
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  margin-top: 14px;
  display: block;
}

.page-subtitle {
  font-size: 28px;
  font-weight: 700;
  border-bottom: 1px solid #999;
  line-height: 130%;
  padding-bottom: 17px;
}

.page-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.page-text .text {
  padding-left: 20px;
  position: relative;
}

.page-text .dot {
  position: absolute;
  left: 0;
}

.text-area {
  white-space: pre-wrap;
}

.page-abstract {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.event-search {
  display: flex;
  align-items: center;
  margin: 24px 0 50px;
}

.event-search .search-input {
  border: 2px solid #008842;
  width: 352px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  background-color: #F1F1F1;
}

.event-search .search-input input {
  flex: 1;
  height: 46px;
  border: 0;
  background-color: #F1F1F1;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 50px;
  min-width: 0;
}

.event-search .search-input .search-btn {
  width: 50px;
  height: 50px;
  background-color: #008842;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.event-search .search-input .search-btn img {
  width: 23px;
}

.event-search .search-select {
  width: 352px;
  height: 50px;
  background-color: #008842;
  color: #fff;
  border-radius: 50px;
  padding: 0 20px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.event-search .search-select[aria-expanded="true"] {
  background-color: #F1F1F1;
  border: 1px solid #008842;
  color: #666666;
}

.event-search .search-select .arrow-icon {
  display: block;
}

.event-search .search-select .arrow-icon-open {
  display: none;
}

.event-search .search-select[aria-expanded="true"] .arrow-icon {
  display: none;
}

.event-search .search-select[aria-expanded="true"] .arrow-icon-open {
  display: block;
}

.event-head {
  position: relative;
  padding-left: 230px;
}

.oto-marche {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.eventinfo {
  padding-bottom: 90px;
}

.eventinfo .news-wrap {
  margin: 0 -10px 0;
}

.eventinfo .news-wrap .news-item {
  margin-bottom: 50px;
}

.eventinfo-detail {
  margin-bottom: 60px;
}

.eventinfo-detail .detail-top {
  display: flex;
  align-items: flex-start;
}

.eventinfo-detail .detail-top .photo {
  width: 350px;
  position: relative;
  background-color: #EDEDED;
}

.eventinfo-detail .detail-top .photo .pr {
  width: 100%;
}

.eventinfo-detail .detail-top .photo::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.eventinfo-detail .detail-top .photo .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eventinfo-detail .detail-top .photo .imgbox img {
  /* width: 100%; */
}

.eventinfo-detail .detail-top .cont {
  flex: 1;
  margin-left: 30px;
}

.eventinfo-detail .detail-top .cont .address {
  font-size: 24px;
  line-height: 130%;
  font-weight: 700;
  color: #008842;
}

.eventinfo-detail .detail-top .cont .ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-top: 20px;
}

.eventinfo-detail .detail-top .cont .price {
  border: 1px solid #008842;
  font-size: 18px;
  border-radius: 5px;
  padding: 0 8px;
  width: 100px;
  height: 34px;
  color: #fff;
  background-color: #008842;
  display: inline-block;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eventinfo-detail .detail-top .cont .price.free {
  background-color: #fff;
  color: #008842;
}

.eventinfo-detail .detail-top .cont .date {
  margin-top: 28px;
}

.eventinfo-detail .detail-top .cont .date .date-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.eventinfo-detail .detail-top .cont .date .date-text {
  font-size: 20px;
  line-height: 130%;
  margin-top: 8px;
}

.eventinfo-detail .detail-text {
  font-size: 14px;
  line-height: 160%;
  color: #666666;
  margin-top: 30px;
}

.eventinfo-detail-ttl {
  width: 280px;
  height: 32px;
  background-color: #E3E3E3;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
}

.eventinfo-detail-tag {
  width: 80px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 6px;
  background-color: #E3E3E3;
  font-size: 14px;
  margin-bottom: 8px;
}

.eventinfo-detail-tag-long {
  width: 120px;
}
.eventinfo-detail-info {
  margin-top: 40px;
}

.eventinfo-detail-info .info-item+.info-item {
  margin-top: 36px;
}

.eventinfo-detail-inner {
  margin-bottom: 73px;
}

.eventinfo-detail-staff {
  margin-bottom: 90px;
}

.eventinfo-detail-staff .staff {
  display: flex;
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
}

.eventinfo-detail-staff .staff .icon {}

.eventinfo-detail-staff .staff .text {
  flex: 1;
  margin: -3px 0 -3px 10px;
  line-height: 160%;
  display: flex;
  align-items: center;
}

.eventinfo-detail-staff .staff-picture {
  display: flex;
  align-items: flex-start;
  margin: 73px 0 60px;
}

.eventinfo-detail-staff .staff-picture .sp-box {
  flex: 1;
}

.eventinfo-detail-staff .staff-picture .sp-box+.sp-box {
  margin-left: 30px;
}

.eventinfo-detail-staff .staff-picture .sp-box span {
  margin-top: 4px;
  font-size: 14px;
  line-height: 160%;
}

.eventinfo-detail-summary {
  padding: 30px 0 0;
}

.materials {
  margin: 50px 0 90px;
}

.materials .tabs-wrap .ct-list {
  margin-top: 60px;
}

.materials-detail {
  /* margin: 50px 0 0 0; */
}

.materials-detail .page-abstract {
  margin-top: 30px;
}

.materials-detail .eventinfo-detail-ttl {
  width: 130px;
}

.materials-detail .info-item {
  margin-top: 40px;
}

.materials-detail .info-item .list {
  display: flex;
  align-items: center;
}

.materials-detail .info-item .list+.list {
  margin-top: 18px;
}

.materials-detail .info-item .list .page-text {
  margin-left: 12px;
}

.materials-detail .news-wrap {
  margin: 50px -10px 68px;
}

.materials-detail-inner+.materials-detail-inner {
  margin-top: 100px;
}

.materials-detail .voice-wrap {
  margin-top: 30px;
}

.materials-detail .voice+.voice {
  margin-top: 30px;
}

.materials-detail .voice .title {
  display: flex;
  align-items: center;
}

.materials-detail .voice .title .icon {}

.materials-detail .voice .title .ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin-left: 12px;
}

.materials-detail .voice .title .ttl .fn {
  font-style: normal;
}

.materials-detail .voice .title .date {
  font-size: 14px;
  color: #999999;
  margin-top: 3px;
  line-height: 14px;
  font-weight: normal;
}

.materials-detail .voice .text {
  line-height: 160%;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 20px;
  margin: 6px 0 0 60px;
}

.materials-detail .voice-more {
  width: 100%;
  margin: 60px auto 0;
  justify-content: center;
}

.comment-wrap {
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 60px 70px;
  margin: 90px 0;
}

.comment-wrap .title {
  font-size: 20px;
  line-height: 130%;
  border-bottom: 1px solid #666666;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

.comment-wrap .form-item+.form-item {
  margin-top: 40px;
}

.comment-wrap .form-item .name {
  color: #222222;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.comment-wrap .form-item .name .required {
  width: 33px;
  height: 15px;
  line-height: 14px;
  border-radius: 2px;
  background-color: #D10000;
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin-left: 10px;
}

.comment-wrap .form-item .input-common {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
  padding: 9px 12px;
  display: block;
}

.comment-wrap .form-item .input-common::placeholder {
  color: #999999;
}

.comment-wrap .common-btn {
  margin: 60px auto 0;
  justify-content: center;
}

.event-contact-btn {
  margin-top: 60px;
}

.pagination-plus {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* margin: 0 0 60px; */
}

.pagination-plus li {
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  text-decoration: underline;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  cursor: pointer;
}

.pagination-plus li.current {
  background-color: #008842;
  color: #fff;
  text-decoration: none;
}

.pagination-plus li.disabled {
  opacity: 0.5;
  cursor: auto;
}

.pagination-plus li.drop {
  text-decoration: none;
}

.pagination-plus li span {}

.page_navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page_navi .page-numbers {
  width: 28px;
  height: 28px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  text-decoration: underline;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}

.page_navi .page-numbers.current {
  background-color: #008842;
  color: #fff;
  text-decoration: none;
}

.page_navi .page-numbers.dots {
  text-decoration: none;
}

.page_navi .page-numbers.prev,
.page_navi .page-numbers.next {
  text-decoration: none;
}

.footer {
  padding: 30px 20px 20px;
  background-color: #E8E6DC;
}

.footer .footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-nav li {}

.footer .footer-nav li+li {
  margin-left: 40px;
}

.footer .footer-nav .link {
  font-size: 14px;
}

.footer .footer-icon {
  margin: 40px 0 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-icon .icon-box+.icon-box {
  margin-left: 20px;
}

.footer .copyright {
  font-size: 12px;
  text-align: center;
}

.footer .copyright+.copyright {
  margin-top: 8px;
}

.line-account {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 20px 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #06C755;
  border-radius: 4px 4px 0 0;
  z-index: 10;
}

.line-account .line-account-close {
  width: 24px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.line-account .account-ttl {}

.line-account .account-text {
  font-size: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 10px 0;
  padding: 8px 0;
  line-height: 52px;
}

.line-account .account-foot {
  font-size: 12px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin: 20px 0 80px;
  font-size: 12px;
}

.breadcrumb img {
  margin: 0 4px;
}

.breadcrumb .active {
  text-decoration: underline;
}

.event-search-item {
  /* padding-bottom: 90px; */
}

.search-scroll {
  padding: 0 20px;
  max-height: 615px;
  overflow: auto;
}

.event-search-item .search-item {
  background-color: #F5F5F5;
  padding: 42px 26px 30px;
  position: relative;
}

.event-search-item .search-item .item {
  display: flex;
  align-items: flex-start;
}

.event-search-item .search-item .item+.item {
  margin-top: 28px;
}

.event-search-item .search-item .item .ttl {
  width: 130px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.event-search-item .search-item .item .ttl .arrow {
  display: none;
}

.event-search-item .search-item .item .cont {
  flex: 1;
  min-width: 0;
}

.event-search-item .search-item .item .cont .dateinner {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.event-search-item .search-item .item .cont .dateinner .line {
  padding: 0 17px;
}

.event-search-item .search-item .item .cont .dateinner .date {
  position: relative;
}

.event-search-item .search-item .item .cont .dateinner input {
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  height: 40px;
  padding: 0 12px;
  color: #666;
  width: 100%;
}

.event-search-item .search-item .item .cont .dateinner .dateicon {
  position: absolute;
  right: 12px;
  top: 13px;
}

.event-search-item .search-item .item .cont .week {
  margin-right: 40px;
  display: inline-block;
}

.event-search-item .search-item .item .cont .checkbox-group {
  margin-bottom: 12px;
}

.checkbox-event {
  margin: 20px 0 46px;
}

.commonbox {
  padding: 90px 0;
}

.bg-grey {
  background-color: #F5F5F5;
}

.teacher-pb {
  padding-bottom: 58px;
}

.teacher {}

.teacher-info {
  background-color: #FFFCEE;
}

.infolist-wrap {
  padding-top: 30px;
  padding-bottom: 90px;
}

.infolist-wrap .infolist {
  padding: 30px 0 60px;
}

.infolist {
  padding: 30px 0;
}

.infolist .item {
  display: flex;
  align-items: center;
  padding: 3px 0;
}

.infolist .item:hover {
  opacity: 0.7;
}

.infolist .item+.item {
  margin-top: 20px;
}

.infolist .item .date {
  font-size: 14px;
}

.infolist .item .tag {
  width: 154px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  border-radius: 26px;
  margin: 0 20px;
}

.bg-type-1 {
  background-color: #FFAAA0;
}

.bg-type-2 {
  background-color: #BDE8FE;
}

.bg-type-3 {
  background-color: #D0CCFF;
}

.bg-type-4 {
  background-color: #FBE67B;
}

.bg-type-5 {
  background-color: #BDDF73;
}

.bg-type-6 {
  background-color: #FFCBF5;
}

.bg-type-7 {
  background-color: #D9D9D9;
}

.infolist .item .text {
  font-size: 16px;
  line-height: 160%;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
}

.infolist .item .text:hover {
  text-decoration: none;
  opacity: 1;
}

.infolist .item .arrow {
  margin-left: 52px;
}

.teacherwrap {}

.teacherwrap .page-text {
  margin-top: 30px;
}

.teacherwrap .tabs-wrap {
  margin-top: 40px;
}

.teacherwrap .news-wrap {
  margin: 40px -10px 0;
}

.teachecategory .news-wrap .news-item {
  width: calc(100% / 5);
}

.teachecategory .news-wrap .news-item .ttl {
  font-size: 12px;
}

.teacherlist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
  margin: 0 -12px;
}

.teacherlist .item {
  width: calc(100% / 3);
  margin-top: 24px;
  padding: 0 12px;
}

.teacherlist .item .i-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.teacherlist .item img {}

.teacherlist .item .date {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.teacherlist .item .date .new {
  color: #fff;
  padding: 0 6px 0 14px;
  border-radius: 20px 0 0 20px;
  background-color: #008842;
}

.teacherlist .item .date .text {
  color: #008842;
  padding: 0 16px 0 6px;
  border-radius: 0 20px 20px 0;
  background-color: #fff;
}

.teacherlist .item .ttl {
  width: 100%;
  padding: 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teacher-pickup {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -12px;
}

.teacher-pickup .item {
  width: calc(100% / 3);
  padding: 0 12px;
}

.teacher-pickup .item .picture {
  background-color: #EDEDED;
  position: relative;
}

.teacher-pickup .item .picture::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.teacher-pickup .item .picture .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teacher-pickup .item .text {
  line-height: 160%;
  margin-top: 10px;
}

.search-item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}

.search-item-btn .common-btn {
  width: 260px;
  height: 40px;
  padding: 0 20px;
  justify-content: center;
}

.search-item-btn .common-btn:hover {
  opacity: 0.7;
}

.search-item-btn .common-btn+.common-btn {
  margin-left: 52px;
}

.search-item-btn .common-btn img {
  position: absolute;
  right: 12px;
}

.info-detail-category {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.info-detail-category .idc-text {
  width: 220px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  border-radius: 36px;
}

.info-detail-category .idc-date {
  font-size: 14px;
  margin-left: 30px;
}

.info-detail-wrap {
  padding-top: 60px;
  padding-bottom: 90px;
}

.info-detail-wrap p {
  line-height: 160%;
}

.info-detail-wrap .img-wrap {
  padding: 60px 0;
  display: flex;
}

.info-detail-wrap .img-wrap img+img {
  margin-left: 60px;
}

.info-detail-wrap .detail-cont {
  margin-bottom: 60px;
  word-break: break-all;
}

/* 
.form-check{
    display: flex;
    align-items: center;
}

.form-check+.form-check{
    margin-left: 30px;
}

.form-check-input{
    width: 16px;
    height: 16px;
}

.form-check-label{
    color: #666666;
    font-size: 16px;
    line-height: 15px;
    display: inline-block;
    margin-left: 4px;
} */


.swiper-wrap {
  overflow: hidden;
  position: relative;
}

.swiper-wrap .swiper {
  width: 100%;
  max-width: 1080px;
  overflow: visible;
  position: relative;
}

.swiper-wrap .swiper-button-next,
.swiper-wrap .swiper-button-prev {
  width: 52px;
  height: 52px;
}

.swiper-wrap .swiper-button-next:after,
.swiper-wrap .swiper-button-prev:after {
  content: none;
}

.swiper-wrap .swiper-button-prev {
  left: -26px;
}

.swiper-wrap .swiper-button-next {
  right: -26px;
}

.swiper-wrap .swiper-pagination-bullet {
  background-color: #999999;
  opacity: 1;
}

.swiper-wrap .swiper-pagination-bullet-active {
  background-color: #008842;
}


.swiper-main-wrap {
  overflow: hidden;
  margin-top: 30px;
}

.swiper-line-wrap {
  display: flex;
  align-items: center;
}

.swiper-line {
  flex: 1;
  min-width: 0;
}

.swiper-line .swiper-slide {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-line .swiper-slide a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.swiper-line-control {
  display: flex;
  align-items: center;
}

.swiper-line-control .swiper-button-next,
.swiper-line-control .swiper-button-prev {
  position: relative;
  width: auto;
  height: auto;
  margin-top: 0;
  top: 0;
  left: 0;
  right: 0;
  flex-shrink: 0;
}

.swiper-line-control .swiper-button-next:after,
.swiper-line-control .swiper-button-prev:after {
  content: none;
}

.swiper-line-control .swiper-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 7px;
}

.swiper-line-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.swiper-line-control .swiper-pagination-bullet-active {
  background-color: #000;
}

.swiper-teachertwo .swiper-teachertwo-img {
  border-radius: 10px;
  max-width: 100%;
}

.swiper-teachertwo .swiper-teachertwo-text {
  font-size: 14px;
  line-height: 160%;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.swiper-teacherone {
  margin-top: 36px;
  margin-bottom: 72px;
}

.swiper-teacherone .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}

.swiper-teacherone .swiper-horizontal>.swiper-pagination-bullets,
.swiper-teacherone .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-teacherone .swiper-pagination-custom,
.swiper-teacherone .swiper-pagination-fraction {
  bottom: -30px;
}

.swiper-teachertwo,
.swiper-teacherthree {
  margin-top: 30px;
  margin-bottom: 30px;
}

.swiper-teachertwo .swiper-horizontal>.swiper-pagination-bullets,
.swiper-teachertwo .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-teachertwo .swiper-pagination-custom,
.swiper-teachertwo .swiper-pagination-fraction,
.swiper-teacherthree .swiper-horizontal>.swiper-pagination-bullets,
.swiper-teacherthree .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-teacherthree .swiper-pagination-custom,
.swiper-teacherthree .swiper-pagination-fraction {
  bottom: -30px;
}

.swiper-teachertwo .swiper-button-next,
.swiper-teachertwo .swiper-button-prev {
  transform: translateY(-50%);
}

.swiper-teacherthree .threebox {
  padding: 4px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-teacherthree .threebox img {
  width: 142px;
  border-radius: 10px;
}

.swiper-teacherthree .threebox .cont {
  padding: 5px 10px;
  flex: 1;
}

.swiper-teacherthree .threebox .ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.swiper-teacherthree .threebox .text {
  font-size: 16px;
  line-height: 160%;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.swiper-wrap .swiper-teacherfour {
  overflow: hidden;
}

.swiper-wrap .swiper-teacherfour-img {
  width: 100%;
}

.swiper-teacherfive .swiper-wrapper {
  /* flex-wrap: wrap; */
}

.swiper-teacherfive {}

.swiper-wrap .pr {
  width: 100%;
  border-top: 2px solid #FFAA00;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
}

.swiper-wrap .pr span {
  width: 26px;
  line-height: 15px;
  background-color: #fff;
  color: #FF9500;
  font-size: 12px;
  text-align: center;
  display: block;
}

.teacherfour-wrap {
  max-width: 1140px;
  padding: 0 30px;
  margin: auto;
}

.teacherfour-wrap .swiper-button-next {
  right: 0;
}

.teacherfour-wrap .swiper-button-prev {
  left: 6px;
}

.tabs-wrap .ct-ul {
  display: flex;
  background-color: #D4D2C4;
  border-radius: 23px;
  overflow: hidden;
}


.tabs-wrap .ct-ul .ct-li {
  flex: 1;
  height: 45px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 23px;
  transition: all 0.6s;
}

.tabs-wrap .ct-li.active {
  background-color: #008842;
}


.tabs-wrap .ct-list {
  margin-top: 40px;
}

.tabs-wrap .ct-list .item {
  display: none;
}

.tabs-wrap .ct-list .item.active {
  display: block;
}

.selected-wrap {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E3E3E3;
  background-color: #FFFFFF;
  margin-bottom: 12px;
}

.selected-areas {
  color: #666666;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  cursor: pointer;
}

.selected-areas .selected-count {}

.selected-areas .selected-arrow {
  margin-left: auto;
  transition: all 0.3s;
  transform: rotate(180deg);
}

.selected-areas.open .selected-arrow {
  transform: rotate(0deg);
}

.selected-option {
  padding: 0 20px 8px;
  display: none;
}

.selected-option .checkbox-wrap {
  margin-top: 12px;
}

.selected-option .checkbox-group {
  margin-right: 26px;
  /* margin-top: 12px; */
  width: 90px;
}

.checkbox-group {
  margin-right: 26px;
  display: inline-block;
}

.checkbox-group label {
  display: inline-flex;
  align-items: flex-start;
  line-height: 130%;
  color: #666666;
  letter-spacing: 0;
}

.checkbox-group input[type="checkbox"] {
  margin: 3px 4px 0 0;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.header-menu-sp {
  display: none;
}

.common-w {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.common-btn {
  max-width: 362px;
  height: 70px;
  line-height: 160%;
  color: #fff;
  padding: 0 20px 0 30px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  background-color: #008842;
  border: 1px solid #008842;
  cursor: pointer;
  position: relative;
}

.common-btn-outline {
  background-color: #fff;
  border: 1px solid #008842;
  color: #008842;
}

.common-btn:hover {
  background-color: #fff;
  border: 1px solid #008842;
  color: #008842;
}

.common-btn-outline:hover {
  color: #008842;
  background-color: #f8f8f8;
}

.common-btn .btn-arrow {
  display: block;
}

.common-btn .btn-hover-arrow {
  display: none;
}

.common-btn:hover .btn-arrow {
  display: none;
}

.common-btn:hover .btn-hover-arrow {
  display: block;
}



a.common-btn:link,
a.common-btn:visited,
a.common-btn:focus {
  color: #ffffff;
}

a.common-btn:hover,
a.common-btn:active {
  color: #008842;
}



a.common-btn-outline:link,
a.common-btn-outline:visited,
a.common-btn-outline:focus {
  color: #008842;
}

a.common-btn-outline:hover,
a.common-btn-outline:active {
  color: #008842;
}

#comment-confirm-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

#comment-confirm-modal .inner {
  background: white;
  padding: 50px;
  border-radius: 5px;
  width: 90%;
  max-width: 360px;
}

#comment-confirm-modal .inner p {
  text-align: center;
}

#comment-confirm-modal .comment-btnwrap {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

#comment-confirm-modal .comment-btnwrap .common-btn {
  height: 40px;
  flex: 1;
  justify-content: center;
}

.comment-tips {
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
}

.error-message {
  font-size: 12px;
}

.top-shadow {
  width: 100%;
  height: 84px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #E6E6E6 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.bottom-shadow {
  width: 100%;
  height: 84px;
  background: linear-gradient(to top, #E6E6E6, #FFFFFF00);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

/* コメントする */
.comment-list>li:nth-child(n+5) {
  display: none;
}

.comment-list.show-all>li:nth-child(n+5) {
  display: list-item;
}

.comment-respond {
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 60px 70px;
  margin: 90px 0;
}

.comment-reply-title {
  font-size: 20px;
  line-height: 130%;
  border-bottom: 1px solid #666666;
  padding-bottom: 10px;
  margin-bottom: 60px;
  font-weight: normal;
}

.comment-form-item+.comment-form-item {
  margin-top: 40px;
}

.comment-form-item label {
  color: #222222;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.comment-form-item label .required {
  width: 33px;
  height: 15px;
  line-height: 14px;
  border-radius: 2px;
  background-color: #D10000;
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin-left: 10px;
}

.comment-form-item textarea,
.comment-form-item input {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
  padding: 9px 12px;
  display: block;
}

.comment-form .form-submit input[type="submit"] {
  width: 100%;
  max-width: 362px;
  height: 70px;
  line-height: 160%;
  color: #fff;
  padding: 0 20px 0 30px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  background-color: #008842;
  border: 1px solid #008842;
  cursor: pointer;
  position: relative;
  border: 0;
  margin: 60px auto 0;
}

.comment-form .form-submit input[type="submit"]:hover {
  background-color: #fff;
  border: 1px solid #008842;
  color: #008842;
  opacity: 0.7;
}

.comment-form-cookies-consent {
  display: none;
}

.comment-contents-mt {
  margin-top: 40px;
}


label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

label:has(input[type="checkbox"]) {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

label:has(input[type="checkbox"])::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

label:has(input[type="checkbox"]:checked)::before {
  background-color: #008842;
  border-color: #008842;
}

label:has(input[type="checkbox"]:checked)::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.pl-space {
  padding-left: 30px;
}

.pt-16 {
  padding-top: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pc-hide {
  display: none;
}

.w-100 {
  width: 100%;
}

.hide {
  /* height: 100%; */
  overflow-y: hidden;
}

@media screen and (max-width: 1140px) {
  .main-contact {
    padding: 100px 30px !important;
  }

  .main-contact .contact-photo {
    width: 180px;
  }

  .header-nav .nav .nav-item:nth-last-child(-n+2) {
    width: auto;
  }

}

@media screen and (max-width: 990px) {
  .header-search {
    margin: 0 20px;
  }

  .header-line {
    width: 276px;
  }

  .swiper-line {
    /* width: 180px; */
  }

  .header-nav .nav .nav-item {
    flex: auto;
  }

  .header-nav .nav .nav-title {
    font-size: 14px;
  }

  .search-list .item {
    margin-right: 20px;
    width: calc((100% - 60px) / 4);
  }

  .search-list .item span {
    font-size: 14px;
  }

  .main-contact {
    padding: 100px 20px !important;
  }

  .main-contact .contact-photo {
    width: 140px;
  }

  .main-contact .contact {
    margin-left: 20px;
  }

  .main-contact .contact .contact-shop .shop li .link {
    padding: 0 3px 0 15px;
    font-size: 14px;
  }

  .footer .footer-nav li+li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 900px) {
  .header-nav .nav .nav-title {
    font-size: 12px;
  }

  .header-search .btn-search {
    background-color: #999999 !important;
    border-color: #999999 !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }

  .pc-hide {
    display: block;
  }

  .headers {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
  }

  .header-wrap {
    padding: 20px;
    flex-wrap: wrap;
  }

  .header-logo {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .header-logo .text {
    order: 2;
    font-size: 10px;
    line-height: 130%;
    margin: 0 0 0 4px;
  }

  .header-logo .logo {
    order: 1;
    width: 160px;
  }

  .header-nav {
    display: none;
  }

  .header-line {
    display: none;
  }

  .header-logo-line {
    display: inline-flex;
    align-items: center;
    background-color: #06C755;
    border-radius: 4px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    font-weight: 700;
    padding: 0 4px;
    order: 3;
    flex-shrink: 0;
    margin: 0 12px 0 auto;
  }

  .header-search {
    margin: 10px 0 0;
  }

  .header-menu {
    display: block;
    order: 4;
    flex-shrink: 0;
  }

  .header-menu .menu {
    display: block;
  }

  .header-menu .close {
    display: none;
  }

  .header-menu.open .menu {
    display: none;
  }

  .header-menu.open .close {
    display: block;
  }

  .main-wrap {
    margin-top: 116px;
  }

  .main-search {
    padding: 30px 0;
    margin-top: 20px;
  }

  .search-inner input {
    height: 40px;
  }

  .search-inner .btn-search {
    height: 40px;
  }

  .search-list .item {
    margin-right: 0;
    margin-top: 16px;
    width: 100%;
  }

  .page-title {
    font-size: 28px;
  }

  .page-subtitle {
    font-size: 20px;
    padding-top: 5px;
  }

  .news-wrap {
    margin: 24px -10px 30px;
  }

  .main-news {
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .news-wrap .news-item {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
  }

  .news-wrap .news-item .picture {
    width: 120px;
  }

  .news-wrap .news-item .picture .imgbox img {
    max-height: 100%;
  }

  .news-wrap .news-item .cont {
    flex: 1;
    margin-left: 18px;
  }

  .news-wrap .news-item .ttl {
    margin-top: 0;
    font-size: 12px;
    padding: 1px 6px;
  }

  .news-wrap .news-item .text {
    margin-top: 8px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .news-wrap .news-item .date {
    margin-top: 10px;
  }

  .main-category {
    padding: 60px 0;
  }

  .main-category .tabs-wrap {
    margin-top: 34px;
  }

  .main-category .news-wrap .news-item {
    width: 100%;
  }

  .main-category .news-wrap .news-item .ttl {
    font-size: 12px;
    padding: 1px 6px;
  }

  .main-category .news-wrap {
    margin: 30px -10px 0;
  }

  .tabs-wrap .ct-ul {
    background-color: transparent;
    overflow-x: auto;
    border-radius: 0;
    margin: 0 -20px;
    padding-left: 20px;
  }

  .tabs-wrap .ct-ul .ct-li {
    background-color: #D4D2C4;
    border-radius: 23px;
    font-size: 12px;
    white-space: nowrap;
    min-width: max-content;
    height: 45px;
    padding: 0 15px;
  }

  .tabs-wrap .ct-ul .ct-li+.ct-li {
    margin-left: 6px;
  }

  .tabs-wrap .ct-ul .ct-li.active {
    background-color: #008842;
  }

  .tabs-wrap .ct-list {
    margin-top: 30px;
  }

  .main-contact {
    padding: 60px 20px !important;
  }

  .main-contact .contact-photo {
    display: none;
  }

  .main-contact .contact {
    margin-left: 0;
  }

  .main-contact .contact .contact-ttl {
    font-size: 22px;
    line-height: 130%;
  }

  .main-contact .contact .contact-shop .shop li {
    width: 100%;
    flex: auto;
  }

  .main-contact .contact .contact-shop .shop li+li {
    margin-left: 0;
    margin-top: 14px;
  }

  .main-contact .contact .contact-shop .shop li .link {
    min-height: 40px;
  }

  .main-contact .contact .contact-btn {
    flex-wrap: wrap;
  }

  .main-contact .contact .contact-btn .common-btn {
    flex: auto;
    width: 100%;
    height: 60px;
    max-width: none;
    font-size: 14px;
    padding: 0 10px 0 36px;
  }

  .main-contact .contact .contact-btn .common-btn+.common-btn {
    margin-left: 0;
    margin-top: 20px;
  }

  .main-contact .contact .contact-shop .shop-ttl {
    font-size: 16px;
  }

  .main-information {
    padding: 60px 0;
  }

  .news-wrap .news-item .rank {
    display: none;
  }

  .news-wrap .news-item .rank-sp {
    width: 19px;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B7BCBE;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
  }

  .news-wrap .news-item .rank-sp.sp01 {
    background: linear-gradient(342.14deg, #FFBF48 13.33%, #FBE67B 30.86%, #EFC048 55.4%, #EFE741 72.93%, #D4A041 86.25%);
  }

  .news-wrap .news-item .rank-sp.sp02 {
    background: linear-gradient(340.74deg, #7F7F7F 27.4%, #D4D4D4 40.84%, #BEBEBE 53.13%, #919191 69.51%, #A8A8A6 104.21%);

  }

  .news-wrap .news-item .rank-sp.sp03 {
    background: linear-gradient(339.53deg, #BC7141 4.31%, #FEE9BF 19.52%, #CC8841 34.72%, #E9B86E 48.75%, #C1884A 75.85%, #FDE7BB 93.74%);

  }

  .news-wrap .news-item .name {
    margin-top: 0;
  }

  .news-wrap .news-item .daterange {
    font-size: 14px;
  }

  .news-wrap .news-item .price {
    font-size: 12px;
  }

  .news-wrap .news-item .describe {
    font-size: 14px;
  }

  .pr {
    border-top: 1px solid #FFAA00;
  }

  .eventinfo {
    padding-bottom: 60px;
  }

  .eventinfo .news-wrap .news-item {
    padding-top: 25px;
  }

  .eventinfo .news-wrap .news-item {
    margin-bottom: 30px;
  }

  .eventinfo .news-wrap .news-item::before {
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    top: 0;
  }

  .pagination-plus {
    justify-content: center;
    /* margin: 0 0 50px; */
  }

  .page_navi {
    justify-content: center;
  }

  .footer {
    padding: 22px 20px 20px;
  }

  .footer .footer-nav {
    flex-direction: column;
  }

  .footer .footer-nav li+li {
    margin-left: 0;
    margin-top: 24px;
  }

  .footer .footer-icon {
    margin: 30px 0 50px;
  }

  .footer .copyright+.copyright {
    margin-top: 14px;
    font-size: 10px;
  }

  .search-list {
    margin-top: 9px;
  }

  .search-list .item .icon {
    width: 29px;
  }

  .swiper-main-wrap {
    padding: 0 30px;
    padding-bottom: 16px;
  }

  /* .swiper-main .swiper-button-next,
    .swiper-main .swiper-button-prev {
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        margin-top: 0;
        color: #008842;
    }

    .swiper-main .swiper-button-next {
        right: 18px;
    }

    .swiper-main .swiper-button-prev {
        left: 18px;
    }

    .swiper-main .swiper-button-next:after,
    .swiper-main .swiper-button-prev:after {
        font-size: 24px;
    }

    .swiper-main .swiper-button-next:after {
        content: 'next';
    }

    .swiper-main .swiper-button-prev:after {
        content: 'prev';
    } */

  .swiper-main-wrap .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-main-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-main-wrap .swiper-pagination-custom,
  .swiper-main-wrap .swiper-pagination-fraction {
    bottom: -16px;
    line-height: 8px;
  }

  .swiper-main .swiper-pagination-bullet {
    background-color: #06C755;
    opacity: 0.2;
  }

  .swiper-main .swiper-pagination-bullet-active {
    background-color: #06C755;
    opacity: 1;
  }

  .swiper-wrap .swiper-button-next,
  .swiper-wrap .swiper-button-prev {
    width: 39px;
    height: 39px;
  }

  .swiper-wrap .swiper-button-next {
    right: -19px;
  }

  .swiper-wrap .swiper-button-prev {
    left: -19px;
  }

  .search-btn-expand {
    border: 1px solid #008842;
    border-radius: 60px;
    width: 140px;
    height: 36px;
    color: #008842;
    font-size: 14px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 15px auto 0;
    cursor: pointer;
  }

  .search-btn-expand .icon {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }

  .search-btn-expand.open .icon {
    transform: translateY(-50%) rotate(-90deg);
  }

  .main-contact .contact .contact-shop {
    padding: 20px;
  }

  .main-contact .contact .contact-btn .cb-text span {
    font-size: 16px;
  }

  .special-issue {
    margin: 40px -20px 0 -20px;
    padding: 0 20px;
  }

  .special-issue .issue {
    width: 88%;
    flex-shrink: 0;
  }

  .special-issue .issue+.issue {
    margin-left: 20px;
  }

  .expandinner {
    display: none;
  }

  .header-menu-sp {
    width: 100%;
    height: calc(100% - 54px);
    background-color: #c7edda;
    /* border-top: 4px solid #fff; */
    position: fixed;
    top: 54px;
    left: 0;
    z-index: 99;
    display: block;
    -webkit-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%);
  }

  .header-menu-sp.active {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }

  .header-menu-sp .menu-inner {
    padding: 20px 20px 140px;
    height: 100%;
    overflow: auto;
  }

  .header-menu-sp .menu-inner>li {
    position: relative;
    padding-top: 10px;
  }

  .header-menu-sp .menu-inner>li .menu-ttl {
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #fff;
    display: block;
  }

  .header-menu-sp .menu-inner>li .plus {
    position: relative;
    width: 36px;
    height: 36px;
    padding: 10px;
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 10;
  }

  .header-menu-sp .menu-inner>li .plus::before {
    content: '';
    width: 16px;
    height: 2px;
    background-color: #111;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-menu-sp .menu-inner>li .plus::after {
    content: '';
    width: 2px;
    height: 16px;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-menu-sp .menu-inner>li .plus.open::after {
    content: none;
  }

  .header-menu-sp .menu-inner>li .submenu {
    padding-left: 20px;
    display: none;
  }

  .header-menu-sp .menu-inner>li .submenu>li+li {
    padding: 10px 0 0;
  }

  .line-account {
    padding: 14px;
  }

  .line-account .account-text {
    font-size: 25px;
    line-height: 28px;
    margin: 4px 0;
    padding: 5px 0;
  }

  .breadcrumb {
    margin: 20px 0 32px;
  }

  .event-search .search-select {
    display: none;
  }

  .eventinfo-detail .detail-top {
    flex-direction: column;
  }

  .eventinfo-detail .detail-top .cont {
    margin-left: 0;
    margin-top: 30px;
  }

  .eventinfo-detail .detail-top .cont .address {
    font-size: 18px;
  }

  .eventinfo-detail .detail-top .cont .ttl {
    font-size: 24px;
    margin-top: 26px;
  }

  .eventinfo-detail .detail-top .cont .price {
    font-size: 16px;
    width: 80px;
    height: 28px;
    margin-top: 22px;
  }

  .eventinfo-detail .detail-top .cont .date {
    margin-top: 22px;
  }

  .eventinfo-detail .detail-top .cont .date .date-ttl {
    font-size: 16px;
  }

  .eventinfo-detail .detail-top .cont .date .date-text {
    font-size: 16px;
    line-height: 160%;
  }

  .page-text {
    font-size: 14px;
  }

  .eventinfo-detail-summary {
    padding: 26px 0 0;
  }

  .eventinfo-detail-inner {
    margin-bottom: 36px;
  }

  .eventinfo-detail-info {
    margin-top: 26px;
  }

  .eventinfo-detail-ttl {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }

  .eventinfo-detail-tag {
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .eventinfo-detail-tag-long {
    width: 110px;
  }

  .eventinfo-detail-staff .staff {
    margin-top: 20px;
  }

  .eventinfo-detail-staff .staff .icon {
    width: 27px;
  }

  .eventinfo-detail-staff .staff .text {
    font-size: 14px;
  }

  .eventinfo-detail-staff .page-subtitle {
    margin-bottom: 26px;
  }

  .eventinfo-detail-staff .staff-picture {
    margin: 36px 0 60px;
    flex-direction: column;
  }

  .eventinfo-detail-staff .staff-picture .sp-box+.sp-box {
    margin-left: 0;
    margin-top: 30px;
  }

  .eventinfo-detail-staff {
    margin-bottom: 60px;
  }

  .materials {
    margin: 20px 0 60px;
  }

  .materials .tabs-wrap .ct-list {
    margin-top: 0;
  }

  .materials-detail .news-wrap {
    margin: 20px -10px 40px;
  }

  .materials-detail .page-abstract {
    margin-top: 24px;
  }

  .materials-detail .info-item {
    margin-top: 30px;
  }

  .materials-detail-inner+.materials-detail-inner {
    margin-top: 60px;
  }

  .materials-detail .voice-wrap {
    margin-top: 24px;
  }

  .materials-detail .voice .title .icon {
    width: 40px;
  }

  .materials-detail .voice .title .ttl {
    font-size: 16px;
  }

  .materials-detail .voice .title .date {
    font-size: 12px;
  }

  .materials-detail .voice .text {
    font-size: 14px;
    margin: 8px 0 0 0;
  }

  .materials-detail .voice-more {
    margin: 50px auto 0;
  }

  .comment-wrap {
    padding: 40px 20px;
    margin: 60px 0;
  }

  .comment-wrap .title {
    margin-bottom: 40px;
  }

  .comment-wrap .form-item+.form-item {
    margin-top: 30px;
  }

  .comment-wrap .common-btn {
    margin: 40px auto 0;
  }


  .page-abstract {
    font-size: 18px;
  }

  .common-btn {
    height: 64px;
  }

  .commonbox {
    padding: 60px 0;
  }

  .infolist {
    padding: 36px 0 30px;
  }

  .infolist .item+.item {
    margin-top: 24px;
  }

  .infolist .item {
    flex-wrap: wrap;
    position: relative;
    padding: 0;
  }

  .infolist .item .tag {
    order: 1;
    margin: 0 20px 0 0;
    line-height: 22px;
  }

  .infolist .item .date {
    order: 2;
  }

  .infolist .item .text {
    width: 100%;
    flex: auto;
    text-decoration: none;
    padding-right: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    margin-top: 10px;
    order: 3;
  }

  .infolist .item .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .infolist-wrap {
    padding-bottom: 60px;
  }

  .infolist-wrap .infolist {
    padding: 0 0 30px;
  }


  .teacherwrap .page-text {
    margin-top: 24px;
  }

  .teacherlist {
    flex-wrap: nowrap;
    margin: 0 -20px;
  }

  .teacherlist .item {
    min-width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .teacherwrap .tabs-wrap {
    margin-top: 34px;
  }

  .teacherwrap .news-wrap {
    margin: 30px -10px 0;
  }

  .teachecategory .news-wrap .news-item {
    width: 100%;
  }

  .teacher-pickup {
    margin: 24px -12px 50px;
  }

  .teacher-pickup .item {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }

  .teacher-pickup .item+.item {
    margin-top: 20px;
  }

  .teacher-pickup .item .picture {
    width: 120px;
  }

  .teacher-pickup .item .text {
    flex: 1;
    margin: 0 0 0 18px;
    font-size: 14px;
  }

  .teacher .swiper-wrap .swiper {
    padding-left: 20px;
    margin-bottom: 24px;
  }

  .teacher .swiper-wrap .swiper-teacherone {
    margin: 20px 0 64px 0;
  }

  .teacher .swiper-wrap .swiper-teacherfour {
    padding-left: 0;
    margin: 0;
  }

  .swiper-teacherone .swiper-pagination,
  .swiper-teachertwo .swiper-pagination,
  .swiper-teacherthree .swiper-pagination {
    /* display: none; */
  }

  .swiper-teachertwo .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-teachertwo .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-teachertwo .swiper-pagination-custom,
  .swiper-teachertwo .swiper-pagination-fraction,
  .swiper-teacherthree .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-teacherthree .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-teacherthree .swiper-pagination-custom,
  .swiper-teacherthree .swiper-pagination-fraction,
  .swiper-teacherfive .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-teacherfive .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-teacherfive .swiper-pagination-custom,
  .swiper-teacherfive .swiper-pagination-fraction {
    bottom: -28px;
  }

  .swiper-teacherfour .swiper-wrapper {
    flex-wrap: wrap;
  }

  .swiper-teacherfour .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }

  .swiper-teacherfour .swiper-wrapper .swiper-slide+.swiper-slide {
    margin-top: 20px;
  }

  .swiper-teachertwo .swiper-teachertwo-text {
    font-size: 12px;
  }

  .swiper-teacherthree .threebox img {
    width: 135px;
  }

  .swiper-teacherthree .threebox .ttl {
    font-size: 18px;
  }

  .swiper-teacherthree .threebox .text {
    font-size: 14px;
  }

  .teacherfour-wrap {
    padding: 0 20px;
  }

  .event-search {
    margin: 20px 0;
  }

  .search-scroll {
    max-height: none;
    padding: 0;
  }

  .event-search-item .search-item {
    background-color: #fff;
    padding: 0;
  }

  .event-search-item .search-item .item {
    flex-wrap: wrap;
    border-bottom: 1px solid #CCCCCC;
  }

  .event-search-item .search-item .item+.item {
    margin-top: 20px;
  }

  .event-search-item .search-item .item .ttl {
    width: 100%;
    height: 40px;
  }

  .event-search-item .search-item .item .ttl .arrow {
    display: block;
    margin-left: auto;
    transform: rotate(90deg);
    transition: all 0.3s;
  }


  .event-search-item .search-item .item .ttl.open .arrow {
    transform: rotate(-90deg);
  }

  .event-search-item .search-item .item .cont {
    display: none;
    flex: auto;
    padding-bottom: 5px;
  }

  .event-search-item .search-item .item .cont .week {
    margin-right: 0;
    margin-bottom: 8px;
    display: block;
  }

  .event-search-item .search-item .checkbox-wrap {
    margin-top: 8px;
  }

  .event-search-item .search-item .searchcheck {
    display: flex;
    flex-wrap: wrap;
  }

  .event-search-item .search-item .searchcheck .checkbox-group {
    width: 50%;
    margin-right: 0;
  }

  .checkbox-event {
    margin: 20px 0 40px;
  }

  .checkbox-group {
    margin-right: 16px;
  }

  .search-item-btn {
    margin-bottom: 60px;
  }

  .search-item-btn .common-btn+.common-btn {
    margin-left: 14px;
  }

  .selected-wrap {
    border: 0;
  }

  .selected-areas {
    display: none;
  }

  .selected-option {
    padding: 0;
    display: block;
  }

  .selected-option .checkbox-wrap {
    margin-top: 0;
  }

  .selected-option .checkbox-group {
    margin-right: 0;
    width: calc(100% / 3);
  }

  .checkbox-event .checkbox-group {
    margin-right: 0;
  }

  .rectangle {
    display: none;
  }

  .rectangle-sp {
    display: block;
    margin-top: 24px;
    margin-bottom: 26px;
  }

  .search-box {
    flex-direction: column;
  }

  .search-inner {
    width: 100%;
  }

  .search-rectangle {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }

  .event-contact-btn {
    margin-top: 50px;
  }

  .info-detail-category .idc-text {
    width: 154px;
    line-height: 28px;
    font-size: 14px;
  }

  .info-detail-category .idc-date {
    margin-left: 20px;
  }

  .info-detail-wrap {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .info-detail-wrap .img-wrap {
    flex-direction: column;
    padding: 40px 0 50px;
  }

  .info-detail-wrap .img-wrap img+img {
    margin-left: 0;
    margin-top: 30px;
  }

  .info-detail-wrap p {
    font-size: 14px;
  }

  .info-detail-title {
    font-size: 24px;
  }

  .eventinfo-detail .detail-top .photo {
    width: 100%;
    height: auto;
  }

  .eventinfo-detail .detail-top .photo .imgbox img {
    max-height: 100%;
  }

  .eventinfo-detail .event-end {
    top: 0;
  }

  .event-head {
    padding-left: 0;
  }

  .event-head .head {
    display: flex;
    align-items: center;
  }

  .oto-marche {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 136px;
    margin-right: 20px;
  }

  .search-list .item .arrow {
    width: 26px;
    height: 26px;
  }

  .comment-respond {
    margin: 60px 0;
    padding: 40px 20px;
  }

  .comment-reply-title {
    margin-bottom: 40px;
  }

  .comment-contents-mt {
    margin-top: 30px;
  }

  .comment-form .form-submit input[type="submit"] {
    height: 64px;
    margin: 40px auto 0;
  }

  #collapseEvent {
    display: block;
  }

  .swiper-teacherone .swiper-slide img {
    max-width: 100%;
  }

  .swiper-teachertwo .swiper-teachertwo-img {
    max-width: 100%;
  }

  .benefit-sp {
    padding-bottom: 36px;
  }

  .teacher-pb {
    padding-bottom: 40px;
  }

  .comment-tips {
    font-size: 12px;
  }

  .event-end {
    width: 43px;
    height: 43px;
    font-size: 14px;
    top: 25px;
  }

  .event-search .search-input {
    width: 100%;
  }

  .page-mt {
    margin-top: 115px;
  }

}


@media screen and (max-width: 372px) {
  .header-logo .logo {
    width: 120px;
  }
}


/* 评论表单样式 */
.comments-area img {
  display: inline-block;
}