@charset "UTF-8";

@font-face {
  font-family: 'Archive';
  src: url('../font/Archive/Archive.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/*==================================
style common
===================================*/
body {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS Pgothic", knowledge-reg, helvetica, arial, sans-serif;
  font-style: normal;
  min-height: 100%;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #666;
}

* {
  box-sizing: border-box;
}
a:focus, *:focus { outline:none; }
img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.inner {
  width: 980px;
  max-width: 100%;
  margin: auto;
}

section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex_center {
  justify-content: center;
}

.flex_around {
  justify-content: space-around;
}

.flex_between {
  justify-content: space-between;
}

.flex_end {
  justify-content: flex-end;
}

.ast-article-single ol, .ast-article-single ul {
  margin: 0 0 1.5em 1.5em;
}

.ast-article-single ol {
  list-style: decimal;
}

.ast-article-single ul {
  list-style: disc;
}

.ast-article-single .entry-content {
  line-height: 1.6;
}

.ast-article-single .entry-content a {
  color: #0000ee;
}

.ast-article-single .entry-content a:visited {
  color: #551a8b;
}

@media screen and (max-width: 1080px) {
  .inner {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex_block {
    display: block;
  }
}
/* ボタン */
.btn-style01 a {
  display: inline-block;
  font-weight: bold;
  position:relative;
  font-size:14px;
  padding: 8px 2em;
  cursor:pointer;
  border-radius: 100vh;
  border: 2px solid #5988a6;
  background:#fff;
  color:#5988a6;
  transition:800ms ease all;
}
.btn-style01 .fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
.btn-style01 a:hover {
  background:#5988a6;
  color:#fff;
}

/* アコーディオン */
.accordion {
  margin-top: 20px;
}
.accordion .accordion-ttl {
  border-bottom: 1px dashed #999;
  padding-left: 3em;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
.accordion .accordion-ttl::before {
  content: "Q";
  background: #3a68ff;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  position: absolute;
  width: 29px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
}
.accordion .accordion-box {
  display: none;
  background: #fff;
  border-bottom: 1px solid #999;
  background: #fffdf2;
  padding-left: 3em;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.accordion .accordion-box::before {
  content: "A";
  background: #ff3a3a;
  color: #fff;
  border-radius: 5px;
  padding: 6px;
  font-weight: bold;
  position: absolute;
  width: 29px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
}

/*==================================
フッター
===================================*/
footer.footer {
}
.footerCont {
  background: #33618c;
  padding: 60px 5%;
  color: #fff;
  position: relative;
}
.footerCont .f-left {
  width: 50%;
  padding-right: 40px;
}
.footerCont .f-comName {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.footerCont .f-address {
  line-height: 2;
  font-weight: bold;
}
.footerCont .f-contact {
  margin-top: 20px;
}
.footerCont .f-contact a {
  background: #fff;
  color: #5988a6;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 15px 30px;
  transition: all 0.5s;
}
.footerCont .f-contact a:hover {
  background: #5988a6;
  color: #fff;
  border: 2px solid #fff;
}
.footerCont .f-right {
  width: 50%;
  margin-top: 50px;
}
.footerCont .f-nav {
  width: 40%;
}
.footerCont .f-nav ul li {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footerCont .f-nav ul li ul {
  margin-left: 0;
}
.footerCont .f-nav ul li ul li {
  font-size: 15px;
  font-weight: lighter;
  margin-top: 15px;
}
.footerCont .f-nav ul li a {
  display: block;
  color: #fff;
}
.footerCont .f-nav ul li a {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}

.footerCont .f-nav ul li a::after {
  background-color: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

.footerCont .f-nav ul li a:hover::after {
  width: 100%;
}

.footerCont .old-site {
  margin-top: 50px;
}
.footerCont .old-site ol li {
  width: 170px;
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: 30px;
}
.footerCont .old-site ol li a {
  background: #fff;
  color: #333;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
.footerCont .old-site ol li:nth-of-type(2n) {
  margin-right: 0;
}
.footerCont .old-site ol li:hover {
  opacity: 0.8;
}
.copylight {
  text-align: right;
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 2%;
  bottom: 3%;
}

@media screen and (max-width: 768px) {
  .footerCont .f-left {
    width: 100%;
    padding-right: 0;
  }
  .footerCont .f-comName {
    font-size: 16px;
    margin: 20px 0 10px;
    padding-bottom: 15px;
  }
  .footerCont .f-address {
    font-size: 14px;
  }
  .footerCont .f-contact {
    margin-bottom: 30px;
  }
  .footerCont .f-right {
    width: 100%;
  }
  .footerCont .f-nav {
    width: 50%;
  }
  .footerCont .f-nav ul li {
    font-size: 16px;
  }
  .footerCont .f-nav ul li ul li {
    font-size: 14px;
  }
  .footerCont .old-site ol li {
    width: 48%;
    margin-right: 2%;
  }
  .copylight {
    right: 5%;
    bottom: 1%;
  }
}

/*==================================
front-page
===================================*/

.main {
  width: 100%;
  width: calc(100% - 220px);
  background: #fff;
}

.front-h2 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #666666;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.front-h2::before {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  background: #5988a6;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
.front-h2-en {
  color: #5988a6;
  font-size: 40px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic StdN";
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  position: relative;
}

/* 日付 */
.event_date {
  margin: 30px;
}
/* 記録証 */
.kiroku {
  margin: 30px auto 0;
}
.kiroku .kiroku-col {
  width: calc(100% / 2 - 1%);
}
.kiroku .kiroku-col a {
  display: block;
}
.kiroku .kiroku-col a:hover {
  transform: translateY(5px);
  opacity: 0.8;
}
/* 大会プログラム */
.program {
  margin: 30px auto;
  line-height: 0;
}
.program a {
  display: block;
}
.program a:hover {
  transform: translateY(5px);
  opacity: 0.8;
}
.bg01 {
  background: url(../images/2026/bg01.jpg);
  margin-top: 30px;
}
/* お知らせ */
.frontNews {
}
.frontNews .front-h2 {

}

.frontNews .front-h2-en {

}
.frontNews .frontNews-cont {
}

.frontNews .frontNews-list-item {
  border-bottom: 1px solid #999;
}
.frontNews .frontNews-list-item:first-of-type {
  border-top: none;
}
.frontNews .frontNews-list-item a {
  padding: 13px 0;
  display: flex;
}
.frontNews .frontNews-list-item a:hover {
  color: #5988a6;
}
.frontNews .frontNews-time-cate {
  margin-right: 15px;
  width: 150px;
  font-weight: bold;
  color: #edc206;
}
.frontNews .frontNews-time-cate span {
  color: #5988a6;
  font-size: 13px;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  padding: 5px 7px;
}
.frontNews .frontNews-ttl {
  font-size: 15px;
  width: calc(100% - 140px - 15px);
  font-weight: bold;
}
.frontNews .frontNews-btn {
  margin-top: 25px;
}

/* インフォメーション */
.frontInfo {
}

.frontInfo .inner {
  width: 90%;
}

.frontInfo-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
  margin: clamp(16px, 3vw, 40px) 0;
}

.frontInfo-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: transform .2s ease, box-shadow .2s ease;
  overflow: hidden;
  position: relative;
}

.frontInfo-box > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(180px, 26vw, 260px);
  padding: clamp(18px, 2.4vw, 28px);
  text-decoration: none;
}

.frontInfo-box figure {
  width: clamp(56px, 8vw, 84px);
  height: clamp(56px, 8vw, 84px);
  margin: clamp(8px, 1.2vw, 12px) 0;
  display: grid;
  place-items: center;
}
.frontInfo-box .info_icon,
.frontInfo-box figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info_name_en {
  position: relative;
  display: inline-block;
  font-family: 'Archive', sans-serif;
  font-size: clamp(28px, 6vw, 50px);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;               /* ← 本体は白のまま */
  text-transform: uppercase;
  isolation: isolate;        /* レイヤー制御を安定させる */
  z-index: 0;
}

.info_name_en::before{
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent; 
  -webkit-text-stroke: 2px #32618b;
  z-index: -1;  
  pointer-events: none;
}

.info_name_en::after{
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent;                     /* テキスト自体は透明 */
  background: linear-gradient(90deg, #e5bb37, #e5bb37);
  background-repeat: no-repeat;
  background-size: 0% 100%;               /* ← 初期は幅0 */
  background-position: left center;
  -webkit-background-clip: text;          /* ← テキストでマスク */
  -webkit-text-fill-color: transparent;   /* ← 背景だけ見せる */
  z-index: 1;                             /* 本体の白塗りの上に載せる */
  transition: background-size .45s ease-out;
  pointer-events: none;
}
.frontInfo-box:hover .info_name_en::after{
  background-size: 100% 100%;
}

/* 疑似要素で縁取りを描く */
.info_name_en::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 3px #003366; /* 縁取り色と太さは調整OK */
  z-index: -1;
  pointer-events: none;
}
/* stroke非対応ブラウザ向けの薄い補助（任意） */
@supports not (-webkit-text-stroke: 1px #000){
  .info_name_en::before{
    text-shadow:
      -2px -2px 0 #003366, 2px -2px 0 #003366,
      -2px  2px 0 #003366, 2px  2px 0 #003366;
  }
}

.frontInfo-box .info_name {
  font-size: clamp(16px, 3.6vw, 30px); /* ← 18px〜30pxで可変 */
  font-weight: 700;
  line-height: 1.4;
  color: #666;
  margin-top: 6px;
}

.frontInfo-box:hover,
.frontInfo-box:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.10);
}
.frontInfo-box > a:focus-visible {
  outline: 3px solid #5988a6;
  outline-offset: 4px;
  border-radius: 16px;
}

.frontInfo-wrap .frontInfo-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.38), rgba(255,255,255,0));
  pointer-events: none;
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
  .frontInfo-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 360px) {
  .frontInfo-wrap {
    grid-template-columns: 1fr;
  }
}


/*スポンサーサイドバー*/
.left-side {
  width: 220px;
  padding: 50px 10px;
  background: #f4f4f8;
  position: relative;
}
.left-side a:hover {
  opacity: 0.8;
}
.left-side aside {
  max-width: 1500px;
  margin: 0 auto;
}
.left-side aside + aside {
  margin-top: 50px;
}
.left-side .sideBnr-ttl {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
.left-side .sideBnr-ttl span {
  color: #5988a6;
  font-size: 15px;
  font-weight: bold;
}
.left-side .sideBnr + .sideBnr {
  margin-top: 30px;
}
.left-side .sideBnr-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.left-side .sideBnr-list li {
  margin-bottom: 10px;
  margin-right: 1%;
  margin-left: 1%;
  max-width: 220px;
}
.left-side .sideBnr-list li img {
  filter: drop-shadow(1px 1px 3px rgba(101, 101, 101, 0.3));
  transition: all 0.5s;
}
.left-side .sideBnr-list li img:hover {
  filter: none;
} 

.parallax_content {
  min-height: 700px;
}
.parallax_content.img_bg_01{
  background-image: url(../images/parallax_img2.jpg);
}

@media screen and (max-width: 1349px) {
  .main {
    width: 100%;
  }
  /*スポンサーサイドバー*/
  .left-side {
    width: 100%;
  }
  .left-side aside {
    max-width: 1080px;
  }
  .sponsor_btn {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .front-h2 {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .front-h2-en {
    font-size: 30px;
    margin-bottom: 20px;
  }
  /* 日付 */
  .event_date {
    margin: 20px;

  }

  /* 記録証 */
  .kiroku {
    /* margin: 0; */
  }
  .kiroku .kiroku-col {
    width: 100%;
  }
  .kiroku .kiroku-col + .kiroku-col {
    margin-top: 10px;
  }
  /* 大会プログラム */
  .program {
    margin: 20px 0 10px;
  }
  /* お知らせ */
  .frontNews {
    margin-top: 15px;
    background-size: cover;
  }
  .frontNews .frontNews-cont {
    width: 100%;
    max-width: 100%;
  }
  .frontNews .frontNews-list-item a {
    display: block;
  }
  .frontNews .frontNews-time-cate {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
  }
  .frontNews .frontNews-ttl {
    width: 100%;
  }
  /* インフォメーション */
  section.frontInfo {

  }
  /*スポンサーサイドバー*/
  .left-side .specialSponsorship01 .sideBnr-list li {
    max-width: calc(100% / 2 - 2%);
  }
  .left-side .sideBnr-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .parallax_content {
    min-height: 200px;
  }
}
/*==================================
下層ページ 共通
===================================*/
/* 見出し */
.l-h2-style {
  font-size: 24px;
  font-weight: bold;
  padding: 0.5em 1em;
  color: #fff;
  background: #5988a6;
  margin: 50px auto 30px;
  position: relative;
  z-index: 1;
}
.l-h2-style::before{
  content: "";
  z-index:-1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: linear-gradient(135deg, #fff 15px, transparent 15px calc(100% - 15px), #fff calc(100% - 15px));
}
.l-h2-style:first-of-type {
  margin-top: 0;
}

.l-h3-style {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 0.5em 0;
  border-bottom: 3px dotted #5988a6;
  margin: 50px auto 30px;
  position: relative;
}
.l-h3-style::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 3px solid #5988a6;
  bottom: -3px;
  width: 10%;
}

@media screen and (max-width: 768px) {
  .l-h2-style {
    font-size: 20px;
  }
  .l-h3-style {
    font-size: 18px;
  }
}
/* PDF */
.pdf-wrap {
  /* margin-bottom: 50px; */
}
.pdf-wrap ul {
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
}
.pdf-wrap ul li {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
  position: relative;
}
.pdf-wrap ul li a {
  font-weight: bold;
  color: #c50e24;
  display: block;
  text-align: center;
  border: 3px solid #c50e24;
  border-radius: 10px;
  padding: 15px;
  padding-left: 70px;
  background: #fff;
  transition: all 0.3s;
  box-shadow: 2px 3px 7px -2px #bababa;
  
}
.pdf-wrap ul li a:hover {
  color: #fff;
  background: #adc8d9;
  transition: all 0.3s;
  border-color: #adc8d9;
  box-shadow: none;
}
.pdf-wrap ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  content: "";
  border-radius: 0.5rem 0 0 0.5rem;
  background: rgba(0, 0, 0, 0.07);
}
.pdf-wrap ul li a i {
  font-size: 123%;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  padding: 15px 0;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
}
.pdf-wrap ul li a:hover i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

/* テーブル */
.table-style01 {
  width: 100%;
  margin: 20px auto;
}
.table-style01 th {
  text-align: left;
  padding: 0.5em 1em;
  border: 1px solid #fff;
  background:  #ddd;
  font-weight: bold;
}
.table-style01 td {
  border: 1px solid  #ddd;
  padding: 0.5em 1em;
  background: #fff;
}

.table-style02 {
  width: 100%;
  margin: 20px auto;
}
.table-style02 th {
  text-align: left;
  padding: 0.5em 1em;
  border: 1px solid #aaa;
  background: #fff8fb;
  font-weight: bold;
}
.table-style02 td {
  border: 1px solid #fff8fb;
  padding: 0.5em 1em;
  background: #ddd;
}

.table-style03 {
  width: 100%;
  margin: 20px auto;
}
.table-style03 dt {
  width: 20%;
  text-align: left;
  padding: 1em;
  border-bottom: 2px solid #5988a6;
  background: #f6f6f6;
  color: #5988a6;
  font-weight: bold;
}
.table-style03 dl:first-of-type {
  border-top: 2px solid #5988a6;
}
.table-style03 dd {
  width: 80%;
  border-bottom: 2px solid #5988a6;
  padding: 1em;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .table-style02 th {
    width: 100%;
    display: block;
    border: 1px solid #fff8fb;
  }
  .table-style02 td {
    width: 100%;
    display: block;
  }
  .table-style03 dt {
    width: 100%;
    display: block;
    border-bottom: none;
  }
  .table-style03 dd {
    width: 100%;
    display: block;
    padding:1em 0;
  }
}
/*==================================
大会要項
===================================*/
.outline table ol, .outline table ul {
  margin: 0 0 0 2em;
}
.outline .outline-note-wrap ol, .outline .outline-note-wrap ul {
  margin: 0 0 1.5em 2em;
}
.outline table ol, .outline .outline-note-wrap ol {
  list-style: decimal;
}
.outline table ul, .outline .outline-note-wrap ul  {
  list-style: disc;
}
.outline ul li, .outline ol li {
    margin-bottom: 0.5em;
}
.outline .outline-note-wrap dl {
  margin: 20px 0 35px;
  line-height: 1.6;
}
.outline .outline-note-wrap dl dt {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 15px;
  background: #5988a6;
  color: #fff;
  letter-spacing: 0.1em;
}
.outline .outline-note-wrap dl dd p {
  margin-bottom: 0;
}

/*==================================
コース
===================================*/
.course .course-gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.course .course-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .course .course-gmap {
    padding-bottom: 96.25%;
  }
}
/*==================================
Q&A
===================================*/
.faq .faq-wrap + .faq-wrap {
  margin-top: 70px;
}
/*==================================
スケジュール
===================================*/
.schedule h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 35px;
}
.schedule dl {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px dotted #CCC;
}

.schedule dl dt {
  width: 20%;
  line-height: 1.6;
  font-weight: bold;
  padding: 1em 0;
  border-top: 2px dotted #CCC;
}

.schedule dl dd {
  width: 80%;
  border-top: 2px dotted #CCC;
  line-height: 1.6;
  padding: 1em 0;
}
.schedul_wrapper + .schedul_wrapper {
  margin-top: 50px;
}
.schedul_wrapper1 h2 {
  color: #33618c;
} 
.schedul_wrapper2 h2 {
  color: red;
}
@media screen and (max-width: 768px) {
  .schedule dl dt {
    width: 100%;
    line-height: 2em;
  }
  .schedule dl dd {
    margin-top:0;
    padding: 0;
    line-height: 2em;
  }
}
/*==================================
アクセス
===================================*/
.access .gmap, .access .park-gmap {
  margin-top: 20px;
  height: 0;
  overflow: hidden;
  padding-bottom: 35.25%;
  position: relative;
}
.access .gmap iframe, .access .park-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.access .park-gmap {
  margin-top: 20px;
}
.access .shuttle-bus {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .access .gmap, .access .park-gmap {
    padding-bottom: 70.25%;
  }
}
/*==================================
大会結果
===================================*/
.result .content_parts_wrap a  {
  list-style: disc;
  text-decoration: underline;
  color: blue;
  line-height: 2.4;
}

/*==================================
エントリー
===================================*/
.entry-btn li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.entry-btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 420px) {
  .entry-btn li {
    width: 100%;
    margin-right: 0;
  }
  .entry-btn li img {
    width: 100%;
  }
}
/* テーブル */
.entry .entry_content table {
  width: 100%;
  margin: 20px auto;
}
.entry .entry_content table th {
  text-align: left;
  padding: 0.5em 1em;
  border: 1px solid #fff;
  background: #fff8fb;
  font-weight: bold;
}
.entry .entry_content table td {
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  background: #ffffff;
}
/*==================================
観光・宿泊
===================================*/
.stay-box {
  width: 46%;
  margin-bottom: 50px;
}
.stay-box p {
  margin-top: 20px;
}
.stay-box a {
  color: #0000ee;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .stay-box {
    width: 100%;
  }
}
/*==================================
コース
===================================*/
.guest figure {
  width: 35%;
}
.guest_box {
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #5988a6;
}
.guest_box:last-of-type {
  border: none;
}
.guest_info {
  width: 65%;
  padding-left: 20px;
}
.guest_name_en {
  font-size: 14px;
  font-weight: bold;
  color: #5988a6;
  letter-spacing: 0.05em;
}
.guest_name {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.guest_info .sns_link {
  margin: 20px auto;
}
.guest_info .sns_link li {
  margin-right: 10px;
}

.guest_voice {
  position: relative;
  display: inline-block;
  margin-top: 32px;
  padding: 16px;
  border-radius: 8px;
  background-color: #ebf0f3;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.guest_voice::after {
  content: "";
  position: absolute;
  top: 0;
  left: 16%;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent transparent #ebf0f3;
  translate: calc(-50% - 0.4px) -100%;
  transform: skew(15deg);
  transform-origin: bottom;
}
@media screen and (max-width: 768px) {
  .guest_box {
    margin-top: 30px;
    display: block;
  }
  .guest figure {
    width: 70%;
    margin: auto;
  }
  .guest_info {
    width: 100%;
    padding-left: 0;
  }
  .guest_name_en {
    text-align: center;
  }
  .guest_name {
    text-align: center;
  }
  .guest_info .sns_link {
    justify-content: center;
  }
  .guest_info .sns_link li {
    width: 40px;
  }
  .guest_voice::after {
    border-width: 0 7.8px 15.5px 7.8px;
    translate: -50% -100%;
    transform: skew(-16deg);
  }
}
/*==================================
// お問合せ
===================================*/
.contact dl {
  display: flex;
  border-bottom: 1px solid #303967;
}
.contact dl dt {
  width: 30%;
  padding: 20px 0;
  font-weight: bold;
  position: relative;
}
.contact dl dt.required::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  background: red;
  padding: 2%;
  border-radius: 5px;
}
.contact dl dd {
  width: 70%;
  padding: 20px 0;
}
.contact dl dd span.mwform-radio-field {
  line-height: 1.8;
}
.contact dl:last-of-type {
  margin-bottom: 30px;
}

