@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#f0f0f0;}
section:nth-of-type(even){background-color:#fff;}
html {scroll-behavior: smooth;}/*smooth scroll*/

main {
font-family: "Noto Sans JP", sans-serif !important;
}

#kji {
  line-height: 1.6;
}
#kji p:last-child{
  margin-top: 1.5em;
  color: #fc0000;
  text-align: left;
}
#kji p span {
  padding: 2px 5px;
  background: #cc0000;
  color: #fff;
}

/* =========================
   root
========================= */
:root {
  --c_white: #ffffff;
  --c_gray: #f0f0eb;
  --c_blue_white: #dadbdd;
  --c_black: #3a3530;
  --c_deep_red: #8b1a1a;
  --c_red: #d34537;
  --c_deep_blue: #19283c;
  --c_dal_blue: #233246;
  --c_blue: #37465a;
  --c_gary_blue: #757e8a;
  --c_light_blue: #8cafc3;
  --c_deep_ocher: #69390e;
  --c_ocher: #a37e48;
  --c_light_ocher: #d1bea3;
}


/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock {
	overflow-x: scroll;
	overflow-y: hidden;
}
#dirPathBlock,
#anchorLinkBlock {margin: 0 1%;}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#dirPathBlock p {width: max-content;}
h1 {
	font-size: 12px;
	margin: 0 1% 1%;
}

.inner{
	width: 98%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
	font-feature-settings: "palt";
}

#kji {
  margin: 1em;
  padding: 1%;
  font-size: var(--fs_caption);
}

 h2 {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    font-weight: bold;
    text-align: center;
    margin: 0.5rem auto;
    line-height: 1.35;
    letter-spacing: 1px;
  }

  h2.gold,
  h2.blue,
  h2.normal{
    font-size: var(--fs_lg);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 18px 0;
  }

  h2.gold::before,
  h2.gold::after,
  h2.blue::before,
  h2.blue::after,
  h2.normal::before,
  h2.normal::after{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  h2.gold {
    /* 金色グラデーション */
    background: linear-gradient(
      90deg,
      #ba9963 0%,
      #ccab64 10%,
      #f8efab 50%,
      #ccab64 90%,
      #ba9963 100%
    );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  h2.gold::before,
  h2.gold::after{
    background: url("../images/seigaiha_g.png") no-repeat center / contain;
  }
	
  h2.normal::before,
  h2.normal::after{
    background: url("../images/seigaiha_w.png") no-repeat center / contain;
  }
	
  h2.blue::before,
  h2.blue::after {
    background: url("../images/seigaiha_b.png") no-repeat center / contain;
  }

  h2.blue {
    color: var(--c_deep_blue);
  }
	
  h2.normal {
    color: var(--c_gray);
  }		

  h2.gold::after,
  h2.blue::after,
  h2.normal::after{
    transform: scaleX(-1);
  }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    box-sizing: border-box;
    font-feature-settings: "palt";
  }

  /* =========================
   root
========================= */
  :root {
    /* ===== 文字サイズ ===== */
    --fs_body: 1rem;
    --fs_caption: 0.9rem;
    --fs_sm: 1.1rem;
    --fs_md: 1.2rem;
    --fs_lg: 1.35rem;
    --fs_xl: 1.5rem;
    --fs_xxl: 1.7rem;
    --fs_3xl: 2rem;
    --fs_4xl: 2.2rem;
    --fs_4xl: 2.4rem;
    --fs_5xl: 2.6rem;
  }

  /* =========================
  title
========================= */
  div#title img {
    width: 100%;
    background: var(--c_deep_blue);
  }
	
	
  /* =========================
  about	
========================= */
  #about {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    width: 100%;
    background: var(--c_gray) url("../images/wa_bg.png") no-repeat 50% 50%;
    text-align: center;
    color: var(--c_black);
  }

  #about h2 {
    font-size: var(--fs_xl);
  }

  #about p {
    font-size: var(--fs_sm);
    letter-spacing: 1px;
    line-height: 1.7;
  }
	
	
	#about p.top_txt{
	margin-top: 1em;
	}
	
	.top_txt_bold{
		font-weight: bold;
		font-size: var(--fs_lg);
	}
	.red_txt{
		color: var(--c_red);
	}	
	
	
  /* =========================
  mainevent
========================= */
  #mainevent {
    width: 100%;
    background: var(--c_deep_blue);
    text-align: center;
    color: var(--c_black);
  }

  #mainevent h3 {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    background: url("../images/laurel.png") no-repeat center / contain;
    font-size: var(--fs_lg);
    color: var(--c_deep_ocher);
    padding: 3rem 1rem 1rem;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--c_ocher);
  }

    .mainevent_container {
        display: flex;
        gap: 1.5rem;
        flex-direction: column;
    }

    .mainevent_box {
        background: var(--c_gray);
        position: relative;
        padding: 1.5rem 1.5rem 2rem;
        flex: 1;
    }

  .mainevent_box::before {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    content: attr(data-num);
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--c_ocher);
    color: var(--c_white);
    font-size: var(--fs_lg);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .mainevent_box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(
      105deg,
      #bb8f31 0%,
      #ebd395 35%,
      #bb8f31 65%,
      #9c6d20 100%
    );
  }

  #mainevent p {
    font-size: var(--fs_body);
    text-align: left;
    line-height: 1.7;
  }

  /* =========================
  nav
========================= */

  #nav {
    width: 100%;
    background: var(--c_dal_blue);
    text-align: center;
  }

    #nav ul {
        width: 90%;
        display: flex;
        margin: auto;
        padding: 2rem 0;
        flex-direction: column;
        gap: 1rem;
    }

  /* リンクボタン */
  .box_btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    text-align: center;
    font-size: var(--fs_body);
    background: var(--c_blue);
    border: solid 1px var(--c_gary_blue);
    color: var(--c_white);
    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease;
  }
  .box_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--c_white);
    border-right: 2px solid var(--c_white);
    transform: translateY(-50%) rotate(135deg);
    transition: border-color 0.2s ease;
  }

  .box_btn a:hover {
    background-color: var(--c_ocher);
    border: solid 1px var(--c_ocher);
    opacity: 1;
  }
	
  /* =========================
  limited
========================= */
  #limited {
    width: 100%;
    background: var(--c_deep_blue);
    text-align: center;
    color: var(--c_white);
  }

    .limited_container {
        display: flex;
        gap: 1.5rem;
        flex-direction: column;
	align-items: stretch;
    }
	
