@charset "utf-8";
/* CSS Document */
:root {
  --event-lavender: #c8cae3;
  --event-purple: #806ca0;
  --event-purple-dark: #5f5276;
  --event-mint: #e7f2ef;
  --event-gold: #d6bf79;
  --event-ink: #342f3d;
  --event-ink-soft: #5f5968;
  --event-line: #c8cae3;
  --event-paper: #fbfbfd;
}

html { scroll-behavior: smooth;}

html, body {
 font-family: 'Noto Sans JP', 'Helvetica Neue', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, YuGothic, Arial, 'メイリオ', Meiryo, sans-serif;
  margin: 0;
    background: linear-gradient(135deg, rgba(226, 199, 111, 1) 0%, rgba(185, 140, 50, 1) 100%);
}

/* タブレット - より細かく */
@media (max-width: 1400px) {
    html, body {
        background: linear-gradient(135deg, rgba(226, 199, 111, 1) 0%, rgba(185, 140, 50, 1) 100%);
    }
}

/* スマホ - さらに細かく */
@media (max-width: 768px) {
    html, body {
        background: linear-gradient(135deg, rgba(226, 199, 111, 1) 0%, rgba(185, 140, 50, 1) 100%);
    }
}

/* 小画面 - 最も細かく */
@media (max-width: 480px) {
    html, body {
        background: linear-gradient(135deg, rgba(226, 199, 111, 1) 0%, rgba(185, 140, 50, 1) 100%);
    }
}
.main{
width: 100%;
background-color: #fff;
margin: 0 auto;
font-size: 15px;
line-height: 1.6;
}

.wrap{
max-width: 900px;
margin: 0 auto;
padding: 20px 15px 40px 15px;
}


section{
	width: 100%;
	margin: 0 auto 10px auto;
}

section p{
	text-align: justify;
}

.bg{
	background-image:url("../img/sanobi/bg.jpg")
}

.rogo{
	
	display: flex;
	width: 100%;
	background-color:rgba(255,255,255,0.5);
	justify-content: center;
align-items: center;
}

.rogo img{
	max-width: 450px;
	margin: 50px auto;

}

h1 {
    font-family: "Zen Old Mincho" ;
    font-weight: 600;
    font-style: normal;
    font-size: 4rem;
    line-height: 1.4;
	margin-top: 20px;
    margin-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}

h1 img{
	max-width: 100%;
}

.top{width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 0!important;
	
}
.top img{
	height: auto;
	width: 100%;
	margin: 0 auto;
	text-align: center!important;
	padding: 0!important;
	display: block!important;
	vertical-align: bottom;
}

.top_flex{width: 100%;
	max-width: 850px;

	line-height: 0!important;
	padding-top: 100px;
	
}

.top_flex img{
	height: 100%;
	width: auto;
	margin: 0 auto;
	text-align: center!important;
	padding: 0!important;
	display: block!important;
	vertical-align: bottom;
}


h3{font-family: "Zen Old Mincho" ;
	color:#573f2c;
    font-weight: 500;
    font-style: normal;
    font-size: 1.7rem;
	padding-bottom: 12px;
    line-height: 1.6;
	
    margin-bottom: 30px;
	text-align: center;
	border-bottom: double 3px #573f2c;
}

.bgb{
	background-color: #000000;
	padding: 1rem 0;
	width: 100%;
}

.bgb p{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.8;
	max-width: 700px;
	margin: 20px auto;
}

.bgr{
	background-color: red;
	font-size: 90%;
	padding: 15px 5px;
}

.bgbeige{
	background-color: beige;
	font-size: 90%;
	padding: 15px 10px;
	color: black!important;
	font-weight: normal!important;
}

.yellow{
	color: yellow;
}

.hotel{
	border: 1px solid  #573f2c;
	padding: 1rem;
	max-width: 600px;
	margin: 0 auto;
}

.midashi{
	text-align: center;
	background-color: #573f2c;
	margin: 0 auto;
	color: #FFFFFF;
	padding: 10px;
	font-size: 1.2rem;
	max-width: 600px;
}
.hotel ul{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	
}
.hotel li{
	margin-left: 2rem;
	font-size: 105%;
}

