@charset"utf-8";

/* ------------------------------------------------
2カラム横長カセットタイプ 
------------------------------------------------ */
.tourbox {
  /*background:#FFF;*/
  margin: 0 auto;
  padding: 0;
}
.tourbox.tourbox__bg {
  background: #FFF;
}
.tour-list * {
  box-sizing: border-box;
}
.tour-list {
  margin: 10px auto;
  padding: 0;
}
.tour-list>li {
  margin-bottom: 10px;
  padding: 0.5em;
  border: 1px solid #0366D6;
  background: #FFF;
  position: relative;
}
.tour-list>li:after {
  content: "";
  border: 6px solid transparent;
  border-bottom: 6px solid #0366D6;
  border-right: 6px solid #0366D6;
  position: absolute;
  bottom: 0;
  right: 0;
}
.tour-list>li:hover {
  background: #DBEBFE;
  transition: 0.3s;
}
.tour-list>li a {
  display: block;
}
.product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tour-photo {
  width: 30%;
  position: relative;
}
.tour-photo img {
  border-radius: 10px;
  position: relative;
}
.credit-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  font-size: 2.8vw;
  color: #FFF;
  padding: 0.3em;
}
.tour-item {
  width: 70%;
  padding-left: 5px;
}
.icon {
	line-height: 1.3;
    padding: 1%;
    font-size: 1.0em;
    margin-bottom: 1%;
    text-align: right;
    border-bottom: 1px solid #232323;
    color: #232323;
}
.icon img {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.icon span::after{
display: inline-block;
content: "";
margin-right: 3px;
margin-bottom: 3px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: top
}
.icon .ana::after{
background-image: url("../../dst/common/img/carrier/ana.png");
width: 58px;
height: 17px;
}
.icon .ado::after{
background-image: url("../../dst/common/img/carrier/ado.png");
width: 58px;
height: 17px;
}
.icon .apj::after{
background-image: url("../../dst/common/img/carrier/apj.png");
width: 58px;
height: 17px;
}
.icon .fda::after{
background-image: url("../../dst/common/img/carrier/fda.png");
width: 58px;
height: 17px;
}
.icon .jal::after{
background-image: url("../../dst/common/img/carrier/jal.png");
width: 58px;
height: 17px;
}
.icon .jet::after{
background-image: url("../../dst/common/img/carrier/jet.png");
width: 58px;
height: 17px;
}
.icon .sfj::after{
background-image: url("../../dst/common/img/carrier/sfj.png");
width: 58px;
height: 17px;
}
.icon .sjo::after{
background-image: url("../../dst/common/img/carrier/sjo.png");
width: 58px;
height: 17px;
}
.icon .snj::after{
background-image: url("../../dst/common/img/carrier/snj.png");
width: 58px;
height: 17px;
}
.icon .sky::after{
background-image: url("../../dst/common/img/carrier/sky.png");
width: 58px;
height: 17px;
}
.icon .jr::after{
background-image: url("../../dst/common/img/icon_jr.png");
width: 70px;
height: 15px;
}
.icon .odakyu::after{
background-image: url("../../dst/common/img/icon_odakyu.png");
width: 70px;
height: 15px;
}
.icon .tobu::after{
background-image: url("../../dst/common/img/icon_tobu.png");
width: 70px;
height: 15px;
}
.icon .bus1::after{
background-image: url("../../dst/common/img/icon_daybus.png");
width: 80px;
height: 15px;
}
.icon .bus2::after{
background-image: url("../../dst/common/img/icon_staybus.png");
width: 80px;
height: 15px;
}
.icon .bus3::after{
background-image: url("../../dst/common/img/icon_nightbus.png");
width: 80px;
height: 15px;
}
.icon .hotel::after{
background-image: url("../../dst/common/img/icon_hotel.png");
width: 70px;
height: 15px;
}
.icon .imp1::after{
background-image: url("../../dst/common/img/icon_localguide.png");
width: 70px;
height: 15px;
}
.icon .imp2::after{
background-image: url("../../dst/common/img/icon_imp.png");
width: 70px;
height: 17px;
}
.icon .eco::after{
background-image: url("../../dst/common/img/icon_ecotour.png");
width: 70px;
height: 15px;
}
.icon .ship::after{
background-image: url("../../dst/common/img/icon_ship.png");
width: 70px;
height: 15px;
}
.icon .skh::after{
background-image: url("../../dst/common/img/icon_skh.png");
width: 110px;
height: 15px;
}
.icon .jalpak::after{
background-image: url("../../dst/common/img/icon_jalpak.png");
width: 70px;
height: 15px;
}
.icon .rentcar1::after{
background-image: url("../../dst/common/img/icon_rentacar.png");
width: 70px;
height: 15px;
}
.icon .rentcar2::after{
background-image: url("../../dst/common/img/icon_gas.png");
width: 110px;
height: 15px;
}
.icon .web::after {
background-image: url("../../dst/common/img/icon_webcc.png");
width: 160px;
height: 15px;
}
.icon .line::after {
background-image: url("../../dst/common/img/icon_line.png");
width: 70px;
height: 15px;
}

.depart {
  display: block;
  font-size: 3.2vw;
  font-weight: bold;
  color: #333;
}
.depart:before {
  content: "【";
}
.depart:after {
  content: "】";
}
.tour-title {
	font-size: calc(35vw / 750 * 100);
    font-weight: bold;
    line-height: 1.4em;
    color: #000000;
}
.tour-price .air_tour_code {
	display: block;
    font-size: calc(35vw / 750 * 100);
    color: #e90000;
    font-weight: bold;
    text-align: right;
}
.tour-price .price__detail {
  display: block;
  color: #333;
  font-size: 2.8vw;
  font-weight: normal;
}
.tour-price .price__detail:before {
  content: "（";
}
.tour-price .price__detail:after {
  content: "）";
}

/*.tour-price:not(.no-goto)::before {
  content: "Go Toトラベル 表示価格より最大半額補助";
  background-color: #C00;
  font-size: calc(22vw / 750 * 100);
  color: #FFF;
  padding: 0.3em;
  display: inline-block;
  margin: 3px auto;
} */

.tour-date,.tour-detail {
  color: #333;
  font-size: 3.3vw;
  padding-left: 0.5em;
  text-align: right;
}
/*
.tour-detail {
  padding-bottom: 0.5em
}
*/
/*
.tour-date:after {
  content: "出発";
}
*/
.point {
    padding: 3% 2%;
    background-color: #f0f0f0;
    width: 100%;
    position: relative;
}

.point span {
    display: block;
    background-image: url(../img/icon_point.png);
    background-size: 1.2em;
    background-repeat: no-repeat;
    padding: 0 0 0 8%;
    background-position: 1% 1%;
}

.tour-point {
  width: 100%;
  font-size: 2.8vw;
  margin-top: 5px;
  padding-left: 1.0em;
  position: relative;
}
.tour-point+.tour-point {
  margin-top: 0;
}
.tour-point:before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
}
.add-depart {
  display: flex;
  margin: 5px auto 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.add-depart:before {
  content: "◆その他の出発地：";
  font-size: 2.8vw;
}
.add-depart li {
  padding-right: 0.8em;
  margin-right: 0.5em;
  position: relative;
  font-size: 2.8vw;
  line-height: 1.8em;
}
.add-depart li>a {
  text-decoration: underline;
}
.add-depart li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/* ------------------------------------------------
カードタイプ（PCは1カラム横長カセットタイプ表示）
------------------------------------------------ */
.tour-list.single {
  margin: 10px auto;
  padding: 0;
}
.tour-list.single>li {
  flex: 0 0 85%;
  margin-right: 0.5em;
  margin-bottom: 10px;
  padding: 0.5em;
  border: 1px solid #0366D6;
  background: #FFF;
  position: relative;
}
.tour-list.single>li.one {
  flex: 0 0 100%;
  margin-right: 0;
}
.product.product__single {}
.product.product__single .tour-photo {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.product.product__single .tour-photo>img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product.product__single .tour-item {
  width: 100%;
  padding: 0;
}
.product.product__single .tour-title {
  font-size: 4.0vw;
}
.product.product__single .tour-price .air_tour_code {
  font-size: 4.8vw;
}
.product.product__single .tour-date {
  margin-bottom: 10px;
}
.product.product__single .tour-point__single {
  font-size: 3.0vw;
  padding-left: 1.0em;
  position: relative;
}
.product.product__single .tour-point__single:before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
}

/* ------------------------------------------------
カードタイプ
------------------------------------------------ */
.tour-cardbox {
  margin: 10px auto;
  padding: 0.5em;
}
.tour-card * {
  box-sizing: border-box;
}

/* 縦積み*/
.tour-card {
  margin: 0 auto;
  padding: 0;
}
.tour-card>li {
  background: #FFF;
  position: relative;
  margin-bottom: 10px;
  border: 2px solid #000000;
}
.tour-card.grid-line>li{
border: 1px solid #0366D6
}

/*スクロール*/
.tour-card.tour-card__side {
  margin: 0 auto;
  padding: 0;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.tour-card.tour-card__side>li {
  flex: 0 0 85%;
  margin-right: 0.5em;
}
/*
.tour-card>li:after {
  content: "";
  border: 6px solid transparent;
  border-bottom: 6px solid #0366D6;
  border-right: 6px solid #0366D6;
  position: absolute;
  bottom: 0;
  right: 0;
}
*/
.tour-card>li:hover {
  background: #DBEBFE;
  transition: 0.3s;
}
.tour-card>li a {
  display: block;
}
.card-dst__name {
  background: #009;
  text-align: center;
  color: #FFF;
  padding: 0.3em;
  font-size: 2.8vw;
}
.card-photo {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card-photo.card-photo__type3,
.card-photo.card-photo__type4 {
  height: 180px;
}

.card-photo>img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.port {
  display: block;
  width: 100%;
  padding: 0.3em;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 2.8vw;
  color: #FFF;
  background: #009;
}
.card-photo::before {
  display: inline-block;
  background: #e62c36;
  font-size: 2.8vw;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 6px 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tour-card>li.OL .card-photo::before {
  content: "オンライン予約限定";
}
.tour-card>li.OLCC .card-photo::before {
  content: "オンライン・コールセンター予約限定";
}
.card-item {
  padding: 0.3em 0.8em;
  /*border:1px solid #0366D6;*/
}
.card-icon {
  line-height: 1.3;
}
.card-title {
  margin-top: 5px;
  font-size: 4.2vw;
  font-weight: bold;
  line-height: 1.2em;
  color: #1A0DAB;
}
.card-point {
  font-size: 2.8vw;
  margin-top: 5px;
  padding-left: 1.0em;
  position: relative;
}
.card-point:before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
}
.card-price .air_tour_code {
  display: block;
  font-size: 4.8vw;
  color: #C00;
  font-weight: bold;
}
.card-price .card-price__detail {
  display: block;
  color: #333;
  font-size: 2.8vw;
  font-weight: normal;
}
.card-price .card-price__detail:before {
  content: "（";
}
.card-price .card-price__detail:after {
  content: "）";
}
/* .card-price:not(.no-goto)::before {
  content: "GoToトラベル表示価格より最大半額補助";
  background-color: #C00;
  font-size: calc(22vw / 750 * 100);
  color: #FFF;
  padding: 0.3em;
  display: inline-block;
  margin: 3px auto;
} */
.card-dap {
  color: #333;
  font-size: 2.8vw;
}
.card-dap:after {
  content: "出発";
}
.card-date {
  color: #333;
  font-size: 2.8vw;
}
.card-date:after {
  content: "出発";
}

/* ------------------------------------------------
DP商品用
------------------------------------------------ */
.card-title.dp-title {
  font-size: 4.2vw;
  text-align: center
}
.card-price.dp-price{
  text-align: center;
}
.card-price.dp-price::after{
  content: "（大人1名様）";
  display: inline-block;
  margin-left: 0.3em;
  font-size: 2.8vw;
  font-weight: normal;
  color: #333
}
.card-price.dp-price .price{
  font-size: 4.8vw;
  color: #C00;
  font-weight: bold;
}
.card-price.dp-price .price::after{
  content: "円"
}
.dp-list{
  font-size: 2.8vw;
  line-height: 1.3;
  display: flex;
  align-items: baseline;
}
.dp-list+.dp-list{
  margin-top: 2px;
}
.dp-list .dp-list__item{
  display: inline-block;
  background: #7d7d7d;
  color: #FFF;
  text-align: center;
  width: calc(130vw / (750 / 100));
  padding: 2px 0 1px;
  margin-right: calc(5vw / (750 / 100));
}
.dp-list>span+span{
  width: calc(100% - (130vw / (750 / 100)) - (5vw / (750 / 100)));
}
.dp-list .date::after{
  content: "出発"
}
.dp-notice{
  width: 94vw;
  margin: 10px auto
}
.dp-notice>li{
  font-size: 2.8vw;
  padding-left: 1.0em;
  position: relative
}
.dp-notice>li::after{
  content: "※";
  position: absolute;
  top: 0;
  left: 0
}