.limited_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

  .limited_box {
    text-align: left;
    color: var(--c_blue_white);
  }
  .limited_date {
    font-size: var(--fs_sm);
    margin: 0;
    font-weight: bold;
    line-height: 1;
  }
  .limited_title {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    font-size: var(--fs_xxl);
    font-weight: bold;
    color: var(--c_white);
    margin: 0;
    line-height: 2;
    letter-spacing: 1px;
  }
  .limited_title_sub {
    font-size: var(--fs_body);
    font-weight: normal;
  }
  .limited_badge {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    display: block;
    background: var(--c_deep_red);
    color: var(--c_white);
    font-size: var(--fs_body);
    padding: 5px 10px;
    margin: 0 auto 0.5rem;
    font-weight: bold;
    width: fit-content;
  }
  .limited_badge span {
    display: inline-block;
    background: var(--c_deep_red);
  }
  .limited_desc {
    font-size: var(--fs_body);
    line-height: 1.7;
  }
	
 /* =========================
program
========================= */
  #program {
    width: 100%;
    color: var(--c_black);
	background: var(--c_gray);
    position: relative;
  }


    .program_container {
        display: flex;
        gap: 1rem;
        padding: 0 0 2rem;
        margin: 0 0 2rem;
        border-bottom: solid 1px var(--c_blue_white);
    }
	
	.program_container:nth-child(even){flex-direction: column;}
	.program_container:nth-child(odd){flex-direction: column-reverse;}
	
  .program_img {
    flex: 2;
  }
  .program_box {
    flex: 2;
  }

  #program img {
    width: 100%;
  }
	.program_title_box{
		display: flex;
        flex-direction: column;
	}	
	span.program_title{
		text-align: center;
		font-size: var(--fs_caption);
		font-weight: bold;
	}
  #program h3 {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    border-left: 4px solid var(--c_deep_blue);
    padding: 0 0 0 0.7rem;
    margin: 0 0 0.5rem 0;
    font-size: var(--fs_lg);
    color: var(--c_deep_blue);
    text-align: left;
    line-height: 1;
    font-weight: bold;
  }

  p.program_txt {
    text-align: left;
    font-size: var(--fs_body);
    line-height: 1.7;
  }
  p.program_caption {
    font-size: 0.75rem;
    text-align: right;
    line-height: 1.5;
	  margin: 0 0 -0.5rem 0;
  }

  .program_sub_title {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    font-size: var(--fs_md);
    font-weight: bold;
    color: var(--c_deep_blue);
    text-align: left;
    line-height: 2;
  }
	
  /* =========================
vr
========================= */
  #vr {
    width: 100%;
    background: var(--c_deep_blue);
    text-align: center;
    color: var(--c_black);
  }

	#vr .inner{
		padding:10px 0 30px!important;
	}
	
    h3.guide_plan {
        margin: 0 auto 0.5rem;
        font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝", "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia", serif;
        font-size: var(--fs_xl);
        color: var(--c_deep_ocher);
        line-height: 1.3;
        font-weight: bold;
    }
	
	
	h3.guide_plan span {
	  font-size: var(--fs_md);
	}
	
	.vr_box{
        padding: 1rem;
        background: var(--c_white);
	}		

    .premiumGuide_plan {
        display: flex;
        gap: 1rem;
        align-items: stretch;
        flex-direction: column-reverse;
    }

	p.guidePlan_txt {
	  color: var(--c_black);
	  font-size: var(--fs_sm);
	  text-align: left;
	  line-height: 1.5;
	  padding: 0 0 1rem;
	}

	.premiumGuide_plan .left img {
	  height: 100%;
	}
	.premiumGuide_plan .right img {
	  height: auto;
	}

	.premiumGuide_plan img {
	  width: 100%;
	  object-fit: cover;
	  display: block;
	}

	
  /* =========================
 apply
========================= */

  #apply {
    width: 100%;
    background: var(--c_deep_blue);
    color: var(--c_black);
    position: relative;
  }	

 /*   #apply {
    width: 100%;
    color: var(--c_black);
	background: var(--c_gray);
    position: relative;
  }
*/
	
  .appTab_radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .appTab_list {
    display: flex;
    gap: 0.5rem;
  }

  .appTab_label {
    flex: 1;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 0.5rem;
    font-size: var(--fs_md);
    font-weight: bold;
    color: var(--c_white);
    background: var(--c_light_ocher);
    transition: background 0.2s ease;
  }

  .appPanel {
    display: none;
    background: var(--c_white);
    border: 1px solid var(--c_blue_white);
    border-top: none;
    padding: 1rem;
  }

  #tabKyusyu:checked ~ .appTab_list label[for="tabKyusyu"],
  #tabSyuto:checked ~ .appTab_list label[for="tabSyuto"],
  #tabTyubu:checked ~ .appTab_list label[for="tabTyubu"] {
    background: var(--c_ocher);
  }

  #tabKyusyu:checked ~ #panelKyusyu,
  #tabSyuto:checked ~ #panelSyuto,
  #tabTyubu:checked ~ #panelTyubu{
    display: block;
  }

  .appPanel_title {
    background: var(--c_light_blue);
    color: var(--c_white);
    text-align: center;
    font-size: var(--fs_xl);
    font-weight: bold;
    padding: 0.25rem 0;
    margin: 0 0 1rem;
  }

    .appPanel_lead {
        text-align: center;
        font-size: var(--fs_xl);
        font-weight: bold;
        color: var(--c_black);
        margin: 0 0 1rem;
    }

    .appPrice_info {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        justify-content: center;
    }
  .appPrice_label {
    font-size: var(--fs_sm);
    color: var(--c_black);
    font-weight: bold;
  }
  .appPrice_station {
    margin-right: 0.5rem;
    font-size: var(--fs_md);
  }
  .appPrice {
    display: flex;
    align-items: baseline;
    font-size: var(--fs_3xl);
    font-weight: bold;
    color: var(--c_red);
    margin: 0;
  }
  .appPrice span {
    font-size: var(--fs_lg);
    margin-left: 2px;
  }
