@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
a{transition: .3s;}
a:link,
a:visited{color: #0952a4;}
a:hover{opacity: 0.7;}
.search_kokunaiBar .serchBox > ul li.select {background: #039!important;}
.search_kokunaiBar .serchBox > ul {border-bottom: 2px solid #039!important;}


/* =========================
   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) {
.spnone{display:none;}
#dirPathBlock,
#anchorLinkBlock {
    font-size: 12px;
    margin: 1%;
}
main h1 {
	font-size: 12px;
	margin: 0 1%;
}
.inner {
	width: 98%;
	margin: 0 1%;
	padding: 5% 0;
}

/*news*/
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

  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;
  }

  /* =========================
  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: var(--fs_caption);
    text-align: right;
    line-height: 2;
	  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;
  }
  /* =========================
旅輪田カバーン
========================= */
	
    .tabiwakaban_BOXL h3 {
        font-weight: bold;
        font-size: var(--fs_sm);
        display: flex;
        flex-direction: column;
        line-height: 1.7;
        text-align: left;
    }	
	
    .tabiwakaban_BOXL h3 span {
        font-size: var(--fs_xxl);
    }
	
    .tabiwakaban_container {
		position: relative;
        background: var(--c_white);
        margin: 3rem auto;
        color: var(--c_black);
        padding: 1rem 1rem 1.5rem;
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }
	
    .tabiwakaban_container::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background: linear-gradient(105deg, #bb8f31 0%, #ebd395 35%, #bb8f31 65%, #9c6d20 100%);
    }	
	
.tabiwakaban_container img {
    width: 100%;
}
	
	
.tabiwakaban_BOXL {
    flex: 1;
}
.tabiwakaban_BOXR {
	        border-radius: 25px;
        background: #d5ecf7;
        padding: 1rem;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
	
    .tabiwaC_Name {
        font-size: var(--fs_lg);
        font-weight: bold;
        padding: 7px 0;
        text-align: left;
    }
    .tabiwaC_Txt {
        font-size: var(--fs_body);
        text-align: left;
        line-height: 1.5;
    }	

    .tabiwaC_Caption {
        font-size: var(--fs_caption);
        text-align: left;
        line-height: 1.5;
    }
p.tabiwaC_label {
    background: #d5ecf7;
    padding: 6px 0;
    margin: 0.5rem 0;
    font-size: var(--fs_lg);
    font-weight: bold;
}	
  /* =========================
  premium
========================= */
  #premium {
    width: 100%;
    background: var(--c_deep_blue);
    text-align: center;
    color: var(--c_white);
  }

  #premium p.premium_txt {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
        font-size: var(--fs_sm);
        letter-spacing: 2px;
        line-height: 1.7;
        margin: 0 0 2rem;
  }

  /* Header */
    .premium_hd {
        background: var(--c_ocher);
        padding: 0.5rem;
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
  .premium_badge {
    width: 135px;
    height: 135px;
  }
  .hd_right {
    padding: 1rem 0.5rem 0.5rem;
  }
  .hd_right h3 {
    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);
    line-height: 1.5;
  }
  .hd_sub {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    font-size: var(--fs_md);
    color: var(--c_white);
    padding: 0 0 0.5rem;
    line-height: 1.5;
  }
  .hd_date {
    font-size: var(--fs_md);
    color: var(--c_white);
    padding: 0.5rem 0 0;
    border-top: 1px solid var(--c_white);
    line-height: 1.5;
  }

  .premium_container {
    background: var(--c_gray);
    padding: 1rem 1rem 0;
  }

  /* Accordion  */
  .accCheck {
    display: none;
  }

    .accLabel {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--c_deep_red);
        padding: 0.5rem;
        cursor: pointer;
        border-top: 1px solid var(--c_ocher);
        flex-direction: column;
        text-align: center;
    }


    .accOrg {
        font-size: var(--fs_caption);
        color: var(--c_white);
        line-height: 1.5;
    }

    .accName {
        font-size: var(--fs_lg);
        font-weight: bold;
        color: var(--c_white);
        padding: 0.5rem 0;
    }

  .accName span {
    font-size: var(--fs_sm);
    color: var(--c_white);
  }

  .accRight {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: var(--fs_sm);
    color: var(--c_white);
    white-space: nowrap;
  }

  .accArrow {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
  }

  .accArrow::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--c_white);
    border-right: 2px solid var(--c_white);
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
  }

  .accCheck:checked ~ .accLabel .accArrow::after {
    transform: translateY(-10%) rotate(225deg);
  }

  .accBody {
    background: var(--c_white);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .accCheck:checked ~ .accBody {
    max-height: 600px;
  }

  .accInner {
    padding: 14px 18px;
    border-top: 1px solid var(--c_light_ocher);
  }

  .acc_caption {
    font-size: var(--fs_caption);
  }

    .accInner h4 {
        font-size: var(--fs_md);
        font-weight: bold;
        color: var(--c_deep_red);
         margin: 0 0 0.25rem;
        text-align: left;
    }

  .acc_subtitle {
    font-weight: bold;
    font-size: var(--fs_sm);
    color: var(--c_deep_red);
    text-align: left;
    padding: 1rem 0 0;
  }

.accInner p.acc_txt {
        font-size: var(--fs_body);
        color: var(--c_black);
        line-height: 1.5;
        text-align: left;
    }
	
	
  /* tour */
  .premium_tourbox {
    padding: 1rem;
    background: var(--c_gray);
  }

  .secTitle {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    font-size: var(--fs_xxl) !important;
    font-weight: bold;
    color: var(--c_black);
    text-align: center;
    letter-spacing: 1px;
  }

    .tourGrid {
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }

  .tourList {
    list-style: none;
  }

    .tourList li {
        font-size: var(--fs_sm);
        color: var(--c_black);
        padding: 0.5rem 0;
        border-bottom: 1px solid var(--c_blue_white);
        display: flex;
        gap: 0.25rem;
        line-height: 1.5;
        text-align: left;
    }

    .tourList li.secTitle {
        padding: 0 0 0.5rem 0;
        display: contents;
		line-height: 1.3;
    }

  .tourList li:last-child,
  .tourList li:first-child {
    border-bottom: none;
  }

  .tourNum {
    color: var(--c_black);
    font-weight: bold;
    flex-shrink: 0;
  }
	
    .tourNum5Box {
        display: flex;
        background: #FFF;
        margin: 30px 0px;
        flex-direction: column;
    }
	
.tourNum5_leftBox {
    font-size: var(--fs_sm);
    color: var(--c_black);
    text-align: left;
    padding: 1rem;
    line-height: 1.5;
}
	
p.tourNum5_C {
    font-size: var(--fs_lg);
    font-weight: bold;
}	
	
p.tourNum5_Txt {
    font-size: var(--fs_sm);
    line-height: 1.7;
}
	
p.tourNum5_Caption{
	font-size: var(--fs_caption);
}
	
.tourNum5Box img {
    width: 100%; 
    display: block;
}
.tourNum5_imgBox {
    position: relative;
    width: 100%;
	 margin: 0 0 1.5rem;
}
.tourNum5_imgLabel {
    position: absolute;
        right: 5px;
        bottom: -1rem;
    color: var(--c_black);
    font-size: var(--fs_body);
}
	

  .hlR {
    color: var(--c_red);
    font-weight: bold;
  }

  .tourImgWrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 7px;
    gap: 6px;
    color: var(--c_black);
  }

  .tourImgWrap img {
    width: 100%;
    height: auto;
    display: block;
  }

  .tourImgCap {
    font-size: var(--fs_caption);
    color: var(--c_gary_blue);
  }

  /*  premium_jrbox  */
  .premium_jrbox {
    color: var(--c_black);
  }
    .premium_jrbox h4 {
        background: var(--c_deep_blue);
        color: var(--c_white);
        text-align: center;
        font-size: var(--fs_lg);
        font-weight: bold;
        margin: 2rem 0 0;
        padding: 0.25rem 0;
    }

    .premium_jrbox > p {
        font-size: var(--fs_md);
        font-weight: bold;
        padding: 1rem 0 0.5rem;
        text-align: center;
    }
    .jr_region {
        margin: 0 auto 0.5rem;
    }

