@charset "utf-8";

/*PCSP共通設定*/
html {
  scroll-behavior: smooth;
}

/*smooth scroll*/

/* =========================
   root
========================= */
:root {
  --c_white: #FFFFFF;
  --c_blue_white: #909AA7;
  --c_black: #0B0B0C;
  --c_deep_bk_red: #1c1a1a;
  --c_deep_blue: #21364F;
  --c_light_blue: #E9EBED;
  --c_yellow: #fbe361;
  --c_purple: #64508C;
  --c_coral: #f17453;
  --c_sky: #6b92ed;
  --c_orange: #df4803;	
}


/*759px以下*/
@media screen and (max-width: 759.9px) {
  article {
    line-height: 1.4;
  }

  .spnone {
    display: none;
  }

  /*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;
}

  /* CSS */
#dirPathBlock,
#anchorLinkBlock {
    font-size: 12px;
    margin: 1%;
}

  h1 {
    font-size: 12px;
    margin: 0 1%;
  }

  h2 {
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'HiraMinProN-W6', '游明朝', 'Yu Mincho', 'YuMincho', '小塚明朝 Pr6N', 'Kozuka Mincho Pr6N', 'Georgia', serif;
    font-size: var(--fs_3xl);
    font-weight: bold;
    text-align: center;
    margin: 1rem auto;
    line-height: 1.35;
           color: var(--c_yellow);
    letter-spacing: 0.05em;
  }

  .inner {
    width: 94%;
    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_bk_red);
  }


  /* =========================
   nav
========================= */
  #nav {
    background: var(--c_purple);

  }

  #nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
    flex-direction: column;
  }

  #nav ul li {
    flex: 1;
    text-align: center;
    border-bottom: 1px solid var(--c_blue_white);
    position: relative;
  }


  #nav ul li a {
    display: block;
    color: var(--c_white);
    text-decoration: none;
    font-size: var(--fs_md);
    padding: 8px;
    transition: 0.2s;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'HiraMinProN-W6', '游明朝', 'Yu Mincho', 'YuMincho', '小塚明朝 Pr6N', 'Kozuka Mincho Pr6N', 'Georgia', serif;
  }

  #nav ul li a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--c_white);
    border-right: 2px solid var(--c_white);
    transform: rotate(135deg);
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
    position: absolute;
    top: 13px;
    right: 15px;
  }



  /* =========================
   top_txt 
========================= */
  .top_txt {
    text-align: center;
    font-size: var(--fs_sm);
    line-height: 1.8;
    color: var(--c_white);
    margin: 0 auto 6rem;
  }

  /* =========================
 about_fireworks
========================= */
#about_fireworks {
  background-image: url("../images/fw_bgimg_sp.png"),linear-gradient(0deg, #21364f, #0b0b0c); 
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

  .about {
    border: 1px solid var(--c_blue_white);
    border-top: none;
    padding: 55px 20px 20px;
    position: relative;
    margin-top: 30px;
  }


  .about_heading {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about_heading::before,
  .about_heading::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--c_blue_white);
  }

  .about 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);
    display: inline-flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1.2;

  }



  .area_table {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: column;
  }

  .area_table dt {
    border: 1px solid var(--c_blue_white);
    border-radius: 5px;
    padding: 2px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 5px;
  }

  .area_table dt,
  .area_table dd {
    color: var(--c_white);
    font-size: var(--fs_md);
  }

  .schedule_dl {
    width: 100%;
    font-size: var(--fs_md);
    color: var(--c_white);
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    border-top: 1px solid var(--c_blue_white);
    border-left: 1px solid var(--c_blue_white);
    white-space: nowrap;
    overflow-x: scroll;
  }

  .scroll_cap {
    font-size: var(--fs_caption);
    color: var(--c_white);
    margin: 5px 0 15px;
  }

  .schedule_dl dt,
  .schedule_dl dd {
    padding: 8px 15px;
    border-right: 1px solid var(--c_blue_white);
    border-bottom: 1px solid var(--c_blue_white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    color: var(--c_white);
  }

  .schedule_dl .col_time {
    grid-column: 2;
    grid-row: 2 / 4;
    line-height: 1.8;
    flex-direction: column;
  }

  .schedule_dl .hd_date,
  .schedule_dl .col_date1 {
    grid-column: 1;
  }

  .schedule_dl .hd_time,
  .schedule_dl .col_time {
    grid-column: 2;
  }

  .schedule_dl .hd_count,
  .schedule_dl .col_count1 {
    grid-column: 3;
  }

  .schedule_dl .col_date2,
  .schedule_dl .col_count2 {
    grid-row: 3;
  }

  .schedule_dl .hd_date,
  .schedule_dl .hd_time,
  .schedule_dl .hd_count {
    grid-row: 1;
  }

  .schedule_dl .col_date1,
  .schedule_dl .col_count1 {
    grid-row: 2;
  }

  .about_img {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
  }

  .about_img img {
    display: block;
    width: 100%;
  }

  /* =========================
about_plan
========================= */
  #about_plan {
    background: var(--c_deep_blue);
  }

  #about_plan .inner {
    padding: 30px 0 50px;
  }

  #about_plan h3 {
        font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'HiraMinProN-W6', '游明朝', 'Yu Mincho', 'YuMincho', '小塚明朝 Pr6N', 'Kozuka Mincho Pr6N', 'Georgia', serif;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 6px;
        text-align: center;
        line-height: 1.2;
	  color: var(--c_white);
	  	 padding: 0 0 25px;
	  position: relative;
    }
	
	#about_plan h3 strong{color: var(--c_yellow);}	
	

  .aboutfw_txt {
    padding: 20px 0 10px;
    font-size: var(--fs_sm);
    color: var(--c_white);
    line-height: 1.5;
  }

  .about_caption {
    font-size: var(--fs_caption);
    color: var(--c_white);
    line-height: 1.5;
  }


  .plan_wrap {
    display: flex;
    gap: 15px;
    align-items: stretch;
    flex-direction: column;
  }


  .plan_list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }


  .plan_img {
    width: 100%;
  }

  .plan_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }


  .plan_card {
    background: var(--c_white);
    color: var(--c_deep_blue);
    padding: 20px;
  }


  .plan_card_head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 8px;
  }


