@charset "UTF-8";

article {
    font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #3a3a3a;
}

.container {
    padding-left: 12px;
    padding-right: 12px;
}

#newsflash{
   display: none !important;
}


/* ====================================
　　共通　カード全体　スクロール
==================================== */
.wrap-area{
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 10px;
}
.row-area{
   display: flex;
   width: 500%;
}
.col-area{
   width: 33%;
   padding: 0 8px;
}

.card-area{
   padding: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: 5px;
}

.title-area{
   position: relative;
}

.card-plan-price span{
	font-size: 16px!important;
}

/*個別設定*/
#Area .row-area{
   display: flex;
   width: 240%;
}

#Pickup .row-area{
   display: flex;
   width: 400%;
}


@media(min-width:768px) {
	.wrap-area{
	  width: 100%;
	  overflow-x: scroll;
		padding-bottom: 20px;
	}
	.row-area{
	   display: flex;
	   width: 260%;
	}
	.col-area{
	   padding: 0 5px;
	}

	#Area .row-area{
	   display: flex;
	   width: 120%;
	}

	#Pickup .row-area{
	   display: flex;
	   width: 200%;
	}
}

@media(min-width:992px) {
	.col-area{
	   padding: 0 10px!important;
	}
}


/*  カードdesign
==================================== */
/*card*/
.themepark-block .row-area {
    width: 1300px;
}
.themepark-block .row-area.tdr-row {
    width: 2500px;
}
.themepark-block .col-area {
    width: 17.5%;
    padding: 0 5px;
}

.themepark-block .card-area > .btn-modal-plan {
    padding: 0;
    background: transparent;
}

.themepark-block .card-area > .btn-modal-plan:focus {
    box-shadow: none;
}


/*カード*/
.btn-modal-plan {
    white-space: inherit;
    text-align: left;
    font-weight: inherit;
    padding: 12px 14px 12px 10px;
    display: block;
    width: 100%;
}

/* card text */
.themepark-block .detail-info {
    margin-top: 4px;
    margin-bottom: 18px;
    padding: 0 5px;
    font-size: 12px;
}

.detail-card-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    color: #3a3a3a;
    margin-bottom: 10px;
}

/* title */
.themepark-block .detail-info p.detail-card-title {
    font-size: 15px;
    line-height: 1.3;
    padding: 0 0 6px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #838383;
	display: flex;
    align-items: end;
}

/* point */
.detail-card-point {
	margin-top: 5px;
    margin-bottom: 12px;
}

.detail-card-point li{
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px;
    padding-left: 14px;
    position: relative;
    color: #3a3a3a;
}
.detail-card-point li::before{
    content: '\f058';
    position: absolute;
    left: 0;
	top: 50%;
    transform: translate(0, -50%);
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    color: #f54b7b;
}

/* price */
.themepark-block .card-plan-price {
    font-size: 12px !important;
    color: #3a3a3a;
}

.themepark-block .card-plan-price .num {
    font-size: 18px!important;
}

.themepark-block .card-plan-price .num.min:after {
    font-size: 12px;
}



