@charset "UTF-8";
/* main.scss */
* {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1A5C77;
}
@media (max-width: 640px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 14px;
  }
}

body {
  background-color: #E2F3FA;
  background-image: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/back01.webp);
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}
body.home {
  background-color: #E2F3FA;
  background-image: none;
}
body.page-template-page-event, body.post-type-archive-event, body.tax-event_tax, body.single-event {
  background-color: #48A6CC;
  color: white;
}
body.page-template-page-event a, body.post-type-archive-event a, body.tax-event_tax a, body.single-event a {
  color: #1A5C77;
}
body.page-template-page-other {
  background-color: #D8DCCC;
}

a {
  color: #48A6CC;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: #000;
  color: #fff;
  z-index: 10000;
}

br[class^=br-] {
  display: none;
}

@media (min-width: 640px) {
  br.br-sm {
    display: inline;
  }
}
@media (min-width: 800px) {
  br.br-md {
    display: inline;
  }
}
@media (min-width: 1100px) {
  br.br-lg {
    display: inline;
  }
}
@media (max-width: 640px) {
  br.br-only-sm {
    display: inline;
  }
}
.img-sm-only,
.img-md-only,
.img-lg-only {
  display: none;
}

@media (max-width: 640px) {
  .img-sm-only {
    display: block;
  }
}
@media (min-width: 640px) {
  .img-sm-up {
    display: block;
  }
}
@media (max-width: 800px) {
  .img-md-only {
    display: block;
  }
}
@media (min-width: 800px) {
  .img-md-up {
    display: block;
  }
}
@media (min-width: 1100px) {
  .img-lg-up {
    display: block;
  }
}
p {
  margin: 0.5em auto 1em;
}
p:first-child {
  margin-top: 0;
}

:root {
  --page-padding: 1rem;
}

.entry-content > .alignwide {
  max-width: 1240px;
  margin-inline: auto;
}

.entry-content > .alignfull {
  width: var(--vw);
  max-width: var(--vw);
  margin-left: 50%;
  transform: translateX(-50%);
  padding-inline: 0;
}

/* alignfull の直下にある通常の要素（alignなし）にだけ余白を戻す */
.entry-content > .alignfull > *:not(.alignfull):not(.alignwide) {
  width: min(1100px, 100% - 1em);
  margin: auto;
  margin-inline: auto;
  padding-inline: var(--page-padding);
}

body {
  overflow-x: hidden;
}

/* ----------------------------------------
 * WordPress: alignments
 * 画像・figure・ブロック共通
 * -------------------------------------- */
/* 左寄せ：テキスト回り込み */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

/* 右寄せ：テキスト回り込み */
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

/* 中央寄せ：ブロックとして中央に */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

img.alignleft,
.wp-block-image .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

img.alignright,
.wp-block-image .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

img.aligncenter,
.wp-block-image .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* figure 共通の余白調整など */
.wp-block-image,
figure {
  max-width: 100%;
}

.wp-block-image img {
  height: auto;
}

/* キャプション */
.wp-element-caption,
.wp-block-image figcaption {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 0.5em;
  color: #666;
}

@media (max-width: 768px) {
  .alignleft,
  .alignright,
  img.alignleft,
  img.alignright,
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ----------------------------------------
 * SearchForm
 ------------------------------------------ */
form.searchform {
  width: 100%;
  position: relative;
}
form.searchform input#s {
  width: 100%;
  border-radius: 3em;
  border: none;
  padding: 5px 30px 5px 10px;
  line-height: 1;
}
form.searchform input#s:focus-visible {
  outline-color: #48A6CC;
}
form.searchform button.searchsubmit {
  position: absolute;
  right: 3px;
  top: 8px;
}

/* ----------------------------------------
 * タイトル
 ------------------------------------------ */