.plan_label {
        font-size: var(--fs_4xl);
        font-weight: bold;
        line-height: 1;
        color: var(--c_white);
        padding: 6px 8px 4px;
        border-radius: 5px;
	        display: flex;
        justify-content: center;
        align-items: center;
    }
    #digital_ticket .plan_label{
        font-size: var(--fs_lg);
        font-weight: bold;
        color: var(--c_white);
        padding: 3px 7px 3px;
        margin: 0 0 5px;
        border-radius: 5px;
        display: inline-block;
    }
	
#plan_link .plan_label {
        font-size: var(--fs_lg);
        font-weight: bold;
        color: var(--c_white);
        padding: 4px 10px 2px;
        margin: 2px 5px 0 0;
        border-radius: 5px;
        display: inline-grid;
    }
.plan_label_a {background: var(--c_coral);}	
.plan_label_b {background: var(--c_sky);}
	
    .plan_desc {
        font-size: var(--fs_lg);
        font-weight: bold;
        line-height: 1.2;
        color: var(--c_deep_blue);
        display: grid;
    }

span.plan_desc_nltxt {
    font-size: var(--fs_sm);
    padding: 5px 0 0;
}
	
    #about_plan .about_caption {
        color: var(--c_deep_blue);
        line-height: 1.2;
        padding: 5px 0 0;
    }	
  .plan_target_label {
    border: 1px solid var(--c_deep_blue);
    text-align: center;
    padding: 5px 10px;
    font-size: var(--fs_md);
    color: var(--c_deep_blue);
    margin-bottom: 12px;
  }


  .plan_items {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .plan_items li {
    font-size: var(--fs_md);
    color: var(--c_deep_blue);
    line-height: 1.35;
    position: relative;
    padding: 0 0 0 25px;
  }

  .plan_items li::before {
    content: '●';
    position: absolute;
    left: 0;
    font-size: var(--fs_md);
    color: var(--c_deep_blue);
  }

  /* =========================
digital_ticket plan_link
========================= */
  #digital_ticket,
  #plan_link {
    background: var(--c_light_blue);
  }
	
	#digital_ticket .inner {
    padding: 50px 0 30px;
}


  #digital_ticket h3,
  #plan_link h3 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--c_deep_blue);
	text-align: center;
	line-height: 1.2;
	 padding: 0 0 20px;
	    display: flex;
  align-items: center;
  gap: 20px;
    }

  #digital_ticket h3::before,
  #plan_link h3::before,
  #digital_ticket h3::after,
  #plan_link h3::after {
  content: '';
  flex: 1;
  height: 3px;
  background: var(--c_deep_blue);
}	