@media(min-width: 768px) {
    /*card*/
    .themepark-block .row-area {
        width: 1300px;
    }
    .themepark-block .row-area.tdr-row {
        width: 1800px;
    }
    .themepark-block .col-area {
        width: 20.5%;
        padding: 0 5px;
    }
	
/*	カード*/
	.btn-modal-plan {
        padding: 20px 10px 20px;
    }
    
    /*card header*/
    .card-box-header {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    
    .themepark-block .detail-info {
        margin-top: 8px;
        margin-bottom: 8px;
        padding: 0;
        font-size: 16px;
        line-height: 1.2;
    }

    /* card title */
    .detail-card-title {
        font-size: 12px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    
    /* title */
    .themepark-block .detail-info p.detail-card-title {
        font-size: 16px;
        padding: 0 0 10px 0;
    }
    
    /*point*/
    .detail-card-point li{
        margin-bottom: 5px;
    }
    
    /* price */
    .themepark-block .card-plan-price {
        font-size: 11px !important;
    }

    .themepark-block .card-plan-price .num {
        font-size: 20px !important;
    }
}

@media(min-width: 1024px) {
    /*card*/
    .themepark-block .row-area {
        width: 1600px;
    }
    .themepark-block .row-area.tdr-row {
        width: 2200px;
    }
    .themepark-block .col-area {
        width: 24.5%;
        padding: 0 5px;
    }
}

@media(min-width: 1100px) {
    /*card*/
    .themepark-block .row-area {
        width: 2200px;
    }
    .themepark-block .row-area.tdr-row {
        width: 3200px;
    }
    .themepark-block .col-area {
        width: 26.5%;
        width: calc(100% / 8);
        padding: 0 5px;
    }
}



/*------------------------------------
	追記 2025summer
------------------------------------*/

/*------------------------------------
	共通
------------------------------------*/
/*リンク*/
a{	
	text-decoration: none;
	color: inherit;
}
a:hover{
	color: inherit;
}
a:link, a:visited, a:hover, a:active, a:focus{
	text-decoration: none;
}

/*余白*/
#maincontents{
   padding: 40px 0 100px;
}
#Busprice,#Themepark,#Area,#Seat,#Pickup,#Column,#Sns{
   padding: 100px 0 0;
}

/*テーマパーク内*/
.themepark-block {
	padding: 100px 0;
}


@media(max-width : 767px) {
	#maincontents{
	   padding: 40px 0 60px;
	}
	
	#Busprice,#Themepark,#Area,#Seat,#Pickup,#Column,#Sns{
	   padding: 60px 0 0;
	}
	/*テーマパーク内*/
	.themepark-block {
		padding: 80px 0 60px;
	}
}
	
/*見出し
-----------------------------*/
.content-header{
	margin-bottom: 30px;
	text-align: center;
}
.content-header p{
	text-align: center;
}

h2.title-text {
    font-size: 40px;
    font-weight: 700;
    background: #797ed4;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 0 0 2px 2px;
    color: #fff;
    line-height: 1;
}
h3.title-text-sub{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}

/*見出し画像*/
h3.title-img {
    text-align: center;
	margin-bottom: 30px;
}
h3.title-img img{
    margin: auto;
}

p.title-sub{
	font-size: 22px;
    font-weight: 700;
    background: #FEFE25;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 0 0 2px 2px;
    color: #1b1b1b;
}

@media(max-width : 767px) {
	/*共通　見出し*/
	h2.title-text {
		font-size: 30px;
	}
	
	.content-header h3.title-text-sub{
		font-size: 18px;
	}
	
	p.title-sub{
		font-size: 18px;
	}
	
	/*見出し画像*/
	h3.title-img {
	    transform: scale(0.87);
	}
	#usj h3.title-img img.onlysm{
		transform: scale(1.2);
	}
	#nagashima-fujiq .wrap-fujiq h3.title-img{
		transform: scale(0.9);
	}
}
	

/*プラン内容　アイコン*/
p.title-plan,
.title-plan{
	font-weight: 700;
	color: #1b1b1b;
	font-size: 16px;
}
.title-plan .bg-color{
    background: #1b1b1b;
    color: #fff;
    font-size: 14px;
    min-width: 102px;
    padding: 2px 15px;
    border-radius: 50px;
}

.icon-bus,
.icon-hotel,
.icon-ticket{
	position: relative;
	padding-left: 23px;
	margin-left: 8px;
	margin-right: 8px;
}
.icon-hotel,
.icon-ticket{
	margin-right: 0px;
}

.icon-bus::before {
    content: '';
    position: absolute;
	top: 50%;
	transform: translate(0, -45%);
    left: 0;
    width: 19px;
    height: 19px;
    display: inline-block;
	background: url(/static/img/campaign/student/2025summer/icon-bus.svg) no-repeat center center / 100%;
}

.icon-hotel::before {
    content: '';
    position: absolute;
	top: 50%;
	transform: translate(0, -45%);
    left: 0;
    width: 17px;
    height: 17px;
    display: inline-block;
	background: url(/static/img/campaign/student/2025summer/icon-hotel.svg) no-repeat center center / 100%;
}