.rg_label {
        font-size: var(--fs_md);
        font-weight: bold;
        padding: 0.5rem 0 0;
        text-align: left;
    }
    .rg_row {
        display: flex;
        gap: 0.5rem;
        padding: 0 0 1rem;
        border-bottom: 1px solid var(--c_blue_white);
        flex-direction: column;
        align-items: stretch;
        align-content: center;
        justify-content: center;
    }

  .bordernone {
    border-bottom: none;
  }

  .rg_desc {
    font-size: var(--fs_body);
    line-height: 1.5;
    color: var(--c_black);
    text-align: left;
  }

    .jr_price {
        font-size: var(--fs_3xl);
        font-weight: bold;
        color: var(--c_red);
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
    }

  .jr_price span {
    font-size: var(--fs_lg);
  }

  a.jr_btn,
  a.stay_plan_btn {
    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;
  }
  a.jr_btn::after,
  a.stay_plan_btn::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;
  }
    .notice {
        display: flex;
        gap: 1rem;
        background: var(--c_white);
        margin: 1rem 0 0;
        padding: 1rem;
        align-items: stretch;
        flex-direction: column;
    }

  .n_label {
    background: var(--c_deep_blue);
    color: var(--c_white);
    font-size: var(--fs_sm);
    font-weight: bold;
    padding: 0.25rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .n_txt {
    text-align: left;
  }

    .n_txt li {
        font-size: var(--fs_sm);
        line-height: 1.5;
        position: relative;
        padding: 0 0 0.3em 1.2em;
    }

  .n_txt li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: var(--c_deep_blue);
  }

    .stay_plan {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 1rem;
        margin: 1rem 0 0;
        flex-direction: column;
    }
  .stay_plan_t {
    font-size: var(--fs_md);
    font-weight: bold;
  }
	
    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