.page-header .page-header-container {
  width: min(1100px, 100% - 1em);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  position: relative;
}
.page-header .page-header-container.nothumb {
  display: block;
}
.page-header .page-header-container .title h1.entry-title {
  border-bottom: 3px solid #FFFF67;
  position: relative;
  font-size: clamp(26px, 4vw, 2.8125em);
}
.page-header .page-header-container .title h1.entry-title:after {
  content: "";
  background-image: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/headerline-back.webp);
  display: block;
  width: 155px;
  height: 155px;
  position: absolute;
  right: 0;
  top: -50%;
  z-index: -1;
}
@media (max-width: 640px) {
  .page-header .page-header-container .title h1.entry-title:after {
    top: 0;
  }
}
.page-header .page-header-container .title .subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.page-header .page-header-container .title .subtext {
  font-size: clamp(14px, 3vw, 1.5625em);
}
@media (max-width: 640px) {
  .page-header .page-header-container .title {
    margin-bottom: 1em;
  }
}
@media (max-width: 640px) {
  .page-header .page-header-container {
    display: block;
  }
}

.scroll {
  position: absolute;
  left: -2em;
  writing-mode: tb-rl;
}
.scroll:before {
  animation: scroll 2s infinite;
  background-color: currentColor;
  top: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 1.5em;
  width: 1px;
}
@media (max-width: 800px) {
  .scroll {
    display: none;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
:root {
  --swiper-theme-color: white;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  text-rendering: initial;
}

/***************************************

contact

***************************************/
.mailform input,
.mailform select,
.mailform textarea {
  width: 100%;
  padding: 0.5em 0.75em;
}
.mailform input[type=checkbox], .mailform input[type=submit] {
  width: auto;
}
.mailform .wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0;
}
.mailform span.red {
  background-color: #d13c3c;
  color: white;
  font-size: 0.7em;
  padding: 0.1em 0.5em;
  border-radius: 2em;
  margin-left: 0.75em;
}
.mailform p.mail-title {
  font-weight: 600;
  margin: 0;
}
.mailform .mail-container {
  margin: 2em auto;
}

.mail-container.confirm-item.view-f-acceptance,
.mail-container.confirm-item.view-f-cancel,
.mail-container.confirm-item.view-f-portrait {
  display: none;
}

body.home .entry-content h2,
body.home .entry-content h3,
body.home .entry-content h4,
body.home .entry-content h5,
body.home .entry-content h6, body.page-template-page-other .entry-content h2,
body.page-template-page-other .entry-content h3,
body.page-template-page-other .entry-content h4,
body.page-template-page-other .entry-content h5,
body.page-template-page-other .entry-content h6 {
  color: #1A5C77;
}
body.page-template-page-event .entry-content h2,
body.page-template-page-event .entry-content h3,
body.page-template-page-event .entry-content h4,
body.page-template-page-event .entry-content h5,
body.page-template-page-event .entry-content h6, body.post-type-archive-event .entry-content h2,
body.post-type-archive-event .entry-content h3,
body.post-type-archive-event .entry-content h4,
body.post-type-archive-event .entry-content h5,
body.post-type-archive-event .entry-content h6, body.tax-event_tax .entry-content h2,
body.tax-event_tax .entry-content h3,
body.tax-event_tax .entry-content h4,
body.tax-event_tax .entry-content h5,
body.tax-event_tax .entry-content h6, body.single-event .entry-content h2,
body.single-event .entry-content h3,
body.single-event .entry-content h4,
body.single-event .entry-content h5,
body.single-event .entry-content h6 {
  color: white;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 2em auto 1em;
}
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}
.entry-content h2 {
  font-size: clamp(20px, 4vw, 1.8em);
  border-bottom: 3px solid #FFFF67;
}
.entry-content h3 {
  font-size: clamp(18px, 4vw, 1.6em);
  border-bottom: 2px dotted #FFFF67;
}
.entry-content h4 {
  font-size: clamp(16px, 4vw, 1.4em);
  border-left: 3px solid #FFFF67;
  padding-left: 0.5em;
}
.entry-content h5 {
  font-size: 1.3em;
}
.entry-content h6 {
  font-size: 1.2em;
}

/* =========================================================
   Header (fixed) + SP Menu Button + Mobile Nav
   ========================================================= */
