.site-wrap {
  margin-top: 160px;
}

.nav-bar {
  background: #AA151B;
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
}

.nav-logo {
  width: 120px;
  margin-right: 50px;
  line-height: 1;
  font-size: 0px;
}

.rtl .nav-logo {
  margin-right: 0;
  margin-left: 50px;
}

.nav-logo img {
  width: 100%;
}

.nav-container {
  display: flex;
  max-width: 1440px;
  margin: auto auto;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.2;
}

.sub-nav {
  margin-top: 15px;
}

.sub-nav ul {
  color: white;
  padding-left: 0;
  list-style: none;
  display: flex;
  column-gap: 20px;
  align-items: top;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid white;
}

.rtl .sub-nav ul {
  padding-right: 0;
}

.lang-dropdown {
  position: absolute;
  right: 0;
}

.rtl .lang-dropdown {
  right: auto;
  left: 0;
}

.lang-dropdown ul {
  list-style: none;
  padding-left: 0;
}

.rtl .lang-dropdown ul {
  padding-right: 0;
}

.lang-dropdown li {
  margin-bottom: 10px;
}

.lang-dropdown .sub-menu {
  display: none;
  width: 240px;
}

.lang-dropdown:hover .sub-menu {
  display: block;
  background: #AA151B;
  position: absolute;
}

.lang-dropdown a {
  padding: 0 10px;
}

.rtl .lang-dropdown ul.menu > li > a:after {
  content: ">";
  margin-right: 10px;
  transform: rotate(-90deg);
  display: inline-block;
}

.lang-dropdown ul.menu > li > a:after {
  content: ">";
  margin-left: 10px;
  margin-right: 0;
  transform: rotate(90deg);
  display: inline-block;
}

.nav-main-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  height: 120px;
  /* justify-items: stretch; */
  flex: 1 0 80%;
}

.main-container {
  max-width: 1440px;
  margin: auto auto;
  margin-top: 130px;
}

.sub-nav a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 30px;
  margin-left: 0;
}

.rtl .sub-nav a {
  margin-left: 30px;
  margin-right: 0;
}

:lang(ja) .sub-nav a {
  font-size: 11px;
  letter-spacing: 1px;
}

:lang(ms-my) .sub-nav a {
  font-size: 13px;
  letter-spacing: 1px;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.top-nav .lang-dropdown {
  position: relative;
}

.top-nav h1 {
  color: white;
  font-size: 1rem;
  font-family: 'Open Sans';
  font-weight: normal;
}

.main-nav ul {
  padding-left: 0;
  list-style: none;
}

.rtl .main-nav ul {
  padding-right: 0;
}

.main-nav ul li {
  display: inline-block;
}

.main-nav ul li a, .lang-dropdown ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 25px;
}

.lang-dropdown ul li a {
  margin-right: 0;
}

.rtl .main-nav ul li a, .rtl .lang-dropdown ul li a {
  margin-right: 0;
  margin-left: 30px;
}

.main-nav ul li.current-menu-item a {
  color: #FBD55C;
}

.main-nav ul li > a:after {
  content: ">";
  margin-left: 10px;
}

.rtl .main-nav ul li > a:after {
  margin-left: 0;
  margin-right: 10px;
}

.lang-options {
  display: none;
}

.main-nav > a.lang-dropdown {
  margin-right: 0;
}

.rtl .main-nav > a.lang-dropdown {
  margin-left: 0;
}

@media screen and (max-width: 999px) {
  .sub-nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-nav {
    display: block;
  }

  .nav-logo {
    width: 80px;
    margin-right: 20px;
  }
}
.main-page-content__wrap {
  padding: 0 20px;
}
.main-page-content__wrap .each-main-block {
  max-width: 1440px;
  margin: 0 auto;
  padding: 55px 0;
}

.footer {
  background: #AA151B;
  padding: 1rem 20px;
}

.footer-menu ul {
  display: flex;
  /* justify-items: center; */
  /* align-items: center; */
  width: 100%;
  justify-content: center;
  list-style: none;
  column-gap: 30px;
  line-height: 1.5;
}

.footer-menu {
  direction: ltr;
}

.footer-menu ul li a {
  color: #FBD55C;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.footer-menu ul li {
  border-right: 1px solid #FBD55C;
  padding-right: 20px;
}

.footer-menu ul li:last-child {
  border-right: 0;
  padding-right: 0;
}