h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 25px;
	text-align: center;
	
	color: gold;
}

.padding-0{
	padding: 0!important;
}

.fs40{
	font-size: 40%;
	line-height: 1.4;
display: inline-block;
}

.fs50{
	font-size: 50%!important;
	line-height: 1.5;

}
.fs75{
	font-size: 75%!important
}

.fs90{
	font-size: 90%!important;
}

.fs100{
	font-size: 100%!important;
}

.fs110{
	font-size: 110%!important;
}
.fs120{
	font-size: 120%;
}

.fs130{
	font-size: 130%;
}


.fs140{
	font-size: 140%;
}

.fs150{
	font-size: 150%;
}


.area-center{
	margin: 0 auto;
	text-align: center;
	display:flex;
	justify-content: center;
	padding: 0 20px;
}

.red{
	color: #800000;
}

.white{color: #FFFFFF;}

.t-c{
	text-align: center!important;
}

.t-l{
	text-align: left;
}

.t-r{
	text-align: right!important;
}

.f-m{font-family: "Zen Old Mincho" ;
	
}

.ml-20{
	margin-left: 20px;
}

.mt-40{
	margin-top: 40px;
}

.mb-15{
	margin-bottom: 15px;
}

.mb-50{
	margin-bottom: 50px;
}

.mw-300 img{
	max-width: 300px;
}

.pc{
	display: block;
}
.sp{
	display: none;
	}

.sp450{
	display: none;
}

.flex{
	display: flex;
	column-gap: 20px;
	justify-content:space-around;
}

.flex-c{
	display: flex;
	column-gap: 40px;
	justify-content:center;
}

.flex-c-10{
	display: flex;
	column-gap: 10px;
	justify-content:center!important;
	align-items: flex-end;
	width: 100%;
}

.logo_knt{
	max-width: 300px;
}


#point ul{
list-style: none;
margin-left: 0!important;
padding-left: 0!important;}

#point li{
	background: linear-gradient(57deg, #7f5800 0%, #c0a107 40%, #b67f00 100%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
font-size: 170%;
font-weight: bold;
}

.indented-list li {
  list-style: none;
  position: relative;
  padding-left: 1.0em; /* 丸数字の幅に合わせて調整 */
  text-indent: -1.0em;
}


.indented-list li br + * {
  margin-left: 1em;
  display: inline-block;
}

.red_box{
	background-color: crimson;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	font-size: 120%;
	text-align: center;
}



@media (max-width: 768px) {
	.pc{
	display: none;
}
.sp{
	display: block;
	}
	
	#point li{
		font-size: 130%;
	}
	
	h1{
		font-size: 2.5rem;
	}
	
	h2{
		font-size: 1.5rem;
	}
	.rogo{
		display: block;
		text-align: center;
		width: 100%;
	}
	.rogo img{
		max-width: 90%;
		text-align: center;
	}
	.mw-300 img{
	max-width: 75%;
}

	.bgb p{
	font-size: 90%;

}
	

}


@media (max-width: 450px) {
	.sp450{
		display: block;
	}
	h1{
		font-size: 2rem;
	}
	
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* 展覧会概要 */

.event{
	margin: 30px auto;
}

.event p,.event li{
font-weight: 400;
font-size: 0.95rem;
line-height: 1.6;
text-align: justify;
}

.event li{
list-style: none;
margin-bottom: 12px;
}

.event-table {
  width: 100%;
  margin: 24px 0 0;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid var(--event-lavender);
  font-size: 1rem;
  line-height: 1.7;
}

.event-table th,
.event-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--event-lavender);
  vertical-align: top;
  text-align: left;
}

.event-table th {
  width: 7.5em;
  background: rgba(200, 202, 227, .28);
  color: var(--event-purple-dark);
  font-weight: 700;
  white-space: nowrap;
}

.event-table td {
  color: var(--event-ink);
  overflow-wrap: anywhere;
  word-break: normal;
}

.event-table a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.touken-text{
	font-size: 0.95rem;
	line-height: 1.8;
}