header#header {
  position: fixed;
  inset: 0 0 auto 0;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 1100px) {
  header#header {
    background-color: #1A5C77;
  }
}
header#header .header-container {
  width: min(1100px, 100% - 1em);
  margin: auto;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 2em;
  align-items: center;
}
@media (max-width: 1100px) {
  header#header .header-container {
    grid-template-columns: 64px 1fr;
  }
}
header#header .pc-menu-area {
  display: grid;
  grid-template-columns: 1fr 160px;
  background-color: #1A5C77;
}
header#header .pc-menu-area .nav-area nav.pc-nav-area ul.global-menu-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
header#header .pc-menu-area .nav-area nav.pc-nav-area ul.global-menu-list > li {
  flex-grow: 1;
}
header#header .pc-menu-area .nav-area nav.pc-nav-area ul.global-menu-list > li > a {
  display: block;
  padding: 1.25em 0.5em;
  text-align: center;
  color: white;
}
header#header .pc-menu-area .nav-area nav.pc-nav-area ul.global-menu-list > li > a:hover {
  background-color: #48A6CC;
}
header#header .pc-menu-area .nav-area nav.pc-nav-area ul.global-menu-list > li ul.sub-menu {
  position: absolute;
  list-style: none;
  padding: 0;
  width: 220px;
  display: none;
}
header#header .pc-menu-area .nav-area nav.pc-nav-area ul.global-menu-list > li ul.sub-menu li a {
  background-color: #5297B4;
  padding: 1em 0.5em;
  display: block;
  color: white;
  border-bottom: 1px solid;
}
header#header .pc-menu-area .nav-area nav.pc-nav-area ul.global-menu-list > li ul.sub-menu li a:hover {
  background-color: #1A5C77;
}
header#header .pc-menu-area .nav-area nav.pc-nav-area ul.global-menu-list > li.is-open ul.sub-menu {
  display: block;
}
header#header .pc-menu-area .pc_searchform {
  display: flex;
  align-items: center;
  padding: 0 0.5em;
}
@media (max-width: 1100px) {
  header#header .pc-menu-area {
    display: none;
  }
}
header#header .sp-menu-area {
  display: none;
}
@media (max-width: 1100px) {
  header#header .sp-menu-area {
    display: grid;
    grid-template-columns: 1fr 48px;
    align-items: center;
    gap: 0.5em;
  }
}
header#header .sp-menu-area .nav-area {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: all ease 0.3s;
  background: #1A5C77;
  padding: 1em 0;
  height: 70vh;
  overflow-y: scroll;
  width: 100%;
}
header#header .sp-menu-area .nav-area.is-open {
  transform: translateX(0);
}
header#header {
  /* -----------------------------------------
     Hamburger button
     ----------------------------------------- */
}
header#header .sp-menu {
  /* 初期は非表示（PC）。md以下で出す */
  display: none;
}
@media (max-width: 1100px) {
  header#header .sp-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* ボタンリセット */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
  }
  header#header .sp-menu:hover, header#header .sp-menu:focus-visible {
    outline: 0;
  }
}

.sp-nav-container ul.sp-global-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-nav-container ul.sp-global-menu-list > li {
  border-bottom: 1px solid white;
}
.sp-nav-container ul.sp-global-menu-list > li > a {
  display: block;
  padding: 1em;
  color: white;
}
.sp-nav-container ul.sp-global-menu-list > li > a:hover {
  background-color: black;
}
.sp-nav-container ul.sp-global-menu-list ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sp-nav-container ul.sp-global-menu-list ul.sub-menu li {
  border-bottom: 1px solid white;
}
.sp-nav-container ul.sp-global-menu-list ul.sub-menu li a {
  display: block;
  padding: 1em 1em 1em 2em;
  color: white;
  background-color: #48A6CC;
}
.sp-nav-container ul.sp-global-menu-list ul.sub-menu li a:hover {
  background-color: black;
}
.sp-nav-container ul.sp-global-menu-list ul.sub-menu li:last-child {
  border-bottom: 0;
}

ul#sns-menu-list,
ul#menu-sns {
  list-style: none;
  margin: 1em;
  padding: 0;
  display: flex;
  gap: 0.5em;
}
ul#sns-menu-list li a,
ul#menu-sns li a {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  padding: 0;
}
ul#sns-menu-list li a:before,
ul#menu-sns li a:before {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  background: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/icon-sns.svg) no-repeat center/contain;
}
ul#sns-menu-list li.icon-instagram a:before,
ul#menu-sns li.icon-instagram a:before {
  background: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/icon-instagram.svg) no-repeat center/contain;
}
ul#sns-menu-list li.icon-x a:before,
ul#menu-sns li.icon-x a:before {
  background: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/icon-x.svg) no-repeat center/contain;
}
ul#sns-menu-list li.icon-line a:before,
ul#menu-sns li.icon-line a:before {
  background: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/icon-line.svg) no-repeat center/contain;
}

