@charset "utf-8";
/* CSS Document */

/* 

別のコースの見せ方を追加
/panel_tab_course
/re_course

*/

/* ==================================================================================
panel_tab_course  タブ切り替えcss     ========================================================
=====================================================================================*/

.panel_tab_course .panel_tab_title{
    color: #333;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
.panel_tab_course .tab-group{
  display: flex;
  margin-top: .5rem;
}
  .panel_tab_course .months-group{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    overflow-y: hidden;
    border-bottom: solid 2px #045fa6;
  }

.panel_tab_course .panel_tab{
  padding: 10px 15px;
  list-style: none;
  border: solid 1px #045fa6;
  border-bottom: 0px;
  cursor: pointer;
  background: #e5eef5;
  border-radius: 5px 5px 0 0;
  margin: 0 5px;
  color: #045fa6;
  word-break: keep-all;
}
.panel_tab_course .panel-group{
    margin: 1rem 0;
}
.panel_tab_course .panel{
  display:none;
}
.panel_tab_course .panel_tab.is-active{
  background:#045fa6;
  color:#FFF;
  transition: all 0.2s ease-out;
  font-weight: bold;
}
.panel_tab_course .panel_tab.is-active:hover {
    background: #045fa6;
    color: #FFF;
}
.panel_tab_course .panel.is-show{
  display:block;
}
.panel_tab_course .panel_tab:hover{
  background: #cbe0f1;
}
.panel_tab_course .panel_months_title{
  padding: 10px;
  color: #00538b;
  font-weight: bold;
  font-size: 26px;
  margin:10px 0;
  text-align: end;
}
.panel img.icon {
  width: 50px;
  padding-right: 10px;
}
@media only screen and (max-width: 768px){
  .panel_tab_course .tab-group {
    display: inline-flex;
  }

  .panel_tab_course .panel_tab {
    padding: 10px 20px;
    font-size: 28px;
    border: solid 2px #045fa6;
    border-bottom: 0px;
  }
  .panel_tab_course .panel_tab:hover {
    background: #045fa6;
  }
  .panel_tab_course .panel_months_title{
    font-size: 25px;
    margin: 10px 15px;
    text-align: center;
    background: #eee;
  }
/******************
（スマホ限定）出発地タブ下注意書き
******************/
.panel_tab_course .under__tab{
    text-align:center;
    margin:10px auto 0px auto;
    font-weight:bold;
    color:#045fa6;
    padding-bottom:5px;
    font-size: 25px;
}
}
/******************
panel_months_titleタイトルをスマホの見栄えにしたい場合
******************/
.panel_tab_course .panel_months_title.sp_view{
  border-bottom: 4px solid #89b5d3;
  font-size: 35px;
  margin: 10px 15px;
  text-align: center;
  background: transparent;
}

/* ==================================================================================
=====================================================================================
=============    renew  courseカード　レスポンシブ Vr     =====================
=====================================================================================
ここから先は、カオスです。いろんなファイルに記述のあるcssを一つにまとめています。

順番などで優先が変わる恐れがありますので、注意が必要です。
余力があれば、奇麗にしてきたい・・
=====================================================================================
=====================================================================================*/


/* コース自動取得用 =====================================================================*/

.re_course.automatic {
  margin-top:5px;
  width: calc(calc(100% - 10px ) / 2);
  border: 3px solid #045fa6;
  /* margin-right: 10px; */
  background: px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  float: none;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
}
.course_name a{
	font-size:14px;
}
.re_course a:hover img {
  opacity:0.7;
  filter: alpha(opacity=70);
}
.re_course dd .price{
	font-size: 40px;
	margin-left: 15px;
	font-weight: bold;
	color: #cc0000;
	margin-top: -15px;
	font-family: "ヒラギノ明朝 Pro W6","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro",serif;
	}

.re_course:last-child {
  margin-right:0;
}
.re_course .course_wrap {
  padding:5px;
}
.course_area2 .course_box_topic_banner h2 {
  text-align:center;
  padding:5px 0;
  background:#b50d1b;
  color:#FFFFFF;
  font-size:13px;
  line-height: 20px;
  margin-top: 5px;

}
.re_course h2 {
  text-align:center;
  padding: 2px 0;
  background: #09a2b6;
  color:#FFFFFF;
  font-size:13px;
}
.re_course h2.REcourse_field{
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	top: 10px;
	left: 10px;
	background: #071e6a;
	padding: 10px;
	z-index: 1;
}
.re_course h3 {
	font-size:14px;
	background: #054b82;
	text-align:center;
	padding:5px 0;
}
.re_course h3 a{
	color: #fff;
}

.re_course dl {
  font-size:11px;
  padding: 5px 0;
}
.re_course dd {
  margin-bottom:10px;
  font-size:13px;
}

.REcourse_Port_price + dd{
 margin-bottom:0;
text-align: end;
}
.re_course .REcourse_Port_day + dd span {
  font-size:13px;
  margin-left:15px;
  font-weight:bold;
  color:#cc0000;
}
.re_course dd span.max_price{
  font-size: 19px;
  margin-left: 3px;
  font-family: "ヒラギノ明朝 Pro W6","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro",serif;
  }
.re_course a.btn_course  {
  display:block;
  text-align:center;
  color: #1b1b1b;
  padding: 10px 0;
  text-decoration:none;
  background: linear-gradient(0deg, #cf900f 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #d09318 90% 100%);
  font-family: "ヒラギノ明朝 Pro W6","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro",serif;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  }
	.REcourse_Port_price, .REcourse_Port_price span{
		text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
	}
/* ============================================================
===========コース自動取得用 =======course_card====================
=============================================================*/
.REcourse_img_box img{
  display: block;
	width: 100%;
	object-fit: cover;
	height:300px;
	border-radius: 4px;
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}
.re_course .REcourse_img_box p.REcourse_id {
  width: auto;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.6;
  position: absolute;
  color: #303030;
  font-weight: bold;
  font-size: 13px;
  top: 10px;
  right: 0px;
  border-radius: 10px 0 0 10px;
  background: #ffffff;
  padding: 0 10px;
  z-index: 1;
}

#asuka2 .re_course .REcourse_img_box p {
	background: #cc0000;
}
.re_course .REcourse_img_box {
  position: relative;
}
.re_course .REcourse_Port{
	    position: absolute;
	    color: #fff;
	    font-weight: bold;
	    font-size: 10px;
	    bottom: 0px;
	    height: auto;
	    z-index: 1;
	    width: 98%;
	    width: calc(100% - 10px);
	    text-align: center;
	    padding: 5px;
	    font-family: "ヒラギノ明朝 Pro W6","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro",serif;
	    background: rgba(0,0,0,0.6)!important;
}
.re_course .course_list_response_btn {
	clear: both;
	width: 100%;
}
.re_course .course_list_response_btn a {
	display: block;
	width: 100%;
	padding: 5px 0;
	color: white;
	font-size: 1em;
	text-align: center;
	cursor: pointer;
}

/* .re_course .re_course:nth-child(4n) {
	margin-right: 0px;
} */
.re_course .re_course .REcourse_img_box {
	position: relative;
  }
.re_course .re_course .REcourse_img_box p {

  background: black;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  width: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.6;
}
.re_course .re_course .REcourse_img_box p:last-of-type{
	border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 750px){
  /*====================================================================
card
====================================================================*/
.REcourse_area{
  width: 95%;
  margin: 0 auto;
}
.re_course_emphasis {
  border: none !important;
}
.re_course h2 span.type_short_cruise {
  margin: 20px 0px -25px !important;
}
.re_course.automatic {
  width: 100%;
  margin: 0 auto 35px;
  border-radius: 10px;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
}
/* 

.re_course:nth-child(even) {
  margin-right: 0px;
} */
.re_course .course_wrap{
  padding: 10px;
}
.re_course .course_wrap::after{
  display: block;
  content: "";
  clear: both;
}
/* .re_course a.btn_course{
  clear: both;
  display: none;
  width: 100%;
  line-height: 40px;
} */
.re_course h2{
  padding: 5px 0;
  /* border-radius: 10px 10px 0 0; */
  font-size: 16px;
}
.re_course h2.REcourse_field {
    font-size: 20px;
}
.re_course h3 {
  line-height: 1.5em;
  font-size: 23px;
  text-align: justify;
  padding: 10px;
}
.re_course .course_name h3 a {
  /* color: #0070c9; */
  font-weight: bold;
  pointer-events: none;
  font-size: inherit;
}
.costa_course_background .course_name .attention_days {
  font-size: 1.1em;
}
.re_course dl{
  word-break: keep-all;
  display: grid;
  flex-wrap: wrap;
  grid-column: 1 / span 6;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 10px 0 0;
}
/* .re_course dl dt:nth-child(5) {
  text-align: right;
} */
.re_course .REcourse_Port {
    font-size: 16px;
    padding: 7px 5px;
}
.re_course dt.REcourse_Port_day{
  font-size: 14px;
  font-weight: bold;
  grid-column: 1 / span 1;
  text-align: center;
}
.REcourse_Port_day + dd{
	grid-column: 2 / span 5;
	border-left: solid #eee 3px;
	padding-left: 10px;
}
.re_course .REcourse_Port_price{
  text-align: end;
  width: 100%;
  grid-column: 1 / span 6;
}
/* .re_course dt:last-child{
  text-align: right;
} */
.re_course .REcourse_Port_price span{
		font-size: smaller;
	}
.re_course dd:last-child{
  text-align: center;
  width: 100%;
  grid-column: 1 / span 6;
}
.re_course dd .price{
  color: #cc0000;
  font-size: 45px;
  margin-top: -10px;
}
.re_course .REcourse_Port_day + dd span{
  font-size: 24px;
}
.re_course dd span.max_price{
  margin-left: 0;
  color: #cc0000;
  font-size: 38px;
  font-weight: bold;
}
.course_area_title_blu_grey > div{
  font-weight: bold;
}
.course_area_title_blu_grey p{
  font-weight: bold;
}
/* .course_name a{
  font-size: inherit;
} */
.course_area_title_blu_grey,
.course_area_title_blu_grey--active {
	margin: 40px 0px 5px;
	position: relative;
}
.course_area_title_blu_grey--active div ,
.course_area_title_blu_grey div{
  margin-bottom: 20px;
  padding: 40px 0;
  background: #0481a6;
  color: white;
  text-align: center;
  font-size: 2.1em;
}
.course_area_title_blu_grey--active div p ,
.course_area_title_blu_grey div p {
	font-size: 1em;
	color: white;
}

.course_area_title_blu_grey div::after, .course_area_title_blu_grey--active::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0,-60%);
  content: "▼";
  display: block;
  font-size: 1em;
  background: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  }