input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  font-size: 16px;
  width: 100%;
}

.ast-button,
input#submit,
input[type=button],
input[type=submit],
input[type=reset] {
  font-size: 15px;
  width: 280px;
}

@media (max-width: 768px) {
  .contact dl {
    display: block;
  }
  .contact dl dt {
    width: 100%;
    padding: 20px 0 0;
  }
  .contact dl dd {
    width: 100%;
  }
}
/*==================================
テーマ設定解除＆追加
===================================*/
/* 下層タイトル */
h1.ast-advanced-headers-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.h1-subTtl {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}

/* パンくずしたのライン */
.main-header-bar {
  border-bottom: 0;
}

/* ブログ一覧 */
.blog-layout-2 .post-thumb.ast-width-md-6 {
  width: 30%;
  min-width: 200px;
}

.ast-blog-featured-section.post-thumb.ast-width-md-6 img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.blog-layout-2 .post-content.ast-width-md-6 {
  width: 70%;
}

.blog-layout-2.ast-no-thumb .post-thumb {
  width: auto;
  min-width: auto;
}

section.ast-archive-description {
  padding-top: 0;
}

/* ブログ詳細 */
.ast-article-single .post-thumb {
  text-align: center;
}
section.ast-single-entry-banner {
  padding-top: initial;
  padding-bottom: initial;
}
.post.type-post p {
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 921px) {
  .ast-header-break-point .main-header-bar.ast-header-breadcrumb {
    border-bottom: 0;
  }
  .blog-layout-2 .post-thumb.ast-width-md-6 {
    width: 100%;
    min-width: 100%;
  }
  .blog-layout-2.ast-no-thumb .post-content.ast-width-md-6 {
    width: 100%;
  }
  .blog-layout-2 .post-content.ast-width-md-6 {
    width: 100%;
  }
  .ast-archive-post .blog-layout-2 .ast-blog-featured-section .post-thumb {
    text-align: center;
  }
}
@media (max-width: 768px) {
  /* 下層タイトル */
  h1.ast-advanced-headers-title {
    font-size: 20px;
  }
  .h1-subTtl {
    font-size: 14px;
  }
}