.icon-ticket::before {
    content: '';
    position: absolute;
	top: 50%;
	transform: translate(0, -45%);
    left: 0;
    width: 19px;
    height: 19px;
    display: inline-block;
	background: url(/static/img/campaign/student/2025summer/icon-ticket.svg) no-repeat center center / 100%;
}

@media(max-width : 767px) {
	/*プラン内容*/
	.title-plan{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.title-plan .bg-color{
		margin-bottom: 10px;
	}
	.title-plan .wrap-icon{
		width: 100%;
	}
}

/*セクション区切りの三角
-----------------------------*/
.triangle{
	position: relative;
	background: #f3f3f3;
}
.triangle:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	width: 135px;
	height: 60px;
	background: #fff;
}

.triangle-gray{
	position: relative;
	background: #fff;
}
.triangle-gray:before{
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	width: 135px;
	height: 60px;
	background: #f3f3f3;
}


@media(max-width : 767px) {
	.triangle:before,
	.triangle-gray:before{
		width: 115px;
		height: 40px;
	}
}


/*	ボタン
-----------------------------*/
.wrap-btn{
	text-align: center;
}
.btn-design{
	display: block;
	text-decoration: none;
	position: relative;
	border-radius: 100px;
	width: 100%;
	max-width: 370px;
	text-align: center;
	background: #fff;
	color: #1b1b1b;
	border: solid 2px #1b1b1b;
	padding: 20px;
	font-weight: 700;
	font-size: 18px;
}
.btn-design:hover{
	opacity: 0.7;
	transition: 0.2s;
	text-decoration: none;
	color: inherit;
}

/* 矢印 ＞ */
.btn-design:before{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate(0, -50%);
    font-weight: 900;
}

/*カード内ボタン*/
.card-area .btn-design{
	padding: 10px 20px;
	max-width: 304px;
	margin: 10px auto;
	font-size: 16px;
}

/*すべて見る・一覧・その他　ボタン*/
.btn-design-all{
	font-size: 18px;
}

@media(max-width : 767px) {
	/*ボタン*/
	.btn-design{
		padding: 10px 20px;
	}
	/*カード内ボタン*/
	.card-area .btn-design{
		font-size: 14px;
		max-width: 243px;
	}
	/*すべて見る・一覧・その他　ボタン*/
	.btn-design-all{
		font-size: 14px;
	}
}



/*---------------------------
	メインビジュアル
----------------------------*/
#Hero .hero-logo img{
   margin: auto;
}


/*---------------------------
	ページ内リンクナビ
----------------------------*/
/*メインのナビ
-----------------------------*/
.list-localnav-main{
	display: flex;
	justify-content: center;
}
.list-localnav-main li{
	width: 32%;
	margin: 0 1%;
}
.list-localnav-main .btn-design{
	font-size: 26px;
}
.list-localnav-main .btn-design:before{
	content: "\f107";
	font-size: 20px;
}

@media(max-width : 991px) {
	.list-localnav-main{
		flex-wrap: wrap;
	}
	.list-localnav-main li{
		width: 100%;
		margin: 0 0 10px;
	}
	.list-localnav-main .btn-design{
		margin: auto;
		font-size: 20px;
	}
}


/*-----------------------------
	最安値全体
-----------------------------*/
/*ホバー*/
#lowest-price a:hover{
	opacity: 0.5;
}

#lowest-price{
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

#lowest-price .nav{
  padding:20px;
  
}
#lowest-price .nav li{
  text-align:center;
  font-size:16px;
  line-height:1.0;
  padding: 0 3px 0 1px;
}

#lowest-price .nav li a{
  display:block;
  color:#787878;
  font-weight:bold;
  background:#fff;
  padding:10px 20px;
  border-radius:60px;
  border:1px solid #787878;
}
#lowest-price .nav li a:hover,
#lowest-price .nav li a.active{
  text-decoration:none;
	color: #2F242C;
	border: #2F242C 1px solid;
}
#lowest-price table{
  font-size:14px;
  width:86%;
  margin:30px auto;
	outline: 1px solid #E7E7E7;
	border-radius: 15px;
}