#digital_ticket h3 strong,#plan_link h3 strong{color: var(--c_orange);}	
	
	
  .dt_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
.dt_wrap {
    display: flex;
    flex-direction: column-reverse;
}

  .dt_img {
    width: 100%;
    align-self: stretch;
  }


  .dt_img img {
    width: 100%;
    height: 100%;
    max-height: 100% !important;
    object-fit: cover;
    object-position: bottom;
    display: block;
    border-top: dashed 1px var(--c_deep_blue);
    padding: 30px 0 0 0;
    }
	
section#digital_ticket .dt_img img,div#stay_plan .dt_img img{
    padding: 0 0 10px;
    border: none;
}

  .dt_lead {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    gap: 10px;
  }


  .dt_date {
    background: var(--c_orange);
    color: var(--c_white);
    font-size: var(--fs_md);
    font-weight: bold;
    line-height: 1.3;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
    border-radius: 10px;
  }

  .dt_lead_txt {
    font-size: var(--fs_xl);
    font-weight: bold;
    color: var(--c_deep_blue);
    line-height: 1.2;
  }


  .dt_list {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .dt_list li {
    font-size: var(--fs_md);
    color: var(--c_deep_blue);
    line-height: 1.2;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: bold;
  }

  .dt_list li::before {
    content: '●';
    position: absolute;
    left: 0;
    font-size: var(--fs_md);
    color: var(--c_deep_blue);
  }

  .dt_list li .dt_note {
    display: block;
    font-size: var(--fs_md);
    font-weight: normal;
    color: var(--c_deep_blue);
    line-height: 1.35;
  }


  .dt_cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c_deep_blue);
    color: var(--c_white);
    font-size: var(--fs_md);
    font-weight: bold;
    padding: 10px 20px;
    transition: opacity 0.2s;
    margin-top: auto;
    line-height: 1.2;
    text-align: center;
  }

  a.dt_cta {
    color: var(--c_white);
  }

  a.dt_cta::after {
    position: absolute;
    top: 33px;
    right: 12px;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--c_white);
    border-right: 2px solid var(--c_white);
    transform: rotate(45deg);
  }

  #digital_ticket a.dt_cta::after {
    top: 33px;
  }

  #plan_link a.dt_cta::after {
    top: 17px;
  }

  #plan_link h4 {
    font-size: var(--fs_sm);
    color: var(--c_deep_blue);
    padding: 6px 0;
    border: solid 1px var(--c_deep_blue);
    text-align: center;
    margin: 0px 0 10px;
    font-weight: bold;
    line-height: 1.2;
  }

  .dt_right {
    box-sizing: border-box;
    width: 100%;
  }

  p.dt_note {
    display: block;
    font-size: var(--fs_md);
    font-weight: normal;
    color: var(--c_deep_blue);
    line-height: 1.35;
  }

  div#stay_plan,
  div#sunrise_plan,
  div#cool_plan {
    margin: 0 auto 30px;
  }

  #sunrise_plan .dt_img img {
    object-position: right bottom;
  }
	p.dt_img_cp {
    padding: 5px 0 10px;
    font-size: var(--fs_cption);
    text-align: right;
}
}