/*==================================
// contact form 7 20240910追加
===================================*/
.contact dl dt p {
  margin-bottom: 0;
  display: inline-block;
}
.contact dl dd .wpcf7-list-item {
  display: block;
  margin: 0 0 1rem;
}
.contact input[type="submit"] {
  background-color: #adc8d9;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  transition: all 0.3s;
}
.contact input[type="submit"]:hover {
  background-color: #9b234a;
}





/* ============================
   MVセクション
============================ */
.mv {
  position: relative;
  z-index: 0;
}

.mv__sticky {
  position: relative;
  height: calc(100vh - 88px);
  max-height: 800px;
  min-height: 560px;
  overflow: hidden;
}

/* 背景（静止） */
.mv__bg {
  position: relative; 
  width: 100%;
  height: calc(100vh - 88px);
  overflow: hidden;
  z-index: 0;
}
.mv__bg .mv__item {
  background-image: url(../images/2026/mv2026.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/* 前景レイヤー */
.mv__layers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  z-index: 10;
}
.mv__layer {
  position: absolute;
  left: var(--x, 0);
  top: var(--y, 0);
  width: min(var(--w, 40%), var(--maxw, 99999px));
  z-index: 101; 
}
.mv__layer img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==== 前レイヤー配置 ==== */
/* 1. sponsor（スカイマークロゴ） */
.mv__sponsor { --x: 5%;  --y: 6%;  --w: 22%; --maxw: 338px; }

/* 2. title（ISHIOKA〜3rd） */
.mv__title   { --x: 5%; --y: 24%; --w: 70%; --maxw: 782px; }

/* 3. day（日付） */
.mv__day     { --x: 5%; --y: 55%; --w: 40%; --maxw: 576px; }

/* 4. badge（20thロゴ → 右下固定） */
.mv__badge   { --x: 82%; --y: 68%; --w: 16%; --maxw: 247px; }

.mv__title img ,
.mv__day img,
.mv__badge img {
  filter: drop-shadow(2px 2px 5px rgba(0,0,0,1));
}


/* レスポンシブ */
@media (min-width: 1441px) {
  .mv__sticky,
  .mv__bg {
    max-height: 900px; /* PC大画面 */
  }
}
@media (max-width: 1440px) {
  .mv__title   { --w: 50%; --y: 27%; }
  .mv__day     { --w: 24%; --y: 60%; }
  .mv__badge   { --w: 13%; --y: 63%; }
}
@media (max-width: 1024px) {
  .mv__sticky,
  .mv__bg {
    height: 600px;
    min-height: auto;
  }
  .mv__bg .mv__item {
    background-position: 76% center;
  }
  .mv__sponsor { --w: 30%; --x: 5%;  --y: 5%; }
  .mv__title   { --w: 50%; --x: 5%;  --y: 27%; }
  .mv__day     { --w: 36%; --x: 5%;  --y: 55%; }
  .mv__badge   { --w: 15%; --x: 77%; --y: 65%; }
}
@media (max-width: 768px) {
  .mv__sticky,
  .mv__bg {
    height: 500px;
  }
  .mv__bg .mv__item {
    background-position: 80% center;
  }
  .mv__sponsor { --w: 50%; --x: 5%;  --y: 4%; min-width: 200px;}
  .mv__title   { --w: 90%; --x: 5%;  --y: 20%; }
  .mv__day     { --w: 55%; --x: 5%;  --y: 67%; }
  .mv__badge   { --w: 22%; --x: 72%; --y: 73%; }
}

/* ============================
   アニメーション
============================ */
.ani-item {
  opacity: 0;
  transform: translateX(300px);
  animation: slideIn 1.5s ease forwards;
}
.ani-delay0 { animation-delay: 0.2s; } /* sponsor */
.ani-delay1 { animation-delay: 0.8s; } /* title */
.ani-delay2 { animation-delay: 1.6s; } /* day */

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* バッジはフェードイン */
.ani-fade {
  opacity: 0;
  animation: fadeIn 4.0s ease forwards;
  animation-delay: 0s;
}
@keyframes fadeIn {
  to { opacity: 1; }
}


.mv__bg .mv__item {
  animation: bgZoom 15s ease forwards;
}
@keyframes bgZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.05); }
}


/* ヘッダーアイコン */
.site-icon {
  max-width: 80px;
  width: 80px;
}
@media (max-width: 768px){
  .site-icon {
    max-width: 50px;
    width: 50px;
  }
}
