/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    /*font-family: 'slick';*/
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '●';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@charset "UTF-8";
/* CSS Document */
/* リセット */
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 * {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style-type: none;
  position: relative;
}
.goto p, .goto li, .goto dt, .goto dd, .goto th, .goto td, .goto h1, .goto h2, .goto h3, .goto h4, .goto h5 {
  font-family: 'Noto Sans JP', sans-serif;
}
.goto span {
  font-size: inherit;
  font-weight: inherit;
}
.goto i {
  font-size: inherit;
  font-weight: bold;
}
.goto a {
  text-decoration: none;
}
.goto a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.goto .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.goto h2 {
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 34px;
  font-weight: 400;
  color: #333;
}
.goto h2 span {
	display: block;
	color: #ed6d35;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 5px;
	padding: 0 0 0 5px;
}
.goto img {
  width: 100%;
  height: auto;
}
.goto .pc-none {
  display: none;
}
.goto sub {
	font-size: 14px;
	color: #004998;
	vertical-align:super;
}
.goto .mt10 {
	margin-top: 10px;
}
@media screen and (max-width:768px) {
  .goto h2 {
    font-size: 20px !important;
    margin: 25px 0 20px 0 !important;
  }
  .goto .ttl-bottom {
    margin: 0 0 30px 0;
    font-size: 28px;
  }
  .goto .sp-none {
    display: none;
  }
  .goto .pc-none {
    display: inherit;
  }
  .goto .inner {
    width: 90%;
    padding: 50px 0 30px 0;
  }
}
/*=======================================
	メインビジュアル
=======================================*/
.goto .mainvisual {
  background: #1babde;
  margin: 0 0 50px 0;
	position: relative;
}
.goto .mainvisual .bkimage {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
}
.goto .mainvisual .bkimage li img {
	height: 500px;
	object-fit: cover;
}
.goto .mainvisual .visual-wrap {
  width: 100%;
  height: 500px;
	padding: 20px 0 0 0;
}
.goto .mainvisual .ttl-head {
  text-align: center;
  font-size: 30px;
  width: 360px;
  margin: 0 auto 7px auto;
	padding: 7px 0 10px 0;
	background: #1babde;
	color: #FFF;
	border-radius: 10px;
	position: relative;
	z-index: 9;
}
.goto .mainvisual .ttl-head::after {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	border-top: 12px solid #1babde;
	border-bottom: 0px solid rgba(0,0,0,0);
	border-left: 8px solid rgba(0,0,0,0);
	border-right: 8px solid rgba(0,0,0,0);
	position: absolute;
	bottom: -12px;
	left: calc(50% - 8px);
}
.goto .mainvisual h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
	width: fit-content;
  margin: 0 auto 60px auto;
	padding: 0 20px 3px 20px;
	background: #FFF;
	box-shadow: 3px 3px #1babde;
}
.goto .mainvisual .sub-txt-1 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
	width: fit-content;
  margin: 0 auto 15px auto;
	padding: 0 10px;
  letter-spacing: 1px;
	background: #FFF;
	box-shadow: 3px 3px #1babde;
}
.goto .mainvisual .sub-txt-1 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.goto .mainvisual .sub-txt-2 {
	display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
	width: fit-content;
	margin: 0 auto 5px auto;
	padding: 0 10px;
  letter-spacing: 1px;
	background: #FFF;
	box-shadow: 3px 3px #1babde;
}
/*ロゴ*/
.goto .mainvisual .goto-logo {
  width: 290px;
	margin: 0 auto 10px auto;
}
.goto .mainvisual .tabix-logo {
  width: 82px;
  margin: 40px auto 0 auto;
}
/*背景アニメーション*/
#bk{
  display:block;
  width:1000px;
  height:1000px;
  animation:30s linear infinite rotation1;
	position: absolute;
	top: -250px;
	left: calc(50% - 500px);
}
#bk img {
	width: 100%;
	height: auto;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
/*３つのポイント*/
.goto .mainvisual .point-wrap {
  background: #1babde;
  color: #FFF;
  padding: 20px 0;
}
.goto .mainvisual .point-wrap .midashi {
  background: #FFF;
  color: #1babde;
  width: fit-content;
  height: 48px;
  line-height: 46px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}