.app_rowbox {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        flex-direction: column;
        align-items: stretch;
        padding: 1rem 0 0;
    }
  .appNote {
    font-size: var(--fs_body);
    color: var(--c_black);
    line-height: 1.5;
    text-align: left;
  }
  a.appBtn {
    display: flex;
    background: var(--c_deep_blue);
    color: var(--c_white);
    font-size: var(--fs_body);
    padding: 12px 15px;
    cursor: pointer;
    transition: opacity 0.2s ease;
    border-radius: 4px;
    min-width: 165px;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
  }
  .appBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--c_white);
    border-right: 2px solid var(--c_white);
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.2s ease;
  }	
	
	
/* =========================
   tabiwa ボタン
========================= */
    .tabiwa_wrap {
        margin: 2rem auto;
    }

.tabiwa_btn {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #0e4b91;
        padding: 10px 30px 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        transition: opacity 0.2s ease;
        margin: 0 auto;
        position: relative;
    }
	
  a.tabiwa_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--c_white);
    border-right: 2px solid var(--c_white);
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.2s ease;
  }	
	

.tabiwa_btn_txt {
  color: var(--c_white);
  font-size: var(--fs_body);
  font-weight: bold;
  text-align: center;
}
	
    .tabiwa_btn_txt2 {
        color: var(--c_white);
        font-size: var(--fs_body);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
	
.tabiwa_btn_txt3 {
  width: 100%;
  color: var(--c_white);
  font-size: var(fs_caption);
}

    .tabiwa_btn_img {
	display: block;
	width: 40%;
	height: auto;
	background: var(--c_white);
	padding: 5px 10px;
	border-radius: 3px;
    }

.tabiwa_note {
  margin: 12px 0 0;
  color: var(--c_white);
  font-size: var(--fs_body);
}
	
    .tabiwabtn_in {
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
    }


/* =========================
 caution
========================= */
  #caution {
    width: 100%;
    color: var(--c_black);
    position: relative;
	   background: var(--c_white);
  }

  #caution h2.blue {
    padding: 0 !important;
  }
  p.cautionSub_title {
    text-align: center;
    font-size: var(--fs_body);
    letter-spacing: 1px;
  }


    #caution h3 {
        background: var(--c_ocher);
        padding: 0.25rem 0;
        margin: 1rem auto 0.5rem;
        color: var(--c_white);
        text-align: center;
        font-size: var(--fs_md);
        font-weight: bold;
        letter-spacing: 1px;
    }

  ul.cautionMainTxt li {
    line-height: 1.5;
    font-size: var(--fs_caption);
    position: relative;
    padding: 0 0 0.3em 1.2em;
  }
  ul.cautionMainTxt li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: var(--c_black);
  }

    #caution h4 {
        display: block;
        padding: 0 0 8px;
        margin: 1rem auto 0.5rem;
        color: var(--c_black);
        text-align: left;
        font-size: 0.9rem;
        font-weight: bold;
        border-bottom: 1px solid var(--c_black);
    }	
	
}

