@charset "UTF-8";

body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 16px;
color: #000;
overflow-x: hidden;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#F0F7FC;}

@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
  font-size: 14px;
  }
}

article{
width: 100%;
}
section{
  position: relative;
}
.active{
  opacity: 1;
}
a{
  transition: .3s;
}
a:link,
a:visited{
  color: #0952a4;
}
a:hover{
  opacity: 0.7;
}

.fixed { /*ナビゲーション 固定*/
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.textLeft {
	text-align: left;
    line-height: 1.4;
}

.textCenter {
	text-align: center;
    line-height: 1.4;
}

.textRight {
	text-align: right;
    line-height: 1.4;
}

.red {
	color: #ff0000;
}

dt {
  font-weight: normal;
}

strong {
    font-weight: bold;
}

img.middle {
	vertical-align: middle;
}

/*ふわっとアニメーション*/
.item {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 15s 0s infinite;
  animation: anime 15s 0s infinite;
}

.item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.item:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
.spnone{
	display:none;
}

#container{
  position: relative;
  width: 100%;
}

section.imatabi {
  background-image: linear-gradient(135deg, #cff7ff 25%, #dbf9ff 25%, #dbf9ff 50%, #cff7ff 50%, #cff7ff 75%, #dbf9ff 75%, #dbf9ff 100%);
	background-size: 28.28px 28.28px;
}

section.imatabi .fubuki {
	background: url(../images/bg_fubuki.png) center top no-repeat;
	background-size: 100% auto;
}

.inner {
	width: 98%;
	margin: 0 auto;
	padding: 10% 1%;
}

/*title*/
.titlePc,
.titlePc_season,
.titlePc_imatabi {
	display: none !important;
}

.titleSp,
.titleSp_season,
.titleSp_imatabi {
	width: 100%!important;
  text-align: center;
}

.titleSp img,
.titleSp_season img,
.titleSp_imatabi img {
    width: 100%;
    vertical-align: bottom;
}

/*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;
	font-size:1.1em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#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;
}

/*navigation*/
.topNavi {
    width: 100%!important;
	text-align: center;
    background: #DDDDDD;
}

.topNavi ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.topNavi ul li {
    flex: 0 0 25%; /* 4列の場合 */
    box-sizing: border-box;
    border-left: 1px solid #FFF;
    font-size: 16px;
    padding: .5rem;
    text-align: center;
    color: #000;
}

.topNavi ul li.select {
    background: #1d2ea8;
    color: #FFF;
}

.topNavi ul li:first-child {
    border-left: none;
}

.topNavi ul li a {
    color: #000;
}

.topNavi ul li i {
    margin-right: .25rem;
}

/*◆ページナビ*/
ul.pageNavi {
    width: 100%;
	text-align: center;
    background: #FFB35B;
    padding: .25rem 0;
}

ul.pageNavi li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 10px;
}

ul.pageNavi li a {
    color: #000;
}