========================= */
  #vr {
    width: 100%;
    background: var(--c_gray);
    /*background: var(--c_deep_blue);*/
    text-align: center;
    color: var(--c_black);
  }

	#vr .inner{
		padding:10px 0 30px!important;
	}
	
	
	.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: #F4F4F1;
    text-align: center;
    color: var(--c_black);
  }*/

  .appTab_radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .appTab_list {
    display: flex;
    gap: 1rem;
  }

  .appTab_label {
    flex: 1;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 0.5rem;
    font-size: var(--fs_lg);
    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;
  }

  #tabKansai:checked ~ .appTab_list label[for="tabKansai"],
  #tabHokuriku:checked ~ .appTab_list label[for="tabHokuriku"],
  #tabHiroshima:checked ~ .appTab_list label[for="tabHiroshima"] {
    background: var(--c_ocher);
  }

  #tabKansai:checked ~ #panelKansai,
  #tabHokuriku:checked ~ #panelHokuriku,
  #tabHiroshima:checked ~ #panelHiroshima {
    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;
  }

  /* =========================
 ticket
========================= */
  #ticket {
    width: 100%;
    background: var(--c_deep_blue);
    text-align: center;
    color: var(--c_white);
  }
  .ticketBox {
    padding: 20px;
    background: var(--c_gray);
    color: var(--c_black);
    font-size: var(--fs_sm);
    text-align: left;
    line-height: 1.5;
  }
	
.ticketBox a.appBtn {
    margin: 15px 0 0;
}	
  p.ticketTxt_red {
    color: var(--c_red);
  }
  ul.ticketTxt_link {
    text-indent: 1em;
  }
.ticket_info {
  margin: 0 0 20px;
  line-height: 1.6;
}

  /* =========================
 caution
========================= */
  #caution {
    width: 100%;
    color: var(--c_black);
    position: relative;
  }

  #caution h2.blue {
    padding: 0 !important;
  }
  p.cautionSub_title {
    text-align: center;
    font-size: var(--fs_body);
    letter-spacing: 1px;
  }

 
    .cautionTop_box {
        padding: 1rem;
        border: solid 1px var(--c_red);
        margin: 1rem auto 0;
        font-size: var(--fs_caption);
        line-height: 1.5;
    }

	.cautionTop_one{
		padding: 10px 0;
	}
	
  ul.cautionTopTxt li {
    position: relative;
    padding: 0 0 0.3em 1.2em;
  }

  ul.cautionTopTxt li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: var(--c_black);
  }

    #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 {