#lowest-price table th,
#lowest-price table td{
  padding:16px;
  line-height:1.0;
  text-align: center;
  font-size: 16px;
}

#lowest-price table thead {
	border: none;
}
#lowest-price table thead th{
	background: #F6F6F6;
	border: none;
}
#lowest-price table thead th.after_2months{
	border-top-right-radius: 15px;
}

#lowest-price table thead th:first-child{
		border-top-left-radius: 15px;
}


#lowest-price table th:first-child,
#lowest-price table td.route_title{
  width:200px;
  background:#F6F6F6;
  padding-left:15px;
  padding-right:15px;
  border-color:#E7E7E7;
  text-align: center;
	border-right: 1px solid #dee2e6;
}
#lowest-price table td.route_title a{
  color: #111111;
}
.table thead th{
  color:#111111;
  border-bottom:none;;
}
#lowest-price table td.route_title{
  color:#111111;
}
.this_month,
.next_month,
.after_2months,
.after_3months{
  text-align:right;
}
.this_month a,
.next_month a,
.after_2months a,
.after_3months a,
.this_month a:hover,
.next_month a:hover,
.after_2months a:hover,
.after_3months a:hover{
  color:#EC7190;
  font-size:20px;
  font-weight:bold;
}
.this_month a:before,
.next_month a:before,
.after_2months a:before,
.after_3months a:before{
  content: "￥";
    font-size: 18px;
}

@media(max-width : 1199px) {
  #lowest-price .nav li{
    font-size:14px;
  }
  #lowest-price table{
    font-size:12px;
  }
  .this_month a,
  .next_month a,
  .after_2months a,
  .after_3months a,
  .this_month a:hover,
  .next_month a:hover,
  .after_2months a:hover,
  .after_3months a:hover{
    font-size:20px;
  }
  .this_month a:before,
  .next_month a:before,
  .after_2months a:before,
  .after_3months a:before{
      font-size: 18px;
  }
}

@media(min-width : 768px) and (max-width : 991.98px) {
  #lowest-price .nav li{
    font-size:16px;
  }
  #lowest-price table{
    font-size:14px;
  }
  .this_month a,
  .next_month a,
  .after_2months a,
  .after_3months a,
  .this_month a:hover,
  .next_month a:hover,
  .after_2months a:hover,
  .after_3months a:hover{
    font-size:16px;
  }
  .this_month a:before,
  .next_month a:before,
  .after_2months a:before,
  .after_3months a:before{
      font-size: 14px;
  }
}

@media(max-width : 767px) {
  #lowest-price{
    height:auto;
  }
  #lowest-price .nav{
    padding:15px 8px;
	min-width: 380px;
	justify-content: left;
  }

 #lowest-price .nav li{
		  padding: 0 2px;
  }		  
  #lowest-price table{
    margin: 13px auto;
    width: calc(100% - 20px);
  }
  #lowest-price table th,
  #lowest-price table td{
    padding:10px 5px;
    font-size: 12px;
  }
  #lowest-price table td{
    text-align: center;
  }
  #lowest-price table td.route_title{
    text-align: left;
  }
  #lowest-price table th:first-child,
  #lowest-price table td.route_title{
    padding-left:10px;
    padding-right:10px;
    width: 100px;
    font-size: 12px;
  }
  .this_month a,
  .next_month a,
  .after_2months a,
  .after_3months a,
  .this_month a:hover,
  .next_month a:hover,
  .after_2months a:hover,
  .after_3months a:hover{
    font-size:11px;
  }
  .this_month a:before,
  .next_month a:before,
  .after_2months a:before,
  .after_3months a:before{
      font-size: 10px;
  }
}

@media(max-width:374px) {
  #lowest-price .nav li{
    font-size:12px;
  }
  #lowest-price table{
    width:98%;
  }
  #lowest-price table td.route_title{
    padding-left:10px;
  }
  #lowest-price table th:first-child, 
  #lowest-price table td.route_title{
    width:95px !important;
  }
}



/*エリアナビ　スクロール
-------------------------*/
#lowest-price .scroll-set .nav{
  padding:12px 13px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