@media only screen and (max-width: 768px) {
  .footer-menu ul {
    display: block;
  }

  .footer-menu ul li {
    border: none;
  }

  .footer-menu ul li a {
    display: block;
  }
}
.main-visual-block {
  text-align: center;
}
.main-visual-block .inner-block h2 {
  font-size: 0px;
  line-height: 1;
}
.main-visual-block .inner-block h2 img {
  max-width: 100%;
}

.type-intro-block .read-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .type-intro-block .read-text p {
    font-size: 14px;
  }
}

.type-course-block .course-information__wrap {
  padding: 25px 20px;
  border-radius: 15px;
  background: #fbd55c;
}
.type-course-block .course-information__wrap .title-block {
  text-align: center;
  margin-bottom: 25px;
}
.type-course-block .course-information__wrap .title-block img {
  max-width: 100%;
}
.type-course-block .course-information__wrap .gmap-block {
  max-width: 1200px;
  margin: 0 auto 50px auto;
}
.type-course-block .course-information__wrap .course-inner-block {
  max-width: 1200px;
  margin: 0 auto;
}
.type-course-block .course-information__wrap .course-inner-block .course-list__each {
  margin-bottom: 50px;
}
.type-course-block .course-information__wrap .course-inner-block .trigger-title.active .title_inner span {
  transform: rotate(135deg);
}
.type-course-block .course-information__wrap .course-inner-block .trigger-title .title_inner {
  position: relative;
  margin: 0 auto 30px auto;
  padding: 10px 25px 10px 10px;
  background: #ffffff;
  border: 2px solid #aa151b;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  color: #000000;
  box-shadow: 10px 10px 0px -5px #c4a84d;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 999px) {
  .type-course-block .course-information__wrap .course-inner-block .trigger-title .title_inner {
    font-size: 18px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .trigger-title .title_inner:hover {
  opacity: 0.7;
}
.type-course-block .course-information__wrap .course-inner-block .trigger-title .title_inner.active span {
  transform: rotate(135deg);
}
.type-course-block .course-information__wrap .course-inner-block .trigger-title .title_inner span {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 50px;
  line-height: 1;
  margin-top: -25px;
  transform-origin: center center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .type-course-block .course-information__wrap .course-inner-block .trigger-title .title_inner span {
    font-size: 35px;
    margin-top: -17px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .trigger-title .pre-text-block {
  margin-bottom: 60px;
}
.type-course-block .course-information__wrap .course-inner-block .trigger-title .pre-text-block .sub-tl {
  max-width: 870px;
  margin: 0 auto 30px auto;
  padding: 10px;
  background: #ffffff;
  border: 2px solid #aa151b;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #000000;
  box-shadow: 10px 10px 0px -5px #c4a84d;
}
@media screen and (max-width: 999px) {
  .type-course-block .course-information__wrap .course-inner-block .trigger-title .pre-text-block .sub-tl {
    font-size: 18px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .trigger-title .pre-text-block .text p {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .type-course-block .course-information__wrap .course-inner-block .trigger-title .pre-text-block .text p {
    font-size: 14px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .show-items {
  display: none;
}
.type-course-block .course-information__wrap .course-inner-block .pre-text-block {
  margin-bottom: 60px;
}
.type-course-block .course-information__wrap .course-inner-block .pre-text-block .sub-tl {
  max-width: 870px;
  margin: 0 auto 30px auto;
  padding: 10px;
  background: #ffffff;
  border: 2px solid #aa151b;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #000000;
  box-shadow: 10px 10px 0px -5px #c4a84d;
}
@media screen and (max-width: 999px) {
  .type-course-block .course-information__wrap .course-inner-block .pre-text-block .sub-tl {
    font-size: 18px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .pre-text-block .text p {
  text-align: center;
  line-height: 1.5;
  font-size: 25px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .type-course-block .course-information__wrap .course-inner-block .pre-text-block .text p {
    font-size: 14px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap {
  margin-bottom: 20px;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .day-tl {
  margin-bottom: 35px;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .day-tl h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .day-tl h3 {
    font-size: 18px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .day-tl h3 span {
  display: inline-block;
  padding: 5px 25px;
  color: #ffffff;
  background: #00a0e9;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line {
  padding: 0 0 0 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line {
    padding: 0;
  }
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line::after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 62px;
  top: 2px;
  background: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line::after {
    width: 4px;
    left: 20px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row {
  display: flex;
  margin-bottom: 40px;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .time-icon {
  position: relative;
  z-index: 2;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .time-icon {
    width: 40px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .time-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #ffffff;
  background: #aa151b;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .time-icon span {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information {
  width: calc(100% - 60px);
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information {
    width: calc(100% - 40px);
    padding-left: 15px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .tl {
  margin-bottom: 20px;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .tl h6 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: 2px solid #aa151b;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .tl h6 {
    font-size: 16px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .tl h6 span {
  display: inline-block;
  line-height: 1;
  font-size: 38px;
  position: relative;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .tl h6 span a {
  color: #aa151b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .tl h6 span a:hover {
  opacity: 0.7;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-1clm .read-block {
  box-sizing: border-box;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-1clm .read-block .text {
  margin-bottom: 20px;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-1clm .read-block .text p {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-1clm .read-block .text p {
    font-size: 14px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-1clm .read-block .icon-set {
  font-size: 14px;
  font-weight: bold;
  color: #aa151b;
  line-height: 1.5;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-1clm .read-block .icon-set span.icon {
  position: relative;
  top: 2px;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-2clm {
  display: flex;
}
@media screen and (max-width: 768px) {
  .type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-2clm {
    flex-direction: column-reverse;
  }
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-2clm .photo {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-2clm .photo {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-2clm .photo img {
  width: 100%;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-2clm .read-block {
  width: calc(100% - 400px);
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-2clm .read-block {
    width: 100%;
  }
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-2clm .read-block .text {
  margin-bottom: 20px;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-2clm .read-block .text p {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-2clm .read-block .text p {
    font-size: 14px;
  }
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-2clm .read-block .icon-set {
  font-size: 14px;
  font-weight: bold;
  color: #aa151b;
  line-height: 1.5;
}
.type-course-block .course-information__wrap .course-inner-block .course-event-list .model-day__wrap .time-line .row .information .read-block-2clm .read-block .icon-set span.icon {
  position: relative;
  top: 2px;
}

.type-tour-block .sec-title-block {
  margin-bottom: 60px;
}
.type-tour-block .sec-title-block h3 {
  text-align: center;
  line-height: 1.25;
  color: #aa151b;
  font-family: "Noto Serif JP", serif;
}
.type-tour-block .sec-title-block h3 span {
  display: block;
}
.type-tour-block .sec-title-block h3 span.en {
  font-size: 25px;
  font-weight: 900;
}
@media screen and (max-width: 999px) {
  .type-tour-block .sec-title-block h3 span.en {
    font-size: 14px;
  }
}
.type-tour-block .sec-title-block h3 span.jp {
  font-size: 35px;
  font-weight: 900;
}
@media screen and (max-width: 999px) {
  .type-tour-block .sec-title-block h3 span.jp {
    font-size: 20px;
  }
}
.type-tour-block .tour-each-set {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.type-tour-block .tour-each-set .row-head {
  width: calc(100% / 6);
  border: 1px solid #aa151b;
  background: #aa151b;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .type-tour-block .tour-each-set .row-head {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 768px) {
  .type-tour-block .tour-each-set .row-head {
    width: calc(100% / 2);
  }
}
.type-tour-block .tour-each-set .row-head p {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
}
.type-tour-block .tour-each-set .row {
  width: calc(100% / 6);
  border: 1px solid #aa151b;
  box-sizing: border-box;
  padding: 10px 15px 40px 15px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .type-tour-block .tour-each-set .row {
    width: calc(100% / 3);
    padding: 10px 5px 40px 5px;
  }
}
@media screen and (max-width: 768px) {
  .type-tour-block .tour-each-set .row {
    width: calc(100% / 2);
  }
}
.type-tour-block .tour-each-set .row .t-logo {
  margin-bottom: 10px;
  text-align: center;
}
.type-tour-block .tour-each-set .row .t-logo img {
  max-width: 100%;
}
.type-tour-block .tour-each-set .row .t-text {
  margin-bottom: 10px;
}
.type-tour-block .tour-each-set .row .t-text p {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  font-weight: 500;
}
.type-tour-block .tour-each-set .row .t-btn {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 15px 10px 15px;
}
@media screen and (max-width: 999px) {
  .type-tour-block .tour-each-set .row .t-btn {
    padding: 0 5px 10px 5px;
  }
}
.type-tour-block .tour-each-set .row .t-btn a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  background: #aa151b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .type-tour-block .tour-each-set .row .t-btn a {
    font-size: 12px;
  }
}
.type-tour-block .tour-each-set .row .t-btn a:hover {
  opacity: 0.7;
}

.type-spot-block .sec-title-block {
  margin-bottom: 60px;
}
.type-spot-block .sec-title-block h3 {
  text-align: center;
  line-height: 1.25;
  color: #aa151b;
  font-family: "Noto Serif JP", serif;
}
.type-spot-block .sec-title-block h3 span {
  display: block;
}
.type-spot-block .sec-title-block h3 span.en {
  font-size: 25px;
  font-weight: 900;
}
@media screen and (max-width: 999px) {
  .type-spot-block .sec-title-block h3 span.en {
    font-size: 14px;
  }
}
.type-spot-block .sec-title-block h3 span.jp {
  font-size: 35px;
  font-weight: 900;
}
@media screen and (max-width: 999px) {
  .type-spot-block .sec-title-block h3 span.jp {
    font-size: 20px;
  }
}
.type-spot-block .spot-whole__wrap {
  padding-bottom: 40px;
}
.type-spot-block .spot-whole__wrap .spot-each-set {
  margin-bottom: 40px;
}
.type-spot-block .spot-whole__wrap .spot-each-set:nth-of-type(even) .spot-upper {
  flex-direction: row-reverse;
}
.type-spot-block .spot-whole__wrap .spot-each-set:nth-of-type(even) .spot-upper .upper-photo {
  padding: 0 10px 0 0;
}
@media screen and (max-width: 999px) {
  .type-spot-block .spot-whole__wrap .spot-each-set:nth-of-type(even) .spot-upper .upper-photo {
    padding: 0;
  }
}
.type-spot-block .spot-whole__wrap .spot-each-set .spot-upper {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .type-spot-block .spot-whole__wrap .spot-each-set .spot-upper {
    display: block;
  }
}
.type-spot-block .spot-whole__wrap .spot-each-set .spot-upper .upper-text {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #fbd55c;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .type-spot-block .spot-whole__wrap .spot-each-set .spot-upper .upper-text {
    width: 100%;
  }
}
.type-spot-block .spot-whole__wrap .spot-each-set .spot-upper .upper-text .set {
  text-align: center;
}
.type-spot-block .spot-whole__wrap .spot-each-set .spot-upper .upper-text .set p.num {
  font-size: 55px;
  font-weight: 600;
  color: #aa151b;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .type-spot-block .spot-whole__wrap .spot-each-set .spot-upper .upper-text .set p.num {
    font-size: 30px;
  }
}
.type-spot-block .spot-whole__wrap .spot-each-set .spot-upper .upper-text .set h6 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  color: #aa151b;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 999px) {
  .type-spot-block .spot-whole__wrap .spot-each-set .spot-upper .upper-text .set h6 {
    font-size: 18px;
  }
}
.type-spot-block .spot-whole__wrap .spot-each-set .spot-upper .upper-text .set p.text {
  display: block;
  max-width: 420px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.type-spot-block .spot-whole__wrap .spot-each-set .spot-upper .upper-photo {
  width: 65%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .type-spot-block .spot-whole__wrap .spot-each-set .spot-upper .upper-photo {
    width: 100%;
    padding: 0;
  }
}
.type-spot-block .spot-whole__wrap .spot-each-set .spot-upper .upper-photo img {
  width: 100%;
}
.type-spot-block .spot-whole__wrap .spot-each-set .spot-bottom ul {
  display: flex;
  flex-wrap: wrap;
}
.type-spot-block .spot-whole__wrap .spot-each-set .spot-bottom ul li {
  width: 24.5%;
  margin: 0 0.666% 0.666% 0;
}
.type-spot-block .spot-whole__wrap .spot-each-set .spot-bottom ul li:nth-of-type(4n) {
  margin: 0 0 0.666% 0;
}
@media screen and (max-width: 768px) {
  .type-spot-block .spot-whole__wrap .spot-each-set .spot-bottom ul li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .type-spot-block .spot-whole__wrap .spot-each-set .spot-bottom ul li:nth-of-type(even) {
    margin: 0 0 2% 0 !important;
  }
}
.type-spot-block .spot-whole__wrap .spot-each-set .spot-bottom ul li img {
  width: 100%;
}
.type-spot-block .spot-more-btn {
  text-align: center;
}
.type-spot-block .spot-more-btn a {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  padding: 15px 5px;
  border-radius: 15px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  background: #aa151b;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .type-spot-block .spot-more-btn a {
    font-size: 16px;
  }
}
.type-spot-block .spot-more-btn a:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=style.css.map */