ul#menu-sns {
  justify-content: center;
}

.entry-content {
  width: min(1100px, 100% - 1em);
  margin: auto;
  margin: 2em auto;
}

.term-area {
  margin: 1.5em auto;
}
.term-area .inner {
  width: min(1100px, 100% - 1em);
  margin: auto;
  display: flex;
  flex-flow: wrap row;
  gap: 0.5em;
}
.term-area .inner a {
  display: inline-block;
  padding: 0.5em 1.5em;
  background-color: #FFFF67;
  border-radius: 3px;
}
.term-area .inner a:hover {
  background-color: #1A5C77;
  color: white;
}

.archive-card-container {
  width: min(1100px, 100% - 1em);
  margin: auto;
  margin: 1em auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}
@media (max-width: 800px) {
  .archive-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .archive-card-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

img.reviews_icon {
  max-width: 140px;
  margin: auto;
}

article.post-card {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #333;
  position: relative;
  opacity: 1;
  transition: all ease 0.3s;
}
article.post-card .thumb {
  position: relative;
  z-index: 0;
}
article.post-card .thumb span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  padding: 0.25em 0.5em;
  color: white;
}
article.post-card .thumb span.status--active {
  background-color: rgba(246, 62, 105, 0.5);
}
article.post-card .thumb span.status--end {
  background-color: rgba(51, 51, 51, 0.5);
}
article.post-card > a {
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
article.post-card:hover {
  opacity: 0.7;
}
article.post-card .post-card__content {
  padding: 0.6em;
}
article.post-card .post-card__content h2.post-card__title {
  font-size: 15px;
}
article.post-card .post-card__content span.post-card__date {
  font-size: 12px;
  display: block;
}

.post-card__terms {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  gap: 0.25em 0.5em;
}
.post-card__terms a {
  font-size: 10px;
  padding: 0.25em 0.5em;
}
.post-card__terms a:hover {
  background-color: black !important;
}
.post-card__terms.single-tarms {
  margin: 1em auto;
}

a.post-card__term-link {
  color: white !important;
  background-color: #ccc;
}

a.post-card__term-link.cat-volleyball {
  background-color: #1A5C77;
}

a.post-card__term-link.cat-beach-soccer {
  background-color: #269ac6;
}

a.post-card__term-link.cat-beach-volleyball {
  background-color: #99d3d9;
}

a.post-card__term-link.cat-barefoot {
  background-color: #a4a83b;
}

a.post-card__term-link.cat-island-activity-group {
  background-color: #77681a;
}

a.post-card__term-link.cat-island-training-camp-production {
  background-color: #4c771a;
}

a.post-card__term-link.cat-cat_info {
  background-color: #f63e6a;
}

a.post-card__term-link.shimaspo_history {
  background-color: #D8DCCC;
}

.reviews-single-container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1em;
}
@media (max-width: 640px) {
  .reviews-single-container {
    display: block;
  }
}

/*************************
Review slider
*************************/
.review-swiper .swiper-slide article.review-slider {
  background-color: #E2F3FA;
}
.review-swiper .swiper-slide article.review-slider .thumb {
  background-color: #E2F3FA;
}
.review-swiper .swiper-slide:nth-child(even) article.review-slider {
  background-color: #D8DCCC;
}
.review-swiper .swiper-slide:nth-child(even) article.review-slider .thumb {
  background-color: #D8DCCC;
}

article.review-slider {
  color: #333;
  position: relative;
  margin: 60px auto 30px;
  padding: 40px 1em 1em;
}
article.review-slider .thumb {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  border-radius: 100%;
}
article.review-slider .thumb img.reviews_icon {
  max-width: 100%;
}
@media (max-width: 640px) {
  article.review-slider {
    margin: 60px 40px 30px;
  }
}
article.review-slider p {
  margin: 0.5em auto;
}
article.review-slider p.title {
  text-align: center;
  font-size: 1.1em;
}
article.review-slider p.star {
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
}

.notext {
  padding: 1em 0;
  text-align: center;
}