#lowest-price .scroll-set{
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background:none;
  padding:0;
}
#lowest-price .scroll-set .nav-tabs {
	border-bottom: none;
}

#lowest-price .scroll-set .nav-tabs li a{
  font-size:16px;
}
#lowest-price .scroll-set .nav{
  width:100%;
}

@media(min-width : 768px) and (max-width : 991.99px) { 
  #lowest-price .scroll-set .nav{
    padding:21px 13px;
  }
  #lowest-price .scroll-set{
    overflow-x: hidden;
    background:none;
    padding:0;
  }
  #lowest-price .scroll-set .nav-tabs li a{
    font-size:14px;
  }
  #lowest-price .scroll-set .nav{
    width:100%;
  }
} 

@media(max-width:767px) { 
  #lowest-price .scroll-set .nav{
    padding:10px 0;
  }
  #lowest-price .scroll-set{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    background:none;
    padding:0;
  }
  #lowest-price .scroll-set .nav-tabs li a{
    padding: 6px 7px;
    font-size:12px;
  }
}


/*出発地/到着地から探す
-------------------------*/
.wrap-departure-arrival{
	padding: 6px;
    width: 100%; 
    margin: 10px auto;
	display: flex;
	text-align: left;
}

.wrap-departure,
.wrap-arrival{
	width: 50%;
}
	
/*小見出し*/
.search-text{
    font-weight: bold;
	font-size: 16px;
    margin: 0 0 5px;
}

.prefectures-ul{
    display:flex;
	flex-wrap: wrap;
}
.prefectures-ul li{
    margin: 0 8px 0 0;
}
.prefectures-ul li a {
    color: #111;
    padding: 5px 10px;
	display: block;
	width: 100%;
}	


@media (max-width : 767px) {
	/*出発地/到着地から探す*/
	.wrap-departure-arrival {
        width: 100%;
        padding: 0 10px;
		margin: 10px auto 0;
		display: block;
	}
	.wrap-departure-arrival .search-text{
		font-size: 12px;
		font-weight: bold;
	}
	.prefectures-ul li{
		margin: 0 4px 4px 0;
	}
	.prefectures-ul li a{
		font-size: 12px;
	}
	
	.wrap-departure,
	.wrap-arrival{
		width: 100%;
	}
	
	/*到着地のみ*/
	.wrap-arrival{
		margin-top: 8px;
		margin-left: 0px;
	}
}


/*---------------------------------------
	テーマパーク
----------------------------------------*/
/*テーマパークのナビ
-----------------------------*/
.list-localnav-themepark{
	display: flex;
	justify-content: center;
	padding: 40px 0 40px;
}
.list-localnav-themepark li{
	width: 25%;
	margin: 0 10px;
}
.list-localnav-themepark .btn-design{
	padding: 10px;
	border-width: 1px;
	margin: auto;
	max-width: 450px;
}
.list-localnav-themepark .btn-design:before{
	display: none;
}

@media(max-width : 1199px) {
	.list-localnav-themepark{
		flex-wrap: wrap;
		padding: 10px 0 40px;
	}
	.list-localnav-themepark li{
		width: 48%;
		margin: 1%;
	}
}

@media(max-width : 767px) {
	.list-localnav-themepark .btn-design{
		font-size: 12px;
	}
}

@media(max-width : 374px) {
	.list-localnav-themepark .btn-design{
		font-size: 11px;
	}
}

/*---------------------------------------
	TDR
----------------------------------------*/
/*カード
--------------------------*/
.detail-card-point li{
    font-size: 14px;
}

/*チェックマーク*/
.detail-card-point li::before{
    color: #000;
}

/*料金*/
.card-plan-price span {
    color: #F12B2B;
}
.themepark-block .card-plan-price {
	font-size: 14px !important;
}

/*ボタン*/
.student-mainpage .btn-main{
	background: #fff;
	color: #1b1b1b;
	border: 2px solid #1b1b1b;
}
.themepark-block .btn-main, .themepark-block .btn-main02{
	font-size: 16px;
}


/*その他のボタン
---------------------------*/
.btn-tdr-bus{
	max-width: 755px;
	background: #FEFE25;
	margin: 10px auto 20px;
}