/*760px以上*/
@media screen and (min-width: 760px),
print {

  /* CSS */
article {
    line-height: 1.231;
  }

#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;
}

  h2 {
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'HiraMinProN-W6', '游明朝', 'Yu Mincho', 'YuMincho', '小塚明朝 Pr6N', 'Kozuka Mincho Pr6N', 'Georgia', serif;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 1rem auto;
    line-height: 1.35;
    color: var(--c_yellow);
    letter-spacing: 0.05em;
  }

.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;
}

  /* =========================
   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_bk_red);
    text-align: center;
  }

div#title img {
    width: 100%;
    max-width: 1080px;
}
  /* =========================
   nav
========================= */
  #nav {
    background: var(--c_purple);

  }

  #nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 15px 0;
    max-width: 1080px;
    margin: 0 auto;
  }

  #nav ul li {
    flex: 1;
    text-align: center;
    border-right: 1px solid var(--c_white);
  }

  #nav ul li:last-child {
    border-right: none;
  }

  #nav ul li a {
    display: block;
    color: var(--c_white);
    text-decoration: none;
    font-size: var(--fs_md);
    padding: 5px;
    transition: 0.2s;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'HiraMinProN-W6', '游明朝', 'Yu Mincho', 'YuMincho', '小塚明朝 Pr6N', 'Kozuka Mincho Pr6N', 'Georgia', serif;
  }

  #nav ul li a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--c_white);
    border-right: 2px solid var(--c_white);
    transform: rotate(135deg);
    display: block;
    margin: 5px auto 0;
    transition: transform 0.3s ease;
  }


  #nav ul li a:hover {
    color: var(--c_yellow);
    opacity: 1;
  }

  #nav ul li a:hover::after {
    border-top: 2px solid var(--c_yellow);
    border-right: 2px solid var(--c_yellow);
    transform: rotate(135deg) translateY(-4px)translateX(4px);
  }



  /* =========================
   top_txt 
========================= */
  .top_txt {
    text-align: center;
    font-size: var(--fs_md);
    line-height: 1.8;
    color: var(--c_white);
    letter-spacing: 0.03em;
    margin: 0 auto 6rem;
  }

  /* =========================
 about_fireworks
========================= */
#about_fireworks {
  background-image: url("../images/fw_bgimg.png"),linear-gradient(0deg, #21364f, #0b0b0c); 
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

  .about {
    border: 1px solid var(--c_blue_white);
    border-top: none;
    padding: 50px 40px 40px;
    position: relative;
    margin-top: 30px;
  }


  .about_heading {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about_heading::before,
  .about_heading::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--c_blue_white);
  }

  .about 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);
    letter-spacing: 0.08em;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }



  .area_table {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .area_table dt {
    border: 1px solid var(--c_blue_white);
    border-radius: 10px;
    padding: 8px 30px 5px;
    margin: 0 15px 0 0;
    white-space: nowrap;
  }

  .area_table dt,
  .area_table dd {
    color: var(--c_white);
    font-size: var(--fs_md);
  }

  .schedule_dl {
    width: 100%;
    margin-bottom: 30px;
    font-size: var(--fs_md);
    color: var(--c_white);
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    border-top: 1px solid var(--c_blue_white);
    border-left: 1px solid var(--c_blue_white);
  }

  .schedule_dl dt,
  .schedule_dl dd {
    padding: 10px 15px;
    border-right: 1px solid var(--c_blue_white);
    border-bottom: 1px solid var(--c_blue_white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    color: var(--c_white);
  }

  .schedule_dl .col_time {
    grid-column: 2;
    grid-row: 2 / 4;
    line-height: 1.8;
    flex-direction: column;
  }

  .schedule_dl .hd_date,
  .schedule_dl .col_date1 {
    grid-column: 1;
  }

  .schedule_dl .hd_time,
  .schedule_dl .col_time {
    grid-column: 2;
  }

  .schedule_dl .hd_count,
  .schedule_dl .col_count1 {
    grid-column: 3;
  }

  .schedule_dl .col_date2,
  .schedule_dl .col_count2 {
    grid-row: 3;
  }

  .schedule_dl .hd_date,
  .schedule_dl .hd_time,
  .schedule_dl .hd_count {
    grid-row: 1;
  }

  .schedule_dl .col_date1,
  .schedule_dl .col_count1 {
    grid-row: 2;
  }

  .about_img {
    display: flex;
    max-width: 1000px;
    justify-content: space-between;
  }

  .about_img img {
    display: block;
    width: 49%;
  }

  /* =========================
about_plan
========================= */
  #about_plan {
    background: var(--c_deep_blue);
  }
#about_plan .inner {
    padding: 0 0 100px 0;
}


  #about_plan h3 {
        font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'HiraMinProN-W6', '游明朝', 'Yu Mincho', 'YuMincho', '小塚明朝 Pr6N', 'Kozuka Mincho Pr6N', 'Georgia', serif;
        font-size: 50px;
        font-weight: bold;
        letter-spacing: 8px;
        text-align: center;
        line-height: 1.2;
	  color: var(--c_white);
	  padding: 0 0 25px;
    }

	
	#about_plan h3 strong{color: var(--c_yellow);}	
	

	
  .aboutfw_txt {
    padding: 20px 0 10px;
    font-size: var(--fs_sm);
    color: var(--c_white);
    line-height: 1.5;
  }

  .about_caption {
    font-size: var(--fs_caption);
    color: var(--c_white);
    line-height: 1.5;
  }
	
	#about_plan .about_caption{color: var(--c_deep_blue);}

  .plan_wrap {
    display: flex;
    gap: 20px;
    align-items: stretch;
  }


  .plan_list {
    flex: 1;
    display: flex;
        flex-direction: column;
        justify-content: space-between;
	  gap:20px;
  }


  .plan_img {
    width: 38%;
  }

  .plan_img img {
    width: 100%;
    object-fit: cover;
    display: block;
  }


  .plan_card {
    background: var(--c_white);
    color: var(--c_deep_blue);
    padding: 25px;
  }


  .plan_card_head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 8px;
  }