/*************************
Plan
*************************/
.plan-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media (max-width: 640px) {
  .plan-container {
    grid-template-columns: 1fr;
  }
}

article.plan-item {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 2em;
}
article.plan-item .title {
  background: #1A5C77;
  color: white;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  padding: 0.5em;
  border-radius: 1em 1em 0 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
article.plan-item .inner {
  padding: 1em;
}
article.plan-item .inner .thumb {
  position: relative;
  z-index: 0;
  text-align: center;
  max-width: 70%;
  margin: auto;
}
article.plan-item .inner .thumb img {
  margin: auto;
}
article.plan-item .inner .thumb span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  background-color: rgba(26, 93, 119, 0.8);
  color: white;
  padding: 0.25em 0.5em;
}
article.plan-item .inner .list-area .list01 {
  padding: 0.25em 1em;
  background: #E2F3FA;
  margin: 0.75em auto;
  font-size: 1.1em;
  border-radius: 5px;
  font-weight: 600;
}
article.plan-item .inner .list-area .list01 ul {
  margin: 0;
}
article.plan-item .inner .list-area .list02 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5em;
}
article.plan-item .inner .list-area .list02 ul li {
  background-color: #48A6CC;
  color: white;
  padding: 0.25em 0.75em;
  border-radius: 3px;
}
article.plan-item .inner .content {
  margin-top: 1em;
}

/***************************************

Plan_page

***************************************/
.page {
  counter-reset: plancount;
}

.plan_cat {
  margin: 5em auto;
  counter-increment: plancount;
}
.plan_cat h2 {
  border: none;
}
.plan_cat h2::before {
  content: "Plan" counter(plancount);
  display: block;
  font-size: 0.75em;
  line-height: 1;
}

/***************************************

FAQ_page

***************************************/
.faq_ac .smb-accordion__item .smb-accordion__item__title::before {
  content: "Q";
  font-size: 1.2em;
  font-weight: 600;
  margin-right: 0.5em;
}

/**************************************
Single
***************************************/
lite-youtube {
  margin: auto;
}

article.plan-item.single-plan-item {
  grid-template-columns: repeat(4, 1fr);
  padding: 1em;
}
article.plan-item.single-plan-item > div {
  padding: 1em;
}
article.plan-item.single-plan-item > div ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}
article.plan-item.single-plan-item > div.list01 ul li {
  position: relative;
  padding-left: 1.5em;
}
article.plan-item.single-plan-item > div.list01 ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.2em;
  font-weight: bold;
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/icon-shimaspolist.webp) no-repeat center/contain;
}
article.plan-item.single-plan-item > div.content {
  border-right: 1px solid #48A6CC;
}
@media (max-width: 640px) {
  article.plan-item.single-plan-item > div.content {
    border: none;
  }
}

/*************************
History slider
*************************/
.history-swiper .swiper-slide {
  background-color: white;
  height: auto;
  padding: 1em;
}
.history-swiper .swiper-slide article.history-slider {
  height: 100%;
}
.history-swiper .swiper-button-next:after,
.history-swiper .swiper-button-prev:after {
  color: #48A6CC;
}
.history-swiper .title {
  font-weight: bold;
  margin: 1em auto;
}

footer {
  padding: 250px 0 3em 0;
  background-color: #1A5C77;
  color: white;
  clip-path: polygon(0 250px, 100% 0%, 100% 100%, 0 100%);
}
footer .footer-area {
  width: min(1100px, 100% - 1em);
  margin: auto;
}
footer .footer-area .wp-block-columns .wp-block-column {
  border-left: 2px dotted white;
}
footer .footer-area .wp-block-columns .wp-block-column:first-child {
  border: none;
}
@media (max-width: 1100px) {
  footer .footer-area .wp-block-columns .wp-block-column {
    border: none;
  }
}
footer .footer-area .wp-block-columns .widget_nav_menu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0 2em;
}
footer .footer-area .wp-block-columns .widget_nav_menu ul.menu ul.sub-menu {
  list-style: none;
  padding-left: 1.5em;
}
footer .footer-area .wp-block-columns .widget_nav_menu ul.menu li a {
  display: block;
  padding: 0.25em;
  color: white;
}
footer .footer-area .wp-block-columns .widget_nav_menu ul.menu li a:hover {
  background-color: black;
}
@media (max-width: 1100px) {
  footer .footer-area .wp-block-columns {
    gap: 0 !important;
  }
}
footer p.site-info {
  text-align: center;
}