#tdr .wrap-btn{
	margin-top: 50px;
}

#tdr .wrap-btn-inner{
	display: flex;
    justify-content: center;
}

.btn-tdr-hotel{
	margin-right: 10px;
}


@media(max-width : 767px) {	
	.detail-card-point li{
		font-size: 12px;
	}

	.btn-tdr-bus{
		max-width: 370px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	#tdr .wrap-btn{
		margin-top: 30px;
	}
	#tdr .wrap-btn-inner{
		flex-wrap: wrap;
	}
	.btn-tdr-hotel{
		margin: 0 0 10px;
	}
}


/*TDRモーダル
-----------------------------*/
/* pack plan modal */
.pack-plan-modal .modal-header{
    background: #F7F1B8;
}
.pack-plan-modal .modal-header h3{
    color: #3a3a3a;
    font-size: 14px;
    font-weight: bold;
}

.pack-plan-modal .modal-footer {
    justify-content: center;
    color: #3a3a3a;
}

/*
.pack-plan-modal .btn-close {
    border: 1px solid #3b3b3b;
    font-size: 13px;
    color: #3b3b3b;
    border-radius: 3px;
    padding: 3px 4px;
}
*/

.pack-plan-modal .modal-body .row p {
    line-height: 1.2;
}

/* price */
.pack-plan-item a {
    display: flex;
    align-items: center;
    color: #3a3a3a;
    padding: 16px 30px 16px 13px;
    transition: 0;
}
.pack-plan-item a:hover {
    opacity: 0.6;
    text-decoration: none;
    transform: none;
}

.pack-plan-modal .wrap-price .num {
    color: #DF5682;
}
.pack-plan-modal .wrap-price {
    color: #DF5682;
}

/* box　各ボタン */
.border-box {
    border-radius: 13px;
    border: 1px solid #3B3B3B;
    padding: 13px 8px 20px;
    background: #FFFFF8;
}

.border-link {
    background: #fff;
    box-shadow: 1px 3px #3B3B3B;
    padding: 12px 14px 12px 10px;
    border-radius: 13px;
    transition: 0.3s;
    position: relative;
    font-size: 13px;
    display: block;
    margin: auto;
}

.border-link:hover {
    box-shadow: none;
    cursor: pointer;
    margin-top: 5px;
    transform: translateY(5px);
}

.border-link:hover::after {
    right: calc(3.3% - 0.3%);
}

.border-link::after {
    content: '\f105';
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    color: #3a3a3a;
    font-size: 13px;
}
.border-0 {
    border: none;
    box-shadow: none;
    color: #3a3a3a;
}
.border-0:hover {
    opacity: 0.6;
    color: #3a3a3a;
}
.shadow-0 {
    box-shadow: none;
}

/*料金*/
.wrap-price .num{
  color: red;
  font-size:120%;
  font-weight: bold;
}
.wrap-price .num.min{
  margin-left: 5px;
}
.wrap-price .num.min + .max:before{
  content: "～";
  font-size: 12px;
  margin-left: 3px;
  margin-right: 3px;
}
.wrap-price .num.min + .max:after{
  content: "円";
  font-size: 12px;
  margin-left: 3px;
}
.wrap-price .num.min.only:after{
  content: "円～";
  font-size: 12px;
  margin-left: 3px;
}

/*閉じるボタン*/
.pack-plan-modal .modal-header .close{
    margin: 0 !important;
    padding: 0;
}
.pack-plan-modal .modal-header .close > span{
	background: none;
	color: #1b1b1b;
}

@media(min-width: 768px) {
    /* box */
    .border-box {
        border-radius: 13px;
        padding: 20px 28px 20px;
    }

    .border-link {
        padding: 12px 14px 12px 10px;
        border-radius: 13px;
        font-size: 13px;
    }

    .border-link:hover::after {
        right: calc(3.3% - 0.3%);
    }

    .border-link::after {
        top: 50%;
        right: 3%;
        font-size: 16px;
    }
}

/*---------------------------------------
	USJ
----------------------------------------*/
#usj .icon-hotel{
	margin-right: 8px;
}

