@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

/*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;}

section:nth-of-type(odd) {background-color: #FCE8E6;}
section:nth-of-type(even) {background-color: #FFF;}
section.intro {background-image: url("../images/bg_intro.jpg"); background-size:  cover;}

article{
 width: 100%;
 /*font-family: "LINE Seed JP", sans-serif;*/
 font-family: "Zen Maru Gothic", sans-serif;
 font-weight: 400;
 font-size: 16px;
line-height: 1.4;
 color: #000;
}

strong {
    font-weight: 600;
}

*, *:before, *:after {
	box-sizing: border-box;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.red {
	color: #ff0000;
}

.mt05em {
    margin-top: .5em;
}

.mt1em {
    margin-top: 1em;
}

.mt2em {
    margin-top: 2em;
}

.attention {
	padding: .8em;
	border: 2px #F00 solid;
	background: #FFF;
	line-height: 1.4;
}

.marker {
    background-image: linear-gradient(0deg, transparent 0.3em, #ffff33 0.3em, #ffff33 0.8em, transparent 0.8em);
    padding: 0.2em; /* テキストの周りにスペースを追加 */
    border-radius: 4px; /* 角を丸くする */
}

.category {
    padding: .1em .4em .2em;
	border: 1px solid #000;
	display: inline-block;
	background: #eee;
}

/*注意事項*/
ul.guideList {
}

ul.guideList li {
	padding-bottom: .5em;
	text-indent: -1em;
  margin-left: 1em;
  text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome:before {
	content: '※';
}

/*矢印の色とサイズ*/
.swiper-pagination {

}
.swiper-pagination-bullet-active {
	background: #CC3366 !important;
}
.swiper-button-prev svg path, .swiper-button-next svg path {
	stroke-width: 1.5px !important;
	stroke: #fff;
}
.swiper-button-next, .swiper-button-prev {
	width: 26px !important;
	height: 26px !important;
	padding: 5px;
	border-radius: 50%;
	background: #CC3366;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*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: 94%;
	margin: 0 3%;
	padding: 70px 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;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}

/* 記述ください */
/*title*/
.title {
	width: 100%;
	text-align: center;
}

.title img {
    width: 100%;
}

/* ナビゲーション */
.nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #BE1400;
  border-bottom: 1px solid var(--color-border);
  z-index: 100;
  display: grid;
  justify-items: center;
}

.nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /*gap: 5px 10px;*/
  padding: 5px 0 8px;
  /* scroll-target-groupプロパティを設定 */
  scroll-target-group: auto;
  width: 100%;
  color: #FFF;
  font-size: 15px;
  line-height: 1.0;
}
	
.nav__list a {
	color: #FFF;
}

.nav li {
  border-right: 1px solid #fff;
  margin: 5px 4px;
  padding-right: 8px;
}

.nav li:last-child {
  border-right: none;
}
	
h2 {
  display: block; /* または既存の flex を解除する場合は変更 */
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #363382;
  line-height: 1.2;
}

h2::before {
  display: block;            /* ブロック要素にすることで改行される */
  width: 40px;
  height: 24px;
  background-image: url("../images/ic_lotas.svg");
  background-repeat: no-repeat;
  background-size: contain;  /* 必要に応じて調整 */
  content: '';
  margin: 0 auto .2em;        /* アイコン下に余白を作る（必要に応じて調整） */
}

h2 .small {
  font-size: 18px;
}

h3 {
  padding: .2em .5em;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#cc3366), to(#E95099));
  background-image: -webkit-linear-gradient(right, #cc3366 0%, #E95099 100%);
  background-image: linear-gradient(to left, #cc3366 0%, #E95099 100%);
  text-align: center;
  margin: 1em 0;
}

h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  color: #cc3366;
  font-size: 20px;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  margin-bottom: .3em;
}

.note {
  margin: 2em auto 0;
  padding: 1em;
  background-color: #FFF1DC; /* 背景色 */
  border-radius: 10px;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.note .noteTitle {
  display: flex;
  align-items: center;
  color: #ff9900; /* 文字色 */
  font-weight: 600;
  margin-bottom: 0.5em;
}

.note .noteTitle::before {
  font-family: "Font Awesome 5 Free";
  content: "\f304"; /* ペンアイコン */
  font-weight: 900;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.note p {
    padding: 0 1.5em .8em;
}

.note02 {
	background: #ffff00;
	border: 2px solid #000;
	padding: .5em;
	width: 100%;
}

/*イントロ*/
.ribbon {
	width: 100%;
	text-align: center;
}

.ribbon img {
    width: 100%;
}

.introText {
	font-size: 20px;
	font-weight: 600;
    text-align: center;
    line-height: 1.4;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
    margin-top: .5em;
}

/*お楽しみ*/
.otanoshimiBox {
  margin: 1em auto 2em; /* 外側余白 */
  padding: 1.5em; /* 内側余白 */
  background: #FFF;
  border: 3px solid #cc3366;
  -webkit-box-shadow: 3px 3px 0 #cc3366;
  box-shadow: 3px 3px 0 #cc3366;
  width: 100%x;
  line-height: 1.4;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.otanoshimiBox .swiper {
   width: 100%;
   flex: 0 0 auto;
   text-align: center; /* スマホでは中央寄せが見やすい場合に */
   margin-top: 1em;
}

.otanoshimiBox .swiper .swiper-slide img {
  height: auto;
  width: 100%;
}

.otanoshimiBox .detail {
    width: 100%;
    flex: 0 0 auto;
}

.otanoshimiBox .detail .limited {
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #cc3366;
    color: #fff;
    padding: .3em;
    border-radius: 30px;
    margin-top: 1em;
    font-size: 18px;
    font-weight: 600;
}

.otanoshimiBox .detail .text01 {
    font-size: 20px;
    font-weight: 600;
    margin-top: .5em;
}

.otanoshimiBox .detail .hasucolor {
    color: #BE1400;
}

/*加賀温泉郷コラボ*/
.collaboTitle {
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-top: 1em;
  color: #ff6699;
}

.collaboTitle::before {
  content: ' ';
  display: inline-block;
  background: url(../images/ic_item01.svg) no-repeat;
  width: 40px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.collaboTitle::after {
  content: ' ';
  display: inline-block;
  background: url(../images/ic_item02.svg) no-repeat;
  width: 40px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.announce {
    margin: 1em auto 2em;
    padding: 1em;
    background: #F7F7F3;
    box-shadow: 5px 5px 0px 0px #f2f2f2;
    border-radius: 10px;
    box-sizing: border-box;
}

/* photo（inline画像）を丸くして回り込ませる設定 */
.announce img  {
  float: right;
  width: 40%;
  height: auto;
  margin-left: .5em;
  margin-bottom: .5em;
  display: block;
  object-fit: cover;
  overflow: hidden;
  vertical-align: top;    /* 行ボックスの上端に揃える（念のため） */
}

/* クリア（float の影響で親高さが崩れる場合に対応） */
.announce::after {
  content: "";
  display: block;
  clear: both;
}

.panel {

}

.panel dt img {
  border-radius: 10px;
}

.panel dd {
  margin-top: .5em;
}

.panel dd p {
  text-align: center;
  font-size: 18px;
}

.itemList2 > div .panel {
  margin-bottom: 3em;
}

/*カルーセル*/
.slide-wrap {
  width: 100%;
  margin: 3% auto 0;
  display: flex;
  overflow-x: auto; /* スクロールを自動に変更 */
}

.slide-box3row,
.slide-box4row {
  flex: 0 0 80%;
  margin-right: 3%;
  padding-bottom: .5rem;
}

.slide-box3row .panel dt img,
.slide-box4row .panel dt img {
  width: 100%;
}

.itemBox {
    flex-direction: column;
    align-items: stretch;
    margin-top: 1em;
}

.itemBox .photo {
    width: 100%;
    flex: 0 0 auto;
    text-align: center; /* スマホでは中央寄せが見やすい場合に */
    margin-bottom: .5em;
}

.itemBox .photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.itemBox .detail {
    width: 100%;
    flex: 0 0 auto;
    line-height: 1.4;
}

.itemBox .detail .Btn03 {
  margin: .5em 0;
}

/*行程*/
.courseContainer {
    overflow-x: auto; /* 横スクロールを有効にする */
    white-space: nowrap; /* 画像を横並びにする */
    margin: 1em 0 .5em;
}
    
.courseContainer img {
    display: inline-block; /* 画像をインラインブロックにする */
    width: auto; /* 幅を自動調整 */
    height: 100%; /* 高さを100%に設定（必要に応じて調整） */
}

/*お申込み*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}

.tab_label {
  color: #00448d;
  font-weight: 600;
  border: solid 2px #00448d;
  background: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: .5em 0;
  margin: 0 .1em;
  text-align: center;
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #00448d;
}
.tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #00448d transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

#kansai:checked ~ #kansai_content,
#syutoken:checked ~ #syutoken_content,
#sanyo:checked ~ #sanyo_content {
  display: block;
}

.tab_content{
  position: relative;
  animation: fadeIn 1s ease;
  margin-top: 1em;
}

.planName {
  padding: .5em .3em;
  color: #fff;
  background: #E95099;
  text-align: center;
  width: 100%;
  border-radius: 10px 10px 0 0;
  line-height: 1.8;
}

.planName .tx {
  padding: .1em .7em;
  color: #000;
  background: #FFF;
  font-size: 16px;
  text-align: center;
  margin-right: .5em;
  border-radius: 30px;
}

.planBox {
  padding: 1em;
  background: #fff;
  border-right: 2px solid #E95099;
  border-bottom: 2px solid #E95099;
  border-left: 2px solid #E95099;
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
  border-radius: 0 0 10px 10px;
}

.planName02 {
  padding: .3em;
  color: #fff;
  background: #ff9900;
  text-align: center;
  width: 100%;
}

.planBox02 {
  padding: 1em;
  background: #fff;
  border-right: 2px solid #ff9900;
  border-bottom: 2px solid #ff9900;
  border-left: 2px solid #ff9900;
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}

dl.price {
  width: 100%;
}

dl.price dt {
  width: 100%;
  display: table-cell;
}

dl.price dd {
  width: 100%;
  color: #F00;
  font-size: 30px;
  font-weight: 600;
}

dl.price dd .small {
	font-size: 16px;
}

.joken {
	font-size: 14px;
	margin-bottom: .5em;
}

/*ご旅行のご注意*/
.readme {
	font-size: 20px;
	font-weight: 600;
	color: #F00;
	margin-bottom: .5em;
}

.lead01 {
	background: #000;
	color: #fff;
	font-weight: 600;
	padding: .5em .5em .5em .8em;
	margin: 1.5em 0 1em;
}

.lead02 {
	border-bottom: 2px solid #000;
	font-weight: 600;
	padding-bottom: .2em;
	margin: 1em 0 .5em;
}

/*list横並び*/
.itemList2 > div,
.itemList3 > div,
.itemList4 > div {
    width: 100%;
    margin: 1em 0;
}

.itemList2 > div img,
.itemList3 > div img,
.itemList4 > div img {
  width: 100%;
}

/*ボタン*/
.Btn a {
    background: #00b1ea;
    border-radius: 9999px;
    position: relative;
    display: flex;
    /*justify-content: space-around; ←rubyタグ入れるとずれる*/
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.Btn a:hover {
    background: #00A1D6;
    color: #FFF;
}
.Btn02 a {
    background: #ff9900;
    border-radius: 9999px;
    position: relative;
    display: flex;
   /*justify-content: space-around; ←rubyタグ入れるとずれる*/
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.Btn02 a:hover {
    background: #ff9933;
    color: #FFF;
}
.Btn03 a {
    background: #004e8c;
    border-radius: 9999px;
    position: relative;
    display: flex;
   /*justify-content: space-around; ←rubyタグ入れるとずれる*/
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.Btn03 a:hover {
    background: #003F71;
    color: #FFF;
}
.Btn_gray {
    background: #333;
    border-radius: 9999px;
    position: relative;
    display: flex;
    /*justify-content: space-around; ←rubyタグ入れるとずれる*/
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.Btn a:after,
.Btn02 a:after,
.Btn03 a:after,
.Btn_gray:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.Btn a:hover:after,
.Btn02 a:hover:after,
.Btn03 a:hover:after,
.Btn_gray:hover:after {
    border-color: #FFF;
}

}

/*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: 60px 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;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}

/* 記述ください */
/*title*/
.title {
    width: 100% !important;
    background: url(../images/bg_title.jpg) no-repeat center 0;
    text-align: center;
}

.title img {
    width: 100%;
    max-width: 970px;
}

/* ナビゲーション */
.nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #BE1400;
  border-bottom: 1px solid var(--color-border);
  z-index: 100;
  display: grid;
  justify-items: center;
}

/*.nav li {
  border: 1px solid #fff;
}*/

.nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
  padding: 16px 40px;
  /* scroll-target-groupプロパティを設定 */
  scroll-target-group: auto;
  width: 100%;
	color: #FFF;
}
	
.nav__list a {
	color: #FFF;
}

h2 {
  display: block; /* または既存の flex を解除する場合は変更 */
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #363382;
  line-height: 1.2;
}

h2::before {
  display: block;            /* ブロック要素にすることで改行される */
  width: 80px;
  height: 47px;
  background-image: url("../images/ic_lotas.svg");
  background-repeat: no-repeat;
  background-size: contain;  /* 必要に応じて調整 */
  content: '';
  margin: 0 auto .2em;        /* アイコン下に余白を作る（必要に応じて調整） */
}

h2 .small {
  font-size: 26px;
}

h3 {
  padding: .2em .5em;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#cc3366), to(#E95099));
  background-image: -webkit-linear-gradient(right, #cc3366 0%, #E95099 100%);
  background-image: linear-gradient(to left, #cc3366 0%, #E95099 100%);
  text-align: center;
  margin: 1em 0;
}

h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  color: #cc3366;
  font-size: 26px;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  margin-bottom: .3em;
}

.note {
  margin: 2em auto 0;
  padding: 1em;
  background-color: #FFF1DC; /* 背景色 */
  border-radius: 10px;
  max-width: 980px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.note .noteTitle {
  display: flex;
  align-items: center;
  color: #ff9900; /* 文字色 */
  font-weight: 600;
  margin-bottom: 0.5em;
}

.note .noteTitle::before {
  font-family: "Font Awesome 5 Free";
  content: "\f304"; /* ペンアイコン */
  font-weight: 900;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.note p {
    padding: 0 1.5em .8em;
}

.note02 {
	background: #ffff00;
	border: 2px solid #000;
	padding: .5em;
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

/*イントロ*/
.ribbon {
	width: 100%;
	text-align: center;
}

.ribbon img {
    width: 80%;
    max-width: 750px;
}

.introText {
	font-size: 24px;
	font-weight: 600;
    text-align: center;
    line-height: 1.8;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
    margin-top: .5em;
}

/*お楽しみ*/
.otanoshimiBox {
  margin: 1em auto 2em; /* 外側余白 */
  padding: 1.5em; /* 内側余白 */
  background: #FFF;
  border: 3px solid #cc3366;
  -webkit-box-shadow: 3px 3px 0 #cc3366;
  box-shadow: 3px 3px 0 #cc3366;
  width: 1080px;
  /*text-align: center;*/
  line-height: 1.4;
  border-radius: 10px;
  display: flex;
  align-items: flex-start; /* 画像とテキストの縦位置を揃える */
  gap: 10px; /* 要素間の隙間 */
}

.otanoshimiBox .swiper {
   width: 50%;
   max-width: 540px;
   margin-right: 10px; /* 必要なら残す */
   flex: 0 0 50%; /* flex アイテムとして固定幅にする */
}

.otanoshimiBox .swiper .swiper-slide img {
  height: auto;
  width: 100%;
}

.otanoshimiBox .detail {
    width: 50%;
	max-width: 540px;
    flex: 1 1 auto; /* 余白を占有するように */
    /*border: 1px solid #000;*/
}

.otanoshimiBox .detail .limited {
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #cc3366;
    color: #fff;
    padding: .3em;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
}

.otanoshimiBox .detail .text01 {
    font-size: 24px;
    font-weight: 600;
    margin-top: .5em;
}

.otanoshimiBox .detail .hasucolor {
    color: #BE1400;
}


/*加賀温泉郷コラボ*/
.collaboTitle {
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-top: 1em;
  color: #ff6699;
}

.collaboTitle::before {
  content: ' ';
  display: inline-block;
  background: url(../images/ic_item01.svg) no-repeat;
  width: 70px;
  height: 66px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
}

.collaboTitle::after {
  content: ' ';
  display: inline-block;
  background: url(../images/ic_item02.svg) no-repeat;
  width: 70px;
  height: 66px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
}

.announce {
    max-width: 980px;
    margin: 1em auto 2em;
    padding: 1em 1.5em;
    background: #F7F7F3;
    box-shadow: 5px 5px 0px 0px #f2f2f2;
    border-radius: 10px;
    box-sizing: border-box;
}

/* photo（inline画像）を丸くして回り込ませる設定 */
.announce img  {
  float: right;
  width: 30%;
  height: auto;
  margin-left: 1em;
  margin-bottom: 0.6em;
  display: block;
  object-fit: cover;
  overflow: hidden;
}

/* クリア（float の影響で親高さが崩れる場合に対応） */
.announce::after {
  content: "";
  display: block;
  clear: both;
}

.panel {
  margin-bottom: 1em;
}

.panel dt img {
  border-radius: 10px;
}

.panel dd {
  margin-top: .5em;
}

.panel dd p {
  text-align: center;
  font-size: 18px;
}

/*カルーセル*/
.slide-wrap {
  width: 100%;
  padding: 0;
  margin-top: .5em;
  display: flex;
  flex-wrap: wrap;
}

.slide-box3row {
  width: 33.33%;
  padding: .5em;
}

.slide-box3row:nth-child(4n) {
  margin-right: 0;
}

.slide-box3row:nth-child(-n+4) {
  margin-top: 0;
}

.slide-box3row .panel dt img {
  width: 100%;
}

.slide-box4row {
  width: 25%;
  padding: .5em;
}

.slide-box4row:nth-child(4n) {
  margin-right: 0;
}

.slide-box4row:nth-child(-n+4) {
  margin-top: 0;
}

.slide-box4row .panel dt img {
  width: 100%;
}

.itemBox {
  display: flex;
  align-items: flex-start; /* 画像とテキストの縦位置を揃える */
  gap: 10px; /* 要素間の隙間 */
  flex-wrap: nowrap;
  margin-top: 1em;
}

.itemBox .photo {
  width: 300px;
  margin-right: 10px; /* 必要なら残す */
  flex: 0 0 300px; /* flex アイテムとして固定幅にする */
}

.itemBox .photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.itemBox .detail {
  width: 780px;
  flex: 1 1 auto; /* 余白を占有するように */
  line-height: 1.4;
}

.itemBox .detail .Btn03 {
  margin: .5em 0;
}

/*行程*/
.courseContainer {
    width: 100%;
    height: auto; /* 高さは自動調整 */
    overflow: hidden; /* スクロールバーを隠す */
    margin: 1em 0 .5em;
}

.courseContainer img {
    width: 100%; /* 幅を100%に設定 */
    height: auto; /* 高さは自動調整 */
}

/*お申込み*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}

.tab_label {
  color: #00448d;
  font-size: 20px;
  font-weight: 600;
  border: solid 2px #00448d;
  background: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: .5em 0;
  margin: 0 .2em;
  text-align: center;
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #00448d;
}
.tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #00448d transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

#kansai:checked ~ #kansai_content,
#syutoken:checked ~ #syutoken_content,
#sanyo:checked ~ #sanyo_content{
  display: block;
}

.tab_content{
  position: relative;
  animation: fadeIn 1s ease;
  margin-top: 2em;
}

.planName {
  padding: .5em .3em;
  color: #fff;
  background: #E95099;
  font-size: 20px;
  text-align: center;
  width: 980px;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
}

.planName .tx {
  padding: .2em .5em;
  color: #000;
  background: #FFF;
  font-size: 16px;
  text-align: center;
  margin-right: .5em;
  border-radius: 30px;
}

.planBox {
  padding: 1em;
  background: #fff;
  border-right: 2px solid #E95099;
  border-bottom: 2px solid #E95099;
  border-left: 2px solid #E95099;
  width: 980px;
  margin: 0 auto 2em;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.planName02 {
  padding: .3em;
  color: #fff;
  background: #ff9900;
  font-size: 20px;
  text-align: center;
  width: 980px;
  margin: 0 auto;
}

.planBox02 {
  padding: 1em;
  background: #fff;
  border-right: 2px solid #ff9900;
  border-bottom: 2px solid #ff9900;
  border-left: 2px solid #ff9900;
  width: 980px;
  margin: 0 auto 2em;
  text-align: center;
}

dl.price {
  width: 520px;
  margin: 0 auto;
  display: table;
  /*border: 1px solid #000;*/
}

dl.price dt {
  width: 25%;
  display: table-cell;
}

dl.price dd {
  width: 75%;
  color: #F00;
  display: table-cell;
  font-size: 40px;
  font-weight: 600;
}

dl.price dd .small {
	font-size: 20px;
}

.joken {
	font-size: 14px;
	margin-bottom: .5em;
}

/*ご旅行のご注意*/
.readme {
	font-size: 26px;
	font-weight: 700;
	color: #F00;
	margin-bottom: .5em;
}

.lead01 {
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: .5em .5em .5em .8em;
	margin: 1.5em 0 1em;
}

.lead02 {
	border-bottom: 2px solid #000;
	font-weight: 600;
	padding-bottom: .2em;
	margin: 1em 0 .5em;
}

/*list横並び*/
.itemList2,
.itemList3,
.itemList4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;   /* 項目間の等間隔（任意の値に調整） */
  padding: 0;  /* コンテナ両端の内側余白をゼロにする */
  margin: 1em 0;
}

/* 2列 */
.itemList2 > div {
  box-sizing: border-box;
  width: calc((100% - 1 * 20px) / 2); /* gap が 1 箇所なので (100% - gap) / 2 */
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.itemList2 > div img {
  width: 100%;
}

/* 3列 */
.itemList3 > div {
  box-sizing: border-box;
  width: calc((100% - 2 * 20px) / 3); /* gap が 2 箇所なので (100% - 2*gap) / 3 */
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* 4列 */
.itemList4 > div {
  box-sizing: border-box;
  width: calc((100% - 3 * 20px) / 4); /* gap が 3 箇所なので (100% - 3*gap) / 4 */
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.itemList2 > div .Btn,
.itemList2 > div .Btn02,
.itemList2 > div .Btn03,
.itemList2 > div .Btn_gray,
.itemList3 > div .Btn,
.itemList3 > div .Btn02,
.itemList3 > div .Btn03,
.itemList3 > div .Btn_gray,
.itemList4 > div .Btn,
.itemList4 > div .Btn02,
.itemList4 > div .Btn03 {
  width: 100%;
}

/*ボタン*/
.Btn a {
    background: #00b1ea;
    border-radius: 9999px;
    position: relative;
    display: flex;
    /*justify-content: space-around; ←rubyタグ入れるとずれる*/
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.Btn a:hover {
    background: #00A1D6;
    color: #FFF;
}

.Btn02 a {
    background: #ff9900;
    border-radius: 9999px;
    position: relative;
    display: flex;
    /*justify-content: space-around; ←rubyタグ入れるとずれる*/
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.Btn02 a:hover {
    background: #ff9933;
    color: #FFF;
}

.Btn03 a {
    background: #004e8c;
    border-radius: 9999px;
    position: relative;
    display: flex;
    /*justify-content: space-around; ←rubyタグ入れるとずれる*/
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.Btn03 a:hover {
    background: #003F71;
    color: #FFF;
}

.Btn a:after,
.Btn02 a:after,
.Btn03 a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.Btn a:hover:after,
.Btn02 a:hover:after,
.Btn03 a:hover:after {
    border-color: #FFF;
}

.Btn_gray {
    background: #333;
    border-radius: 9999px;
    position: relative;
    display: flex;
    /*justify-content: space-around; ←rubyタグ入れるとずれる*/
    justify-content: center;
    align-items: center;
    /*margin: 0 auto;*/
	margin: 1em auto 0;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.Btn_gray:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

}