@media (max-width: 768px) {
  .event-table {
    margin-top: 20px;
 
  }

  .event-table th,
  .event-table td {
    padding: 10px 9px;
font-size: 0.9rem;
  }

  .event-table th {
    width: 6.5em;
  }
.event p,.event li{
font-size: 0.9rem;
}
.touken-text{
	font-size: 0.9rem;
}	
	
}

@media (max-width: 420px) {
  .event-table th {
    width: 5.8em;
  }
}

/* 展示刀剣一覧 */
.tenji {
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid var(--event-lavender);
  border-radius: 6px;
  background: rgba(231, 242, 239, .50);
}

.tenji-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.tenji-list li {
  position: relative;
  margin: 0;
  padding: 11px 10px 11px 2em;
  border-bottom: 1px solid rgba(128, 108, 160, .20);
  color: var(--event-ink);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
}

.tenji-list li:last-child {
  border-bottom: 0;
}

.tenji-list li::before {
  position: absolute;
  top: 11px;
  left: 4px;
  color: var(--event-purple);
  content: "◆";
  
}

@media (max-width: 768px) {
  .tenji {
    padding: 14px 16px;
  }

  .tenji-list li {
    padding: 10px 4px 10px 1.7em;
    font-size: 1rem;
  }

  .tenji-list li::before {
    left: 1px;
  }
}

.button {
  width: 360px;
max-width: 100%;
	border: 1px solid #8F8E8E;
}

.button-link {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: .3s;
}

.note{
	padding: 10px 6px;
}
.note p{
	margin-bottom: 0;
	padding-bottom: 0;
}
.note ol {
padding-top: 0!important;
}
.note li{
	text-align: left!important;
	margin-left: 1rem!important;
	font-size: 90%;
}

.simple-square {
  background-color: #eee;
  padding: 20px 0;
}

.simple-bg {
  padding: 20px;
  background-color: #333;
}

.simple-bg:hover {
  background-color: #7C7C7C;
}

.button-text {
color: #FFFFFF;
}

@media (max-width: 1600px) {
	.flex-c-10{
		display: block;
	}

.top_flex{width: 100%;
	max-width: 1000px;
margin: 0 auto;
	line-height: 0!important;
	padding-top: 0;
	
}

.top_flex img{
	height: auto;
	width: 100%;
	margin: 0 auto;
	text-align: center!important;
	padding: 0!important;
	display: block!important;
	vertical-align: bottom;
}

}

@media (max-width: 768px) {

	img{
		max-width: 100%;
	}
.flex,.flex-c{
		display: block;
	}
	
		  .point_tx {
    width: fit-content; /* または例: 90% や max-width: 600px など適宜指定 */
    margin: 0 auto;
    text-align: left;
  }
	
.flex_item{
		text-align: center;
		margin: 15px auto;
	}
}

.owari{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	background-color: #EB0003;
	color: #FFFFFF;
	padding: 10px;
	margin: 20px auto;
}

/* ポイントセクション全体 */
.points-container {
    max-width: 800px;
    margin: 0 auto;
}

/* 各ポイントアイテム */
.point-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-left: 4px solid #573f2c;
}

.point-item.highlight {
    background: linear-gradient(135deg, #fff9e6 0%, #fff 100%);
    border-left: 4px solid #800000;
    box-shadow: 0 4px 12px rgba(128,0,0,0.15);
}

/* ポイント番号 */
.point-number {
    width: 40px;
    height: 40px;
    background-color: #573f2c;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
}

.point-number.special {
    background: linear-gradient(135deg, #800000 0%, #a00000 100%);
    box-shadow: 0 2px 6px rgba(128,0,0,0.3);
}

/* ポイント内容 */
.point-content {
    flex: 1;
}

.point-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #573f2c;
    margin-bottom: 10px;
    font-family: "Zen Old Mincho";
}

.point-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #333;
}