.goto .mainvisual .point-wrap .midashi::before {
  content: "";
  display: block;
  width: 20px;
  height: 48px;
  border-top: 24px solid rgba(0, 0, 0, 0);
  border-bottom: 24px solid #FFF;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid #FFF;
  position: absolute;
  left: -20px;
  top: 0;
}
.goto .mainvisual .point-wrap .midashi::after {
  content: "";
  display: block;
  width: 20px;
  height: 48px;
  border-bottom: 24px solid rgba(0, 0, 0, 0);
  border-top: 24px solid #FFF;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #FFF;
  position: absolute;
  right: -20px;
  top: 0;
}
.goto .mainvisual .point-wrap .box-wrap {
  width: 90%;
  max-width: 1000px;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.goto .mainvisual .point-wrap .box-wrap .box {
  width: calc(100% / 2 - 40px);
}
.goto .mainvisual .point-wrap .box-wrap .box span {
  color: #1babde;
}
.goto .mainvisual .point-wrap .box-wrap .box::before {
  content: "";
  display: block;
  width: 120px;
  height: 80px;
  border-top: 65px solid #FFFF00;
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-left: 55px solid rgba(0, 0, 0, 0);
  border-right: 90px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: -5px;
  left: -25px;
  transform: rotate(5deg);
}
.goto .mainvisual .point-wrap .box-wrap .box h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px 0;
  color: #FFF;
  letter-spacing: 1px;
}
.goto .mainvisual .point-wrap .box-wrap .box .txt strong {
  font-weight: 500;
  margin: 0 5px;
	color: #004998;
	border-bottom: 1px dotted #004998;
}
@media screen and (max-width:768px) {
#bk{
  display:block;
  width:580px;
  height:580px;
	top: -80px;
	left: calc(50% - 290px);
}
	.goto .mainvisual .ttl-head {
		font-size: 22px;
    width: 265px;
		padding: 2px 0 5px 0;
	}
	.goto .mainvisual h1 {
		font-size: 34px;
		line-height: 120%;
		padding: 5px 20px;
        margin-bottom: 55px;
	}
	.goto .mainvisual .sub-txt-1 {
		font-size: 19px;
	}
  .goto .mainvisual .sub-txt-2 {
		font-size: 19px;
	}
	.goto .mainvisual .point-wrap .midashi {
		height: auto;
		height: 98px;
		line-height: 26px;
		font-size: 20px;
		padding: 10px;
	}
.goto .mainvisual .tabix-logo {
  width: 82px;
}
.goto .mainvisual .point-wrap .midashi::before {
  height: 98px;
  border-top: 49px solid rgba(0, 0, 0, 0);
  border-bottom: 49px solid #FFF;
}
.goto .mainvisual .point-wrap .midashi::after {
  height: 98px;
  border-bottom: 49px solid rgba(0, 0, 0, 0);
  border-top: 49px solid #FFF;
	}
