@charset "UTF-8";

/*.con2_tour_flex ---------------*/
.tour_wrap{position: relative;}


.con2_tour_flex {
  display: flex;
  justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #cccccc;

}

.con2_tour_flex li:first-child {
  width: 40%;}

.con2_tour_flex li:last-child {
  width: 58%;}

.con2_tour_name{font-size: 125%;
margin-bottom: 10px;}


.con2_tour_dl dt {
	clear: left;
	float: left;
	width: 5em;
}

.con2_tour_dl dd {
	padding-left: 6em;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

/* con2_tour_flex小さい画面用の設定-------------- */
@media (max-width:767px){
.con2_tour_flex {
flex-wrap: wrap;}

.con2_tour_flex li:first-child {
  width: 100%;
margin-bottom: 10px;}

.con2_tour_flex li:last-child {
  width: 100%;}
}
/* -------------end------------- */

.con2_schedule_txt{text-align: center;
font-size: 107%;
margin-bottom: 10px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con2_schedule_txt{text-align: left;}
}
/* -------------end------------- */
.bt_tour_wrap {text-align: right;}
.bt_tour {
	background-color: var(--red);
	padding: 10px;
	display: inline-block;
text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 113%;
	border-radius: 6px;
}
.bt_tour a {
	color: var(--beige);
	display: block;
}
.bt_tour:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.bt_tour_later {
	background-color: #cccccc;
	padding: 10px;
	display: inline-block;
text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 113%;
	border-radius: 6px;
}

.tour_rank {
  margin-top: 6px;
}

.tour_rank span {
  display: inline-block;
  padding: 4px 10px;
  margin-left: 6px;
  border-radius: 999px; /* 丸いバッジ */
  line-height: 1;
}

/* CASUAL（青磁・若竹｜モダン寄り） */
.rank_casual {
  background-color: #365E53; /* 青み＋少しグレー */
  color: #E9F2EF;
  font-weight: bold;
}

/* STANDARD（藍｜モダン） */
.rank_standard {
  background-color: #2A3650; /* やや青寄りの藍 */
  color: #E6ECF6;
  font-weight: bold;
}

/* PREMIUM（渋金・焦茶寄り） */
.rank_premium {
  background-color: #5E4F28; /* 黄味を抑えた金茶 */
  color: #F4EFE4;
  font-weight: bold;
}


/* 終了 */
.close {
    position: absolute;
    top: 50%;
    left: 50%;
	width: 70%;
    transform: translate(-50%, -50%);
    font-size: 200%;
    color: var(--red);
    padding: 30px;
    background-color: rgba(255,255,255,0.8);
    border: 3px solid  var(--red);
	 text-align: center;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.close {
font-size: 180%;
padding: 10px;
}
}
/* -------------end------------- */


