@charset "UTF-8";
/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");

.l-contents__inner:first-child {
  padding-top: 0 !important;
}

.panels .c-row__col {
  /* パネルの余白除去 */
  padding: 0 !important;
}

.panels .smb-panels__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.smb-items__item__figure {
  overflow: hidden;
}

.smb-items__item__figure img {
  -webkit-transition: 0.3s -webkit-transform ease-in;
  transition: 0.3s -webkit-transform ease-in;
  transition: 0.3s transform ease-in;
  transition: 0.3s transform ease-in, 0.3s -webkit-transform ease-in;
}

.smb-items__item__figure img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wp-profile-box {
  display: none;
}

.p-related-posts {
  display: none;
}

.margin-top-none {
  margin-top: 0 !important;
}

@media screen and (min-width: 640px) {
  .only-sp {
    display: none !important;
  }
}

.only-pc {
  display: none !important;
}

@media screen and (min-width: 640px) {
  .only-pc {
    display: block !important;
  }
}

.smb-section__subtitle {
  font-family: "Lora", serif !important;
}

.p-comments,
.c-meta__item--author,
.c-meta__item--categories {
  display: none !important;
}

.swiper-slide {
  /* 表示させる高さの調整 */
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.swiper-slide .main-visual {
  width: 100vw;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.9s ease;
  transition: -webkit-transform 0.9s ease;
  transition: transform 0.9s ease;
  transition: transform 0.9s ease, -webkit-transform 0.9s ease;
  position: relative;
}

.main-visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.hero {
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}

.hero__title {
  top: 40%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 900px) {
  .hero__title {
    top: 45%;
  }
}

.deadline {
  color: yellow;
  font-weight: bold;
  text-shadow: 1px 1px #333;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .deadline {
    font-size: 30px !important;
  }
}

.hero::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.big {
}

.hero__main-title {
  filter: drop-shadow(10px 10px 5px #333);
  /* color: #1F1188; */
  color: #fff;
  font-size: 24px;
  font-weight: bold !important;
  font-style: italic;
  text-shadow: 1px 1px #333;
  /* -webkit-text-stroke: 2px #fff;
text-stroke: 2px #fff; */
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .hero__main-title {
    font-size: 32px;
  }
}

.hero__main-title span {
  display: block;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .hero__main-title span {
    display: inline;
  }
}

/* .big--style {
  font-size: 40px !important;
}

@media screen and (min-width: 768px) {
  .big--style {
    font-size: 60px !important;
  }
} */

.hero__sub-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1;
  font-size: 32px;
  font-weight: 400;
  font-weight: bold !important;
  font-style: italic;
  color: #fff !important;
  /* margin-top: 30px; */
  font-size: 32px !important;
  text-shadow: 2px 2px #333;
  text-shadow: 0 0 10px #333;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .hero__sub-title {
    font-size: 72px !important;
    text-shadow: 5px 5px #333;
    /* text-shadow: 0 0 10px #333; */
    /* line-height: 1.4em; */
    filter: drop-shadow(10px 10px 5px #333);
    /* margin-top: 0; */
  }
}

/* @media screen and (max-width: 900px) {
  .hero__sub-title span {
    font-size: 24px;
    margin-top: 50px;
  }
} */

a.btn--circle {
  width: 150px;
  position: fixed !important;
  z-index: 100;
  right: 20px;
  display: none;
  bottom: 20px;
}

a.btn--circle img {
  width: 100% !important;
}

a.btn--circle:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* btn_box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
} */

/* #btn_animation .btn {
  display: block;
  position: relative;
  width: 200px;
  height: 78px;
  line-height: 78px;
  font-size: 24px;
  border-radius: 39px;
  text-decoration: none;
  background-color: #364f6b;
  text-align: center;
  transition: .2s;
  color: #fbfbfb;
} */

.btn--circle-block{
  position: relative;
}

.btn--circle-block:before,.btn--circle-block:after{
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    border: inherit;
    top: 0;
    left: 0;
    z-index: -10;
    border-radius: 100% !important;
    background: #E5D449;
    border-radius: inherit;
    animation: uyon 2s linear infinite;
}

.btn--circle-block:after {
    animation: uyon 2s linear infinite 1s;
}

/*アニメーション*/
.animation{
  animation: 0.2s ease-in-out;
}