.goto .mainvisual .point-wrap .box-wrap {
  flex-direction: column;
}
	.goto .mainvisual .point-wrap .box-wrap .box {
  width: 90%;
		margin: 0 auto 40px auto;
}
	.goto .mainvisual .point-wrap .box-wrap .box:last-child {
		margin: 0 auto 10px auto;
}
}
/*=======================================
コンテンツナビ
=======================================*/
.goto .subnav .inner {
  padding: 0;
}
.goto .subnav ul {
  display: flex;
  justify-content: center;
}
.goto .subnav li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 15px;
}
.goto .subnav li a::after {
font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: bold;
    color: #1babde;
	margin: 0 0 0 7px;
}
.goto .subnav li a:hover {
	opacity: 1;
  color: #1babde;
	transition: 0.3s;
}
.goto .subnav.fixed {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}
@media screen and (max-width:768px) {
	.goto .subnav .inner {
		width: 100%;
	}	
.goto .subnav ul {
  flex-wrap: wrap;
	padding: 5px 0;
}
	.goto .subnav li {
		width: 50%;
		text-align: center;
	}
	.goto .subnav li a {
		padding: 3px 5px;
	}
	/* .goto .subnav.fixed li:nth-child(4) {
		display: none;
	} */
}
/*=======================================
	当社の取り組み
=======================================*/
.goto .lead .inner {
	background: #f7f6f5;
	padding: 40px 0 30px 0;
	margin: 50px auto 20px auto;
}
.goto .lead h2 {
  font-size: 25px;
  font-weight: 500;
	margin: 0 0 30px 0;
}
.goto .lead p {
  letter-spacing: 1px;
  max-width: 690px;
  margin: 0 auto;
}
.goto .lead p + p {
  margin: 10px auto 0 auto;
}
.goto .lead .btn-anker {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0 auto;
}
.goto .lead .btn-anker a {
  display: block;
  background: #1babde;
  color: #FFF;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.goto .lead .coupon-code {
  font-size: 1.8em;     /* 大きめのフォントサイズ */
  font-weight: bold;    /* 太文字 */
  color: #e60000;       /* 目立つ赤色 */
  letter-spacing: 2px;  /* 少し文字間隔を広げて強調 */
}
.goto .lead .btn-anker a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: bold;
  position: absolute;
  right: 20px;
	color: #FFFF00;
}
@media screen and (max-width:768px) {
	.goto .lead .inner {
	padding: 40px 20px 30px 20px;
	}
.goto .lead h2 {
  font-size: 18px;
}
}
/*=======================================
	新着情報
=======================================*/
.goto .goto-news dl {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}
.goto .goto-news dl + dl {
  margin: 30px auto 0 auto;
}
.goto .goto-news dt {
  border-bottom: 1px dotted #1babde;
  margin: 0 0 10px 0;
}
.goto .goto-news dt span.day {
  font-size: 14px;
  margin: 0 15px 0 0;
	color: #1babde;
}
.goto .goto-news dt span.title {
  font-size: 18px;
  font-weight: 400;
}
/*もっと見る（アコーディオン）*/
.goto .goto-news .trigger {
  text-align: center;
  display: block;
  margin: 30px auto;
  width: 300px;
  background: #1babde;
	color: #FFF;
  padding: 10px 0;
  cursor: pointer;
}
.goto .goto-news .trigger.active {
  background: #f7f6f5;
	color: #333;
}
.goto .goto-news .trigger.active::after {
  content: "×";
	margin: 0 0 0 10px;
}
@media screen and (max-width:768px) {}