.point-highlight {
    background-color: #800000;
    color: white;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

/* 注意書き */
.point-note {
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
    border-left: 3px solid #573f2c;
}

.point-note p {
    font-size: 0.9rem;
    margin: 3px 0;
    color: #666;
}

.point-note-single {
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px;
}

/* グッズプレビュー */
.goods-preview {
    text-align: center;
    margin: 15px 0;
}
.goods-preview img{
	max-width: 100%;
}

.goods-coming-soon {
    width: 200px;
    height: 120px;
    border: 2px dashed #573f2c;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    border-radius: 8px;
}

.coming-soon-text {
    font-size: 1rem;
    font-weight: bold;
    color: #573f2c;
    margin-bottom: 5px;
}

.coming-soon-sub {
    font-size: 1.2rem;
    font-weight: bold;
    color: #800000;
    margin-bottom: 8px;
    font-family: "Zen Old Mincho";
}

/* コラボ刀剣男士セクション */
.collab-swords {
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
    border: 2px solid #b7c7e1;
}

.collab-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #573f2c;
    margin-bottom: 15px;
    font-family: "Zen Old Mincho";
}

.sword-names {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.sword-name {
    font-size: 1.3rem;
    font-weight: bold;
    color: #800000;
    padding: 8px 16px;
    background-color: white;
    border-radius: 20px;
    border: 2px solid #800000;
    font-family: "Zen Old Mincho";
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .point-item {
        flex-direction: column;
        text-align: center;
    }
    
    .point-number {
        margin-right: 0;
        margin-bottom: 15px;
        align-self: center;
    }
    
    .point-title {
        font-size: 1.1rem;
    }
    
    .sword-names {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .goods-coming-soon {
        width: 180px;
        height: 100px;
    }
}

.visual img{
	width: 100%;
	height: auto;
}

/* ==================================================
   Hero: existing tour-page layout adapted for Sanobi
================================================== */
.hero--main {
  display: grid;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 50px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  overflow: hidden;
  background: var(--event-purple-dark);
  color: #fff;
}

.hero--main .hero__visual {
  position: relative;
  width: 100%;
  height: clamp(430px, calc((100vw - 96px) / 2.65), 580px);
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(214, 191, 121, .32), transparent 38%),
    linear-gradient(135deg, var(--event-lavender) 0%, var(--event-mint) 58%, var(--event-lavender) 100%);
  isolation: isolate;
}

/* 画像本体は全体表示。左右の余白は同画像のぼかしで自然につなぐ */
.hero--main .hero__visual::before {
  position: absolute;
  inset: -9%;
  z-index: -2;
  background:
    linear-gradient(rgba(128, 108, 160, .16), rgba(95, 82, 118, .26)),
    url("../img/sanobi/sanobi-top-pc.webp") center 42% / cover no-repeat;
  content: "";
  filter: blur(30px) saturate(.78);
  opacity: .48;
  transform: scale(1.08);
}

.hero--main .hero__visual::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(95, 82, 118, .20), transparent 18%, transparent 82%, rgba(95, 82, 118, .20)),
    linear-gradient(0deg, rgba(95, 82, 118, .16), transparent 24%);
  content: "";
  pointer-events: none;
}

.hero--main .hero__picture {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
}