/*カード*/
#usj .wrap-area{
	margin-bottom: 30px;
}
#usj.themepark-block .col-area {
	width: 33%;
}
p.detail-card-text{
	padding: 0;
	font-weight: bold;
	font-size: 14px;
}

/*ボタン　個別設定*/
#usj .wrap-btn-inner{
	display: flex;
    justify-content: center;
}
#usj .wrap-btn-inner .btn-design{
	max-width: 562px;
	background: #FEFE25;
	font-size: 18px;
	margin-bottom: 20px;
}
.btn-usj-bus-ticket{
	margin-right: 10px;
}

.btn-usj-all{
	margin: 0 auto;
}


@media(min-width : 768px) {
	/*カード*/
	#usj .wrap-area {
        width: 100%;
        max-width: 1450px;
        margin: 0 auto 30px;;
        overflow-x: visible;
    }
	#usj.themepark-block .row-area{
		width: 100%;
		justify-content: center;
	}
}
@media(max-width : 1199px) {
	#usj .wrap-btn-inner{
		flex-wrap: wrap;
	}
	/*ボタン　個別設定*/
	.btn-usj-bus-ticket{
		margin-right: 0;
	}
}
@media(max-width : 767px) {
	#usj.themepark-block .row-area{
		width: 900px;
	}
	#usj.themepark-block .col-area {
		width: 100%;
	}
	#usj .wrap-btn-inner .btn-design{
		font-size: 14px;
		max-width: 370px;
	}
}


/*モーダル内
-----------------------------*/
/*ヘッダー*/
.modal-areaselect .modal-header {
    background: #062364;
    color: #fff;
}

/*地図アイコン非表示*/
.departure-list01 a:before{
	margin-right:5px;
	content:"";
}

/*右端「+」*/
.collapse-btn{
	position:relative;
	padding-right:20px;
	cursor:pointer;
}
.collapse-btn:before{
	position:absolute;
	top:50%; 
	right: 10px; 
	transform: translate(0, -50%); 
	content:"\f0fe";
	font-size:14px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	color:#fff;
}
.collapse-btn[aria-expanded="false"]:before{
	content:"\f0fe";
}
.collapse-btn[aria-expanded="true"]:before{
	content:"\f146";
}


/*各発地*/
.departure-list01{
	margin: 0 auto;
}