/*760px以上*/
@media screen and (min-width: 760px),print {
#wrapper {line-height: 1.231;}
.pcnone{display:none;}

/* CSS */
#dirPathBlock,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
    width: 100%;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px;
}

.inner{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:80px 0;
	display: block;
	font-feature-settings: "palt";
}

#kji {
  margin: 1em auto;
	width: 100%;
	max-width:1080px;
	min-width:760px;
  text-align: center;
  font-size: var(--fs_body);
}

h2 {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    font-weight: bold;
    text-align: center;
    margin: 1rem auto;
    line-height: 1.35;
    letter-spacing: 1px;
  }

  h2.gold,
  h2.blue,
	 h2.normal{
    font-size: var(--fs_4xl);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
  }

  h2.gold::before,
  h2.gold::after,
  h2.blue::before,
  h2.blue::after,
  h2.normal::before,
  h2.normal::after{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }
  h2.gold {
    /* 金色グラデーション */
    background: linear-gradient(
      90deg,
      #ba9963 0%,
      #ccab64 10%,
      #f8efab 50%,
      #ccab64 90%,
      #ba9963 100%
    );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  h2.gold::before,
  h2.gold::after{
    background: url("../images/seigaiha_g.png") no-repeat center / contain;
  }

	h2.normal::before,
	h2.normal::after{
    background: url("../images/seigaiha_w.png") no-repeat center / contain;
  }	
  h2.blue::before,
  h2.blue::after {
    background: url("../images/seigaiha_b.png") no-repeat center / contain;
  }

  h2.blue {
    color: var(--c_deep_blue);
  }
	
  h2.normal {
    color: var(--c_gray);
  }	

  h2.gold::after,
  h2.blue::after,
  h2.normal::after{
    transform: scaleX(-1);
  }
 /* =========================
   root
========================= */
  :root {
    /* ===== 文字サイズ ===== */
    --fs_body: 16px;
    --fs_caption: 14px;
    --fs_sm: 18px;
    --fs_md: 20px;
    --fs_lg: 24px;
    --fs_xl: 28px;
    --fs_xxl: 32px;
    --fs_3xl: 34px;
    --fs_4xl: 38px;
    --fs_5xl: 42px;
  }

  /* =========================
  title
========================= */
  #title {
    width: 100%;
    /*background: var(--c_deep_blue);*/
    background-image: linear-gradient(90deg, #02182f, #010a0f);
    text-align: center;
  }

  div#title img {
    width: 100%;
    max-width: 1080px;
  }

  /* =========================
  about	
========================= */
  #about {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    width: 100%;
    background: var(--c_gray) url("../images/wa_bg.png") no-repeat 50% 50%;
    text-align: center;
    color: var(--c_black);
  }

  #about h2 {
    font-size: var(--fs_xxl);
  }

  #about p {
    font-size: var(--fs_md);
    letter-spacing: 2px;
    line-height: 1.7;
  }
	
	#about p.top_txt{
	margin-top: 1em;
	}
	
	.top_txt_bold{
		font-weight: bold;
		font-size: var(--fs_lg);
	}
	.red_txt{
		color: var(--c_red);
	}	

  /* =========================
  mainevent
========================= */
  #mainevent {
    width: 100%;
    background: var(--c_deep_blue);
    text-align: center;
    color: var(--c_black);
  }

  #mainevent h3 {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    background: url("../images/laurel.png") no-repeat center / contain;
    font-size: var(--fs_lg);
    color: var(--c_deep_ocher);
    padding: 50px 20px 20px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 16px;
    border-bottom: 2px solid var(--c_ocher);
  }

  .mainevent_container {
    display: flex;
    gap: 50px;
  }

  .mainevent_box {
    background: var(--c_gray);
    position: relative;
    padding: 30px;
    flex: 1;
  }

  .mainevent_box::before {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    content: attr(data-num);
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--c_ocher);
    color: var(--c_white);
    font-size: var(--fs_lg);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .mainevent_box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(
      105deg,
      #bb8f31 0%,
      #ebd395 35%,
      #bb8f31 65%,
      #9c6d20 100%
    );
  }

  #mainevent p {
    font-size: var(--fs_sm);
    text-align: left;
    line-height: 1.4;
  }

  /* =========================
  nav
========================= */

  #nav {
    width: 100%;
    background: var(--c_dal_blue);
    text-align: center;
  }

  #nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 1080px;
    margin: auto;
    padding: 50px 0;
  }

  /* リンクボタン */
  .box_btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
    padding: 0 30px;
    text-align: center;
    font-size: var(--fs_sm);
    background: var(--c_blue);
    border: solid 1px var(--c_gary_blue);
    color: var(--c_white);
    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease;
  }
  .box_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--c_white);
    border-right: 2px solid var(--c_white);
    transform: translateY(-50%) rotate(135deg);
    transition: border-color 0.2s ease;
  }

  .box_btn a:hover {
    background-color: var(--c_ocher);
    border: solid 1px var(--c_ocher);
    opacity: 1;
  }

  /* =========================
  limited
========================= */
  #limited {
    width: 100%;
    background: var(--c_deep_blue);
    text-align: center;
    color: var(--c_white);
  }

  .limited_container {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
	
	.limited_container img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
  .limited_box {
    text-align: left;
    color: var(--c_blue_white);
	  flex: 1;
  }
  .limited_date {
    font-size: var(--fs_md);
    margin: 0;
    font-weight: bold;
    line-height: 1;
  }
  .limited_title {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    font-size: var(--fs_4xl);
    font-weight: bold;
    color: var(--c_white);
    margin: 0;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .limited_title_sub {
    font-size: var(--fs_md);
    font-weight: normal;
  }
  .limited_badge {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--c_deep_red);
    color: var(--c_white);
    font-size: var(--fs_md);
    padding: 5px 12px;
    margin: 0 auto 15px;
    font-weight: bold;
    width: fit-content;
  }
  .limited_badge span {
    display: inline-block;
    background: var(--c_deep_red);
  }
  .limited_desc {
    font-size: var(--fs_sm);
    line-height: 1.7;
  }

  /* =========================
program
========================= */
  #program {
    width: 100%;
    color: var(--c_black);
    position: relative;
  }

  #program::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--c_gray) url("../images/wa_bg.png") repeat-y 50% 50%;
    opacity: 0.7;
    z-index: 0;
  }

  #program > * {
    position: relative;
    z-index: 1;
  }
	
	.program_title_box{
		display: flex;
        flex-direction: column;
	}	
	span.program_title{
		text-align: center;
		font-size: var(--fs_sm);
		font-weight: bold;
	}

  .program_container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 0 0 80px;
  }
  .program_img {
    flex: 2;
  }
  .program_box {
    flex: 2;
  }

  #program img {
    width: 100%;
  }

  #program h3 {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    border-left: 4px solid var(--c_deep_blue);
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
    font-size: var(--fs_xl);
    color: var(--c_deep_blue);
    text-align: left;
    line-height: 1;
    font-weight: bold;
  }

  p.program_txt {
    text-align: left;
    font-size: var(--fs_sm);
    line-height: 1.7;
  }
  p.program_caption {
    font-size: var(--fs_caption);
    text-align: right;
    line-height: 2;
  }

  .program_sub_title {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    font-size: var(--fs_md);
    font-weight: bold;
    color: var(--c_deep_blue);
    text-align: left;
    line-height: 2;
  }
  /* =========================
vr
========================= */
  #vr {
    width: 100%;
    background: var(--c_deep_blue);
    text-align: center;
    color: var(--c_black);
    position: relative;
  }	


  #vr > * {
    position: relative;
    z-index: 1;
  }
  
	#vr .inner{
		padding:20px 0 80px!important;
	}
	
	.vr_box{
        padding: 30px;
        background: var(--c_white);
	}	
	
	.premiumGuide_plan {
	  display: flex;
	  gap: 30px;
	  align-items: stretch;
	  padding: 0 20px;
	}

	p.guidePlan_txt {
	  color: var(--c_black);
	  font-size: var(--fs_sm);
	  text-align: left;
	  line-height: 1.5;
	  padding: 0 0 25px;
	}

	.premiumGuide_plan .left {
	  width: 60%;
	}
	.premiumGuide_plan .right {
	  width: 40%;
	}

	.premiumGuide_plan .left img {
	  height: 100%;
	}
	.premiumGuide_plan .right img {
	  height: auto;
	}

	.premiumGuide_plan img {
	  width: 100%;
	  object-fit: cover;
	  display: block;
	}
	
	h3.guide_plan {
	  margin: 0 auto 25px;
	  font-family:
		"ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
		"Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
		serif;
	  font-size: var(--fs_3xl);
	  color: var(--c_deep_ocher);
	  line-height: 1;
	letter-spacing: 1px;
		font-weight: bold;
	}
	
	h3.guide_plan span {
	  font-size: var(--fs_lg);
	}	
	
