@charset "UTF-8";
/* CSS Document */
/*
  スリランカ ペラヘラ祭りツアー カラーパレット
  ─────────────────────────────────────────────
  深海ブルー   #0a3d5c  ← メインビジュアル背景
  サフラン金   #c9841a  ← 装飾・アクセント
  スパイスブラウン #7d5a2a  ← リンク・ボーダー・見出し
  オーシャンネイビー #0c4a6e  ← セクション背景・タブ
  アイボリー   #f0e4cc  ← 背景ベージュ
  テキスタイル金 #d4a870  ← 薄目タン
  琥珀アンバー  #c07020  ← CTAボタン・価格
  ──────────────────────────────────────────────
*/

/*明朝体（Noto Serif）*/
/*font-family: 'Noto Serif JP', serif;*/

.kani h2,.kani h3,.kani h4 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}
.kani a {
	color: #7d5a2a;
}
/*=======================================
	メインビジュアル
=======================================*/
.kani .mainvisual {
  background: #0a3d5c url("../img/bk-bl.png");
	position: relative;
}
.kani .mainvisual::before {
	content:"";
	width: 400px;
	height: 263px;
	background: url("../img/gold-bk-left.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.kani .mainvisual::after {
	content:"";
	width: 300px;
	height: 197px;
	background: url("../img/gold-bk-right.png") no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
.kani .mainvisual .img-box::before {
  background: #c9841a;
}
.kani .mainvisual h1, .kani .mainvisual .sub-ttl {
  color: #FFF;
}
.kani .mainvisual h1 {
  border-bottom: 2px solid #c9841a;
}






/*=======================================
	サーチBOX
=======================================*/
.search {
	background: rgb(203 0 0);
	padding: 16px 0;
  }
.search .inner{
	padding: 5px 0;
  }
  
  .search .txt {
	  color: #fff;
	  margin-right: 10px;
	  font-size: 19px;
  }
  .search .txt {
	  color: #fff;
	  font-weight: bold;
  }
  
  .search select {
	  font-weight: bold;
	  padding: 10px 20px 7px;
  }
  .up-d-flex{
	display: flex;
  }
  
/*JSを使いfixedクラスが付与された際の設定*/
.search.fixed{
  position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  width: 100%;

}


  @media (max-width: 599px) {
	  .search {
		  padding: 10px 0;
	  }
	  
	  .search .txt {
		  font-size: 14px;
	  }
	  
	  .search select {
		  width: 150px;
		  font-size: 16px;
	  }
  }
  
  .link {
	  margin: 20px 0;
  }
  
  .link ul li {
	  border-right: 1px dotted #999;
  }
  
  .link ul li:last-of-type {
	  border: none;
  }
  
  .link ul li a {
	  color: #013895;
	  font-weight: bold;
	  padding: 5px 30px;
	  display: block;
	  position: relative;
	  z-index: 0;
  }
  
  .link ul li a:before {
	  content: '';
	  width: 8px;
	  height: 8px;
	  border: 0;
	  border-bottom: solid 2px #333;
	  border-right: solid 2px #333;
	  margin-top: -6px;
	  -webkit-transform: rotate(45deg);
			  transform: rotate(45deg);
	  position: absolute;
	  top: 50%;
	  left: 15px;
	  z-index: 0;
  }
  
  @media (max-width: 599px) {
	  .link ul li {
		  border: none;
	  }
	  
	  .link ul li a {
		  font-size: 12px;
		  padding: 5px 25px;
	  }
  
	  .link ul li a:before {
		  left: 5px;
	  }
  }
  







/*=======================================
	ツアー詳細
=======================================*/
.kani .tour-detail .kodawari-ico li.color-1 {
	background: #e07820;
	color: #fff;
}
.kani .tour-detail .kodawari-ico li.color-2 {
	background: #2e9b64;
}
.kani .tour-detail .kodawari-ico li.color-3 {
	background: #0c4a6e;
	color: #FFF;
}
.kani .tour-detail .left-box li span {
	color: #0c4a6e;
}
.kani .tour-detail .right-box dl.course-no dd,
.kani .tour-detail .right-box dl.price,
.kani .info dl {
	background: #f0e4cc;
}
.kani .tour-detail .right-box dl.course-no dt {
	background: #d4a870;
}
.kani .tour-detail .right-box dl.course-no dd span {
	font-size: 13px;
	color: #333;
}
.right-box .course-no dd{
	color: #b45000;
}
.right-box .button004{
	margin-top: 30px;
}
.right-box .button004 a {
 background: #B31E1E;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.right-box .button004 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.right-box .button004 a:hover {
    background: #0a3d5c;
    color: #FFF;
}

/*=======================================
	ツアー詳細 NEW
=======================================*/
.tour-inner {
    display: flex;
    align-items: flex-start;
}
.tour-image-wrap{
	width: 40%;
	flex-shrink: 0;
 }.tour-text-wrap{
	 flex: 1;
	 width: 60%;
	 margin-left: 25px;
 }
 .tour-detail {
    width: 1100px;
    margin: 0 auto 0;
}
 @media screen and (max-width:768px) {
	 .tour-inner {
		 display: block;
	 }
	 .tour-image-wrap{
		 width: 100%;
	  }.tour-text-wrap{
		  width: 100%;
		  margin-left: inherit;
	  }
	  .flex{
		 display: block;
	  }
	  .tour-detail {
		width: 95%;
		margin: 0 auto;
	}
 }
 .tourtemp-renew .tour-detail .left-box, .tourtemp-renew .tour-detail .right-box {
    width: 100%;
}
 dl.price{
	 background-color: #B31E1E!important;
 }
 
 .right-box .price::after {
	font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    margin: 0;
 }
 .right-box dl.price {
    position: relative;
 }
 .tour-inner {
	 margin: 50px auto;
	 padding: 20px 15px;
 }
 .tour-price{
	 color: red;
 }
 .tour-detail h4{
	 font-weight: 900;
	 text-align: left;
	 font-size: 17px;
	 margin-bottom: 5px;
 }
 .shadow{
   box-shadow: 2px 2px 4px gray;
   border: solid 1px gray;
 }
 .kani .tour-detail .kodawari-ico li.color-1 {
	 background: #e07820;
 }
 .kani .tour-detail .kodawari-ico li.color-2 {
	 background: #2e9b64;
	 color: #fff;
 }
 .kani .tour-detail .kodawari-ico li.color-3 {
	 background: #0c4a6e;
	 color: #FFF;
 }
 .kani .tour-detail .left-box li span {
	 color: #0c4a6e;
 }
 .kani .tour-detail .right-box dl.course-no dd,
 .kani .tour-detail .right-box dl.price,
 .kani .info dl {
	 background: #f0e4cc;
	 text-align: center;
 }
 .kani .tour-detail .right-box dl.course-no dt {
	 background: #d4a870;
 }
/*=======================================
	インフォメーション
=======================================*/
.kani .info dt {
	color: #7d5a2a;
}
.kani .info dt::after {
	background: #0c4a6e;
}
.kani .info.about-covid .note,
.kani .info.about-covid .btn a {
	color: #7d5a2a;
}
.kani .info.about-covid ul li::after {
	border-top: 5px solid #7d5a2a;
    border-bottom: 5px solid #f0e4cc;
    border-left: 5px solid #7d5a2a;
    border-right: 5px solid #f0e4cc;
}
.kani .info.about-goto .btn a {
	background: #7d5a2a;
}
/*=======================================
	タブメニュー（出発地選択）
=======================================*/
.kani .tab-menu h2 {
	font-size: 30px;
}
.kani .tab-menu li a {
	background: #1C305D;
}
.kani .tab-menu li a.cx {
	background: #0c6b8a;
}
.kani .tab-menu li.active a {
	background: #f0e4cc;
}
/*=======================================
	出発地タイトル（スクロールで上部にfixed）
=======================================*/
.kani .content-nav.fixed .rev-menu a {
	background: #1C305D;
}

/*=======================================
	おすすめポイント
=======================================*/
.kani .recommend-point {
	background: #f0e4cc;
}
.kani .point .img-box img {
	border: 1px solid #7d5a2a;
	padding: 2px;
}
.kani .point .txt-box h4 {
	border-bottom: 1px dotted #7d5a2a;
	color: #0c4a6e;
}
.kani .content-wrap.kodawari {
	background: #7d5a2a;
}
.kani .content-wrap.kodawari li::before,
.kani .content-wrap.kodawari p::after {
	color: #c9841a;
}
.kani .content-wrap.midokoro {
	border: 3px solid #7d5a2a;
	position: relative;
}
.kani .content-wrap.midokoro h4 {
	color: #7d5a2a;
}
.kani .content-wrap.midokoro .box-wrap {
	z-index: 1;
	position: relative;
}
.kani .content-wrap.midokoro::before {
	content:"";
	width: 400px;
	height: 263px;
	background: url("../img/gold-bk-left.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.kani .content-wrap.midokoro::after {
	content:"";
	width: 300px;
	height: 197px;
	background: url("../img/gold-bk-right.png") no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
/*=======================================
	ツアー行程
=======================================*/
.kani .schedule th {
	background: #f0e4cc;
}
.kani .schedule .midashi th {
	background: #0c4a6e;
	color: #FFF;
}
.kani .schedule th, .kani .schedule td {
	border: 1px solid #7d5a2a;
}
.kani .schedule td.detail li.kanko {
	background: #d6e9ca;
}
.kani .schedule td.detail li.kanko span {
	color: #769164;
}
.kani .schedule td.detail li.move {
	color: #7d5a2a;
}
.kani .schedule td .stay {
	background: #faf4ec;
}
.kani .schedule .attention li {
	color: #7d5a2a;
}
.kani .schedule .guide ul {
	background: #faf4ec;
}
.kani .schedule .guide p {
	background: #0c4a6e;
}
/*=======================================
	出発日・旅行代金
=======================================*/
.kani .calendar,
.kani .calendar-list {
	background: #f0e4cc;
}
/*カレンダー*/
.kani .calendar .tabs li a {
	background: #d4a870;
}
.kani .calendar .tabs li.active a {
	background: #7d5a2a;
	color: #FFF;
}
.kani .calendar .tabs li.active a::after {
	border-top: 10px solid #7d5a2a;
}
.kani .calendar th {
	background: #faf4ec;
	border: 1px solid #7d5a2a;
}
.kani .calendar td {
	border: 1px solid #7d5a2a;
}
/*リスト*/
.kani .calendar-list th {
	border: 1px solid #7d5a2a;
	background: #faf4ec;
	text-align: center;
} 
.kani .calendar-list td {
	border: 1px solid #7d5a2a;
} 



/*=======================================
	旅行条件・注意事項
=======================================*/
.kani .conditions h3 {
	color: #7d5a2a;
	border-bottom: 1px solid #7d5a2a;
}
.kani .conditions .conditions th {
	border: 1px solid #7d5a2a;
	background: #d4a870;
}
.kani .conditions .conditions td {
	border: 1px solid #7d5a2a;
	background: #FFF;
}
.kani .conditions .airport-fee {
	background: #f0e4cc;
}
/*=======================================
	お申し込み・お問い合わせについて
=======================================*/
.kani .about-contact {
	background: #f0e4cc;
}
.kani .about-contact h3 {
	color: #7d5a2a;
	border-bottom: 1px solid #7d5a2a;
}
.kani .about-contact .box th {
	border: 1px solid #7d5a2a;
	background: #d4a870;
}
.kani .about-contact .box td {
	border: 1px solid #7d5a2a;
	background: #FFF;
}
.kani .about-contact .tour-code {
	background: #FFF;
}
.kani .about-contact .txt-strong a.tel {
	color: #0c4a6e;
}
.kani .about-contact .txt-strong {
	border-left: 3px solid #7d5a2a;
}
/*=======================================
	ブログ
=======================================*/
.blog{
	margin-top: 50px;
}
.button002{
	margin-top: 30px;
}
.button002 a {
    background: #000000;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    width: 50%;
}
.button002 a:before {
    content: "\f044";
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 15px;
    color: #ffffff;
}
.button002 a:hover {
    background: #e9e9e9;
    color: #3f3f3f;
}
.button002 a:hover::before {
  color: #3f3f3f;
}

/*=======================================
	YOUTUBE
=======================================*/

/* YouTube動画をレスポンシブにするためのスタイル */
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9のアスペクト比 (高さ / 幅 * 100%) */
    height: 0;
    overflow: hidden;
    margin-bottom: 20px; /* 動画の下にスペース */
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 動画のコンテナ全体を制御 */
.youtube-container {
    display: flex; /* Flexboxを使って横並びにする */
    flex-wrap: wrap; /* 画面幅が狭くなったら折り返す */
    gap: 20px; /* アイテム間の隙間 */
    justify-content: center; /* 中央寄せ（任意） */
    padding: 20px; /* コンテナの内側の余白 */
    max-width: 1200px; /* コンテナの最大幅を設定（任意） */
    margin: 0 auto; /* 中央寄せ */
}

/* 各動画アイテムのスタイル */
.youtube-item {
    flex: 1 1 calc(50% - 10px); /* PCでは2列表示 (50% - gap/2) */
    min-width: 300px; /* 最小幅を設定して、小さくなりすぎないようにする */
}

/* スマートフォン表示（メディアクエリ） */
@media (max-width: 768px) { /* 768px以下の画面幅で適用 */
    .youtube-item {
        flex: 1 1 100%; /* スマホでは1列表示 */
        max-width: 500px; /* スマホでの最大幅（任意） */
        margin: 0 auto; /* 中央寄せ */
    }

    .youtube-container {
        flex-direction: column; /* 縦並びにする */
        align-items: center; /* アイテムを中央に揃える */
    }
}

/* 必要であれば、さらにブレイクポイントを追加 */
/*
@media (max-width: 480px) {
    .youtube-item {
        margin-bottom: 15px;
    }
}
*/
/*=======================================
	その他類似ツアー
=======================================*/
.kani .other-tour {
	background: #0c4a6e;
}
.kani .other-tour h2,
.kani .other-tour h3 {
	color: #FFF;
}
.kani .other-tour .detail li {
	color: #FFF;
}
.kani .other-tour .box-col1 .txt {
	color: #FFF;
}
.kani .other-tour .box-col1 .tourbtn a {
	    background: #7d5a2a;
}
.tourtemp-renew .other-tour .box-col1 {
	    border-top: 2px solid #7d5a2a;
    border-bottom: 2px solid #7d5a2a;
}
.tourtemp-renew .other-tour .box-col1 .detail {
	    border-left: 3px solid #7d5a2a;
}
.tourbtn-a{
	margin-top: 30px;
}
.tourbtn-a a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.tourbtn-a a:hover {
    background: #313131;
    color: #FFF;
}
.tourbtn-a a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.tourbtn-a a:hover:after {
    border-color: #FFF;
}

/*=======================================
	カスタム修正
=======================================*/

/* ① スマホ：旅行代金・1名様あたりのレイアウト修正 */
@media (max-width: 768px) {
  .kani .tour-detail .right-box dl.course-no {
    display: block;
  }
  .kani .tour-detail .right-box dl.course-no dt {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: center;
  }
  .kani .tour-detail .right-box dl.course-no dd {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    line-height: 1.6;
  }
  /* 「1名様あたり」を金額と同じ行に表示（改行タグを非表示） */
  .kani .tour-detail .right-box dl.course-no dd br {
    display: none !important;
  }
  .right-box .course-no dd {
    font-size: 16px;
  }
}

/* ② ツアー詳細・お申込みはこちら の文字色を白に */
.right-box dl.price,
.right-box dl.price dt,
.right-box dl.price dd,
.kani .tour-detail .right-box a dl.price,
.kani .tour-detail .right-box a dl.price dt {
  color: #FFF !important;
}

/* ③ ツアーBOX内の「催行決定」などのリストを左寄せに */
.kani ul.kodawari-ico,
.tourtemp-renew ul.kodawari-ico,
ul.kodawari-ico {
  justify-content: flex-start !important;
  text-align: left !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* ⑤ スマホ：ツアー画像とリスト（催行決定など）の間にスペース */
@media screen and (max-width: 768px) {
  .tour-text-wrap {
    margin-top: 20px !important;
  }
}

/* ⑥ 旅行代金（金額）を太字に ※「1名様あたり」（span内）は除く */
.right-box .course-no dd,
.tour-price {
  font-weight: bold !important;
}
.tour-price span {
  font-weight: normal !important;
}

/* ④ スマホ：ツアー行程表内の画像の上下スペース確保 */
@media (max-width: 768px) {
  ul.iti-imgbox {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 12px 0 !important;
    padding: 0 !important;
  }
  ul.iti-imgbox li {
    width: 100% !important;
    margin: 0 !important;
    list-style: none;
  }
  ul.iti-imgbox li img {
    width: 100%;
    display: block;
  }
}