@keyframes uyon{
  0% {
    opacity: 0.8;
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(1.2) scaleX(1.2);
  }
  80% {
    opacity: 0;
    transform: scaleY(1.2) scaleX(1.2);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}

/* #btn_animation .btn:after {
  animation: anime 1s ease-out 1s infinite;
} */

@keyframes anime{
0%{transform:scale(.95); opacity:1}
90%{opacity:.1}to{transform:scale(1.2,1.4); opacity:0}
}

@-webkit-keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes glow-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes glow-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.l-footer-widget-area__item .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer-widget-area__item .menu .menu-item {
  margin: 0 2em 0 0;
}

.l-footer-widget-area .c-row {
  display: block !important;
}

.l-footer-widget-area .c-row__col--lg-1-4,
.c-row__col--lg-2-8,
.c-row__col--lg-3-12 {
  max-width: unset !important;
}

.l-footer-widget-area .c-row--lg-margin-l > .c-row__col {
  margin-bottom: 40px !important;
}

.p-footer-sticky-nav .c-navbar__item.sm-nav-menu-item-highlight {
  background-color: #333 !important;
}

/* .p-footer-sticky-nav {
  background-color: rgba(255, 255, 255, 0.9) !important;
  padding-bottom: 10px !important;
  padding-top: 10px;
} */

@media screen and (min-width: 640px) {
  .p-footer-sticky-nav {
    display: none !important;
  }
}

.p-footer-sticky-nav .c-navbar {
  background-color: #111188 !important;
  /* width: 90%; */
  height: 90% !important;
  border-radius: 10px;
  margin: auto;
}

.p-footer-sticky-nav a {
  font-weight: bold;
  color: #fff !important;
  line-height: 1.5 !important;
  font-size: 20px !important;
  position: relative;
  height: 100% !important;
  letter-spacing: 0.3em;
  background-color:#E5D449;
}

.footer-logo {
  width: 225px !important;
}

.c-widget a {
  position: relative;
  font-weight: bold;
  display: inline-block !important;
  text-decoration: none !important;
}

.c-widget a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.c-widget a::after {
  background-color: #111188 !important;
  bottom: 0 !important;
  content: "";
  display: inline-block;
  height: 1px !important;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s ease-in-out !important;
  transition: -webkit-transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important;
  width: 100%;
}

.wp-block-column > h3 {
  border-bottom: unset !important;
}

.p-global-nav .c-navbar__item > a {
  font-size: 16px !important;
  color: #333 !important;
  position: relative;
  letter-spacing: 0.1em !important;
}

.c-drawer__item a {
  position: relative;
  font-weight: bold;
  display: inline-block !important;
}

.p-global-nav .c-navbar__item > a:hover::after,
.c-drawer__item a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.p-global-nav .c-navbar__item > a::after {
  background-color: #111188 !important;
  bottom: 8px !important;
  content: "";
  display: inline-block;
  height: 1px !important;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s ease-in-out !important;
  transition: -webkit-transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important;
  width: 100%;
}

.c-drawer__item a::after {
  background-color: #111188 !important;
  bottom: 0 !important;
  content: "";
  display: inline-block;
  height: 1px !important;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s ease-in-out !important;
  transition: -webkit-transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important;
  width: 100%;
}

.c-drawer {
  background-color: rgba(255, 255, 255, 0.9) !important;
  background-color: rgba(0, 87, 49, 0.9) !important;
}

.c-drawer__menu {
  text-align: center !important;
}

:not(.l-header__drop-nav)
  .p-global-nav
  .c-navbar__item
  > .c-navbar__submenu::before {
  display: none;
}

@media screen and (min-width: 640px) {
  .c-site-branding__title .custom-logo {
    width: 150px !important;
  }
}

.font-style {
  font-style: normal;
}

.c-page-header__bgimage img {
  position: relative !important;
}

.c-page-header__bgimage img::after {
  content: "";
  position: absolute;
  background: rgba(51, 51, 51, 0.3);
  background: rgba(51, 51, 51, 0.2);
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.drawer__logo {
  display: block;
  width: 40%;
  margin: auto;
  margin-top: 20px;
}

.sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns a {
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sns a:hover {
  opacity: 0.8;
}

.sns a:not(:last-child) {
  margin-right: 10px;
}

.sns svg {
  color: #fff;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #sb_instagram .sb_instagram_header,
  .sb_instagram_header {
    margin-top: 20px !important;
  }
}

.drawer__sns {
  text-align: left !important;
  margin-top: 20px !important;
}

.top-logo {
  width: 300px;
}

@media screen and (min-width: 768px) {
  .top-logo {
    width: 500px !important;
  }
}

.top-concept .smb-section__background-text__text {
  top: 30px !important;
  z-index: 1;
}

@media screen and (min-width: 641px) {
  .top-concept
    .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    -webkit-flex-basis: 33.38% !important;
    -ms-flex-preferred-size: 33.38% !important;
    flex-basis: 33.38% !important;
  }
}

@media screen and (min-width: 641px) {
  .top-concept-top-area .wp-block-image {
    width: 60% !important;
  }
}

@media screen and (min-width: 641px) {
  .top-concept .wp-block-columns {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

@media screen and (max-width: 641px) {
  .top-concept-profile-margin-top {
    margin-top: 30px !important;
  }
}

.top-concept .wp-container-6 {
  margin-top: 32px !important;
}

.top-rider-text {
  margin-top: 5px !important;
}

.top-concept .has-sm-xlarge-font-size,
.top-concept .has-sm-large-font-size {
  display: inline-block;
  margin-bottom: 16px !important;
}

.top-concept .wp-block-image {
  overflow: hidden !important;
  position: relative !important;
}

@media screen and (max-width: 641px) {
  .top-concept .wp-block-image {
    display: block !important;
    width: auto !important;
  }
}

/* スマホ版のlogo2を消している */
@media screen and (max-width: 641px) {
  .top-concept .logo2 {
    display: none !important;
  }
}

.top-concept .wp-block-image::before,
.top-concept-img .wp-block-image::before {
  content: "" !important;
  display: block !important;
  padding-top: 66.648649%;
}

.top-concept .wp-block-image img,
.top-concept-img .wp-block-image img {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.top-concept .logo-position img {
  position: static !important;
  margin: auto;
  /* height: auto !important; */
  width: 30% !important;
}

@media screen and (min-width: 641px) {
  .top-concept .logo-position img {
    width: 50% !important;
  }
}

.top-concept .logo-position::before {
  content: none !important;
}

@media screen and (min-width: 641px) {
  .top-concept-youtube {
    margin-top: 40px !important;
  }
}

.p-section-front-page-content {
  padding: 0 !important;
}

.top-concept-top-area {
  background-color: unset !important;
}

@media screen and (min-width: 640px) {
  .top-cover-img {
    margin-top: 100px !important;
  }
}

.top-feature {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .top-feature .c-row {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.top-feature-color .smb-panels__item__body {
  background-color: #005731 !important;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .top-feature .c-row[data-lg-columns="3"] > .c-row__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
}

.top-feature .wp-block-snow-monkey-blocks-panels-item {
  padding-right: 3%;
}

@media screen and (min-width: 641px) {
  .top-feature .wp-block-snow-monkey-blocks-panels-item {
    padding-right: 2% !important;
  }
}

.top-feature .smb-panels:nth-child(2n) {
  margin-top: 40px !important;
}

@media screen and (min-width: 1024px) {
  .top-feature .smb-panels:nth-child(2n) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .top-feature .smb-section__background-text__text {
    top: 2% !important;
  }
}

.top-feature .smb-panels__item__figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.top-feature .smb-panels__item__figure::before {
  content: "";
  display: block;
  padding-top: 66.666%;
}

.top-feature .smb-panels__item__figure img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-feature .smb-panels__item {
  position: relative;
  margin-top: 40px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .top-feature .smb-panels__item {
    margin-top: 0;
  }
}

.top-feature .smb-panels__item .has-sm-medium-font-size {
  font-size: 12px !important;
}

@media screen and (min-width: 641px) {
  .top-feature .smb-panels__item .has-sm-medium-font-size {
    font-size: 16px !important;
  }
}

.top-feature .smb-panels__item .sme-bg-color {
  margin-top: 0;
  display: inline-block;
  background-color: rgba(22, 84, 164, 0.8) !important;
  padding: 7px 12px;
  position: absolute;
  font-size: 15px !important;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  border: solid 3px #333;
}

@media screen and (min-width: 641px) {
  .top-feature .smb-panels__item .sme-bg-color {
    padding: 8px 15px;
    border: solid 5px #333;
  }
}

.top-feature .smb-panels__item__title {
  font-size: 12px;
  line-height: 1.2;
}

@media screen and (min-width: 641px) {
  .top-feature .smb-panels__item__title {
    font-size: 16px;
  }
}

.top-feature .smb-panels__item__title::after {
  content: "";
  background-color: #005731;
  height: 1px;
  width: 20%;
  margin: 8px auto 0px auto;
  display: block;
}

@media screen and (max-width: 640px) {
  .top-feature .smb-panels__item__body {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 640px) {
  .top-feature .c-container {
    padding: 0 !important;
  }
}

.top-about-detail .smb-information__item {
  border-top: dashed #1654a4 1px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0 !important;
}

.top-about-detail {
  padding-bottom: 80px !important;
}

.top-about-detail .smb-section__fixed-background,
.top-policy > .smb-section__fixed-background {
  margin: 0 calc(50% - 50vw) !important;
  width: 100vw;
}

@media screen and (min-width: 641px) {
  .top-about-detail {
    padding-top: 80px !important;
  }
}

.smb-information__item:last-child,
.smb-information__item:last-child {
  border-bottom: dashed #1654a4 1px;
}

@media screen and (max-width: 780px) {
  .smb-information__item:last-child,
  .smb-information__item:last-child {
    border-bottom: unset;
  }
}

@media screen and (min-width: 1024px) {
  .top-about .smb-section__background-text__text {
    top: 0.3% !important;
  }
}

@media screen and (max-width: 1023px) {
  .top-about-detail .smb-section__title {
    padding-top: 30px !important;
  }
}

.top-policy .smb-section__title::before,
.top-about-detail .smb-section__title::before,
.top-schedule .smb-section__title::before,
.top-course .smb-section__title::before {
  content: "";
  display: inline-block;
  background: url(https://norosan-hillclimb-setouchi.com/wp-content/uploads/2022/06/black-bike.png)
    no-repeat center center/cover;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
}

.wp-block-advgb-table {
  border-radius: 10px !important;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 29px #999;
  box-shadow: 5px 5px 29px #999;
}

@media screen and (min-width: 640px) {
  .wp-block-advgb-table {
    border: solid #fff 1.1px !important;
  }
}

@media screen and (min-width: 640px) {
  .top-schedule-table {
    padding-top: 0 !important;
  }
}

.top-schedule {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 780px) {
  .top-schedule .sme-hidden-lg-up {
    margin-top: 40px !important;
  }
}

.top-policy {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
  .top-policy .smb-section__title {
    padding-top: 30px !important;
  }
}

.smb-section__background-text__text {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  font-size: 32px;
  top: 0 !important;
}

@media screen and (min-width: 641px) {
  .smb-section__background-text__text {
    font-size: 50px !important;
  }
}

@media screen and (min-width: 1024px) {
  .smb-section__background-text__text {
    font-size: 76px !important;
    top: 3% !important;
  }
}

.smb-section__background-text__text {
  font-family: "Lora", serif !important;
  font-style: italic;
}

.top-volunteer .smb-information__item {
  border-top: dashed #1654a4 1px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0 !important;
}

.top-volunteer .smb-list {
  border-bottom: dashed #1654a4 1px;
  border-top: dashed #1654a4 1px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0 !important;
}

@media screen and (min-width: 1023px) {
  .top-volunteer .smb-section__background-text__text {
    top: 1.3% !important;
  }
}

.top-volunteer-detail {
  margin-top: 40px !important;
}

@media screen and (min-width: 1024px) {
  .top-access .smb-section__background-text__text {
    top: 0.6% !important;
  }
}

.top-access .smb-information__item:last-child,
.smb-information__item:last-child {
  border-bottom: none;
}

.top-access iframe {
  width: 100%;
  height: 300px !important;
}

@media screen and (max-width: 640px) {
  .top-access .c-container {
    padding: 0 !important;
  }
}

.top-rider {
  background-color: rgba(22, 84, 164, 0.8) !important;
}

.top-rider .wp-block-columns {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

@media screen and (min-width: 768px) {
  .top-rider .wp-block-columns {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    gap: unset !important;
  }
}

.top-news .wp-container-29 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-news-facebook {
  text-align: center !important;
}

@media screen and (min-width: 1024px) {
  .top-news .smb-section__background-text__text {
    top: 2% !important;
  }
}

.top-hotel {
  margin-top: 48px !important;
}

@media screen and (min-width: 641px) {
  .top-hotel {
    margin-top: 60px !important;
  }
}

.top-hotel .wp-block-image {
  width: 100% !important;
  overflow: hidden;
  position: relative;
}

.top-hotel .wp-block-image::before {
  content: "";
  display: block;
  padding-top: 66%;
}

@media screen and (min-width: 641px) {
  .top-hotel .wp-block-image::before {
    padding-top: 40%;
  }
}

.top-hotel .wp-block-image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-hotel .wp-block-columns {
  margin-top: 2px !important;
}

@media screen and (min-width: 641px) {
  .top-hotel .wp-block-columns {
    margin-top: 24px !important;
  }
}

.top-hotel .smb-information__item {
  margin-top: 20px !important;
}

.top-hotel h3 {
  margin-top: 60px !important;
}

.top-hotel .top-hotel-plan .smb-information__item__label::before,
.top-hotel .top-hotel-time .smb-information__item__label::before,
.top-hotel .top-hotel-access .smb-information__item__label::before,
.top-hotel .top-hotel-phone .smb-information__item__label::before,
.top-hotel .top-hotel-hp .smb-information__item__label::before,
.top-hotel .top-hotel-pin .smb-information__item__label::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 641px) {
  .top-hotel .top-hotel-plan .smb-information__item__label::before,
  .top-hotel .top-hotel-time .smb-information__item__label::before,
  .top-hotel .top-hotel-access .smb-information__item__label::before,
  .top-hotel .top-hotel-phone .smb-information__item__label::before,
  .top-hotel .top-hotel-hp .smb-information__item__label::before,
  .top-hotel .top-hotel-pin .smb-information__item__label::before {
    margin-top: 5px;
  }
}

.top-hotel .top-hotel-plan .smb-information__item__label::before {
  background: url(https://norosan-hillclimb-setouchi.com/wp-content/uploads/2022/07/yen-blue.svg)
    no-repeat center center/cover;
}

.top-hotel .top-hotel-time .smb-information__item__label::before {
  background: url(https://norosan-hillclimb-setouchi.com/wp-content/uploads/2022/07/car-blue.svg)
    no-repeat center center/cover;
}

.top-hotel .top-hotel-access .smb-information__item__label::before {
  background: url(https://norosan-hillclimb-setouchi.com/wp-content/uploads/2022/07/adress-blue.svg)
    no-repeat center center/cover;
}

.top-hotel .top-hotel-phone .smb-information__item__label::before {
  background: url(https://norosan-hillclimb-setouchi.com/wp-content/uploads/2022/07/phone-blue.svg)
    no-repeat center center/cover;
}

.top-hotel .top-hotel-hp .smb-information__item__label::before {
  background: url(https://norosan-hillclimb-setouchi.com/wp-content/uploads/2022/07/pc-blue.svg)
    no-repeat center center/cover;
}

.top-hotel .top-hotel-pin .smb-information__item__label::before {
  background: url(https://norosan-hillclimb-setouchi.com/wp-content/uploads/2022/07/pin-blue.svg)
    no-repeat center center/cover;
}

@media screen and (min-width: 641px) {
  .top-hotel .smb-information__item__label {
    text-align: right;
  }
}

.top-hotel .c-row__col:first-child {
  max-width: 40px;
}

.sponsor-sub .smb-panels__item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}

.sponsor-sub-sub .smb-panels__item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}

.result-btn .smb-btn {
  width: 100% !important;
}

.result-btn .wp-block-snow-monkey-blocks-btn {
  width: 100% !important;
}

@media screen and (min-width: 641px) {
  .result-btn .wp-block-snow-monkey-blocks-btn {
    width: auto !important;
  }
}

@media screen and (min-width: 641px) {
  .result-btn .smb-btn {
    width: 160px !important;
  }
}

/* * {
  outline:3px solid red;
} */

/* .sponsor-sub-sub .smb-panels__item__body{
  padding: 0 !important;
} */

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