div#page_top {
  position: fixed;
  z-index: 99999;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 1;
  transition: all ease 0.3s;
}
div#page_top:hover {
  opacity: 0.7;
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 1em;
}
.breadcrumbs .inner {
  width: min(1100px, 100% - 1em);
  margin: auto;
}
.breadcrumbs .inner ol {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
.breadcrumbs .inner li + li::before {
  content: ">";
  margin-right: 0.5rem;
}
.breadcrumbs .inner a:hover {
  text-decoration: underline;
}

body .breadcrumbs ol {
  color: #1A5C77;
}
body .breadcrumbs li + li::before {
  color: #1A5C77;
}
body.page-template-page-event .breadcrumbs ol, body.post-type-archive-event .breadcrumbs ol, body.tax-event_tax .breadcrumbs ol, body.single-event .breadcrumbs ol {
  color: white;
}
body.page-template-page-event .breadcrumbs ol a, body.post-type-archive-event .breadcrumbs ol a, body.tax-event_tax .breadcrumbs ol a, body.single-event .breadcrumbs ol a {
  color: white;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #FFFF67;
  border-width: 0;
  color: #1A5C77;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-top: calc(0.5em + 2px);
  padding-right: calc(1.5em + 2px);
  padding-bottom: calc(0.5em + 2px);
  padding-left: calc(1.5em + 2px);
  text-decoration: none;
  text-transform: inherit;
  position: relative;
}
:root :where(.wp-element-button, .wp-block-button__link):after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background-color: var(--target-color, currentcolor);
  position: absolute;
  bottom: 3px;
  right: 3px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transition: all ease 0.3s;
}

:where(.wp-block-button__link) {
  border-radius: 0;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: black;
  color: white;
  border-color: black;
}
.wp-block-button .wp-block-button__link:hover:after {
  background-color: white;
  bottom: 0;
  right: 0;
}

.is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.is-provider-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

figure.wp-block-embed.aligncenter.is-type-video.is-provider-youtube.wp-block-embed-youtube {
  text-align: center;
}

.wp-block-list.is-style-icon-shimaspo, .list01 ul {
  list-style-type: none;
  padding-left: 0;
}

.wp-block-list.is-style-icon-shimaspo li, .list01 ul li {
  position: relative;
  padding-left: 1.5em;
}

.wp-block-list.is-style-icon-shimaspo li::before, .list01 ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.2em;
  font-weight: bold;
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/icon-shimaspolist.webp) no-repeat center/contain;
}

.plan-main-template {
  border-left: 1px solid;
}
@media (max-width: 800px) {
  .plan-main-template {
    border: none;
  }
}

.entry-content.front-entry_content {
  margin-top: 0;
}
@media (max-width: 800px) {
  .entry-content.front-entry_content {
    margin-top: auto;
  }
}

.front_bg {
  clip-path: polygon(0 250px, 100% 0, 100% calc(100% - 250px), 0% 100%);
  padding: 280px 1em;
  margin-top: -250px;
  background-image: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/headerline-back.webp), url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/back01.webp);
  background-position: top 125px right calc((100% - 1100px) / 2 + 75px), top center;
  background-size: auto, contain;
  background-repeat: no-repeat, repeat;
}
.front_bg.front_bg01 {
  background-color: #1A5C77;
  color: white;
}
.front_bg.front_bg02 {
  background-color: #5297B4;
  background-image: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/headerline-back.webp), url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/top/back02.webp);
  background-repeat: no-repeat;
  background-size: auto, contain;
  background-position: top 125px right calc((100% - 1100px) / 2 + 75px), top center;
  color: white;
}
.front_bg.front_bg03 {
  background-color: #48A6CC;
  color: white;
}
.front_bg.front_bg04 {
  background-color: #D8DCCC;
}
.front_bg.front_bg05 {
  background-color: inherit;
}
.front_bg.top {
  margin-top: 0 !important;
  padding-top: 0 !important;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 250px), 0% 100%);
  background-image: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/back01.webp);
  background-position: top center;
  background-size: contain;
  background-repeat: repeat;
}
.front_bg:last-child {
  padding-bottom: 30px !important;
  clip-path: polygon(0 250px, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1100px) {
  .front_bg {
    background-position: top 5% right 5%, top center;
  }
  .front_bg.front_bg02 {
    background-position: top 5% right 5%, top center;
  }
}
@media (max-width: 800px) {
  .front_bg {
    clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0% 100%);
    padding: 130px 0;
    margin-top: -100px;
    background-size: 100px, contain;
    background-position: top 50px right 10px, top center;
  }
  .front_bg.front_bg02 {
    background-size: 100px, 800px;
    background-position: top 50px right 10px, top center;
  }
  .front_bg.top {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0% 100%);
  }
  .front_bg:last-child {
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
  }
}

