#moreShowWrapper {
width:100%;
margin: 15px 0;
}

#moreShowWrapper > .showMoreList {
cursor: pointer;
background-color: #765028;
width: fit-content;
margin: auto;
padding: 5px 25px;
color: #fff;
border-radius: 15px;
}

#listWrapper {
background-color: #F6F3EC;
color: #35372a;
font-size: 14px;
}

#listWrapper > ul {
padding-top: 4px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#listWrapper > ul > li {
position: relative;
width: 32.5%;
background-color: #FFF;
margin-top: 10px;
max-height: 480px;
height:auto;
}

#listWrapper > ul > li  .area {
display: block;
width: 100%;
background: white;
color: #cca834;
font-size: 12px;
text-align: center;
line-height: 26px;
font-weight: bold;
}

#listWrapper > ul > li  .ship {
border-bottom: solid 2px #ccc;
background: #fff;
overflow: hidden;
width: 100%;
padding: 0 5px;
}

#listWrapper > ul > li .image img {
width: 100%;
height: 190px;
object-fit: cover;
}

#listWrapper > ul > li  .ship > p {
font-weight: bold;
padding: 3px 10px;
position: relative;
}

#listWrapper > ul > li  .number_of_days {
/* width: 230px; */
height: 30px;
font-weight: bold;
padding: 5px 0 5px 5px;
}

#listWrapper > ul > li  .number_of_date {
/* width: 200px; */
height: 30px;
font-weight: bold;
padding: 0px 5px;
}

#listWrapper > ul > li  .list_ports {
/* width: 230px; */
/* height: 26px; */
font-weight: bold;
padding: 0px 5px;
}

#listWrapper > ul > li  .list_ports p {
max-width: 600px;
font-weight: bold;
line-height: 1.3em;
position: relative;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

#listWrapper > ul > li  .red_price {
/* width: 230px; */
line-height: 36px;
font-size: 18px;
font-weight: bold;
text-align: left;
color: #d63813;
overflow: hidden;
padding: 0px 5px;
}

#listWrapper > ul > li  a.course_detail {
display: block;
width: 100%;
line-height: 26px;
font-size: 14px;
font-weight: bold;
background: #867d77;
text-align: center;
color: #fff;
}

.my {
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

#sp_calendar {
	position: inherit;
	top: 0px;
	left: 0px;
}

#sp_calendar > div {
	padding:5px 20px;
	display:inline-block;
}

#sp_calendar > #kikan {
	width: 280px;
}

#sp_calendar > #hacka {
	cursor: pointer;
	background-color: #765028;
	width: fit-content;
	margin: auto;
	padding: 5px 25px;
	color: #fff;
	border-radius: 15px;
}

#sp_calendar > #thecal {
	display:table-caption;
	position:relative;
	left:0px;
	top:0px;
	width:0;
	height:0;
	font-family:sans-serif;
	font-size:14px;
	z-index:10;
}

#calgreat {
	display:none;
	width:600px;
	height:390px;
	overflow:hidden;
	border:2px solid white;
	border-radius:5px;
	padding:10px;
	background-color:white;
	box-shadow: 2px 3px 8px 0px grey;
}

#allcals {
	width:auto;
	height:auto;
	position:relative;
	top:20px;
}

#backdiv {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}

#close {
	width:70px;
	height:70px;
	margin-left:auto;
}

#prev-next {
	height:0px;
	display:flex;
	justify-content:space-between;
}

#prev-next > div {
	z-index:11;
}

#prev-next svg {
	width:40px;
	height:40px;
}

#prev-next svg line {
	stroke-linecap: round;
	stroke: black;
}

#icon-close {
	width:30px;
	height:30px;
	margin:20px;
}

#caldayswrap {
}

#botanwrap {
	position:absolute;
	width:400px;
	height:50px;
	top:320px;
	left:300px;
	transform:translateX(-200px);
	background-color:white;
	z-index:124;
}

#botan {

	cursor: pointer;
	background-color: #765028;
	margin: auto;
	padding: 5px 25px;
	border-radius: 15px;

	position:relative;
	/* + */
	display:flex;
	/* - */
	transform:translateX(-50%);
	left:50%;
	/* | */
	height:inherit;
	bottom:0;
	/* aA */
	align-items:center; /* y */
	justify-content:center; /* x */
	text-align:center;
	color:white;
	font-weight:bold;
	z-index:128;
}

.caldays {
	margin:auto;
	width:90%;
}
.calmonth {
	margin:auto;
	width:90%;
}

#allcals > .calmonthes {
	display:inline-block;
	width:50%;
	height:100%
}
#allcals > .calmonthesHide {
	display:none;
}
.calday-name {
	color:dimgray;
	text-align:center;
	line-height:36px;
}
.calday-val {
	text-align:center;
	line-height:36px;
}
.calday-val-hide {
	color:#bdbdbd;
}
