#site-wrap {
  clear: both;
  position: relative;
}
@media screen and (max-width: 999px) {
  #site-wrap {
    padding: 66px 0 0 0;
  }
}

header.site-header {
  display: block;
  padding: 20px;
}
@media screen and (max-width: 999px) {
  header.site-header {
    display: none;
  }
}
header.site-header .logo-block {
  margin-bottom: 15px;
}
header.site-header .logo-block h1 a img {
  max-width: 100%;
}
header.site-header .global-menu nav.nav-global ul {
  display: flex;
  justify-content: center;
}
header.site-header .global-menu nav.nav-global ul li {
  margin: 0 30px;
}
header.site-header .global-menu nav.nav-global ul li a {
  font-size: 0px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-header .global-menu nav.nav-global ul li a:hover {
  opacity: 0.7;
}
header.site-header .global-menu nav.nav-global ul li a img {
  max-width: 100%;
}

.site-head-sp {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  .site-head-sp {
    display: none;
  }
}
.site-head-sp .header-innner-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 15px;
  background: #ffffff;
}
.site-head-sp .header-innner-sp .site-logo-sp img {
  width: 100%;
  max-width: 200px;
}
.site-head-sp .header-innner-sp .site-navi-icon {
  width: 30px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #aaaaaa;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.site-head-sp .site-nav-sp {
  display: none;
  width: 100%;
  height: calc(100vh - 66px);
  background: rgba(255, 255, 255, 0.95);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Righteous", sans-serif;
}
.site-head-sp .site-nav-sp .sns-list {
  padding: 10px;
}
.site-head-sp .site-nav-sp .sns-list ul {
  display: flex;
  justify-content: center;
}
.site-head-sp .site-nav-sp .sns-list ul li a {
  text-decoration: none;
}
.site-head-sp .site-nav-sp .navi-global-sp {
  display: block;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li {
  display: block;
  border-bottom: 1px solid #dddddd;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li:first-of-type {
  border-top: 1px solid #dddddd;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding: 10px 20px;
  line-height: 1.45;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a span {
  font-size: 18px;
  color: #000000;
  background: linear-gradient(transparent 60%, #e4e40d 0%);
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a span.catch {
  font-size: 14px;
  color: #666666;
  background: none;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp {
  margin: 25px 0 0 0;
  text-align: center;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp li {
  display: inline-block;
  margin: 0 15px;
}

.dir2-title__block {
  padding: 50px 20px;
  background: url("../images/main_visual_bg.png") repeat left top;
}
.dir2-title__block h2 span.en {
  display: block;
  font-size: 46px;
  font-weight: 600;
  color: #000000;
  font-family: "Righteous", sans-serif;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .dir2-title__block h2 span.en {
    font-size: 26px;
  }
}
.dir2-title__block h2 span.jp {
  display: block;
  text-align: center;
}
.dir2-title__block h2 span.jp span {
  display: inline-block;
  background: #000000;
  padding: 2px 10px;
  font-size: 18px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .dir2-title__block h2 span.jp span {
    font-size: 14px;
  }
}

.main-page-content__wrap {
  padding: 30px 0 0 0;
}
.main-page-content__wrap .each-content-section {
  padding: 40px 20px;
}
@media screen and (max-width: 999px) {
  .main-page-content__wrap .each-content-section {
    padding: 70px 20px;
  }
}
.main-page-content__wrap .each-content-section.bg-highlight {
  background: url("../images/highlight_bg.jpg") no-repeat center top;
  background-size: 100% auto;
}
.main-page-content__wrap .each-content-section.bg-eatbuy {
  background: #f5f2e9;
}
.main-page-content__wrap .each-content-section.bg-course {
  background: #fafacd;
}
.main-page-content__wrap .each-content-section .section-title-block {
  margin-bottom: 40px;
}
.main-page-content__wrap .each-content-section .section-title-block .inner-block {
  max-width: 1000px;
  margin: 0 auto;
}
.main-page-content__wrap .each-content-section .section-title-block .inner-block h2 {
  display: inline-block;
}
.main-page-content__wrap .each-content-section .section-title-block .inner-block h2 span {
  display: block;
}
.main-page-content__wrap .each-content-section .section-title-block .inner-block h2 span.en {
  font-size: 50px;
  font-weight: 600;
  color: #000000;
  font-family: "Righteous", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .main-page-content__wrap .each-content-section .section-title-block .inner-block h2 span.en {
    font-size: 35px;
  }
}
.main-page-content__wrap .each-content-section .section-title-block .inner-block h2 span.jp {
  background: #e4e40d;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-page-content__wrap .each-content-section .section-title-block .inner-block h2 span.jp {
    font-size: 16px;
  }
}
.main-page-content__wrap .each-content-section .section-title-block .inner-block h2 span.jp::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  background: #e4e40d;
}
.main-page-content__wrap .each-content-section .content-main-block {
  max-width: 1000px;
  margin: 0 auto;
}

footer.site-footer {
  padding: 30px 20px;
  background: #f6f3eb;
}
footer.site-footer .footer-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-inner {
    display: block;
  }
}
footer.site-footer .footer-inner .footer-logo {
  width: 150px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-inner .footer-logo {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer.site-footer .footer-inner .footer-logo a img {
  max-width: 100%;
}
footer.site-footer .footer-inner .footer-nav {
  width: calc(100% - 295px);
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-inner .footer-nav {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
footer.site-footer .footer-inner .footer-nav .nav-inner {
  display: flex;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-inner .footer-nav .nav-inner {
    display: block;
    padding: 0;
  }
}
footer.site-footer .footer-inner .footer-nav .nav-inner .ft-nav {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-inner .footer-nav .nav-inner .ft-nav {
    margin: 0;
  }
}
footer.site-footer .footer-inner .footer-nav .nav-inner .ft-nav ul li {
  margin-bottom: 15px;
}
footer.site-footer .footer-inner .footer-nav .nav-inner .ft-nav ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-footer .footer-inner .footer-nav .nav-inner .ft-nav ul li a:hover {
  opacity: 0.7;
}
footer.site-footer .footer-inner .footer-nav .nav-inner .ft-nav ul li a span {
  color: #e7e724;
}
footer.site-footer .footer-inner .c-logo {
  width: 145px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-inner .c-logo {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
footer.site-footer .footer-inner .c-logo img {
  max-width: 100%;
}
footer.site-footer .copyright {
  padding-top: 20px;
}
footer.site-footer .copyright p {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.pagination__wrap .pager-inner-single {
  text-align: center;
}
.pagination__wrap .pager-inner-single a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  background: #e4e40d;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  font-family: "Righteous", sans-serif;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__wrap .pager-inner-single a:hover {
  opacity: 0.7;
}
.pagination__wrap .pager-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination__wrap .pager-inner ul li {
  display: flex;
  margin: 5px;
}
.pagination__wrap .pager-inner ul li span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  background: #dddddd;
  color: #000000;
  font-weight: bold;
}
.pagination__wrap .pager-inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__wrap .pager-inner ul li a.previouspostslink {
  margin: 5px 18px 5px 5px;
  width: 40px;
  height: 40px;
  font-size: 10px;
  font-weight: normal;
}
.pagination__wrap .pager-inner ul li a.nextpostslink {
  margin: 5px 5px 5px 18px;
  width: 40px;
  height: 40px;
  font-size: 10px;
  font-weight: normal;
}
.pagination__wrap .pager-inner ul li a:hover {
  opacity: 0.7;
}

.tp-main-visual__block {
  padding: 30px 20px;
  background: url("../images/main_visual_bg.png") repeat left top;
}
.tp-main-visual__block .slide-block {
  max-width: 1000px;
  margin: 0 auto;
}
.tp-main-visual__block .slide-block .item a {
  display: block;
  font-size: 0px;
  line-height: 1;
}
.tp-main-visual__block .slide-block .item a img {
  width: 100%;
}

.slick-dots li button:before {
  font-size: 16px !important;
}

.cpn-bnr__block {
  padding: 60px 20px 30px 20px;
}
.cpn-bnr__block .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.cpn-bnr__block .inner ul li {
  display: block;
  margin-bottom: 25px;
}
.cpn-bnr__block .inner ul li a {
  font-size: 0px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cpn-bnr__block .inner ul li a:hover {
  opacity: 0.7;
}
.cpn-bnr__block .inner ul li a img {
  width: 100%;
}

.type-tp-news-block .news-postlist {
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.type-tp-news-block .news-postlist article.row {
  margin-bottom: 30px;
}
.type-tp-news-block .news-postlist article.row a {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-tp-news-block .news-postlist article.row a:hover {
  opacity: 0.7;
}
.type-tp-news-block .news-postlist article.row a time.post-date {
  width: 75px;
  text-align: center;
  font-family: "Righteous", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .type-tp-news-block .news-postlist article.row a time.post-date {
    width: 50px;
  }
}
.type-tp-news-block .news-postlist article.row a time.post-date span {
  display: block;
}
.type-tp-news-block .news-postlist article.row a time.post-date span.tp {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .type-tp-news-block .news-postlist article.row a time.post-date span.tp {
    font-size: 10px;
  }
}
.type-tp-news-block .news-postlist article.row a time.post-date span.btm {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .type-tp-news-block .news-postlist article.row a time.post-date span.btm {
    font-size: 28px;
  }
}
.type-tp-news-block .news-postlist article.row a .post-title {
  width: calc(100% - 75px);
  padding: 0 0 0 20px;
  box-sizing: border-box;
  border-left: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .type-tp-news-block .news-postlist article.row a .post-title {
    width: calc(100% - 50px);
  }
}
.type-tp-news-block .news-postlist article.row a .post-title p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-tp-news-block .news-postlist article.row a .post-title p {
    font-size: 14px;
  }
}
.type-tp-news-block .more-btn {
  text-align: center;
}
.type-tp-news-block .more-btn a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  background: #e4e40d;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  font-family: "Righteous", sans-serif;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-tp-news-block .more-btn a:hover {
  opacity: 0.7;
}

.type-tp-about-block .about-information-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .type-tp-about-block .about-information-block {
    display: block;
  }
}
.type-tp-about-block .about-information-block .text-block {
  width: 45%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-tp-about-block .about-information-block .text-block {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.type-tp-about-block .about-information-block .text-block h3 {
  margin-bottom: 35px;
}
.type-tp-about-block .about-information-block .text-block h3 span {
  display: inline-block;
  background: #000000;
  padding: 2px 10px;
  font-size: 30px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .type-tp-about-block .about-information-block .text-block h3 span {
    font-size: 20px;
  }
}
.type-tp-about-block .about-information-block .text-block p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .type-tp-about-block .about-information-block .text-block p {
    font-size: 14px;
  }
}
.type-tp-about-block .about-information-block .map-illust {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .type-tp-about-block .about-information-block .map-illust {
    width: 100%;
  }
}
.type-tp-about-block .about-information-block .map-illust img {
  width: 100%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.photo-gallery-scroll {
  padding: 30px 0;
}
.photo-gallery-scroll .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.photo-gallery-scroll .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.photo-gallery-scroll .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.photo-gallery-scroll .scroll-infinity__item {
  width: calc(100vw / 4);
}
.photo-gallery-scroll .scroll-infinity__item > img {
  width: 100%;
}

.type-tp-highlight-block .highlight-list__block .each-row {
  display: flex;
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 999px) {
  .type-tp-highlight-block .highlight-list__block .each-row {
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
.type-tp-highlight-block .highlight-list__block .each-row:nth-of-type(even) .photo-block {
  padding: 0 0 0 30%;
}
@media screen and (max-width: 999px) {
  .type-tp-highlight-block .highlight-list__block .each-row:nth-of-type(even) .photo-block {
    padding: 0 0 15px 0;
  }
}
.type-tp-highlight-block .highlight-list__block .each-row:nth-of-type(even) .text-block {
  left: 0;
}
.type-tp-highlight-block .highlight-list__block .each-row:nth-of-type(even) .text-block .chara-icon {
  text-align: left;
}
.type-tp-highlight-block .highlight-list__block .each-row .photo-block {
  width: 70%;
  padding: 0 30% 0 0;
}
@media screen and (max-width: 999px) {
  .type-tp-highlight-block .highlight-list__block .each-row .photo-block {
    width: 100%;
    padding: 0 0 15px 0;
  }
}
.type-tp-highlight-block .highlight-list__block .each-row .photo-block img {
  width: 100%;
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block {
  width: 35%;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 20px;
}
@media screen and (max-width: 999px) {
  .type-tp-highlight-block .highlight-list__block .each-row .text-block {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block.top-pos {
  top: 100px;
}
@media screen and (max-width: 999px) {
  .type-tp-highlight-block .highlight-list__block .each-row .text-block.top-pos {
    top: 0;
  }
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .chara-icon {
  text-align: right;
  margin-bottom: 15px;
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .chara-icon img {
  width: 30%;
}
@media screen and (max-width: 999px) {
  .type-tp-highlight-block .highlight-list__block .each-row .text-block .chara-icon img {
    width: 100%;
    max-width: 70px;
  }
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner {
  padding: 20px;
  border: 4px solid #e4e40d;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner {
    padding: 20px 10px;
  }
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .hd {
  margin-bottom: 20px;
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .hd p.catch {
  font-size: 20px;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .hd p.catch {
    font-size: 14px;
  }
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .hd h4 {
  color: #000000;
  text-align: center;
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .hd h4 span.rubi {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .hd h4 span.rubi {
    font-size: 10px;
  }
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .hd h4 span.tl {
  display: block;
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .hd h4 span.tl {
    font-size: 20px;
  }
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .hd h4 span.tl > span {
  display: inline;
  background: linear-gradient(transparent 70%, #e4e40d 0%);
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .txt {
  margin-bottom: 20px;
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .txt p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .txt p {
    font-size: 14px;
  }
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .more-btn {
  text-align: right;
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .more-btn a {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background: #e4e40d;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-tp-highlight-block .highlight-list__block .each-row .text-block .text-inner .more-btn a:hover {
  opacity: 0.7;
}

.type-tp-eatbuy-block .eatbuy-pre-text {
  margin-bottom: 30px;
}
.type-tp-eatbuy-block .eatbuy-pre-text h3 {
  margin-bottom: 45px;
  text-align: center;
}
.type-tp-eatbuy-block .eatbuy-pre-text h3 span {
  display: inline-block;
  background: #000000;
  padding: 2px 10px;
  font-size: 30px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .type-tp-eatbuy-block .eatbuy-pre-text h3 span {
    font-size: 18px;
  }
}
.type-tp-eatbuy-block .eatbuy-pre-text p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-tp-eatbuy-block .eatbuy-pre-text p {
    font-size: 14px;
  }
}
.type-tp-eatbuy-block .eatbuy-postlist {
  display: flex;
  flex-wrap: wrap;
}
.type-tp-eatbuy-block .eatbuy-postlist.dir2-list {
  margin-bottom: 70px;
}
.type-tp-eatbuy-block .eatbuy-postlist.dir2-list .post-row a {
  border: 2px solid #f5f2e9;
}
.type-tp-eatbuy-block .eatbuy-postlist .post-row {
  display: flex;
  width: calc(100% / 3);
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-tp-eatbuy-block .eatbuy-postlist .post-row {
    width: 50%;
    padding: 3px;
  }
}
.type-tp-eatbuy-block .eatbuy-postlist .post-row a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 10px 100px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-tp-eatbuy-block .eatbuy-postlist .post-row a:hover {
  opacity: 0.7;
}
.type-tp-eatbuy-block .eatbuy-postlist .post-row a .photo-block {
  margin-bottom: 20px;
}
.type-tp-eatbuy-block .eatbuy-postlist .post-row a .photo-block img {
  width: 100%;
}
.type-tp-eatbuy-block .eatbuy-postlist .post-row a .text-block {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .type-tp-eatbuy-block .eatbuy-postlist .post-row a .text-block {
    padding: 0;
  }
}
.type-tp-eatbuy-block .eatbuy-postlist .post-row a .text-block h4 {
  font-size: 26px;
  line-height: 1.15;
  color: #000000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .type-tp-eatbuy-block .eatbuy-postlist .post-row a .text-block h4 {
    font-size: 18px;
  }
}
.type-tp-eatbuy-block .eatbuy-postlist .post-row a .text-block p.list-catch {
  margin-bottom: 1.5em;
}
.type-tp-eatbuy-block .eatbuy-postlist .post-row a .text-block p.list-catch span {
  display: inline;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #e4e40d 0%);
}
.type-tp-eatbuy-block .eatbuy-postlist .post-row a .text-block p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-tp-eatbuy-block .eatbuy-postlist .post-row a .text-block p {
    font-size: 14px;
  }
}
.type-tp-eatbuy-block .eatbuy-postlist .post-row a .more-btn {
  position: absolute;
  width: 100%;
  padding: 0 20px 20px 20px;
  left: 0;
  bottom: 0;
  text-align: right;
  box-sizing: border-box;
}
.type-tp-eatbuy-block .eatbuy-postlist .post-row a .more-btn span.btn-visual {
  display: inline-block;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  background: #e4e40d;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  font-family: "Righteous", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.type-tp-event-block .event-pre-text {
  margin-bottom: 30px;
}
.type-tp-event-block .event-pre-text h3 {
  margin-bottom: 45px;
  text-align: center;
}
.type-tp-event-block .event-pre-text h3 span {
  display: inline-block;
  background: #000000;
  padding: 2px 10px;
  font-size: 30px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .type-tp-event-block .event-pre-text h3 span {
    font-size: 18px;
  }
}
.type-tp-event-block .event-pre-text p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-tp-event-block .event-pre-text p {
    font-size: 14px;
  }
}
.type-tp-event-block .event-postlist {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .type-tp-event-block .event-postlist {
    display: block;
  }
}
.type-tp-event-block .event-postlist .post-row {
  width: calc(100% / 3);
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-tp-event-block .event-postlist .post-row {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.type-tp-event-block .event-postlist .post-row .photo-block {
  text-align: center;
  margin-bottom: 20px;
}
.type-tp-event-block .event-postlist .post-row .photo-block img {
  max-width: 100%;
}
.type-tp-event-block .event-postlist .post-row .text-block h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .type-tp-event-block .event-postlist .post-row .text-block h4 {
    font-size: 18px;
  }
}
.type-tp-event-block .event-postlist .post-row .text-block h4 span {
  display: inline;
  background: linear-gradient(transparent 60%, #e4e40d 0%);
}
.type-tp-event-block .event-postlist .post-row .text-block p {
  font-size: 14px;
  line-height: 1.75;
}

.type-tp-course-block .course-pre-text {
  margin-bottom: 30px;
}
.type-tp-course-block .course-pre-text h3 {
  margin-bottom: 45px;
  text-align: center;
}
.type-tp-course-block .course-pre-text h3 span {
  display: inline-block;
  background: #000000;
  padding: 2px 10px;
  font-size: 30px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .type-tp-course-block .course-pre-text h3 span {
    font-size: 18px;
  }
}
.type-tp-course-block .course-pre-text p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-tp-course-block .course-pre-text p {
    font-size: 14px;
  }
}
.type-tp-course-block .schedule-illust {
  text-align: center;
  margin-bottom: 50px;
}
.type-tp-course-block .schedule-illust img {
  max-width: 100%;
}
.type-tp-course-block .more-btn {
  text-align: center;
}
.type-tp-course-block .more-btn a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  background: #e4e40d;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  font-family: "Righteous", sans-serif;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-tp-course-block .more-btn a:hover {
  opacity: 0.7;
}

.type-news-block .news-single__block article.post-single {
  display: block;
  margin-bottom: 70px;
}
.type-news-block .news-single__block article.post-single header.post-head {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #aaaaaa;
}
.type-news-block .news-single__block article.post-single header.post-head time.post-date {
  display: block;
  font-size: 16px;
  font-family: "Righteous", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .type-news-block .news-single__block article.post-single header.post-head time.post-date {
    font-size: 14px;
  }
}
.type-news-block .news-single__block article.post-single header.post-head .post-title h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .type-news-block .news-single__block article.post-single header.post-head .post-title h3 {
    font-size: 18px;
  }
}
.type-news-block .news-single__block article.post-single .post-content {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-news-block .news-single__block article.post-single .post-content {
    font-size: 14px;
  }
}
.type-news-block .news-single__block article.post-single .post-content p {
  margin-bottom: 1.5em;
}
.type-news-block .news-single__block article.post-single .post-content img {
  max-width: 100%;
  height: auto !important;
}

.type-eatbuy-block .eatbuy-single__block article.post-single {
  display: block;
  margin-bottom: 70px;
}
.type-eatbuy-block .eatbuy-single__block article.post-single header.post-head {
  display: block;
  margin-bottom: 45px;
}
.type-eatbuy-block .eatbuy-single__block article.post-single header.post-head .post-thumb {
  margin-bottom: 30px;
}
.type-eatbuy-block .eatbuy-single__block article.post-single header.post-head .post-thumb img {
  width: 100%;
  border-radius: 10px;
}
.type-eatbuy-block .eatbuy-single__block article.post-single header.post-head .post-title {
  position: relative;
  padding-bottom: 35px;
}
.type-eatbuy-block .eatbuy-single__block article.post-single header.post-head .post-title::after {
  content: "";
  width: 50px;
  height: 6px;
  background: #e4e40d;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}
.type-eatbuy-block .eatbuy-single__block article.post-single header.post-head .post-title h3 {
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
  color: #000000;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.9);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .type-eatbuy-block .eatbuy-single__block article.post-single header.post-head .post-title h3 {
    font-size: 20px;
  }
}
.type-eatbuy-block .eatbuy-single__block article.post-single .post-content {
  max-width: 800px;
  margin: 0 auto 80px auto;
}
.type-eatbuy-block .eatbuy-single__block article.post-single .post-content .text-set {
  margin-bottom: 50px;
}
.type-eatbuy-block .eatbuy-single__block article.post-single .post-content .text-set .txt h4 {
  display: block;
  margin-bottom: 10px;
}
.type-eatbuy-block .eatbuy-single__block article.post-single .post-content .text-set .txt h4 span {
  display: inline-block;
  background: #000000;
  padding: 2px 10px;
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-eatbuy-block .eatbuy-single__block article.post-single .post-content .text-set .txt h4 span {
    font-size: 16px;
  }
}
.type-eatbuy-block .eatbuy-single__block article.post-single .post-content .text-set .txt h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .type-eatbuy-block .eatbuy-single__block article.post-single .post-content .text-set .txt h5 {
    font-size: 16px;
  }
}
.type-eatbuy-block .eatbuy-single__block article.post-single .post-content .text-set .txt p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .type-eatbuy-block .eatbuy-single__block article.post-single .post-content .text-set .txt p {
    font-size: 14px;
  }
}
.type-eatbuy-block .eatbuy-single__block article.post-single .post-content .text-set .photo img {
  max-width: 100%;
}
.type-eatbuy-block .eatbuy-single__block article.post-single .basic-information .inner {
  max-width: 800px;
  margin: 0 auto;
  border: 3px solid #e4e40d;
  padding: 20px;
  box-sizing: border-box;
}
.type-eatbuy-block .eatbuy-single__block article.post-single .basic-information .inner h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.type-eatbuy-block .eatbuy-single__block article.post-single .basic-information .inner .list p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.75;
}
.type-eatbuy-block .eatbuy-single__block article.post-single .basic-information .inner .list p span {
  color: #e4e40d;
}
.type-eatbuy-block .eatbuy-single__block article.post-single .basic-information .inner .list p a {
  color: #333333;
}
.type-eatbuy-block .eatbuy-single__block article.post-single .basic-information .inner .list p a:hover {
  text-decoration: none;
}

.type-information-block .information-single__block article.post-single {
  display: block;
  margin-bottom: 70px;
}
.type-information-block .information-single__block article.post-single header.post-head {
  display: block;
  margin-bottom: 45px;
}
.type-information-block .information-single__block article.post-single header.post-head .post-thumb {
  margin-bottom: 30px;
}
.type-information-block .information-single__block article.post-single header.post-head .post-thumb img {
  width: 100%;
  border-radius: 10px;
}
.type-information-block .information-single__block article.post-single header.post-head .post-title h3 {
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
  color: #e4e40d;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.9);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .type-information-block .information-single__block article.post-single header.post-head .post-title h3 {
    font-size: 20px;
  }
}
.type-information-block .information-single__block article.post-single .post-content {
  max-width: 800px;
  margin: 0 auto 80px auto;
}
.type-information-block .information-single__block article.post-single .post-content .free-content p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .type-information-block .information-single__block article.post-single .post-content .free-content p {
    font-size: 14px;
  }
}
.type-information-block .information-single__block article.post-single .post-content .free-content img {
  max-width: 100%;
  height: auto !important;
}
.type-information-block .information-single__block article.post-single .post-content .text-set {
  margin-bottom: 50px;
}
.type-information-block .information-single__block article.post-single .post-content .text-set .txt h4 {
  display: block;
  margin-bottom: 10px;
}
.type-information-block .information-single__block article.post-single .post-content .text-set .txt h4 span {
  display: inline-block;
  background: #000000;
  padding: 2px 10px;
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-information-block .information-single__block article.post-single .post-content .text-set .txt h4 span {
    font-size: 16px;
  }
}
.type-information-block .information-single__block article.post-single .post-content .text-set .txt h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .type-information-block .information-single__block article.post-single .post-content .text-set .txt h5 {
    font-size: 16px;
  }
}
.type-information-block .information-single__block article.post-single .post-content .text-set .txt p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .type-information-block .information-single__block article.post-single .post-content .text-set .txt p {
    font-size: 14px;
  }
}
.type-information-block .information-single__block article.post-single .post-content .text-set .photo img {
  max-width: 100%;
}
.type-information-block .information-single__block article.post-single .basic-information .inner {
  max-width: 800px;
  margin: 0 auto;
  border: 3px solid #e4e40d;
  padding: 20px;
  box-sizing: border-box;
}
.type-information-block .information-single__block article.post-single .basic-information .inner h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.type-information-block .information-single__block article.post-single .basic-information .inner .list p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.75;
}
.type-information-block .information-single__block article.post-single .basic-information .inner .list p span {
  color: #e4e40d;
}
.type-information-block .information-single__block article.post-single .basic-information .inner .list p a {
  color: #333333;
}
.type-information-block .information-single__block article.post-single .basic-information .inner .list p a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