.pcnone{display:none;}
#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
main 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: auto;
	padding: 25px 0;
}

/*news*/
#newsImportant{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

  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);
  }

  .inner {
    width: 100%;
    max-width: 1080px;
    min-width: 760px;
    margin: 0 auto;
    padding: 80px 0;
    display: block;
    font-feature-settings: "palt";
  }

  /* =========================
   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;
  }

  /* =========================
  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(2, 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;
  }

  /* =========================
  premium
========================= */
  #premium {
    width: 100%;
    background: var(--c_deep_blue);
    text-align: center;
    color: var(--c_white);
  }

  #premium p.premium_txt {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    font-size: var(--fs_md);
    letter-spacing: 2px;
    line-height: 1.7;
    margin: 0 0 40px;
  }

  /* Header */
  .premium_hd {
    background: var(--c_ocher);
    padding: 10px;
    display: flex;
    text-align: left;
  }
  .premium_badge {
    width: 145px;
    height: 145px;
    flex: 1;
  }
  .hd_right {
    padding: 0 30px 0;
    flex: 6;
  }
  .hd_right h3 {
    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);
    line-height: 1.5;
  }
  .hd_sub {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    font-size: var(--fs_lg);
    color: var(--c_white);
    padding: 0 0 5px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
  .hd_date {
    font-size: var(--fs_md);
    color: var(--c_white);
    padding: 5px 0 0;
    border-top: 1px solid var(--c_white);
    line-height: 1.7;
  }

  .premium_container {
    background: var(--c_gray);
    padding: 30px 30px 0;
  }

  /* Accordion  */
  .accCheck {
    display: none;
  }

  .accLabel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--c_deep_red);
    padding: 11px 18px;
    cursor: pointer;
    border-top: 1px solid var(--c_ocher);
  }

  .accGuide {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .accOrg {
    font-size: var(--fs_sm);
    color: var(--c_white);
    line-height: 1.5;
    padding: 0 30px 0 0;
  }

  .accName {
    font-size: var(--fs_lg);
    font-weight: bold;
    color: var(--c_white);
  }

  .accName span {
    font-size: var(--fs_sm);
    color: var(--c_white);
  }

  .accRight {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: var(--fs_sm);
    color: var(--c_white);
    white-space: nowrap;
  }

  .accArrow {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
  }

  .accArrow::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--c_white);
    border-right: 2px solid var(--c_white);
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
  }

  .accCheck:checked ~ .accLabel .accArrow::after {
    transform: translateY(-10%) rotate(225deg);
  }

  .accBody {
    background: var(--c_white);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .accCheck:checked ~ .accBody {
    max-height: 600px;
  }

  .accInner {
    padding: 14px 18px;
    border-top: 1px solid var(--c_light_ocher);
  }

  .acc_caption {
    font-size: var(--fs_caption);
  }

  .accInner h4 {
    font-size: var(--fs_lg);
    font-weight: bold;
    color: var(--c_deep_red);
    margin: 5px;
    text-align: left;
  }

  .acc_subtitle {
    font-weight: bold;
    font-size: var(--fs_md);
    color: var(--c_deep_red);
    text-align: left;
    padding: 20px 0 0 0;
  }

  .accInner p.acc_txt {
    font-size: var(--fs_sm);
    color: var(--c_black);
    line-height: 1.7;
    text-align: left;
  }

  /* tour */
  .premium_tourbox {
    padding: 30px;
    background: var(--c_gray);
  }

  .secTitle {
    font-family:
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN-W6", "游明朝",
      "Yu Mincho", "YuMincho", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Georgia",
      serif;
    font-size: var(--fs_3xl) !important;
    font-weight: bold;
    color: var(--c_black);
    text-align: left;
    letter-spacing: 1px;
  }

  .tourGrid {
    display: grid;
    grid-template-columns: 1fr 35%;
    gap: 30px;
    margin-bottom: 0;
    padding: 0 20px 0;
  }

  .tourList {
    list-style: none;
  }

  .tourList li {
    font-size: var(--fs_sm);
    color: var(--c_black);
    padding: 10px 0;
    border-bottom: 1px solid var(--c_blue_white);
    display: flex;
    gap: 10px;
    line-height: 1.5;
    text-align: left;
  }

  .tourList li.secTitle {
    padding: 0 0 10px 0;
  }

  .tourList li:last-child,
  .tourList li:first-child {
    border-bottom: none;
  }

  .tourNum {
    color: var(--c_black);
    font-weight: bold;
    flex-shrink: 0;
  }
	

	
.tourNum5Box {
	display: flex;
	background: #FFF;
	margin: 30px 0px;
}
	
.tourNum5_leftBox {
    font-size: var(--fs_sm);
    color: var(--c_black);
    text-align: left;
    padding: 30px;
    line-height: 1.5;
}
	
p.tourNum5_C {
    font-size: var(--fs_lg);
    font-weight: bold;
}	
	
p.tourNum5_Txt {
    font-size: var(--fs_sm);
    line-height: 1.7;
}
	
p.tourNum5_Caption{
	font-size: var(--fs_caption);
}
	
.tourNum5Box img {
    width: 100%; 
    display: block;
}
.tourNum5_imgBox {
    position: relative;
    width: 45%;
}
.tourNum5_imgLabel {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: var(--c_black);
    font-size: var(--fs_body);
}

  .hlR {
    color: var(--c_red);
    font-weight: bold;
  }

  .tourImgWrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 7px;
    gap: 6px;
    color: var(--c_black);
  }

  .tourImgWrap img {
    width: 100%;
    height: auto;
    display: block;
  }

  .tourImgCap {
    font-size: var(--fs_caption);
    color: var(--c_gary_blue);
  }

  /*  premium_jrbox  */
  .premium_jrbox {
    color: var(--c_black);
  }
  .premium_jrbox h4 {
    background: var(--c_deep_blue);
    color: var(--c_white);
    text-align: center;
    font-size: var(--fs_xl);
    font-weight: bold;
    margin: 30px 0 0;
    padding: 10px 0;
    letter-spacing: 1px;
  }

  .premium_jrbox > p {
    font-size: var(--fs_xl);
    font-weight: bold;
    padding: 30px 20px 5px;
    text-align: left;
  }

  .jr_region {
    padding: 0 24px;
    margin-bottom: 4px;
  }

  .rg_label {
    font-size: var(--fs_lg);
    font-weight: bold;
    padding: 10px 0 0;
    text-align: left;
  }
  .rg_row {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 4px 0 15px;
    border-bottom: 1px solid var(--c_blue_white);
    justify-content: space-between;
  }

  .bordernone {
    border-bottom: none;
  }

  .rg_desc {
    font-size: var(--fs_body);
    line-height: 1.5;
    color: var(--c_black);
    text-align: left;
  }

  .jr_price {
    font-size: var(--fs_3xl);
    font-weight: bold;
    color: var(--c_red);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }

  .jr_price span {
    font-size: var(--fs_lg);
  }

  a.jr_btn,
  a.stay_plan_btn {
    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;
  }
  a.jr_btn::after,
  a.stay_plan_btn::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;
  }
  .notice {
    display: flex;
    gap: 15px;
    background: var(--c_white);
    margin: 15px 15px 0;
    padding: 15px;
    align-items: stretch;
  }

  .n_label {
    background: var(--c_deep_blue);
    color: var(--c_white);
    font-size: var(--fs_sm);
    font-weight: bold;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .n_txt {
    text-align: left;
  }

  .n_txt li {
    font-size: var(--fs_sm);
    line-height: 1.3;
    position: relative;
    padding-left: 1.2em;
  }

  .n_txt li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: var(--c_deep_blue);
  }

  .stay_plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 20px 20px 0;
  }

  .stay_plan_t {
    font-size: var(--fs_xl);
    font-weight: bold;
  }
	
	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);
	}
	
  /* =========================
vr
========================= */
  #vr {
    width: 100%;
    /*background: var(--c_deep_blue);*/
    text-align: center;
    color: var(--c_black);
    position: relative;
  }	

  #vr::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;
  }

  #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;
	}

  /* =========================
旅輪田カバーン
========================= */
	
    .tabiwakaban_BOXL h3 {
        font-weight: bold;
        font-size: var(--fs_lg);
        display: flex;
        flex-direction: column;
        line-height: 1.7;
        text-align: left;
    }	
	
    .tabiwakaban_BOXL h3 span {
        font-size: var(--fs_3xl);
    }
	