.re_course .course_area_title_blu_grey--active::after {
    content: "▲";
    font-size: 2.1em;
    background: #fff;
    color: #000;
    padding: 15px 10px;
    border-radius: 5px;
  }
/* .re_course .low__price {
  color: rgb(204, 0, 0) !important;
  font-weight: bold;
  font-size: 52px !important;
} */
.re_course dd {
  word-wrap: break-word;
  margin: 0;
}
.re_course .course_name > span:first-child {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
  padding: 5px;
  background: #E9E035;
  color: #045fa6;
  border: 1px solid #045FA6;
}
.re_course .terminal_departure_arrival {
  font-size: 1em !important;
}
.course_list_response_btn {
  clear: both;
  display: -ms-flex;
  display: flex;
	width: 100%;
}
.re_course a.btn_course {
    display: block;
    text-align: center;
    color: #1b1b1b;
    padding: 10px 0;
    text-decoration: none;
    background: linear-gradient(0deg, #cf900f 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #d09318 90% 100%);
    font-family: "ヒラギノ明朝 Pro W6","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro",serif;
    color: #000;
    font-weight: bold;
    font-size: 1.6rem;
}
.re_course .course_list_response_btn a {
	width: 100%;
  padding:  20px 0;
	color: white;
  /* font-size: 1.5em; 　文字が大きくなり過ぎていたので一旦out*/
  font-size: 1.5rem;
	text-align: center;
	cursor: pointer;
}
.re_course .course_list_response_btn a:nth-child(2) {
  background: rgb(92,196,236);
  border-radius: 0 0 0 10px;
}
.re_course .course_list_response_btn a:nth-child(2)::before {
  font-family: "Font Awesome 5 Free";
  content: '\f518';
  font-weight: 900;
  margin-right: 10px;
}
.re_course .course_list_response_btn a:nth-child(3) {
	background: rgb(249, 165, 39);
}
.re_course .course_list_response_btn a:nth-child(3)::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 900;
  margin-right: 10px;
}
.re_course .course_list_response_btn a:nth-child(4) {
  background: linear-gradient(#80c938 40%,#60A814 120%);
  border-radius: 0 0 10px 0;
}

.re_course.automatic.re_course_emphasis:nth-child(even){
  margin-right: auto;
}
.re_course .REcourse_img_box p.REcourse_id {
    /* width: auto; */
    letter-spacing: 0;
    /* text-align: center; */
    font-size: 20px;
    padding: 2px 10px;
    border-radius: 7px 0 0 7px;
}
}