.departureSelect {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.departureSelect::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.departureSelect select {
    appearance: none;
    /*min-width: 120px;*/
    /*height: 2.8em;*/
    padding: .2em calc(.10em + 30px) .2em .4em;
    border: 3px solid #ff6633;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

/*◆いまタビ*/
ul.imatabiNavi {
    width: 100%;
	text-align: center;
    padding: 1% 0;
    background: #0066cc;
}

ul.imatabiNavi li {
    display: inline-block;
    background: #fff;
    font-size: 12px;
	font-weight: bold;
    line-height: 1.4;
    padding: 3px 5px;
    margin: 5px 3px 5px 0;
    border-radius: 30px;
}

ul.imatabiNavi li a {
    color: #000;
}

/*ナビゲーション高さ相殺*/
/*#hokuriku,#shinetsu,#syutoken,#tokai,#nanki,#kitakinki,#sanin,#sanyo,#shikoku,#kyushu,#keihanshin,#point,#reco,#monthly,#yado,#word,#spot,#other,#lastmonth {
    padding-top: 170px;
    margin-top: -170px;
}

#pool,#sea,#nature,#buffet,#leisure,#glamping,#tokyo,#osaka,#kyoto,#kawadoko,#spa {
    padding-top: 220px;
    margin-top: -220px;
}*/

/*見出し*/
h2 {
    font-size: 20px;
    font-weight: bold;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  text-align: center;
}
h2::before,
h2::after {
  background-color: #0066cc; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  height: 4px; /* 横線の高さ */
  width: 30px; /* 横線の長さ */
}
h2::before {
  margin-right: 10px; /* 文字との余白 */
}
h2::after {
  margin-left: 10px; /* 文字との余白 */
}

h2.imatabiTtl {
    font-size: 20px;
    font-weight: bold;
    color: #ff3366;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  text-align: center;
}
h2.imatabiTtl::before,
h2.imatabiTtl::after {
  background-color: #ff3366; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  height: 4px; /* 横線の高さ */
  width: 30px; /* 横線の長さ */
}
h2.imatabiTtl::before {
  margin-right: 10px; /* 文字との余白 */
}
h2.imatabiTtl::after {
  margin-left: 10px; /* 文字との余白 */
}

h2.secondary {
    font-size: 20px;
    font-weight: bold;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  text-align: center;
}
h2.secondary::before,
h2.secondary::after {
  background-color: #00AAC9;; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  height: 4px; /* 横線の高さ */
  width: 30px; /* 横線の長さ */
}
h2.secondary::before {
  margin-right: 10px; /* 文字との余白 */
}
h2.secondary::after {
  margin-left: 10px; /* 文字との余白 */
}

h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 1.5rem 0 .5rem;
}

h3 .marker {
    background-image: linear-gradient(0deg, transparent 0.3em, #ffff33 0.3em, #ffff33 0.8em, transparent 0.8em);
    padding: 0.2em; /* テキストの周りにスペースを追加 */
    border-radius: 4px; /* 角を丸くする */
}

h4 {
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    border-bottom: 2px dotted #000;
    margin-top: 20px;
    padding-bottom: 5px;
}

/*キャンペーン&情報*/
	.whatsnew {
		margin: 0;
		padding: 0;
		overflow-y: scroll;
		height: 150px;
	}
	.whatsnew dl {
		width: 100%;
		padding: 2% 0;
		border-bottom: 1px solid #ccc;
        font-size: 16px;
	}
	.whatsnew dt {
		padding-bottom: 1%;
	}
	.whatsnew dl:last-child {
		border: none;
	}

/*プラン*/
.areaName {
    width: 100%;
    padding: .5em .7em;
    background-color: #004a9e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.planBox {
    border: 1px solid #CCC;
    background: #FFF;
    width: 100%;
    padding: 3%;
    position: relative;
    z-index: 1;
}

.planBox .photo img {
    width: 100%;
}

.planBox .price {
    font-size: 32px;
	font-weight: bold;
    color: #FF0000;
    line-height: 1.2;
    margin-top: .2rem;
}

.planBox .price .small {
    font-size: 70%;
}

.planBox .joken {
    font-size: 14px;
    line-height: 1.3;
    margin-top: .2rem;
}

.planBox .oneway {
    margin-top: .2rem;
    text-align: center;
}

.planBox .oneway img {
    width: 80%;
}

/*旅行先を探す*/
.tab-container ul {
    margin: 0;
    padding-top: .5rem;
    list-style: none;
    display: flex;
    gap: 8px;
   flex-wrap: wrap; /* 行を折り返す */
}

.tab-container ul li {
    flex: 0 0 23.3%; /* 4列にするための幅設定 */
    /*flex: 1;*/
    padding: 12px 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
    border: 2px solid #CCC;
    border-radius: 8px;
    color: #000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.tab-container ul li.selected {
    color: #fff;
    background: #00a7ea;
    border-color: #00a7ea;
    box-shadow: 0 4px 12px rgba(107,220,255,0.40);
    transform: translateY(-2px);
}

.tab-container ul li:not(.selected):hover {
    border-color: #00a7ea;
    color: #00a7ea;
    transform: translateY(-1px);
}

.tab-container .tab-content {
    display: none;
    width: calc(100% - 16px); /* タブコンテンツの幅を調整 */
     margin: 0 auto; /* 中央揃え */
}

.tab-container .tab-content.selected {
    display: block;
}

/*カルーセル*/
.slide-wrap {
  width: 100%;
  margin: 3% auto 0;
  display: flex;
  overflow-x: auto; /* スクロールを自動に変更 */
}

.slide-box,
.slide-box3row {
  flex: 0 0 80%;
  margin-right: 3%;
  padding-bottom: .5rem;
}

/*おすすめのお宿*/
.recohotelBox {
    border: 1px solid #CCC;
    /*padding: 15px;*/
    background: #FFF;
     font-size: 16px;
}

.recohotelBox .recohotelName {
    font-weight: bold;
    background: #DFEEFF;
    padding: .5rem;
}

.recohotelBox .themeName {
    font-weight: bold;
    background: #330099;
    padding: .5rem;
    text-align: center;
    color: #FFF;
}

.recohotelBox .recohotelPoint {
    padding: .5rem;
    line-height: 1.4;
}

.recohotelBox .recohotelPhoto {
    padding: 0 15px;
}

.recohotelBox .recohotelPhoto img {
    width: 100%;
    height: auto;
}

.recohotelBox .Btn {
  color: #fff;
  width: 90%;
  font-size: 16px;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 5% auto;
}

.recohotelBox .Btn a {
	color: #fff;
	display: block;
	padding: 5%;
	background: #6699ff;
	border-radius: 5px;
}

.recohotelBox .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

/*tabiwaチケット*/
.ticketBox {
    border: 1px solid #CCC;
    background: #FFF;
    font-size: 16px;
    height: 210px;
}

.ticketBox .ticketPhoto {
}

.ticketBox .ticketName {
    font-weight: bold;
    background: #FFDFEF;
    padding: .5rem;
}

.ticketBox .ticketPoint {
    padding: .5rem;
    line-height: 1.4;
}
.sonotanoTabiwa{
	text-align: center;
  line-height: 1.4;
	position: relative;/*ナビゲーション高さ相殺コードに被っているため層を上げるコード*/
	z-index: 2;
}

/*キャンペーン*/
.campBox {
    width: 90%;
	margin: 2rem auto 1rem;
}

.campBox .camBn {
	width: 100%;
	margin: 0 auto;
}

.campBox p {
	margin-top: .2rem;
}
	
/*いまタビおすすめプラン*/
	.eventBox {
	width: 100%;
	text-align: center;
	background: #FFF;
	padding: 5%;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
}

.eventBox .name {
	font-size: 16px;
	font-weight: bold;
  line-height: 1.4;
	text-align: center;
	color: #000;
	/*height: 65px;*/
}

.eventBox .name span {
	color: #d63a28;
}

.eventBox .photo {
	margin-top: 3%;
}

.eventBox .photo img {
	width: 100%;
}

.eventBox .itemList2 {
	width: 100%;
}

.eventBox .itemList2 > div {
  width: 100%;
  height: auto;
  align-self: stretch;  
  padding: 10px 0;	
}

.eventBox .itemList2 > div .Btn {
  color: #fff;
  width: 100%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
	margin: 0;
}

.eventBox .itemList2 > div .Btn a {
	color: #fff;
	display: block;
	padding: 5%;
	background: #6699ff;
	border-radius: 5px;
}

.eventBox .itemList2 > div .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
	
/*いまタビ〇〇！*/
.wordBox .photo {
	margin: 0 auto;
	text-align: center;
}

.wordBox .photo img {
	width: 90%;
}

.wordBox .wordName {
	font-size: 16px;
  font-weight: bold;
	margin-top: 3%;
}

.wordBox .memo {
	font-size: 16px;
  background: #F1F1F1;
	padding: 10px;
	margin: 3% 0;
	line-height: 1.4;
}

.line {
		border-bottom: 1px dashed #333;
        padding-top: 2%;
        margin-bottom: 2%;
}

/*list横並び*/
*, *:before, *:after {
    box-sizing: border-box;
}

.itemList2,
.itemList3,
.itemList4,
.itemList4Bn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div,
.itemList3 > div,
.itemList4 > div {
  width: 100%;
  padding: 10px;
}

.itemList4Bn > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList2 > div img,
.itemList3 > div img,
.itemList4 > div img,
.itemList4Bn > div img {
  width: 100%;
  height: auto;
}

/*アコーディオン*/
.accordion {
    max-width: 100%;
    margin-top: 3%;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 5%;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background-color: #ff6699;
    border-radius: 5px;
    margin-bottom: 2%;
    z-index: 1;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 1em;
    border-bottom: 3px solid #FFF;
    border-right: 3px solid #FFF;
    content: '';
    transition: transform .3s;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion .info {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    transition: transform .5s, opacity .5s;
}

.accordion[open] .info {
    transform: none;
    opacity: 1;
}

/*注意事項*/
.subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 5% 0 2%;
}

ul.guideList {
	line-height: 1.4;
	margin-top: 2%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	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 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin-top: 5%;
}

.Btn a {
	color: #fff;
	display: block;
	padding: 5%;
	background: #6699ff;
	border-radius: 5px;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_All {
  color: #fff;
  width: 90%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

.Btn_All a {
	color: #fff;
	display: block;
	padding: 5%;
	background: #6699ff;
	border-radius: 5px;
}

.Btn_All::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin-top: 5%;
  padding: 5%;
  background: #666;
  border-radius: 5px;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn span {
  font-size: 80%;
}

/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 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;
}


}




/*
PC
==================================================== */
@media screen and (min-width: 760px),print {
.pcnone{
	display:none;
}
#container{
  position: relative;
  z-index:1;
}

section.imatabi {
  background-image: linear-gradient(135deg, #cff7ff 25%, #dbf9ff 25%, #dbf9ff 50%, #cff7ff 50%, #cff7ff 75%, #dbf9ff 75%, #dbf9ff 100%);
	background-size: 84.85px 84.85px;
}

section.imatabi .fubuki{
	background: url(../images/bg_fubuki.png) center top no-repeat;
}

.inner {
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0;
}

/*title*/
.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
    height: 360px;
}

.titlePc_season {
	width: 100%!important;
	text-align: center;
	background: url("../images/bg_title_season.jpg") repeat center 0;
	position: relative;
    height: 360px;
}

.titlePc_imatabi {
	width: 100%!important;
	text-align: center;
	background: url("../images/bg_title_imatabi.jpg") repeat center 0;
	position: relative;
    height: 360px;
}

.titleSp,
.titleSp_season,
.titleSp_imatabi {
	display: none !important;
}

/*news*/
#newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#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;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#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;
}

/*navigation*/
.topNavi {
    width: 100%!important;
	text-align: center;
    background: #DDDDDD;
}

.topNavi ul {
	width: 970px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.topNavi ul li {
    flex: 0 0 25%; /* 4列の場合 */
    box-sizing: border-box;
	border-left: 2px solid #FFF;
    font-size: 24px;
    padding: .5rem 1rem 1rem;
    text-align: center;
    color: #000;
}

.topNavi ul li.select {
    background: #1d2ea8;
    color: #FFF;
}

.topNavi ul li:last-child {
    border-right: 2px solid #FFF;
}

.topNavi ul li a {
    color: #000;
}

.topNavi ul li i {
    margin-right: .25rem;
}

/*◆ページナビ*/
ul.pageNavi {
    width: 100%;
	text-align: center;
    background: #FFB35B;
}

ul.pageNavi li {
    display: inline-block;
    font-size: 18px;
    line-height: 1.4;
    padding: 5px 20px;
    letter-spacing: 0.1em;
}

ul.pageNavi li a {
    color: #000;
}

.departureSelect {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.departureSelect::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.departureSelect select {
    appearance: none;
    min-width: 160px;
    /*height: 2.8em;*/
    padding: .2em calc(.4em + 30px) .2em .4em;
    border: 3px solid #ff6633;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

/*◆いまタビ*/
ul.imatabiNavi {
	/*width: 970px!important;
    margin: 0 auto;*/
    width: 100%;
	text-align: center;
    padding: 5px 0;
    background: #0066cc;
}

/*ul.imatabiNavi div {
    width: 1070px!important;
    margin: 0 auto;
}*/

ul.imatabiNavi li {
    display: inline-block;
    background: #fff;
    font-size: 16px;
	font-weight: bold;
    line-height: 1.4;
    padding: 5px 10px;
    margin: 5px 10px 5px 0;
    border-radius: 30px;
}

ul.imatabiNavi li a {
    color: #000;
}

/*ナビゲーション高さ相殺*/
/*#hokuriku,#shinetsu,#syutoken,#tokai,#nanki,#kitakinki,#sanin,#sanyo,#shikoku,#kyushu,#keihanshin,#point,#reco,#monthly,#yado,#word,#spot,#other,#lastmonth {
    padding-top: 130px;
    margin-top: -130px;
}

#pool,#sea,#nature,#buffet,#leisure,#glamping,#tokyo,#osaka,#kyoto,#kawadoko,#spa {
    padding-top: 180px;
    margin-top: -180px;
}*/

/*見出し*/
h2 {
    font-size: 30px;
    font-weight: bold;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  margin-bottom: 1rem;
}
h2::before,
h2::after {
  background-color: #0066cc; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  height: 5px; /* 横線の高さ */
  width: 40px; /* 横線の長さ */
}
h2::before {
  margin-right: 15px; /* 文字との余白 */
}
h2::after {
  margin-left: 15px; /* 文字との余白 */
}

h2.imatabiTtl {
  font-size: 30px;
  color: #ff3366;
  font-weight: bold;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  margin-bottom: 1rem;
}
h2.imatabiTtl::before,
h2.imatabiTtl::after {
  background-color: #ff3366; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  height: 5px; /* 横線の高さ */
  width: 40px; /* 横線の長さ */
}
h2.imatabiTtl::before {
  margin-right: 15px; /* 文字との余白 */
}
h2.imatabiTtl::after {
  margin-left: 15px; /* 文字との余白 */
}

h2.secondary {
  font-size: 30px;
  font-weight: bold;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  margin-bottom: 1rem;
}
h2.secondary::before,
h2.secondary::after {
  background-color: #00AAC9; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  height: 5px; /* 横線の高さ */
  width: 40px; /* 横線の長さ */
}
h2.secondary::before {
  margin-right: 15px; /* 文字との余白 */
}
h2.secondary::after {
  margin-left: 15px; /* 文字との余白 */
}

h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 1.5rem 0 .5rem;
}

h3 .marker {
    background-image: linear-gradient(0deg, transparent 0.3em, #ffff33 0.3em, #ffff33 0.8em, transparent 0.8em);
    padding: 0.2em; /* テキストの周りにスペースを追加 */
    border-radius: 4px; /* 角を丸くする */
}

h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px dotted #000;
    margin-top: 20px;
    padding-bottom: 5px;
}

/*キャンペーン&情報*/
	.whatsnew {
		margin: 0;
		padding: 0;
		overflow-y: scroll;
		height: 150px;
	}
	.whatsnew dl {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 2% 0;
		border-bottom: 1px solid #ccc;
	}
	.whatsnew dt {
		width: 100px;
		padding-bottom: 1%;
	}
	.whatsnew dd {
		width: 750px;
		padding-bottom: 1%;
	}
	.whatsnew dl:last-child {
		border: none;
	}

/*プラン*/
.areaName {
    width: 100%;
    padding: .5em .7em;
    background-color: #004a9e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.planBox {
    border: 1px solid #CCC;
    background: #FFF;
    width: 100%;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.planBox .photo img {
    width: 100%;
}

.planBox .price {
    font-size: 26px;
	font-weight: bold;
    color: #FF0000;
    line-height: 1.2;
}

.planBox .price .small {
    font-size: 70%;
}

.planBox .joken {
    font-size: 12px;
    line-height: 1.3;
    margin-top: .2rem;
}

.planBox .oneway {
    margin-top: .2rem;
}

.planBox .oneway img {
    width: 100%;
}

/*横断検索*/
.gadgetBox {
    width: 80%;
    margin: 1rem auto .2rem;
}

/*旅行先を探す*/
.tab-container ul {
    margin: 0;
    padding-top: .5rem;
    list-style: none;
    display: flex;
    gap: 8px;
}

.tab-container ul li {
    flex: 1;
    padding: 12px 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
    border: 2px solid #CCC;
    border-radius: 8px;
    color: #000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.tab-container ul li.selected {
    color: #fff;
    background: #00a7ea;
    border-color: #00a7ea;
    box-shadow: 0 4px 12px rgba(107,220,255,0.40);
    transform: translateY(-2px);
}

.tab-container ul li:not(.selected):hover {
    border-color: #00a7ea;
    color: #00a7ea;
    transform: translateY(-1px);
}

.tab-container .tab-content {
    display: none;
    width: 100%;
}

.tab-container .tab-content.selected {
    display: block;
}

/*カルーセル*/
.slide-wrap {
  width: 100%;
  padding: 0;
  margin-top: .5rem;
  display: flex;
  flex-wrap: wrap;
}

.slide-box {
  width: 25%;
  padding: .5rem;
}

.slide-box:nth-child(4n) {
  margin-right: 0;
}

.slide-box:nth-child(-n+4) {
  margin-top: 0;
}

.slide-box3row {
  width: 33.33%;
  padding: .5rem;
}

.slide-box3row:nth-child(4n) {
  margin-right: 0;
}

.slide-box3row:nth-child(-n+4) {
  margin-top: 0;
}

/*おすすめのお宿*/
.recohotelBox {
    border: 1px solid #CCC;
    /*padding: 15px;*/
    background: #FFF;
    font-size: 16px;
}

.recohotelBox .recohotelName {
    font-weight: bold;
    background: #DFEEFF;
    padding: .5rem;
    height: 74px;
}

.recohotelBox .themeName {
    font-weight: bold;
    background: #330099;
    padding: .5rem;
    text-align: center;
    color: #FFF;
}

.recohotelBox .recohotelPoint {
    padding: .5rem;
    line-height: 1.4;
}

.recohotelBox .recohotelPhoto {
    padding: 0 15px;
}

.recohotelBox .recohotelPhoto img {
    width: 100%;
    height: auto;
}

.recohotelBox .Btn {
  color: #fff;
  width: 90%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 10px auto;
}

.recohotelBox .Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #6699ff;
	border-radius: 5px;
}

.recohotelBox .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

/*tabiwaチケット*/
.ticketBox {
    border: 1px solid #CCC;
    background: #FFF;
    font-size: 16px;
    height: 260px;
}

.ticketBox .ticketPhoto {
}

.ticketBox .ticketName {
    font-weight: bold;
    background: #FFDFEF;
    padding: .5rem;
    height: 56px;
}

.ticketBox .ticketPoint {
    padding: .5rem;
    line-height: 1.4;
}

.sonotanoTabiwa{
	text-align: center;
  line-height: 1.4;
}

/*キャンペーン*/
.campBox {
    width: 700px;
	margin: 2rem auto 1rem;
}

.campBox  .camBn {
	width: 700px;
    height: auto;
}

.campBox p {
	margin-top: .2rem;
}
	
/*いまタビおすすめプラン*/
	.eventBox {
	width: 94%;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
	padding: 3% 3% 5%;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
}

.eventBox .name {
	font-size: 18px;
	font-weight: bold;
  line-height: 1.4;
	text-align: center;
	color: #000;
	/*height: 65px;*/
}

.eventBox .name span {
	color: #d63a28;
}

.eventBox .photo {
	margin-top: 10px;
}

.eventBox .photo img {
	width: 100%;
}

.eventBox .itemList2 {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.eventBox .itemList2 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px 5px;
}

.eventBox .itemList2 > div .Btn {
  color: #fff;
  width: 100%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 10px auto 0;
}

.eventBox .itemList2 > div .Btn a {
	color: #fff;
	display: block;
	padding: 10px 20px;
	background: #6699ff;
	border-radius: 5px;
}

.eventBox .itemList2 > div .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

/*いまタビ〇〇！*/
.wordBox {
}

.wordBox .photo img {
	width: 100%;
}

.wordBox .wordName {
	font-size: 16px;
  font-weight: bold;
	margin-top: 5px;
}

.wordBox .memo {
	font-size: 16px;
  background: #F1F1F1;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.4;
}	

/*list横並び*/
.itemList2,
.itemList3,
.itemList4 ,
.itemList4Bn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList3 > div {
  width: 33.33333%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList4 > div,
.itemList4Bn > div {
  width: 25%;
  height: auto;
  align-self: stretch;
  padding: 10px;
}

.itemList2 > div img,
.itemList3 > div img,
.itemList4 > div img,
.itemList4Bn > div img {
  width: 100%;
  height: auto;
}

/*アコーディオン*/
.accordion {
    max-width: 100%;
    margin-top: 10px;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 20px;
    color: #FFF;
    font-size: 16px;
		font-weight: bold;
    cursor: pointer;
		background-color: #ff6699;
		border-radius: 5px;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 13px;
    height: 13px;
    margin-left: 1em;
    border-bottom: 3px solid #FFF;
    border-right: 3px solid #FFF;
    content: '';
    transition: transform .3s;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion .info {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    transition: transform .5s, opacity .5s;
}

.accordion[open] .info {
    transform: none;
    opacity: 1;
}

/*注意事項*/
.subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 14px 0 6px;
}

ul.guideList {
	padding: 0;
    margin-top: 8px;
	line-height: 1.4;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	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 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 10px auto 0;
}

.Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #6699ff;
	border-radius: 5px;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_All{
  color: #fff;
  width: 80%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

.Btn_All a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #6699ff;
	border-radius: 10px;
}

.Btn_All::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 10px auto 0;
  padding: 10px 20px;
  background: #666;
  border-radius: 5px;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn span {
  font-size: 80%;
}

/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 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;
}


}