.departure-list01 dt {
    padding: 10px 20px;
    font-weight: normal;
    color: #fff;
    background: #dbbe96;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.departure-list01 .hokkaido{ background:#007ddb!important; }
.departure-list01 .tohoku{ background:#4db8f0!important; }
.departure-list01 .hokushinetsu{ background:#9435b8!important; }
.departure-list01 .tokai{ background:#ef3c4d!important; }
.departure-list01 .kansai{ background:#f68732!important; }
.departure-list01 .chugoku{ background:#9ba61d!important; }
.departure-list01 .shikoku{ background:#66aa2f!important; }
.departure-list01 .kyushu{ background:#f54b6b!important; }
.departure-list01 .okinawa{ background:#e23be2!important; }

/*上部「×」*/
.modal-areaselect .modal-header .close{
	color: #fff;
	padding: 0;
	margin:0;
}
.modal-areaselect .modal-header .close > span{
	padding: 0;
	background:none;
}

/*下部　閉じるボタン*/
.btn-close{
	background: #ccc;
	color: #333;
	font-size: 13px;
	padding: 10px 10px;
	border-radius: 4px;
	display: block;
	width: 100%;
}


/*---------------------------------------
	ナガシマ・富士急
----------------------------------------*/
#nagashima-fujiq{
	padding-bottom: 0;
}

.wrap-nagashima-fujiq{
	display: flex;
	justify-content: center;
}

.wrap-nagashima-fujiq .btn-design{
	margin: 10px auto;
}

.wrap-nagashima{
	margin-bottom: 50px;
}

.wrap-nagashima-fujiq p.info-text {
    font-weight: 500;
    text-align: center;
	font-size: 17px;
    margin: 30px 0;
}


@media(min-width : 768px) and (max-width : 991px){
	.wrap-nagashima-fujiq p.info-text {
		min-height: 99px;
	}
}

@media(max-width : 767px) {
	#nagashima-fujiq{
		padding-bottom: 60px;
	}
	
	.wrap-nagashima-fujiq{
		flex-wrap: wrap;
	}
	
	.wrap-nagashima-fujiq p.info-text {
		font-size: 14px;
		margin: 10px 0;
	}

}

/*---------------------------------------
	バス+ホテル
----------------------------------------*/
#Area .col-area .title-bus-hotel{
	text-align: center;
	font-weight: 600;
}

/*カード*/
#Area .wrap-area {
	width: 100%;
	max-width: 1450px;
	margin: auto;
	overflow-x: visible;
}
#Area .row-area{
	width: 100%;
	display: flex;
	justify-content: center;
}

#Area .title-bus-hotel{
	margin-top: 15px;
}

#Area .btn-design{
	margin-top: 15px;
}

/*ボタン*/
#Area .wrap-btn .btn-design{
	background: #FEFE25;
}



/*国内旅行は、お得で便利な高速バス＋ホテルがおすすめ*/
.wrap-area-other{
	margin: 50px auto 20px;
}

.wrap-area-other p{
   margin-bottom: 20px;
   position: relative;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0;
   font-size: 16px;
   font-weight: 600;
}

.wrap-area-other p span{
    padding: 0 20px;
}
.wrap-area-other p:before,
.wrap-area-other p:after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 30px;
    background: #000;
    border-radius: 2px;
}
.wrap-area-other p:before{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.wrap-area-other p:after{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}



@media(max-width : 767px) {
	#Area .row-area{
		flex-wrap: wrap;
	}
	#Area .col-area{
		width: 100%;
		margin-bottom: 30px;
	}
	.wrap-area-other{
		margin: 0 auto 30px;
	}
}


/*---------------------------------
	シート
----------------------------------*/
#Seat .title-h2 img{
	max-width: 41%;
}

#Seat .content-body{
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 15px;
}

/*　Instagram Gallery
------------------------*/
#Seat .list-instragram{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	margin-top: 50px;
}

#Seat .list-instragram li{
	margin-right: 20px;
}

#Seat .list-instragram li:last-of-type{
	margin-right: 15px;
}

/*---------------------------------
	ピックアップ
----------------------------------*/
@media (min-width:992px){
	#Pickup .row-area{
		width: 100%;
	}
}

@media(max-width : 767px) {
	#Area .row-area{
		flex-wrap: wrap;
	}
	#Area .col-area{
		width: 100%;
		margin-bottom: 30px;
	}
}

/*---------------------------------
	コラム
----------------------------------*/
.card-column{
   width: 100%;
   background: #fff;
   padding:10px;
   display: flex;
   text-decoration: none;
   color: #1C1C1C;
   box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
   border-radius: 4px;
   margin-bottom: 10px;
}
.card-column:hover{
   text-decoration: none;
   background:#feebf2;
   color: #1C1C1C;
}
.thum-column{
   width: 30%;
}
.card-column p{
   width: 70%;
   padding-left: 10px;
   font-size: 14px;
   line-height: 1.4;
}

/*ボタン*/
#Column .btn-design{
	padding: 10px;
}

@media(min-width:768px) {
	.card-column{
	   width: calc(100% - 20px);
	   margin: 0 auto;
	   margin-bottom: 30px;
	   padding:15px;
	   display: block;
	}
	.thum-column{
	   width: 100%;
	   margin-bottom: 15px;
	}
	.card-column p{
	   width: 100%;
	   padding-left: 0;
	   font-size: 16px;
	}
}
@media(min-width:992px) {
	.card-column{
	   margin-bottom: 0px;
	}
}
/*---------------------------------
	SNS
----------------------------------*/
.list-sns{
   display: flex;
   width: 80%;
   margin:0 auto;
   justify-content: space-between;
}
.list-sns > li{
   width: 40px;
}

@media(min-width:768px) {
	.list-sns{
	   width: 100%;
	   max-width: 380px;
	}
	.list-sns > li{
	   width: 60px;
	}
}