.hero--main .hero__visual img {
  display: block;
  width: calc(100% - clamp(40px, 5vw, 96px));
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.hero--main .hero__copyright {
  position: absolute;
  right: 14px;
  bottom: 10px;
  z-index: 2;
  margin: 0;
  padding: 2px 7px;
  background: rgba(52, 47, 61, .72);
  color: #fff;
  font-size: .7rem;
  line-height: 1.4;
}

.hero--main .hero__content {
  display: flex;
  min-width: 0;
  min-height: 300px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  overflow: visible;
  padding: 38px clamp(28px, 5vw, 80px) 42px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  background:
    radial-gradient(circle at 50% 0%, rgba(214, 191, 121, .22), transparent 34%),
    linear-gradient(110deg, #6f6088 0%, var(--event-purple) 52%, var(--event-purple-dark) 100%);
  box-shadow: 0 -12px 30px rgba(52, 47, 61, .18);
  text-align: center;
}

.hero--main .hero__heading {
  width: min(100%, 1180px);
  min-width: 0;
  margin-inline: auto;
}

.hero--main .hero__eyebrow {
  margin: 0 0 9px;
  color: #f0e2b8;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .15em;
}

.hero--main .hero__title {
  margin: 0;
  color: #fff;
  font-family: "Zen Old Mincho", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(1.9rem, 2.7vw, 3rem);
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: .045em;
  text-align: center;
  background: none;
}

.hero--main .hero-summary {
  width: min(100%, 900px);
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.hero--main .description-area {
  width: 100%;
}

.hero--main .description-text,
.hero--main .description-note,
.hero--main .description-text-large {
  text-align: center;
}

.description-area ul{
	border: 1px solid var(--event-lavender);
	padding: 8px;
	  border-radius: 6px;
  background: #fff;
}

.description-area li{
	text-align: left;
	margin-left: 1.8rem;
	line-height: 1.8;
	font-weight: 600;
	color: var(--event-ink);
}


.hero--main .description-text {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-family:  "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1.8;
font-weight: bold;
}

.hero--main .description-note {
  margin: 10px 0 0;
  color: var(--event-mint);
  font-size: .84rem;
  line-height: 1.7;
}

.hero--main .description-text-large {
  margin: 16px 0 0;
  color: #f2e3b5;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .hero--main .hero__visual {
    height: clamp(330px, calc((100vw - 32px) / 2.65), 430px);
  }

  .hero--main .hero__picture {
    overflow: hidden;
  }

  .hero--main .hero__visual img {
    width: auto;
    max-width: calc(100% - 32px);
    height: auto;
    max-height: 100%;
  }

  .hero--main .hero__content {
    min-height: 290px;
    padding: 34px 30px 38px;
  }
}

@media (max-width: 980px) {
  .hero--main .hero__visual {
    height: clamp(340px, 48vw, 430px);
  }

  .hero--main .hero__content {
    min-height: 280px;
    padding: 32px 26px 36px;
  }

  .hero--main .hero__title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
  }
}

@media (max-width: 767px) {
  .hero--main {
    margin-top: 50px;
  }

  .hero--main .hero__visual {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .hero--main .hero__visual::before {
    display: none;
  }

  .hero--main .hero__picture {
    width: 100%;
    height: 100%;
  }

  .hero--main .hero__visual img {
    width: calc(100% - 24px);
    max-width: none;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }

  .hero--main .hero__content {
    min-height: 0;
    gap: 18px;
    padding: 30px 20px 34px;
  }

  .hero--main .hero__eyebrow {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: .1em;
  }

  .hero--main .hero__title {
    font-size: 1.72rem;
    line-height: 1.55;
  }

  .hero--main .hero-summary {
    width: 100%;
    padding-top: 16px;
  }

  .hero--main .description-text {
    font-size: .92rem;
  }

  .hero--main .description-note {
    font-size: .8rem;
  }

  .hero--main .description-text-large {
    font-size: 1.12rem;
  }
}

@media (max-width: 420px) {
  .hero--main .hero__title {
    font-size: 1.52rem;
  }

  .hero--main .hero__content {
    padding-inline: 18px;
  }
}


/* ==================================================
   プラン概要：4プランへのページ内リンク
   ※グローバルメニューの section[id] 用スクロール設定とは分離
================================================== */
.btn-area {
  display: grid;
  width: min(calc(100% - 30px), 900px);
  margin: 0 auto 34px;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plan-jump {
  --jump-color: var(--event-purple);
  --jump-dark: var(--event-purple-dark);
  --jump-soft: #f2eff7;

  position: relative;
  display: flex;
  min-width: 0;
  min-height: 68px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 8px 18px;
  overflow: hidden;
  border: 1px solid var(--jump-color);
  border-bottom: 4px solid var(--jump-dark);
  border-radius: 7px;
  background: linear-gradient(145deg, #fff 0%, var(--jump-soft) 100%);
  color: var(--jump-dark);
  box-shadow: 0 5px 14px rgba(52, 47, 61, .08);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.plan-jump::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  color: var(--jump-color);
  content: "▼";
  font-size: .62rem;
  line-height: 1;
}

.plan-jump:hover,
.plan-jump:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(52, 47, 61, .14);
}

.plan-jump--tokyo {
  --jump-color: #806ca0;
  --jump-dark: #5f5276;
  --jump-soft: #f1edf6;
}

.plan-jump--nagoya {
  --jump-color: #b08a35;
  --jump-dark: #7d6228;
  --jump-soft: #fbf5e5;
}

.plan-jump--osaka {
  --jump-color: #5f8f86;
  --jump-dark: #466e67;
  --jump-soft: #e7f2ef;
}

.plan-jump--local {
  --jump-color: #707a9e;
  --jump-dark: #545d7d;
  --jump-soft: #eef0f7;
}

@media (max-width: 768px) {
  .btn-area {
    width: calc(100% - 16px);
    margin-bottom: 28px;
    gap: 4px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .plan-jump {
    min-height: 62px;
    padding: 8px 3px 16px;
    border-bottom-width: 3px;
    border-radius: 5px;
    font-size: clamp(.66rem, 2.7vw, .82rem);
    line-height: 1.35;
  }

  .plan-jump::after {
    bottom: 3px;
    font-size: .56rem;
  }
}

@media (max-width: 360px) {
  .btn-area {
    width: calc(100% - 8px);
    gap: 3px;
  }

  .plan-jump {
    padding-inline: 2px;
    font-size: .64rem;
  }
}

/* ==================================================
   プラン一覧
================================================== */
.plan-common-info {
  display: flex;
  width: min(100%, 1000px);
  align-items: stretch;
  margin: 0 auto 24px;
  overflow: hidden;
  border: 1px solid var(--event-lavender);
  border-radius: 6px;
  background: #fff;
}

#app ul{
	border: 1px solid var(--event-lavender);
	padding: 8px;
	  border-radius: 6px;
  background: #fff;
}

#app li{
	text-align: left;
	margin-left: 1.8rem;
	line-height: 1.8;
	font-weight: 600;
}

.plan-common-info__label {
  display: flex;
  min-width: 125px;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  background: var(--event-purple-dark);
  color: #fff;
  font-weight: 700;
}

.plan-common-info__body {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  padding: 14px 18px;
  color: var(--event-ink);
}

.plan-common-info__body strong {
  font-size: 1.08rem;
}

.plan-common-info__body span {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid var(--event-gold);
  border-radius: 999px;
  background: #fffdf6;
  color: var(--event-purple-dark);
  font-size: .82rem;
  font-weight: 700;
}

.plans-container {
  display: grid;
  width: min(100%, 1000px);
  margin: 0 auto 28px;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-group {
  --plan-color: var(--event-purple);
  --plan-dark: var(--event-purple-dark);
  --plan-soft: #f1edf6;

  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--plan-color);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(95, 82, 118, .10);
}

/* 出発地ごとの識別色 */
.plan-group--tokyo {
  --plan-color: #806ca0;
  --plan-dark: #5f5276;
  --plan-soft: #f1edf6;
}

.plan-group--nagoya {
  --plan-color: #b08a35;
  --plan-dark: #7d6228;
  --plan-soft: #fbf5e5;
}

.plan-group--osaka {
  --plan-color: #5f8f86;
  --plan-dark: #466e67;
  --plan-soft: #e7f2ef;
}

.plan-group--local {
  --plan-color: #707a9e;
  --plan-dark: #545d7d;
  --plan-soft: #eef0f7;
}

/* ページ内リンク専用のスクロール補正。
   section[id] のグローバルメニュー設定には影響させない */
.plan-group[id] {
  scroll-margin-top: calc(var(--sanobi-header-height, 64px) + 14px);
}

.plan-group__header {
  padding: 22px 24px 20px;
  border-bottom: 1px solid rgba(200, 202, 227, .8);
  background: linear-gradient(135deg, var(--plan-color) 0%, var(--plan-dark) 100%);
  color: #fff;
}

.plan-group__header > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.plan-group__type {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, .44);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.4;
}

.plan-group__header h4 {
  margin: 0;
  color: #fff;
  font-family: inherit;
  font-size: 1.35rem;
  line-height: 1.4;
}

.plan-group__header p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: .9rem;
  line-height: 1.65;
  text-align: center;
}