/*=======================================
	リードないの動画
=======================================*/
.lead ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 5px;
  list-style: none;
  justify-content: center;
}
.lead li {
  padding: 5px;
  flex: 1 1 45%;
  max-width: 480px;
  justify-content: center; /* li 内の動画も中央 */
}
iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
@media (max-width: 768px) {
  .lead ul {
    flex-direction: column;
    align-items: center;
  }
  .lead li {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .lead li iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}
/*=======================================
	ご利用にあたってのお願い
=======================================*/
.goto .information {
	background: #f7f6f5;
}
.goto .information h2 {
  font-size: 32px;
  margin: 0 0 20px 0;
}
.goto .information .sub-txt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 40px 0;
	color: #1babde;
}
.goto .information .txt-box {
  width: 100%;
  max-width: 690px;
  margin: 0 auto 30px auto;
}
.goto .information .txt-box ul {
  margin: 20px 0 0 0;
}
.goto .information .txt-box ul.attention li {
	border-bottom: 1px dotted #1babde;
	padding: 0 0 15px 0;
}
.goto .information .txt-box ul.attention li:first-child {
	border-top: 1px dotted #1babde;
	padding: 15px 0;
}
.goto .information .txt-box ul.attention li span {
	margin: 0 10px 0 0;
	font-size:18px;
	color: #1babde;
}
.goto .information .txt-box ul.attention li span.note {
	display: inline-block;
	margin: 7px 0 0 0;
	font-size:14px;
	line-height: 140%;
	color: #004998;
}
.goto .information .txt-box ul.attention li + li {
  margin: 15px 0 0 0;
}
.goto .information .txt-box ul.link li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	margin: 0 10px 0 0;
	color: #004998;
}
.goto .information .txt-box ul.link li a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: bold;
	margin: 0 0 0 5px;
	color: #004998;
}
.goto .information .txt-box ul.link li a {
	color: #004998;
	text-decoration: underline;
}
/*Youtube frame*/
.goto .information .youtube-wrap {
  text-align: center;
}
.goto .information .youtube-wrap iframe {
  width: 690px;
  height: 390px;
  margin: 0 auto;
	border-radius: 10px;
	border: 3px solid #FFF;
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (max-width:768px) {
.goto .information h2 {
  font-size: 28px;
}
	.goto .information .youtube-wrap iframe {
		width: 100%;
		max-width: 400px;
		height: auto;
		min-height: 240px;
	}
}
/*=======================================
	GoToトラベルキャンペーンとは
=======================================*/
.goto .about-goto .lead-box {
  width: 100%;
  max-width: 690px;
  margin: 0 auto 50px auto;
}
.goto .about-goto .lead-box ul {
  border: 2px solid #1babde;
  margin: 15px 0 0 0;
  padding: 10px;
}
.goto .about-goto .lead-box li + li {
  border-top: 1px dotted #1babde;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
}
.goto .about-goto .box {
  margin: 0 0 50px 0;
}
.goto .about-goto .box h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #1babde;
	color: #1babde;
}
.goto .about-goto table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}
.goto .about-goto th, .goto .about-goto td {
  padding: 5px 10px;
  border: 1px solid #999;
}
.goto .about-goto .box .note {
  font-size: 14px;
	color: #004998;
}
/*制度変更について*/
.goto .about-goto .change th {
	text-align: center;
	font-weight: 500;
}
.goto .about-goto .change tr:nth-child(odd) th,
.goto .about-goto .change tr:nth-child(odd) td {
	background: #f7f6f5;
}
.goto .about-goto .change th.old {
	background: #bbe2f1 !important;
}
.goto .about-goto .change th.next {
	background: #ffedab !important;
}
.goto .about-goto .change .arrow {
	text-align: center;
	border: none;
	color: #1babde;
	background: none !important;
}
/*支払額イメージ*/
.goto .about-goto .pay tr {
	background: #f7f6f5;
}
.goto .about-goto .pay tr:first-child {
	background: #bbe2f1;
}
.goto .about-goto .pay tr:nth-child(4) {
	background: #eee7e0;
}
.goto .about-goto .pay tr:last-child {
	background: #ffedab;
}
.goto .about-goto .pay th,.goto .about-goto .pay td {
	text-align: center;
}
.goto .about-goto .pay th.left {
	text-align: left;
}
.goto .about-goto .pay .price-a,.goto .about-goto .pay .price-b {
	background: #1babde;
	color: #FFF;
	padding: 0 5px 1px 5px;
	margin: 0 3px;
	font-size: 14px;
	line-height: 110%;
}
.goto .about-goto .pay .price-b {
	background: #ed6d35;
}
.goto .about-goto .pay .price-a,.goto .about-goto .pay .price-c {
	background: #1babde;
	color: #FFF;
	padding: 0 5px 1px 5px;
	margin: 0 3px;
	font-size: 14px;
	line-height: 110%;
}
.goto .about-goto .pay .price-c {
	background: #27cf4e;
}
/*クーポン配布方法*/
.goto .about-goto .distribution li strong {
	font-size: 18px;
	font-weight: 500;
	color: #004998;
}
.goto .about-goto .distribution li strong::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-weight: bold;
	margin: 0 5px 0 0;
}
.goto .about-goto .distribution li+li {
	margin: 15px 0 0 0;
}
/*外部リンク*/
.goto .about-goto .link-blank a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	margin: 0 10px 0 0;
	color: #004998;
}
.goto .about-goto .link-blank a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: bold;
	margin: 0 0 0 5px;
	color: #004998;	
}
.goto .about-goto .link-blank a span {
	color: #004998;
	text-decoration: underline;
}
/*地域クーポンについて（2021.12.8追加）*/
.goto .about-goto .about-coupon {
    border: 3px solid #1babde;
	padding: 20px 30px;
}
.goto .about-goto .about-coupon h4 {
	text-align: center;
	font-size: 22px;
	padding: 0 0 5px 0;
}
.goto .about-goto .about-coupon h5 {
    background: #1babde;
	color: #FFF;
	padding: 0 0 2px 10px;
	margin: 0 0 10px 0;
	border-radius: 3px;
}
@media screen and (max-width:768px) {
	.goto .about-goto h2 {
		font-size: 24px;
	}
	.goto .about-goto .pay .table-wrap {
		overflow-x: scroll;
}
	.goto .about-goto .pay table {
		width: 1000px;
	}
.goto .about-goto .about-coupon {
	padding: 10px 15px;
}
.goto .about-goto .change th:first-child {
	min-width: 90px;
}
	.goto .about-goto th, .goto .about-goto td {
		padding: 5px;
	}
	.goto .about-goto .change th {
		font-size: 14px;
	}
}
/*=======================================
	料金シミュレーター
=======================================*/
/*料金シミュレーター（上書き）*/
#cam_sim {
  max-width: 690px;
  margin: 0 auto 50px auto;
	background-color: #1babde;
}
#cam_sim .cam_sim_ttl {
	color: #1babde;
}
#cam_sim .cam_sim_ttl::after {
	    background-color: #1babde;
}
#cam_sim .txt {
	padding-bottom: 5px;
}
#cam_sim .input .tbl {
	border-collapse: collapse;
	border-radius: 0;
}
#cam_sim .input .tbl th:first-child,
#cam_sim .input .tbl th:last-child {
	border-radius: 0;
}
#cam_sim .input .input_txt {
	border: 3px solid #ddd !important;
}
#cam_sim .input .tbl td p {
	font-size: 14px;
}
#cam_sim .input .tbl th {
	padding: 5px 10px;
	border-bottom: none;
}
#cam_sim .input .tbl td {
	vertical-align: top;
	padding: 10px;	
}
#cam_sim .result ul li {
    background-color: #f7f6f5;
}
#cam_sim .result ul li .ttl,
#cam_sim .result ul li .result_txt_box,
#cam_sim .result ul li .result_txt_box .result_txt {
	color: #ed6d35;
}
#cam_sim .btn_box .btn {
    background-color: #ed6d35;
    box-shadow: 0 5px 0 0 #bb5535;
}
#cam_sim .attention {
	padding: 10px 15px;
	border: 1px solid #ed6d35;
	background: #FFF;
	color: #ed6d35;
	text-align: left;
	font-size: 14px;
}
@media screen and (max-width:750px) {
	#cam_sim {
    padding: 20px 0;
}
	#cam_sim .input .tbl td:not(:first-child) {
		border-left: 1px solid #999;
	}
}
/*=======================================
	ツアー枠
=======================================*/
.goto .tour-wrap {
	background: #1babde;
}
/*共通*/
.goto .tour-wrap h2 {
  background: #FFFF00;
  width: fit-content;
  height: 58px;
  line-height: 56px;
  margin: 0 auto 40px auto;
  padding: 0 20px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  position: relative;
	text-shadow: 1px 1px #FFF;
}
.goto .tour-wrap h2::before {
  content: "";
  display: block;
  width: 20px;
  height: 58px;
  border-top: 29px solid rgba(0, 0, 0, 0);
  border-bottom: 29px solid #FFFF00;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid #FFFF00;
  position: absolute;
  left: -20px;
  top: 0;
}
.goto .tour-wrap h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 58px;
  border-bottom: 29px solid rgba(0, 0, 0, 0);
  border-top: 29px solid #FFFF00;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #FFFF00;
  position: absolute;
  right: -20px;
  top: 0;
}
@media screen and (max-width:768px) {
	
.goto .tour-wrap h2 {
  margin: 0 auto 20px auto;
  padding: 0 10px;
  font-size: 26px;
}
}
/*=======================================
	ツアーを探す
=======================================*/