.plan_label {
        font-size: var(--fs_4xl);
        font-weight: bold;
        line-height: 1;
        color: var(--c_white);
        padding: 6px 10px 0px;
        border-radius: 5px;
    }
	
    #digital_ticket .plan_label{
        font-size: var(--fs_lg);
        font-weight: bold;
        color: var(--c_white);
        padding: 5px 10px 2px;
        margin: 0 0 5px;
        border-radius: 5px;
        display: inline-block;
    }
	
#plan_link .plan_label {
        font-size: var(--fs_lg);
        font-weight: bold;
        color: var(--c_white);
        padding: 5px 10px 0;
        margin: 0 5px 5px 0;
        border-radius: 5px;
        display: inline-grid;
    }
	
.plan_label_a {background: var(--c_coral);}	
.plan_label_b {background: var(--c_sky);}
	
	
  .plan_desc {
    font-size: var(--fs_xl);
    font-weight: bold;
    color: var(--c_deep_blue);
	display: inline-grid;
  }

	.plan_desc_nltxt{font-size: var(--fs_md);}

  .plan_target_label {
    border: 1px solid var(--c_deep_blue);
    text-align: center;
    padding: 5px 10px;
    font-size: var(--fs_md);
    color: var(--c_deep_blue);
    margin-bottom: 12px;
  }


  .plan_items {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .plan_items li {
    font-size: var(--fs_md);
    color: var(--c_deep_blue);
    line-height: 1.35;
    position: relative;
    padding: 0 0 0 25px;
  }

  .plan_items li::before {
    content: '●';
    position: absolute;
    left: 0;
    font-size: var(--fs_md);
    color: var(--c_deep_blue);
  }

  /* =========================
digital_ticket plan_link
========================= */
  #digital_ticket,
  #plan_link {
    background: var(--c_light_blue);
  }
	