body.home .entry-content.front-entry_content h3,
body.home .entry-content.front-entry_content h4,
body.home .entry-content.front-entry_content h5,
body.home .entry-content.front-entry_content h6 {
  border: none;
}

body.home .entry-content.front-entry_content .front_bg01 h2,
body.home .entry-content.front-entry_content .front_bg01 h3,
body.home .entry-content.front-entry_content .front_bg01 h4,
body.home .entry-content.front-entry_content .front_bg01 h5,
body.home .entry-content.front-entry_content .front_bg01 h6,
body.home .entry-content.front-entry_content .front_bg02 h2,
body.home .entry-content.front-entry_content .front_bg02 h3,
body.home .entry-content.front-entry_content .front_bg02 h4,
body.home .entry-content.front-entry_content .front_bg02 h5,
body.home .entry-content.front-entry_content .front_bg02 h6,
body.home .entry-content.front-entry_content .front_bg03 h2,
body.home .entry-content.front-entry_content .front_bg03 h3,
body.home .entry-content.front-entry_content .front_bg03 h4,
body.home .entry-content.front-entry_content .front_bg03 h5,
body.home .entry-content.front-entry_content .front_bg03 h6 {
  color: white;
}

.front-fv {
  border-bottom: 10px solid #FFFF67;
}

.topinfo-container {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1em;
  padding: 3em 0;
  position: relative;
}
.topinfo-container .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5em;
}
.topinfo-container .content h3.post-card__title {
  margin: 0;
  color: black !important;
  font-size: 1em;
}
@media (max-width: 640px) {
  .topinfo-container {
    display: block;
  }
  .topinfo-container .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.topinfo-container .scroll {
  top: 3em;
}
.topinfo-container .title {
  margin-bottom: 2em;
}
.topinfo-container .title h2 {
  margin-bottom: 0;
}
.topinfo-container .title h2 + p {
  margin-top: 0;
}

.in-logo {
  position: relative;
  z-index: 0;
}
.in-logo::after {
  content: "";
  background-image: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/logo.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 155px;
  height: 155px;
  position: absolute;
  right: 0;
  top: -50%;
  z-index: 1;
}
@media (max-width: 640px) {
  .in-logo::after {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 640px) {
  .order_reverse > div:nth-child(1) {
    order: 2;
  }
  .order_reverse > div:nth-child(2) {
    order: 1;
  }
}

.frontback_column > div {
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 310px;
  min-height: 310px;
  margin: auto;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.frontback_column > div > div {
  padding: 2em;
  position: relative;
  z-index: 3;
}
.frontback_column > div:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
}
.frontback_column > div:nth-child(1) {
  background-image: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/top/frontimg04.webp);
}
.frontback_column > div:nth-child(2) {
  background-image: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/top/frontimg05.webp);
}
.frontback_column > div:nth-child(3) {
  background-image: url(/shimaspo_wp/wp-content/themes/shimaspo/assets/image/top/frontimg06.webp);
}

.front-plan-area {
  counter-reset: frontplan;
}
.front-plan-area > div {
  background-color: #E2F3FA;
  padding: 1em;
  color: #1A5C77;
  counter-increment: frontplan;
}
.front-plan-area > div h3 {
  font-size: 1.2em;
  color: #1A5C77 !important;
}
.front-plan-area > div h3::before {
  content: "Plan" counter(frontplan);
  display: block;
  font-size: 0.8em;
}/*# sourceMappingURL=main.css.map */