/* =========================
 apply
========================= */
  #apply {
    width: 100%;
    background: var(--c_deep_blue);
    text-align: center;
    color: var(--c_black);
    position: relative;
  }	

 /* #apply {
    width: 100%;
    color: var(--c_black);
    position: relative;
    z-index: 0;	  
  }

  #apply::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--c_gray) url("../images/wa_bg.png") repeat-y 50% 50%;
    opacity: 0.7;
    z-index: -1;
  }*/
	
  .appTab_radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .appTab_list {
    display: flex;
    gap: 30px;
  }

  .appTab_label {
    flex: 1;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 12px 10px 10px;
    font-size: var(--fs_xl);
    font-weight: bold;
    color: var(--c_white);
    background: var(--c_light_ocher);
    transition: background 0.2s ease;
  }

  .appPanel {
    display: none;
    background: var(--c_white);
    border: 1px solid var(--c_blue_white);
    border-top: none;
    padding: 20px;
  }

  #tabKyusyu:checked ~ .appTab_list label[for="tabKyusyu"],
  #tabSyuto:checked ~ .appTab_list label[for="tabSyuto"],
  #tabTyubu:checked ~ .appTab_list label[for="tabTyubu"] {
    background: var(--c_ocher);
  }

  #tabKyusyu:checked ~ #panelKyusyu,
  #tabSyuto:checked ~ #panelSyuto,
  #tabTyubu:checked ~ #panelTyubu{
    display: block;
  }

  .appPanel_title {
    background: var(--c_light_blue);
    color: var(--c_white);
    text-align: center;
    font-size: var(--fs_xl);
    font-weight: bold;
    padding: 10px 0 8px;
    margin: 0 0 20px;
  }

  .appPanel_lead {
    text-align: center;
    font-size: var(--fs_xl);
    font-weight: bold;
    color: var(--c_black);
    margin: 0 0 15px;
  }
  .appPanel_body {
    padding: 0 20px;
  }
  .appPrice_info {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
  }
  .appPrice_label {
    font-size: var(--fs_sm);
    color: var(--c_black);
    font-weight: bold;
  }
  .appPrice_station {
    margin-right: 5px;
    font-size: var(--fs_md);
  }
  .appPrice {
    display: flex;
    align-items: baseline;
    font-size: var(--fs_3xl);
    font-weight: bold;
    color: var(--c_red);
    margin: 0;
  }
  .appPrice span {
    font-size: var(--fs_lg);
    margin-left: 2px;
  }

  .app_rowbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .appNote {
    font-size: var(--fs_body);
    color: var(--c_black);
    line-height: 1.5;
    text-align: left;
  }
  a.appBtn {
    display: flex;
    background: var(--c_deep_blue);
    color: var(--c_white);
    font-size: var(--fs_body);
    padding: 10px 15px;
    cursor: pointer;
    transition: opacity 0.2s ease;
    border-radius: 4px;
    min-width: 185px;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
  }
  .appBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--c_white);
    border-right: 2px solid var(--c_white);
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.2s ease;
  }
	