.tabiwakaban_container {
	position: relative;
    background: var(--c_white);
    margin: 3rem auto;
    color: var(--c_black);
    padding: 30px;
    display: flex;
	gap:30px;
}	
	
    .tabiwakaban_container::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background: linear-gradient(105deg, #bb8f31 0%, #ebd395 35%, #bb8f31 65%, #9c6d20 100%);
    }	
	
.tabiwakaban_container img {
    width: 100%;
}
	
	
.tabiwakaban_BOXL {
    flex: 1;
	   display: flex;
        flex-direction: column;
        justify-content: space-between;
}
.tabiwakaban_BOXR {
	        border-radius: 25px;
        background: #d5ecf7;
        padding: 30px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
	
    .tabiwaC_Name {
        font-size: var(--fs_lg);
        font-weight: bold;
        padding: 7px 0;
        text-align: left;
    }
    .tabiwaC_Txt {
        font-size: var(--fs_sm);
        text-align: left;
        line-height: 1.5;
    }
    .tabiwaC_Caption {
        font-size: var(--fs_body);
        text-align: left;
        line-height: 1.5;
    }
p.tabiwaC_label {
    background: #d5ecf7;
    padding: 6px 0;
    margin: 0.5rem 0;
    font-size: var(--fs_lg);
    font-weight: bold;
}	
	
  /* =========================
 apply
========================= */
  /*#apply {
    width: 100%;
    background: #F4F4F1;
    text-align: center;
    color: var(--c_black);
  }*/

  .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;
  }

  #tabKansai:checked ~ .appTab_list label[for="tabKansai"],
  #tabHokuriku:checked ~ .appTab_list label[for="tabHokuriku"],
  #tabHiroshima:checked ~ .appTab_list label[for="tabHiroshima"] {
    background: var(--c_ocher);
  }

  #tabKansai:checked ~ #panelKansai,
  #tabHokuriku:checked ~ #panelHokuriku,
  #tabHiroshima:checked ~ #panelHiroshima {
    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;
  }
	

	

  /* =========================
 ticket
========================= */
  #ticket {
    width: 100%;
    background: var(--c_deep_blue);
    text-align: center;
    color: var(--c_white);
  }
    .ticketBox {
        padding: 20px;
        background: var(--c_gray);
        color: var(--c_black);
        font-size: var(--fs_sm);
        text-align: left;
        line-height: 1.5;
        display: flex;
        gap: 30px;
        justify-content: space-between;
        align-items: center;
    }	
	.ticketBox  a.appBtn{
		height: 50px;
	}
  p.ticketTxt_red {
    color: var(--c_red);
  }
  ul.ticketTxt_link {
    text-indent: 1em;
  }
.ticket_info {
  margin: 0 0 30px;
  font-size: 20px;
}

  /* =========================
 caution
========================= */
  #caution {
    width: 100%;
    color: var(--c_black);
    position: relative;
  }

  #caution h2.blue {
    padding: 0 !important;
  }
  p.cautionSub_title {
    text-align: center;
    font-size: var(--fs_body);
    letter-spacing: 1px;
  }

  .cautionWrap {
    padding: 0 40px;
  }
  .cautionTop_box {
    padding: 20px;
    border: solid 1px var(--c_red);
    margin: 30px auto 0;
    font-size: var(--fs_body);
    line-height: 1.5;
  }

	.cautionTop_one{
		padding: 10px 0;
	}
	
  ul.cautionTopTxt li {
    position: relative;
    padding: 0 0 0.3em 1.2em;
  }

  ul.cautionTopTxt li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: var(--c_black);
  }

  #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);
  }
}