/* 新聞掲載ツアータブ切 */
.news__tab--itembox{
  display: flex;
  flex-wrap: wrap;
}
.news__tab--itembox li.active{
  background-color: white;
  color: #1babde;
}

.news__tab--itembox li{
  background-color: rgb(131 131 131);
  padding: 15px 30px;
  margin: 0 5px;
  display: flex;
  flex: 1;
  justify-content: center;
  color: #fff;
  font-weight: 500;
}

.news__tab--itembox li:hover{
  opacity: 0.8;
  transition: 0.3s;
}
.news__area-wrap{
  display: none;
}

.news__area-wrap.active{
  display: block;
}

@media screen and (max-width:768px) {
	.news__tab--itembox li{
    padding: 10px 10px;
    margin: 5px 5px;
    flex: initial;
    width: calc( 100% / 3 - 10px);
    align-items: center;
  }
}

.goto .tour-head .midashi {
  text-align: center;
  font-size: 36px;
	color: #FFF;
	margin: 0 0 40px 0;
}
.goto .tour-head ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.goto .tour-head li {
	margin: 10px;
}
.goto .tour-head li {
	margin: 7px;
}
.goto .tour-head li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
  padding: 10px 15px;
	background: #FFF;
}
.goto .tour-head li a:hover {
	opacity: 1;
	background: #004998;
	color: #FFF;
	transition: 0.3s;
}
@media screen and (max-width:768px) {}
/*=======================================
	おすすめツアーランキング
=======================================*/
.goto .ranking .box-wrap {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
.goto .ranking .box {
  margin: 0 0 20px 0;
	background: #FFF;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.2);
	border-radius: 10px;
}
.goto .ranking .box a {
  display: flex;
  justify-content: space-between;
	padding: 20px;
}
.goto .ranking h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
	color: #004998;
}
.goto .ranking .img-box {
  width: 400px;
  height: auto;
  position: relative;
}
.goto .ranking .img-box span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ed6d35;
  color: #FFF;
  position: absolute;
  top: -2px;
  left: 10px;
	z-index: 3;
}
.goto .ranking .img-box span::before {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  border-top: 0 solid #ed6d35;
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #ed6d35;
  border-right: 20px solid #ed6d35;
  box-sizing: border-box;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.goto .ranking .txt-box {
  width: calc(100% - 420px);
}
.goto .ranking .txt-box:hover {
  opacity: 0.8;
	transition: 0.3s;
}
.goto .ranking .ico {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.goto .ranking .ico li {
  background: #666;
  color: #FFF;
  padding: 1px 7px 2px 7px;
  margin: 0 7px 7px 0;
  display: inline-block;
  font-size: 14px;
}
.goto .ranking .detail {
  margin: 0 0 10px 0;
}
.goto .ranking .detail li {
  font-size: 14px;
}
.goto .ranking .txt {
  margin: 0 0 10px 0;
}
.goto .ranking .price {
  margin: 0 0 10px 0;
  color: #DD0000;
}
.goto .ranking .price span {
  font-size: 22px;
  font-weight: 500;
}
.goto .ranking .dep-btn li {
  width: 100%;
  text-align: center;
}
.goto .ranking .dep-btn li a {
  display: block;
  color: #FFF;
  background: #333;
  font-size: 18px;
  padding: 10px;
  border-radius: 5px;
}
.goto .ranking .tour-btn {
	background: #004998;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	border-radius: 3px;
	position: relative;
}
.goto .ranking .tour-btn::after {
font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: bold;
	display: block;
	position: absolute;
	top:calc(50% - 12px);
	right:15px;
}
/*もっと見る*/
.goto .ranking .btn-list {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0 auto;
}
.goto .ranking .btn-list a {
  display: block;
  background: #FFF;
  color: #004998;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.goto .ranking .btn-list a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: bold;
  position: absolute;
  right: 20px;
	color: #004998;
}

@media screen and (max-width:768px) {
  .goto .ranking .box a {
    flex-direction: column;
    margin: 0 0 30px 0;
  }
  .goto .ranking .img-box {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
  .goto .ranking .img-box img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .goto .ranking .txt-box {
    width: 100%;
    margin: 0 auto;
  }
}
/*=======================================
	イチオシ特集
=======================================*/
.goto .goto-recommend .inner {
	max-width: 1030px;
}
.goto .goto-recommend ul {
  display: flex;
  flex-wrap: wrap;
}
.goto .goto-recommend ul li {
  width: calc(100% / 3 - 30px);
	margin: 15px
}
.goto .goto-recommend ul li a {
  display: block;
  color: #FFF;
}
.goto .goto-recommend ul li a h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
}
.goto .goto-recommend li img {
	border-radius: 10px;
	border: 2px solid #FFF;
}
@media screen and (max-width:768px) {
	.goto .goto-recommend ul li a h3 {
		margin: 0 0 10px 0;
	}
  .goto .goto-recommend ul {
    flex-direction: column;
  }
  .goto .goto-recommend ul li {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .goto .goto-recommend ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .goto .goto-recommend ul li a img {
    width: 48%;
    height: auto;
    object-fit: cover;
  }
  .goto .goto-recommend ul li a .txt-box {
    width: 49%;
  }
}
/*=======================================
	旅のカテゴリから探す
=======================================*/
.goto .tourtype .midashi {
	text-align: center;
	font-size: 24px;
	color: #FFF;
	border-bottom: 2px solid #FFF;
	margin: 0 0 30px 0;
}
.goto .tourtype ul {
	display: flex;
	justify-content: space-between;
}
.goto .tourtype li {
	text-align: center;
}
.goto .tourtype li a {
	display: block;
	font-size: 20px;
	font-weight: 500;
	background: #FFF;
	color: #1babde;
	padding: 15px 0;
}
.goto .tourtype ul.type1 {
	margin: 0 0 50px 0;
}
.goto .tourtype ul.type1 li {
	width: calc(100% / 2 - 10px);
}
.goto .tourtype ul.type2 li {
	width: calc(100% / 3 - 15px);
}
@media screen and (max-width:768px) {
	.goto .tourtype ul {
		flex-direction: column;
	}
.goto .tourtype ul.type1 li,
.goto .tourtype ul.type2 li {
	width: 100%;
}
	.goto .tourtype li+li {
		margin: 10px 0 0 0;
	}
}

/*=======================================
	目的・テーマから探す
=======================================*/
.goto .theme .inner {
	max-width: 1020px;
}
.goto .theme ul {
  display: flex;
  flex-wrap: wrap;
}
.goto .theme li {
  width: calc(100% / 4 - 20px);
  margin: 0 10px 20px 10px;
  text-align: center;
}
.goto .theme li a {
	display: block;
  color: #FFF;
}
.goto .theme li span {
	margin: 5px 0 0 0;
	display: block;
}
.goto .theme li img {
	border-radius: 10px;
	border: 2px solid #FFF;
}
@media screen and (max-width:768px) {
  .goto .theme ul {
    margin: 0 auto;
	  flex-wrap: wrap;
	  justify-content: space-between;
  }
  .goto .theme li {
    width: calc(100% / 2 - 10px);
    margin: 0 0 30px 0;
  }
}

/*=======================================
	出発地から探す
=======================================*/
.goto .departure .inner {
	max-width: 1020px;
}
.goto .departure ul {
  display: flex;
  flex-wrap: wrap;
}
.goto .departure li {
  width: calc(100% / 6 - 20px);
	margin: 10px;
  text-align: center;
}
.goto .departure li a {
	display: block;
  color: #FFF;
}
.goto .departure li span {
	margin: 5px 0 0 0;
	display: block;
}
.goto .departure li img {
	border-radius: 10px;
	border: 2px solid #FFF;
}
@media screen and (max-width:768px) {
.goto .departure ul {
	margin: 0 auto;
	  flex-wrap: wrap;
	  justify-content: space-between;
}
.goto .departure li img {
  display: none;
}
.goto .departure li span {
		display: inline;
	font-size: 18px;
	}
.goto .departure li {
  width: calc(100% / 2 - 10px);
    margin: 0 0 20px 0;
	text-align: left;
}
	.goto .departure li a::before {
	font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: bold;
    margin: 0 10px 0 0;
    color: #004998;
}
}
/*=======================================
	目的地から探す
=======================================*/
.goto .destination .inner {
	max-width: 1020px;
}
.goto .destination ul {
  display: flex;
  flex-wrap: wrap;
}
.goto .destination li {
  width: calc(100% / 6 - 20px);
	margin: 10px;
  text-align: center;
}
.goto .destination li a {
  display: block;
  color: #FFF;
}
.goto .destination li .no-click {
  pointer-events: none;
}
.goto .destination li span {
	margin: 5px 0 0 0;
	display: block;
}
.goto .destination li img {
	border-radius: 10px;
	border: 2px solid #FFF;
}
.goto .destination li .pc_image {
	position: relative;
}
.goto .destination li .pc_image_text{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
}
.goto .destination .area {
	text-align: center;
	font-size: 24px;
	color: #FFF;
	border-bottom: 2px solid #FFF;
	margin: 20px 0 25px 0;
}
@media screen and (min-width:769px) {
.goto .destination li .sp_preparation {
	display: none;
}
.goto .destination li .sp_onsale {
	display: none;
}
}

@media screen and (max-width:768px) {
    
.goto .destination li .pc_image_text {
	display: none;
}
.goto .destination li .pc_image {
	display: none;
}
.goto .destination li .sp_preparation {
	color: #404040;
	font-size: 14px;
}
.goto .destination li .sp_onsale {
	color: #d91818;
	font-size: 14px;
    font-weight: bold;
}
    
.goto .destination ul {
	margin: 0 auto;
	  flex-wrap: wrap;
	  justify-content: space-between;
}
.goto .destination li img {
  display: none;
}
.goto .destination li span {
		display: inline;
	font-size: 18px;
	}
.goto .destination li {
  width: calc(100% / 2 - 10px);
    margin: 0 0 20px 0;
	text-align: left;
}
	.goto .destination li a::before {
	font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: bold;
    margin: 0 10px 0 0;
    color: #004998;
}
}

/*=======================================
	料金シミュレーター
=======================================*/
/*料金シミュレーター（上書き）*/
.txt-2{
  font-size: 15px;
  font-weight: 100;
  color: #202020;
  text-align: center;
  padding: 15px 0;
}

/*タブ実装*/
.btn_area {
  margin: 0 155px;
	display: -webkit-box;
	display: flex;
}

.tab_btn {
  width: 50%;
  padding: 8px 0;
  color: #1babde;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  border-top: solid 14px #1babde;
  border-right: solid 14px #1babde;
  border-left: solid 14px #1babde
}

.tab_btn + .tab_btn {
	/* margin-left: 8px; */
}

/* .tab_btn:hover {
	opacity: 0.5;
} */

.tab_btn.active {
    background:#1babde;
    color:#fff;
    font-weight: 900;
}

.panel_area {
    border: solid 1px #e3ebf3;
    padding: 20px;
}

.cam_sim {
    display:none;
}

.cam_sim.active {
    display:block;
}
/* タブここまで */

.cam_sim {
  max-width: 690px;
  margin: 0 auto 50px auto;
	background-color: #1babde;
}
.cam_sim .cam_sim_ttl {
	color: #1babde;
}
.cam_sim .cam_sim_ttl::after {
	    background-color: #1babde;
}
.cam_sim .txt {
	padding-bottom: 5px;
}
.cam_sim .input .tbl {
	border-collapse: collapse;
	border-radius: 0;
}
.cam_sim .input .tbl th:first-child,
.cam_sim .input .tbl th:last-child {
	border-radius: 0;
}
.cam_sim .input .input_txt {
	border: 3px solid #ddd !important;
}
.cam_sim .input .tbl td p {
	font-size: 14px;
}
.cam_sim .input .tbl th {
	padding: 5px 10px;
	border-bottom: none;
}
.cam_sim .input .tbl td {
	vertical-align: top;
	padding: 10px;	
}
.cam_sim .result ul li {
    background-color: #f7f6f5;
}
.cam_sim .result ul li .ttl,
.cam_sim .result ul li .result_txt_box,
.cam_sim .result ul li .result_txt_box .result_txt {
	color: #1287b1;
}
.cam_sim .btn_box .btn {
    background-color: #ed6d35;
    box-shadow: 0 5px 0 0 #bb5535;
}
.cam_sim .attention {
	padding: 10px 15px;
	border: 1px solid #1287b1;
	background: #FFF;
	color: #1287b1;
	text-align: left;
	font-size: 14px;
}
@media screen and (max-width:750px) {
	.cam_sim {
    padding: 20px 0;
}
	.cam_sim .input .tbl td:not(:first-child) {
		border-left: 1px solid #999;
	}
  .btn_area {
    margin: inherit;
  }

}
/*=======================================
	よくある質問
=======================================*/
.goto .faq li {
  padding: 15px 0;
}
.goto .faq .que {
  font-size: 18px;
  color: #FFF;
  padding: 10px 10px 10px 45px;
  margin: 0 0 10px 0;
  background: #1babde;
  border-radius: 7px;
  position: relative;
}
.goto .faq .que span {
  display: block;
  color: #FFF;
  text-align: center;
	font-size: 22px;
	font-weight: 500;
  position: absolute;
  top: 5px;
  left: 13px;
}
.goto .faq .ans {
  font-size: 16px;
  padding: 5px 10px 5px 80px;
  position: relative;
}
.goto .faq .ans span.icon {
  display: block;
  color: #000;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 40px;
  width: 30px;
  height: 30px;
  font-size: 18px;
	font-weight: 500;
  line-height: 26px;
  border-radius: 7px;
  background: #FFFF00;
}
@media screen and (max-width:768px) {
  .goto .faq .ans {
    padding: 5px 10px 5px 60px;
  }
  .goto .faq .ans span.icon {
    left: 20px;
  }
}
@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;
}
.goto .search-theme .btn-anker {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0 auto;
}
.goto .search-theme .btn-anker a {
  display: block;
  background: #1babde;
  color: #FFF;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
@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; /* 見やすくするために太字 */
}
