@charset "UTF-8";
/* CSS Document */
/*
font-family: 'Stick', sans-serif;
font-family: 'Noto Sans JP', sans-serif; weight/300/500
*/
/* リセット */
html, body, ul, li, dl, dt, dd, div, p, h1, h2, h3, span {
  margin: 0;
  padding: 0;
}
.goto section {
  border: none;
  background: none;
}
.goto a:hover {
  color: inherit;
}
.goto i[class*="fa-"] {
  margin-right: 0;
}
@media screen and (max-width:768px) {}

/*=======================================
	担当者おすすめツアー
=======================================*/
.goto .recommend-tour .box {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  border: 3px solid #ffff00;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
	margin: 0 0 30px 0;
}
/*画像*/
.goto .recommend-tour .img-box {
  width: 460px;
}
.goto .recommend-tour .imgbox-sub {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.goto .recommend-tour .imgbox-sub img {
  width: calc(50% - 5px);
}
/*テキスト*/
.goto .recommend-tour .txt-box {
  width: calc(100% - 490px);
}
.goto .recommend-tour h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.goto .recommend-tour .ico {
  margin: 0 0 10px 0;
}
.goto .recommend-tour .ico li {
  display: inline-block;
  background: #000;
  color: #FFF;
  padding: 0 10px 1px 10px;
  font-size: 12px;
  margin: 0 3px 0 0;
}
.goto .recommend-tour .txt {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.goto .recommend-tour .tour-point {
  background: #ffffe0;
  padding: 10px 10px 10px 15px;
  margin: 0 0 15px 0;
}
.goto .recommend-tour .tour-point li + li {
  margin: 5px 0 0 20px;
}
.goto .recommend-tour .tour-point li {
  color: #ff4500;
  text-shadow: 1px 1px #FFF;
  position: relative;
  margin: 0 0 0 20px;
}
.goto .recommend-tour .tour-point li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 13px;
  font-weight: bold;
  text-shadow: 1px 1px #FFF;
  position: absolute;
  left: -25px;
  top: 1px;
}
.goto .recommend-tour .dep-area {
  font-size: 14px;
  color: #dc143c;
  margin: 0 0 5px 0;
}
.goto .recommend-tour .dest-area {
  font-size: 14px;
  color: #dc143c;
  margin: 0 0 20px 0;
}
.goto .recommend-tour dl + dl {
  margin: 15px 0 0 0;
}
.goto .recommend-tour .plan-wrap dt {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 0;
  position: relative;
}
.goto .recommend-tour .plan-wrap dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0f2";
  font-size: 14px;
  font-weight: bold;
}
.goto .recommend-tour .plan-wrap .note {
  font-size: 11px;
}
.goto .recommend-tour .plan-wrap .tour-price {
  font-size: 18px;
  font-weight: bold;
  color: #FF3300;
}
.goto .recommend-tour .plan-wrap dd {
  text-align: center;
}
.goto .recommend-tour .plan-wrap dd a {
  display: block;
  text-align: left;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background-image: linear-gradient(-45deg, #ff8c00 72%, #ff4500 72%);
  padding: 10px 0 10px 150px;
  letter-spacing: 1px;
  position: relative;
}
.goto .recommend-tour .plan-wrap dd a span:first-child {
  width: 100px;
  display: block;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.goto .recommend-tour .plan-wrap dd a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  position: absolute;
  right: 10px;
}
@media screen and (max-width:768px) {
	.goto .recommend-tour .box {
		padding: 15px;
		flex-direction: column;
	}
	.goto .recommend-tour .img-box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 10px auto;
	}
	.goto .recommend-tour .txt-box {
		width: 100%;
	}
	.goto .recommend-tour .plan-wrap .tour-price {
		display: inline-block;
	}
	.goto .recommend-tour .plan-wrap dd a {
		padding: 10px 0 10px 100px;
		background-image:linear-gradient(-45deg, #004da1 68%, #004d25 68%);
	}
	.goto .recommend-tour .plan-wrap dd a span:first-child {
		width: 80px;
	}
}
/*=======================================
	テーマ・目的から探す（タブ切り替え）
=======================================*/
.goto .search-theme .inner {
  max-width: none;
  background: #d9f5ff;
}
/*タブメニュー*/
.goto .search-theme .tab-menu {
  max-width: 1030px;
  margin: 0 auto;
}
.goto .search-theme .tabs {
  display: flex;
  justify-content: center;
}
.goto .search-theme .tabs li {
  width: calc(100% / 5 - 30px);
  height: 60px;
  text-align: center;
  margin: 0 15px;
}
.goto .search-theme .tabs li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  display: block;
  background: #004da1;
  color: #FFF;
}
.goto .search-theme .tabs li:nth-child(2) a {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 8px 0 0 0;
}
.goto .search-theme .top .tabs li a {
  border-radius: 7px 7px 0 0;
}
.goto .search-theme .bottom .tabs li a {
  border-radius: 0 0 7px 7px;
}
.goto .search-theme .tabs li.active a {
  background: #d9f5ff;
  color: #004da1;
  position: relative;
}
.goto .search-theme .tabs li.active a::before {
  content: "＼夏を満喫／";
  font-family: 'Stick', sans-serif;
  display: block;
  position: absolute;
  top: -25px;
  left: -10px;
  font-size: 14px;
  letter-spacing: normal;
  color: #ff4500;
  transform: rotate(-10deg);
}
.goto .search-theme .tabs li:nth-child(2).active a::before {
  top: -15px;
  left: -10px;
}
/*タブ中身*/
.goto .search-theme .tab-wrap {
  padding: 50px 0;
  background: #d9f5ff;
}
.goto .search-theme h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  margin: 0 auto 30px auto;
  text-shadow: 1px 1px #FFF;
  border-bottom: 6px dotted #FFF;
  width: fit-content;
}
.goto .search-theme .tab-content {
  max-width: 1024px;
  margin: 0 auto;
}
.goto .search-theme .box-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/*boxの中身*/
.goto .search-theme .box {
  width: calc(100% / 3 - 24px);
  background: #FFF;
  border-radius: 7px;
  margin: 12px;
  border: 3px solid #004da1;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
/*画像*/
.goto .search-theme .box .img-box, .goto .search-theme .box .img-box img {
  position: relative;
}
.goto .search-theme .box .img-box span {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-size: 14px;
  padding: 0 5px 1px 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}
/*テキスト*/
.goto .search-theme .box .txt-box {
  padding: 10px 15px;
}
.goto .search-theme h4 {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.goto .search-theme .ico {
  margin: 0 0 10px 0;
}
.goto .search-theme .ico li {
  display: inline-block;
  background: #000;
  color: #FFF;
  padding: 0 10px 1px 10px;
  font-size: 12px;
  margin: 0 3px 0 0;
}
.goto .search-theme .tour-point {
  background: #edfaff;
  padding: 10px 10px 10px 15px;
  margin: 0 0 10px 0;
}
.goto .search-theme.tour-point li + li {
  margin: 5px 0 0 20px;
}
.goto .search-theme .tour-point li {
  color: #004da1;
  text-shadow: 1px 1px #FFF;
  position: relative;
  margin: 0 0 0 20px;
  font-size: 13px;
}
.goto .search-theme .tour-point li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px #FFF;
  position: absolute;
  left: -25px;
  top: 1px;
}
.goto .search-theme .dep-area {
  font-size: 14px;
  color: #2a83a2;
  margin: 0 0 5px 0;
}
.goto .search-theme dl + dl {
  margin: 5px 0 0 0;
}
.goto .search-theme .plan-wrap dt {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 3px 0;
  position: relative;
}
.goto .search-theme .plan-wrap dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0f2";
  font-size: 14px;
  font-weight: bold;
}
.goto .search-theme .plan-wrap .note {
  font-size: 10px;
}
.goto .search-theme .plan-wrap .tour-price {
  font-size: 16px;
  font-weight: bold;
  color: #FF3300;
}
.goto .search-theme .plan-wrap dd {
  text-align: center;
}
.goto .search-theme .plan-wrap dd a {
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background: #004da1;
  padding: 10px 0;
  letter-spacing: 1px;
  position: relative;
}
.goto .search-theme .plan-wrap dd a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  position: absolute;
  right: 10px;
}
@media screen and (max-width:768px) {
	.goto .search-theme .inner {
		width: 100%;
	}
	.goto .search-theme .tabs {
		flex-wrap: wrap;
		margin: 0 0 10px 0;
	}
	.goto .search-theme .bottom .tabs {
		margin: 10px 0 0 0;
	}
	.goto .search-theme .tabs li {
		width: auto;
		height: auto;
		margin: 5px;
	}
	.goto .search-theme .tabs li a br,
	.goto .search-theme .tabs li.active a br{
		display: none;
	}
	.goto .search-theme .tabs li a,
	.goto .search-theme .tabs li.active a,
	.goto .search-theme .tabs li:nth-child(2) a {
		height: auto;
		background: none;
		color: #004da1;
		line-height: 140%;
		font-size: 18px;
		padding: 0;
		padding: 2px 10px 3px 10px;
		border-radius: 0;
	}
	.goto .search-theme .tabs li.active a::before {
		content: none;
	}
	.goto .search-theme .tabs li a::before,
	.goto .search-theme .tabs li.active a::before {
		content: "#";
		position: static;
		display: inline;
		color: #004da1;
		font-size: 18px;
		margin: 0 5px 0 0;
	}
	.goto .search-theme .tabs li.active a {
		background: #004da1;
		color: #FFF;
	}
	.goto .search-theme .tabs li.active a::before {
		color: #FFF;
	}
	.goto .search-theme .tab-wrap {
		padding: 30px 0;
	}
	.goto .search-theme h3 span {
		display: none;
	}
	.goto .search-theme .box-wrap {
		flex-direction: column;
	}
	.goto .search-theme .box {
		width: 90%;
		max-width: 400px;
		margin: 0 auto 30px auto;
	}
}
/*=======================================
	Youtubeのクレジット表示
=======================================*/
	.goto figure {
  margin: 1em 0;
  text-align: right;
}
	.goto figcaption {
  font-size: 0.9em;
  color: #555;
}
/*=======================================
	キャンペーンタグ用
=======================================*/
.ico2 li {
  color: #fff; /* 文字色を白に */
  background-color: orange; /* 背景をオレンジに */
  padding: 2px 10px; /* 内側の余白調整 */
  margin-bottom: 5px;
  display: inline-block; /* 横並びを想定 */
  border-radius: 4px; /* 角を少し丸く */
  font-weight: bold; /* 見やすくするために太字 */
}