#digital_ticket .inner {
    padding: 100px 0 50px;
}
  #digital_ticket h3,
  #plan_link h3 {
    font-size: 46px;
    font-weight: bold;
    color: var(--c_deep_blue);
    letter-spacing: 3px;
	text-align: center;
	  	 padding: 0 0 30px;
	    display: flex;
  align-items: center;
  gap: 20px;
    }

  #digital_ticket h3::before,
  #plan_link h3::before,
  #digital_ticket h3::after,
  #plan_link h3::after {
  content: '';
  flex: 1;
  height: 3px;
  background: var(--c_deep_blue);
}	

#digital_ticket h3 strong,#plan_link h3 strong{color: var(--c_orange);}	
	
	
  .dt_wrap {
    display: flex;
    gap: 30px;
    align-items: stretch;
    background: var(--c_white);
    padding: 30px;
  }

  .dt_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }


  .dt_img {
    width: 35%;
    align-self: stretch;
  }

  .dt_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }


  .dt_lead {
    display: flex;
    gap: 15px;
	align-items: flex-start;
  }

  #digital_ticket .dt_lead {align-items: center; }

	
  .dt_date {
    background: var(--c_orange);
    color: var(--c_white);
    font-size: var(--fs_sm);
    font-weight: bold;
    line-height: 1.35;
    padding: 16px 12px 8px;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .dt_lead_txt {
    font-size: var(--fs_xl);
    font-weight: bold;
    color: var(--c_deep_blue);
    line-height: 1.2;
  }


  .dt_list {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .dt_list li {
    font-size: var(--fs_lg);
    color: var(--c_deep_blue);
    line-height: 1.35;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: bold;
  }

  .dt_list li::before {
    content: '●';
    position: absolute;
    left: 0;
    font-size: var(--fs_md);
    color: var(--c_deep_blue);
  }

  .dt_list li .dt_note {
    display: block;
    font-size: var(--fs_md);
    font-weight: normal;
    color: var(--c_deep_blue);
    line-height: 1.35;
  }


  .dt_cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c_deep_blue);
    color: var(--c_white);
    font-size: var(--fs_md);
    font-weight: bold;
    padding: 16px 20px;
    transition: opacity 0.2s;
    margin-top: auto;
  }

  a.dt_cta {
    color: var(--c_white);
  }

  a.dt_cta::after {
    position: absolute;
    top: 24px;
    right: 12px;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--c_white);
    border-right: 2px solid var(--c_white);
    transform: rotate(45deg);
  }

  #plan_link h4 {
    font-size: var(--fs_lg);
    color: var(--c_deep_blue);
    padding: 8px 5px 3px;
    border: solid 1px var(--c_deep_blue);
    text-align: center;
    margin: 0 0 15px;
    font-weight: bold;
    line-height: 1.2;
  }

  .dt_right {
    flex: 1;
  }

  p.dt_note {
    padding: 0 0 15px;
    display: block;
    font-size: var(--fs_md);
    font-weight: normal;
    color: var(--c_deep_blue);
    line-height: 1.35;
  }

  div#stay_plan,
  div#sunrise_plan,
  div#cool_plan {
    margin: 0 auto 30px;
  }

  #sunrise_plan .dt_img img {
    object-position: right;
  }
	
	p.dt_img_cp {
    padding: 10px 0;
    font-size: var(--fs_cption);
    text-align: right;
}
}


/*850px以下*/
@media screen and (max-width: 900px) {	
	.none900{display: none;}
}