.plan-options {
  display: grid;
  flex: 1;
  padding: 20px;
  gap: 14px;
}

.plan-option {
  display: grid;
  min-width: 0;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--event-lavender);
  border-radius: 6px;
  background: #fff;
  grid-template-columns: minmax(0, 1fr) 170px;
}

.plan-option--ticket {
  border-color: var(--plan-color);
  background: linear-gradient(90deg, var(--plan-soft) 0%, #fff 52%);
}

.plan-option__text {
  min-width: 0;
}

.plan-option__text strong {
  display: block;
  color: var(--event-ink);
  font-size: 1rem;
  line-height: 1.5;
text-align: center;
}


.apply-button {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.plan-group .apply-button.with-ticket {
  background: linear-gradient(135deg, var(--plan-color) 0%, var(--plan-dark) 100%);
  color: #fff;
}

.plan-group .apply-button.without-ticket {
  border: 1px solid var(--plan-color);
  background: linear-gradient(135deg, #fff 0%, var(--plan-soft) 100%);
  color: var(--plan-dark);
}

.apply-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(95, 82, 118, .18);
}

.important-notice {
  width: min(100%, 1000px);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid var(--event-gold);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(231, 242, 239, .95) 0%, rgba(200, 202, 227, .72) 100%);
  text-align: center;
}

.notice-text {
  margin: 0 0 4px;
  color: var(--event-purple-dark);
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 700;
}

.hotel-notice {
  margin: 0;
  color: var(--event-ink-soft);
  font-size: .86rem;
}

@media (max-width: 768px) {
  .plan-common-info {
    display: block;
  }

  .plan-common-info__label {
    min-width: 0;
    justify-content: flex-start;
    padding: 9px 14px;
    font-size: .9rem;
  }

  .plan-common-info__body {
    padding: 12px 14px;
  }

  .plans-container {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .plan-group__header {
    padding: 18px 10px;
  }

  .plan-group__header h4 {
    font-size: 1.25rem;
  }

  .plan-options {
    padding: 14px;
    gap: 12px;
  }

  .plan-option {
    gap: 12px;
    padding: 14px;
    grid-template-columns: minmax(0, 1fr) 150px;
  }
}

@media (max-width: 480px) {
  .plan-option {
    grid-template-columns: 1fr;
  }

  .apply-button {
    min-height: 46px;
  }
}

.seo-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* ==================================================
   Event palette / readability adjustments
   #c8cae3 / #806ca0 / #e7f2ef / #d6bf79
================================================== */
html, body {
  color: var(--event-ink);
  background: linear-gradient(135deg, var(--event-lavender) 0%, var(--event-mint) 100%);
}

.main {
  color: var(--event-ink);
  background: #fff;
}

.bg {
  background:
    linear-gradient(135deg, rgba(231, 242, 239, .92), rgba(200, 202, 227, .72)),
    url("../img/sanobi/bg.jpg");
  background-size: auto, cover;
}


h3 {
  color: var(--event-purple-dark);
  border-bottom-color: var(--event-gold);
}

a {
  color: #5c4d74;
}

#plan .fs140 {
  max-width: 760px;
  margin-inline: auto;
  color: var(--event-ink);
  line-height: 1.9;
}

.point-item {
  border-left-color: var(--event-purple);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(95, 82, 118, .10);
}

.point-number {
  background: var(--event-purple);
}

.point-title,
.hotels-title,
.includes-title,
.collab-title {
  color: var(--event-purple-dark);
}

.point-note {
  border-left-color: var(--event-gold);
  background: rgba(231, 242, 239, .68);
}

.visual {
  margin-bottom: 28px;
  overflow: hidden;
  border: 1px solid var(--event-lavender);
  background: #fff;
  box-shadow: 0 8px 24px rgba(95, 82, 118, .08);
}


.rogo {
  background: linear-gradient(135deg, rgba(231, 242, 239, .92), rgba(200, 202, 227, .72));
}

@media (max-width: 768px) {
  .wrap {
    padding-inline: 18px;
  }

  h3 {
    margin-bottom: 24px;
  }

  .point-item {
    text-align: left;
  }

  .point-title,
  .point-desc,
  .point-note p {
    text-align: left;
  }
}



/* ==================================================
   Shared header specification (総合TOPと共通イメージ)
================================================== */
:root {
  --sanobi-header-height: 64px;
}

.sanobi-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: var(--sanobi-header-height);
  border-bottom: 1px solid rgba(154, 121, 54, .36);
  background: rgba(255, 250, 240, .98);
  color: #2f281b;
  box-shadow: 0 3px 14px rgba(56, 43, 18, .08);
}