/* =========================
   tabiwa ボタン
========================= */
    .tabiwa_wrap {
        margin: 2rem auto;
        width: 65%;
    }

    .tabiwa_btn {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px 30px;
        background: #0e4b91;
        padding: 10px 20px;
        border-radius: 8px;
        cursor: pointer;
        transition: opacity 0.2s ease;
        margin: 0 auto;
        position: relative;
    }
  a.tabiwa_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--c_white);
    border-right: 2px solid var(--c_white);
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.2s ease;
  }	
	
.tabiwa_btn_txt {
  color: var(--c_white);
  font-size: var(--fs_md);
	font-weight: bold;
}
	
.tabiwa_btn_txt2 {
    color: var(--c_white);
    font-size: var(--fs_sm);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    white-space: nowrap;
    text-align: center;
}
.tabiwa_btn_txt3 {
  width: 100%;
  color: var(--c_white);
  font-size: var(--fs_body);
}

    .tabiwa_btn_img {
        display: block;
        width: 30%;
        height: auto;
        background: var(--c_white);
        padding: 5px 10px;
        border-radius: 3px;
    }

.tabiwa_note {
  margin: 12px 0 0;
  color: var(--c_white);
  font-size: var(--fs_body);
}	
	
span.tabiwabtn_in {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-shrink: 1;
    min-width: 0;
}	
	
.tabiwa_btn_img {
    height: 1.4em;
    width: auto;
}
	
 /* =========================
 caution
========================= */
  #caution {
    width: 100%;
    color: var(--c_black);
    position: relative;
	  background: var(--c_white);
  }

  #caution h2.blue {
    padding: 0 !important;
  }
  p.cautionSub_title {
    text-align: center;
    font-size: var(--fs_body);
    letter-spacing: 1px;
  }

  .cautionWrap {
    padding: 0 40px;
  }


  #caution h3 {
    background: var(--c_ocher);
    padding: 8px 0 4px;
    margin: 30px auto 15px;
    color: var(--c_white);
    text-align: center;
    font-size: var(--fs_lg);
    font-weight: bold;
    letter-spacing: 1px;
  }

  ul.cautionMainTxt li {
    line-height: 1.5;
    font-size: var(--fs_body);
    position: relative;
    padding: 0 0 0.3em 1.2em;
  }
  ul.cautionMainTxt li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: var(--c_black);
  }

  #caution h4 {
    display: block;
    padding: 0 0 8px;
    margin: 30px auto 15px;
    color: var(--c_black);
    text-align: left;
    font-size: var(--fs_md);
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--c_black);
  }	
}