.sanobi-nav {
  display: flex;
  width: min(calc(100% - 40px), 1180px);
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-inline: auto;
}

.sanobi-nav__brand {
  flex: 0 1 auto;
  overflow: hidden;
  color: #5b4820;
  font-family: "Noto Serif JP", "Zen Old Mincho", serif;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sanobi-menu {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sanobi-menu li {
  margin: 0;
  padding: 0;
}

.sanobi-menu a {
  display: block;
  padding: 9px 10px;
  color: #2f281b;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .2s ease, color .2s ease;
}

.sanobi-menu a:hover,
.sanobi-menu a:focus-visible {
  background: rgba(197, 162, 85, .13);
  color: #6e5420;
}

.sanobi-menu a.sanobi-menu__home {
  border: 1px solid rgba(154, 121, 54, .55);
  color: #5b4820;
}

.sanobi-hamburger {
  display: none;
}

section[id] {
  scroll-margin-top: calc(var(--sanobi-header-height) + 10px);
}

/* ==================================================
   Hero visual: 総合TOPと同じ「横幅優先・下部のみ許容トリミング」
   PC 2400x900 / SP 1200x750
================================================== */
.hero--main {
  margin-top: var(--sanobi-header-height);
}

.hero--main .hero__visual {
  width: 100%;
  height: min(33.333vw, 720px);
  min-height: 0;
  max-height: none;
  overflow: hidden;
}

.hero--main .hero__visual::before,
.hero--main .hero__visual::after {
  display: none;
}

.hero--main .hero__picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero--main .hero__visual img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  object-fit: initial;
  object-position: initial;
}

@media (max-width: 980px) {
  :root {
    --sanobi-header-height: 58px;
  }

  .sanobi-nav {
    width: calc(100% - 28px);
  }

  .sanobi-nav__brand {
    max-width: calc(100% - 58px);
    font-size: .76rem;
  }

  .sanobi-hamburger {
    position: relative;
    z-index: 1001;
    display: flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .sanobi-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #4c3d20;
    transition: transform .2s ease, opacity .2s ease;
  }

  .sanobi-hamburger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .sanobi-hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }

  .sanobi-hamburger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .sanobi-menu {
    position: fixed;
    top: var(--sanobi-header-height);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - var(--sanobi-header-height));
    overflow-y: auto;
    padding: 8px 14px 14px;
    border-top: 1px solid rgba(154, 121, 54, .18);
    border-bottom: 1px solid rgba(154, 121, 54, .28);
    background: rgba(255, 250, 240, .995);
    box-shadow: 0 10px 22px rgba(61, 45, 17, .14);
  }

  .sanobi-menu.active {
    display: block;
  }

  .sanobi-menu li + li {
    border-top: 1px solid rgba(154, 121, 54, .14);
  }

  .sanobi-menu a {
    padding: 13px 10px;
    font-size: .86rem;
    text-align: center;
  }

  .sanobi-menu a.sanobi-menu__home {
    margin: 4px 0;
  }
}

@media (max-width: 767px) {
  .hero--main {
    margin-top: var(--sanobi-header-height);
  }

  .hero--main .hero__visual {
    width: 100%;
    height: 56.25vw;
    min-height: 0;
    aspect-ratio: auto;
  }

  .hero--main .hero__picture {
    width: 100%;
    height: 100%;
  }

  .hero--main .hero__visual img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
}
