/*! クルーズsp用 */

/* --------------------start_Keyvisual-------------------- */
#Keyvisual {
  position: relative;
  height: 62.67vw;
}

.Keyvisual__spot-name {
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
  padding: 0 0.5rem;
  color: white;
  font-size: 1.2rem;
  background-color: rgba(0, 35, 51, 0.6);
}

.Keyvisual__img {
  width: 100%;
  height: 100%;
}

.Keyvisual__img img {
  height: 100%;
  object-fit: cover;
  object-position: right 50%;
}

/* --------------------end_Keyvisual-------------------- */

/* --------------------start_見出し-------------------- */
.Common21__section-ttl-lev1 {
  margin-bottom: 2.3rem;
}
/* --------------------end_見出し-------------------- */

#Result {
  --result-input-height: 4.5rem;
  margin-bottom: 4rem;
}

.Result__inner {
  padding: 1.5rem 1.5rem 4rem 1.5rem;
  background: #f5f5f5;
}

/* --------------------start_ソート-------------------- */

/* start_セレクトボックス */
.Result__select {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 1.6rem;
  background-color: white;
  border: 1px solid #888;
  border-radius: 0.4rem;
}

.Result__select::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.2rem solid #c3c3c3;
  border-bottom: 0.2rem solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-80%) rotate(45deg);
}

#Result select {
  --scale-down: calc(1.4 / 1.6);
  --scale-up: calc(1.6 / 1.4);
  width: calc(100% * var(--scale-up));
  height: calc(var(--result-input-height) * var(--scale-up));
  margin: calc((((var(--result-input-height) * var(--scale-up)) - var(--result-input-height)) * -1) / 2) 0;
  padding: calc(1rem * var(--scale-up)) calc(2.8rem * var(--scale-up))
    calc(1rem * var(--scale-up)) calc(1rem * var(--scale-up));
  line-height: calc(1.6 * var(--scale-down));
  transform: scale(var(--scale-down));
  transform-origin: 0;
}
/* end_セレクトボックス */

.Result__sort-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}

.Result__sort-wrap .Result__select {
  width: auto;
}

#Result .Result__sort-wrap select {
  height: calc(3.5rem * var(--scale-up));
}

/* start_安高短長 */
.Result__sort-condition {
  margin-right: 1rem;
}

#Result .Result__sort-condition select {
  padding: 0 calc(2rem * var(--scale-up)) 0 calc(1rem * var(--scale-up));
}
/* end_安高短長 */

/* start_表示件数 */
.Result__sort-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

label[for="Result__sort-display"] {
  width: 52%;
  padding-left: 1rem;
  color: #666;
  font-size: 1.3rem;
  white-space: nowrap;
}

#Result .Result__sort-display select {
  width: 48%;
  padding: 0 calc(2rem * var(--scale-up)) calc(.1rem * var(--scale-up)) 0;
}
/* end_表示件数 */

/* --------------------end_ソート-------------------- */

/* --------------------start_ツアー枠-------------------- */

.Result__tour {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  background: white;
  box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 8%);
}

.Result__tour-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem;
}

.Result__tour-box:first-of-type {
  padding-bottom: 0.5rem;
}

.Result__tour-ttl-wrap {
  width: 100%;
  margin-bottom: .5rem;
}

.Result__tour-ttl {
  font-size: 1.6rem;
  font-weight: var(--bold);
  line-height: 1.3;
}

.Result__tour-ttl:active {
  text-decoration: underline;
}

.Result__tour-caption {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.Result__tour-price-wrap {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 1.5rem;
}

.Result__tour-price-ttl {
  color: #666;
  font-size: 1.2rem;
  font-weight: var(--bold);
}

.Result__tour-price {
  color: var(--caution-color);
  font-size: 1.8rem;
  font-weight: var(--bold);
}

.Result__tour-price-unit {
  font-size: 1.5rem;
}

.Result__tour-info-wrap {
  width: calc(100% - 4.5rem);
  margin-bottom: .5rem;
}

.Result__tour-info {
  color: #666;
  font-size: 1.2rem;
}

.Result__tour-info-label {
  display: inline;
  font-weight: var(--bold);
}

.Result__tour-info-content {
  display: inline;
  font-weight: var(--bold);
}

/* start_お気に入りアイコン */

.icn_tour-favorite-wrap {
  position: relative;
  z-index: 1;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}

.icn_tour-favorite {
  border-radius: 50%;
}

.icn_tour-favorite-wrap .cls-1,
.icn_tour-favorite-wrap .cls-3 {
  fill: white;
}

.icn_tour-favorite-wrap .cls-2 {
  fill: #c3c3c3;
}

    /* start_active */
    .icn_tour-favorite-wrap.active {
      border: none;
    }

    .icn_tour-favorite-wrap.active .cls-1,
    .icn_tour-favorite-wrap.active .cls-3 {
      fill: #ff6978;
    }

    .icn_tour-favorite-wrap.active .cls-2 {
      fill: white;
    }

    .icn_tour-favorite-wrap.active .icn_tour-favorite {
      animation: icn_tour-favorite linear .5s forwards;
      /* animation: icn_tour-favorite linear 10s forwards; */

    }

    @keyframes icn_tour-favorite {
      0% {transform: scale(0);}
      30% {transform: scale(1.3);}
      60% {transform: scale(1);}
      80% {transform: scale(1.1);}
      100% {transform: scale(1);}
    }

    /* @keyframes icn_tour-favorite {
      0% {transform: scale(0);}
      100% {transform: scale(1.3);}
    } */
    /* end_active */

/* end_お気に入りアイコン */

.Result__tour-tags-wrap {
  width: 100%;
  padding-bottom: 1rem;
  overflow: scroll;
}

.Result__tour-tags {
  display: flex;
  justify-content: flex-start;
}

.Result__tour-tag {
  flex-shrink: 0;
  padding: .4rem .8rem;
  color: var(--sub-corporate-color);
  font-size: 1.2rem;
  font-weight: var(--bold);
  line-height: 1;
  border: 1px solid #99cae1;
}

.Result__tour-tag {
  margin-right: .5rem;
}

.Result__tour-photo-wrap {
  display: flex;
  justify-content: space-between;
}

.Result__tour-photo {
  width: calc((100% - .1rem) / 2);
}

.Result__tour-period {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.3rem .5rem;
  color: #666;
  font-size: 1.3rem;
  text-align: center;
  background: #f5f5f5;
}

.Result__tour-period-label {
  display: inline;
  font-size: 1.2rem;
}

.Result__tour-period-content {
  display: inline;
}

.Result__tour-table {
  width: 100%;
}

.Result__tour-table th,
.Result__tour-table td {
  padding: .5rem 1rem;
  border: 1px solid #c9c9c9;
}

.Result__tour-table th {
  width: 35%;
  color: #666;
  font-size: 1.2rem;
  font-weight: var(--bold);
}

.Result__tour-table td {
  width: 65%;
  font-size: 1.3rem;
}

.Result__tour-table-td-inner {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.Result__tour-table-txtlink {
  text-decoration: underline;
}

.Result__tour-table-txtlink:active {
  color: var(--corporate-color);
}

.Result__tour-reserve-wrap {
  text-align: center;
}

.Result__tour-reserve {
  display: inline-block;
  padding: 1.4rem 8.325rem;
  color: white;
  font-size: 1.4rem;
  font-weight: var(--bold);
  background-color: var(--caution-color);
  border-radius: .4rem;
}

/* --------------------end_ツアー枠-------------------- */

/* --------------------start_ページャー-------------------- */

.Result__pager-items {
  /* display: flex;
  justify-content: space-between;
  width: 27rem;
  margin: 0 auto; */
  text-align: center;
}

.Result__pager-items li {
  display: inline-block;
  margin: 0 6px;
}

.Result__pager-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  color: var(--sub-corporate-color);
  font-size: 1.3rem;
  font-weight: var(--bold);
  line-height: 1;
  border-radius: .3rem;
  background-color: white;
}

.Result__pager-item:not(.active):active {
  box-shadow: 0px 0px 0px 1px var(--sub-corporate-color) inset;
}

.Result__pager-item--prev,
.Result__pager-item--next {
  position: relative;
  background-color: transparent;
}

.Result__pager-item--prev::before,
.Result__pager-item--next::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: .2rem solid var(--sub-corporate-color);
  border-right: .2rem solid var(--sub-corporate-color);
}

.Result__pager-item--prev::before {
  transform: translateX(.2rem) rotate(-135deg);
}

.Result__pager-item--next::before {
  transform: translateX(-.2rem) rotate(45deg);
}

.Result__pager-item.active {
  cursor: default;
  pointer-events: none;
  color: white;
  background-color: var(--sub-corporate-color);
}

/* --------------------end_ページャー-------------------- */

/* --------------------start_地図から探す-------------------- */
#Map {
  position: relative;
  height: 50rem;
  padding: 4rem 0;
  margin-bottom: 4rem;
  background-color: #f5f5f5;
  background-image: url(/cruise/images/map_i--sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.Map__item {
  position: absolute;
}

.Map__item::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 1;
  background: var(--corporate-color);
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}

/*start_ボタンposition*/
.Map__item--europe {
  top: 10rem;
  left: 2rem;
}
.Map__item--asia {
  top: 16rem;
  left: 7rem;
}
.Map__item--japan {
  top: 17rem;
  left: 20rem;
}
.Map__item--hawaii {
  top: 22rem;
  right: 12rem;
}
.Map__item--oceania {
  bottom: 13rem;
  left: 4rem;
}
.Map__item--antarctica-arctic {
  top: 38rem;
  left: 20rem;
}
.Map__item--northAmerica {
  top: 10rem;
  right: 2rem;
}
.Map__item--caribbean {
  top: 23rem;
  left: 26rem;
}
.Map__item--latinAmerica {
  top: 28.5rem;
  right: 1.5rem;
}
.Map__item--cruise {
  top: 38rem;
  left: 20px;
}
.Map__item--world {
  bottom: 2rem;
  left: 20px;
}
/*end_ボタンposition*/

.Map__link {
  display: inline-block;
  position: relative;
  padding: 1.2rem 3.5rem 1.2rem 2rem;
  font-size: 1.4rem;
  background: white;
  border-radius: 0.3rem;
  box-shadow: 0 0.3rem 0.8rem -0.2rem rgb(0 0 0 / 10%);
}

.Map__link:active {
  background-color: var(--active-color);
  box-shadow: 0px 0px 0px 1px var(--corporate-color) inset;
}

.Map__link--link::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  z-index: 2;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}

.Map__link--modal::before,
.Map__link--modal::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: 2;
  background-color: white;
  transform: translateY(-50%);
}

.Map__link--modal::after {
  transform: translateY(-50%) rotate(90deg);
}

/* start_モーダル */
.MapModal {
	opacity: 0;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 40;
	
  width: 100%;
  height: 100vh;
  background: #f5f5f5;
	transition: opacity 0.3s, transform 0.3s;
  /*transition: top 0.3s;*/
  --MapModal__close-icn-size: 5.5rem;
}

.CommonModal.active, .CruiseClass-Modal.active, .MapModal.active{
	opacity:1;
}

.MapModal.active {
  top: 0;
	opacity:1;
}

.MapModal__header {
  display: flex;
  font-weight: var(--bold);
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 2rem;
  font-size: 1.4rem;
}

.MapModal__close-icn {
  position: relative;
  display: block;
  width: var(--MapModal__close-icn-size);
  height: var(--MapModal__close-icn-size);
  margin-left: auto;
  background: #888;
}

.MapModal__close-icn::before,
.MapModal__close-icn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
}

.MapModal__close-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.MapModal__close-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.MapModal__inner {
  max-height: calc((var(--vh, 1vh) * 100));
  overflow: scroll;
  background-color: white;
}

.MapModal__item {
  border-bottom: 1px solid #e5e5e5;
}

.MapModal__link {
  position: relative;
  display: block;
  padding: 1.2rem 2rem 1.2rem 2rem;
  font-size: 1.5rem;
  font-weight: var(--bold);
}

.MapModal__link::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(45deg);
}

.MapModal__link:active {
  color: var(--corporate-color);
  background-color: var(--active-color);
}
.MapModal__link--parent{
	pointer-events: none;
}
.MapModal__link.MapModal__link--parent::after{
  content:none;
}
.MapModal__link:not(.MapModal__link--parent)::before {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-left: 1px dotted #888;
	border-bottom: 1px dotted #888;
	vertical-align: .4rem;
	margin-right: 1rem;
}
.MapModal__close-wrap {
	background-color: #F5F5F5;
	padding: 2rem;
	text-align: center;
	transform: translateY(-0.1rem);
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
}
.MapModal__close-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.MapModal__close-btn-icn {
  display: inline-block;
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
}

.MapModal__close-btn-icn::before,
.MapModal__close-btn-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
	width: 1rem;
	height: 0.1rem;
  background-color: #333;
}

.MapModal__close-btn-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.MapModal__close-btn-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.MapModal__close-btn:hover {
  opacity: 0.7;
}

body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  overflow-y: scroll;
}
/* end_モーダル */

/* --------------------end_地図から探す-------------------- */

/* --------------------start_クルーズツアー新着情報-------------------- */

#WhatsNew {
  padding: 0;
  background-color:transparent;
  border-top: none;
  border-bottom: none;
}
.More-btn{
  display: inline-block;
  position: relative;
  width: 17rem;
  height: 4.6rem;
  color: var(--textLink-color);
  border-radius: 50px;
  transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
  border: 1px solid #e5e5e5;
  padding: 1rem 2rem 0 0;
}

.More-btn::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 47%;
  right: 2rem;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(
135deg
);
  transition: border-color 0.3s;
}
.More-btn .Common21__fill-btn-inner {
  justify-content: center;
}
.WhatsNew__release-date {
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14rem;
	height: 2.5rem;
	background-color: #f5f5f5;
	margin-bottom: 1rem;
}

/* --------------------end_クルーズツアー新着情報-------------------- */

/* --------------------start_魅力-------------------- */
#Charm {
  padding: 3rem 0;
  background-color: #E5F2F8;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 4rem;
}
#Charm .Common21__section-ttl-lev1 span {
  display: block;
}
.Charm__items {
  padding: 0 1.5rem;
}

.Charm__item {
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: .6rem;
}

.Charm__item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.Charm__ttl {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--sub-corporate-color);
  font-weight: var(--bold);
}

.Charm__ttl::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  border-bottom: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}

.Charm__ttl.open::after {
  transform: translateY(-50%) rotate(-135deg);
}

.Charm__ttl-icn {
  margin-right: 1rem;
  padding: 1rem 2rem;
  color: white;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  background-color: var(--sub-corporate-color);
}

.Charm__ttl-icn-num {
  display: block;
  margin-top: 0.5rem;
  font-size: 2.1rem;
  text-align: center;
}

.Charm__content {
  border-top: 1px solid #e5e5e5;
  display: none;
}

.Charm__content-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem;
}

.Charm__img img {
  display: block;
  width: 6rem;
  height: 6rem;
  object-fit: cover;
}

.Charm__txt {
  width: calc(100% - 7rem);
  font-size: 1.4rem;
}

.Charm__link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 6rem;
  margin-top: 1rem;
  padding: 1.5rem 4rem 1.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: left;
  border-radius: 0.4rem;
  border: 1px solid #c3c3c3;
}

.Charm__link:active {
  border-color: var(--corporate-color);
  background-color: #f2fafe;
}

.Charm__link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  background: var(--corporate-color);
  border-radius: 50%;
  transform: translateY(-50%);
}

.Charm__link::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}
/* --------------------end_魅力-------------------- */

/* --------------------start_ツアー部分-------------------- */

.Section__txt {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.Tour__stays{
  display: flex;
  font-size: 1.2rem;
  margin-bottom: 3rem;
	position:absolute;
	bottom:1rem;
  /*min-height: 4rem;*/
}
.Tour__stays .departure-date {
  color: var(--sub-corporate-color);
  font-weight: 600;
}
.Tour__stays .departure-date{
  white-space: nowrap;
}

.Tour__price {
/*  position: static;*/
}
/* --------------------end_ツアー部分-------------------- */


/* --------------------start_船からクルーズ旅行を探す-------------------- */

.search_ship .Section__txt,
.search_ship .Cruise__ship-items {
  display: none;
}

.Cruise__class {
  border: 1px solid #e5e5e5;
  padding: 2rem;
  border-radius: 6px;
  margin: 1rem 1.5rem 0;
}
.Cruise__class-about {
  display: flex;
  padding: 0 1.5rem;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.Cruise__class-about .Search__icn-question {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: .5rem;
}
.Cruise__class-about .Search__icn-question img {
  vertical-align: top;
}

.Cruise__class-about a {
  font-size: 1.6rem;
}
.Cruise__class-about a:hover {
  text-decoration: underline;
}
.Cruise__class-about a::before {
  content: "";
  display: inline-block;
  width: .8rem;
  height: .8rem;
  margin-right: .75rem;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}


.Cruise__class-group{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
  flex-wrap: wrap;
}
.Cruise__class-group:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.Cruise__class-ttl{
  width: 100%;
  margin-bottom: .5rem;
}
.Cruise__class-ttl span {
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.Cruise__class-ttl span::before,
.Cruise__class-ttl span::after {
  content: "";
  display: block;
  width: .4rem;
  height: .9rem;
  position: absolute;
  left: 0;
  top: 50%;
}
.Cruise__class-ttl span::before {
  transform: translateY(-100%);
  background: var(--corporate-color);
}
.Cruise__class-ttl span::after {
  background: var(--sub-corporate-color);
}
.Cruise__class-links{
  width: 100%;
}
.Cruise__class-item{
  display: inline-block;
  margin: .5rem .5rem 0 0;
  text-indent: -1em;
  padding-left: 1em;
}
.Cruise__class-item a {
  font-size: 1.6rem;
}
.Cruise__class-item a:hover {
  text-decoration: underline;
}
.Cruise__class-item a::before {
  content: "";
  display: inline-block;
  width: .8rem;
  height: .8rem;
  margin-right: .75rem;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}


/* --------------------end_船からクルーズ旅行を探す-------------------- */

/* --------------------start_QA-------------------- */
#QA {
  margin-bottom: 4rem;
}
#QA .Common21__section-ttl-lev2{
  border-top:none ;
}
#QA .Common21__section-ttl-lev2 span{
  display: block;
}
.QA__group {
  width: calc(100% - 3rem);
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  border-radius: 0.6rem;
}

.QA__group:not(:last-child) {
  margin-bottom: 1.5rem;
}

.QA__q {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  color: var(--sub-corporate-color);
  font-weight: var(--bold);
  font-size: 1.6rem;
  cursor: pointer;
}

.QA__q::before {
  content: "Q";
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  color: white;
  font-weight: var(--bold);
  text-align: center;
  line-height: 3rem;
  letter-spacing: 0;
  border-radius: 50%;
  background: var(--sub-corporate-color);
}

.QA__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: -1;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--corporate-color);
  transform: translateY(-50%);
}

.QA__q-inner {
  position: relative;
  width: calc(100% - 7rem);
}

.QA__q-inner::before,
.QA__q-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.4rem;
  display: block;
  width: 0.8rem;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}

.QA__q-inner::before {
  transform: translateY(-50%) rotate(90deg);
}

.open .QA__q-inner::before {
  transform: translateY(-50%) rotate(0);
}

.QA__a {
  display: none;
  border-top: 1px solid #e5e5e5;
}

.QA__a-inner {
  display: block;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 5.5rem;
}

.QA__a-inner::before {
  content: "A";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  color: var(--sub-corporate-color);
  font-weight: var(--bold);
  text-align: center;
  line-height: 3rem;
  letter-spacing: 0;
  border-radius: 50%;
  border: 1px solid var(--sub-corporate-color);
}
.QA__link{
  text-align: center;
}

.QA__img-card {
  width: 100%;
}
.QA__img-card figure {
  display: flex;
  justify-content: space-between;
}

.QA__img-card figure img {
  width: 16.5rem;
  height: 12.3rem;
}
.QA__img-card figcaption {
  font-size: 1.2rem;
  text-indent: -1em;
  padding: 4em 0 0 1em;
}
.QA__a-cabin-items{
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.cabin-item{
  width: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
	border-bottom: 1px solid #e5e5e5;
}
.cabin-item:last-child{
	border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cabin-item figcaption{
  font-size: 1.4rem;
  margin-bottom: .5rem;
}
.cabin-txt{
  font-size: 1.4rem;
  margin-top: .5rem;
}
.QA__a-flow li{
  margin-bottom: 1rem;
  text-indent: -1em;
  padding-left: 1em;
}
/* --------------------end_QA-------------------- */

/* --------------------start_おすすめエリア-------------------- */

.HeiCruise__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1.5rem;
}

.HeiCruise__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 48.5%;
  height: 16.8rem;
  padding: 1rem;
  color: white;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.HeiCruise__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(
    0deg,
    rgba(0, 35, 51, 1) 0%,
    rgba(0, 35, 51, 0) 60%
  );
}
.HeiCruise__item.ship-item {
  width: 48.5%;
  height: 16.8rem;
  margin-bottom: 1rem;
}
.HeiCruise__item.ship-item .HeiCruise__name{
}
.HeiCruise__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.HeiCruise__link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--corporate-color);
  border-radius: 50%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.HeiCruise__link::after {
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  position: absolute;
  bottom: 1.5rem;
  right: 1.55rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.HeiCruise__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  height: 100%;
  transform: translate(-50%, -50%);
}

.HeiCruise__img img {
  width: 17rem;
  height: 17rem;
  object-fit: cover; /* この一行を追加するだけ！ */
  transition: opacity 0.3s;
}

.HeiCruise__item:hover img {
  opacity: calc(var(--hoverOpacity) - 0.1);
}

.HeiCruise__name {
  font-feature-settings: "palt";
  font-size: 1.4rem;
}
.Setsumeikai .HeiCruise__link::after{
  content: none;
}
.Setsumeikai .icon_plus{
  position: absolute;
  top: 89%;
  right: .8rem;
  transform: translateY(-50%);
}
.Setsumeikai .icon_plus::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: -1;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--corporate-color);
  transform: translateY(-50%);
}
.Setsumeikai .icon_plus::before,
.Setsumeikai .icon_plus::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  width: 8px;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}
.Setsumeikai .icon_plus::before {
  transform: translateY(-50%) rotate(90deg);
}

/* --------------------end_おすすめエリア-------------------- */

/* start_モーダル */
.AboutModal {
	opacity:0;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100vh;
  background: white;
  /*transition: top 0.3s;*/
  --AboutModal__close-icn-size: 5.5rem;
}

.AboutModal.active {
  top: 0;
	opacity:1;
}

.AboutModal__header {
  display: flex;
  font-weight: var(--bold);
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.AboutModal__header::before {
  content: none;
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: .5rem;
  vertical-align: -0.2rem;
  background: url(/sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.AboutModal__close-icn {
  position: relative;
  display: block;
  width: var(--AboutModal__close-icn-size);
  height: var(--AboutModal__close-icn-size);
  margin-left: auto;
  background: #888;
}

.AboutModal__close-icn::before,
.AboutModal__close-icn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
}

.AboutModal__close-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.AboutModal__close-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.AboutModal__inner {
  max-height: calc((var(--vh, 1vh) * 100));
  overflow: scroll;
}

.AboutModal__item {
  border-bottom: 1px solid #e5e5e5;
}

.AboutModal__link {
  position: relative;
  display: block;
  padding: 1.2rem 2rem 1.2rem 2rem;
  font-size: 1.5rem;
  font-weight: var(--bold);
}
.AboutModal__link:not(.AboutModal__link--parent)::before {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-left: 1px dotted #888;
	border-bottom: 1px dotted #888;
	vertical-align: .4rem;
	margin-right: 1rem;
}
.AboutModal__link::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(45deg);
}
.AboutModal__link--parent{
  pointer-events: none;
}
.AboutModal__link--parent::after{
  border: none;
}

.AboutModal__link:active {
  color: var(--corporate-color);
  background-color: var(--active-color);
}

.AboutModal__link:not(.AboutModal__link--parent) {
  padding-left: 2rem;
}


body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  overflow-y: scroll;
}

.AboutModal__contents{
  padding: 2.5rem;
}

.AboutModal__contents-inner{
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.AboutModal__contents-inner.under-line{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
}
.AboutModal__contents-titile{
  width: 8rem;
  white-space: nowrap;
}
.AboutModal__contents-group{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.modal-group01{
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.modal-items{
  display: flex;
  align-items: center;
  width: 12rem;
  height: 4rem;
  border: 1px solid #C3C3C3;
  border-radius: 4px;
  background-color: #F5F5F5;
  margin: 0 1rem;
}
.modal-item{
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.modal-item-minus,
.modal-item-plus{
  cursor: pointer;
}
.modal-item-count{
  background-color: #fff;
  border: 1px solid #C3C3C3;
}

.AboutModal__close-wrap{
  background-color: #F5F5F5;
  padding: 2rem;
  text-align: center;
  transform: translateY(-0.1rem);
}
.AboutModal__close-wrap .AboutModal__close-btn{
  display: inline-block;
  padding: 0.8rem 2rem;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.AboutModal__close-btn-icn {
  display: inline-block;
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
}
.AboutModal__close-btn-icn::before,
.AboutModal__close-btn-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
	width: 1rem;
	height: 0.1rem;
  background-color: #333;
}

.AboutModal__close-btn-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.AboutModal__close-btn-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.AboutModal__close::before {
	content: "";
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
	margin-right: 0.5rem;
	vertical-align: -0.2rem;
	background: url(../../../sharing/common21/images/icn_search--white.svg) no-repeat center / contain;
}

/*モーダルコンテンツ*/
.AboutModal .Section__txt{
  font-size:1.4rem;
  margin-bottom: 2rem;
  text-align: left;
}
.Cruise__ship-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Cruise__ship-item {
  width: auto;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2.5rem;
}
.Ship__img img {
  border-radius: 6px;
}
.Cruise__ship-txt{
  margin-top: 1.5rem;
}
.Cruise__ship-ttl {
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.Cruise__ship-ttl::before,
.Cruise__ship-ttl::after {
  content: "";
  display: block;
  width: .4rem;
  height: .9rem;
  position: absolute;
  left: 0;
  top: 50%;
}
.Cruise__ship-ttl::before {
  transform: translateY(-100%);
  background: var(--corporate-color);
}
.Cruise__ship-ttl::after {
  background: var(--sub-corporate-color);
}
.Cruise__ship-description{
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.Cruise__ship-datas{
  border: 1px solid #e5e5e5;
  padding: 2rem;
  border-radius: 6px;
}
.Cruise__ship-data{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.Cruise__ship-data:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ship-data-ttl{
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--sub-corporate-color);
  width: 24%;
}
.ship-data-txt{
  font-size: 1.4rem;
  width: 76%;
}

/* end_モーダル */


/* クルーズclass start_モーダル */
.CruiseClass-Modal {
	opacity:0;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100vh;
  background: white;
  /*transition: top 0.3s;*/
  --CruiseClass-Modal__close-icn-size: 5.5rem;
}

.CruiseClass-Modal.active {
	opacity:1;
  top: 0;
}

.CruiseClass-Modal__header {
  display: flex;
  font-weight: var(--bold);
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.CruiseClass-Modal__header::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: .5rem;
  vertical-align: -0.2rem;
  background: url(/sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}
.Modal__header-sub{
  border-bottom: 1px solid #e5e5e5;
  padding: 2rem;
}
.Modal__header-sub p{
  font-size: 1.4rem;
}
.Cruise__info-link{
  text-align: right;
  margin-top: 1rem;
}
.Cruise__info-link a::before {
  content: "";
  display: inline-block;
  width: .8rem;
  height: .8rem;
  margin-right: 1rem;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(
45deg
);
  vertical-align: middle;
}

.CruiseClass-Modal__close-icn {
  position: relative;
  display: block;
  width: var(--CruiseClass-Modal__close-icn-size);
  height: var(--CruiseClass-Modal__close-icn-size);
  margin-left: auto;
  background: #888;
}

.CruiseClass-Modal__close-icn::before,
.CruiseClass-Modal__close-icn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
}

.CruiseClass-Modal__close-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.CruiseClass-Modal__close-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.CruiseClass-Modal__inner {
  max-height: calc((var(--vh, 1vh) * 100));
  overflow: scroll;
}

.CruiseClass-Modal__item {
  border-bottom: 1px solid #e5e5e5;
}

.CruiseClass-Modal__link {
  position: relative;
  display: block;
  padding: 1.2rem 2rem 1.2rem 2rem;
  font-size: 1.5rem;
  font-weight: var(--bold);
}
.CruiseClass-Modal__link:not(.CruiseClass-Modal__link--parent)::before {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-left: 1px dotted #888;
	border-bottom: 1px dotted #888;
	vertical-align: .4rem;
	margin-right: 1rem;
}
.CruiseClass-Modal__link::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(45deg);
}
.CruiseClass-Modal__link--parent{
  pointer-events: none;
}
.CruiseClass-Modal__link--parent::after{
  border: none;
}

.CruiseClass-Modal__link:active {
  color: var(--corporate-color);
  background-color: var(--active-color);
}

.CruiseClass-Modal__link:not(.CruiseClass-Modal__link--parent) {
  padding-left: 2rem;
}
.CruiseClass-Modal__close-wrap {
  background-color: #F5F5F5;
  padding: 2rem;
  text-align: center;
  transform: translateY(-0.1rem);
}

.CruiseClass-Modal__close-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.CruiseClass-Modal__close-btn-icn {
  display: inline-block;
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
}

.CruiseClass-Modal__close-btn-icn::before,
.CruiseClass-Modal__close-btn-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
	width: 1rem;
	height: 0.1rem;
  background-color: #333;
}

.CruiseClass-Modal__close-btn-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.CruiseClass-Modal__close-btn-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.CruiseClass-Modal__close-btn:hover {
  opacity: 0.7;
}


body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  overflow-y: scroll;
}
/* end_モーダル */

/*-----end 検索------*/
/**/
#RecommendArea .Common21__section-ttl-lev1 {
  white-space: nowrap;
}
/**/



/* --------------------start_おすすめエリア-------------------- */
#RecommendArea {
  padding: 0 1.5rem;
}

.RecommendArea__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.RecommendArea__item {
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  width: 16.5rem;
  height: 16.5rem;
  margin-bottom: 1.5rem;
  padding: 0.6rem 3rem 0.6rem 1.2rem;
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 0.6rem;
}

.RecommendArea__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(
          0deg,
          rgba(0, 35, 51, 1) 0%,
          rgba(0, 35, 51, 0) 60%
  );
}

.RecommendArea__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.RecommendArea__link::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: white;
  border-radius: 50%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.RecommendArea__link::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  bottom: 1.7rem;
  right: 1.8rem;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
}

.RecommendArea__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  height: 100%;
  transform: translate(-50%, -50%);
}

.RecommendArea__img img {
  width: auto;
  height: 16.5rem;
}

.RecommendArea__name {
  font-feature-settings: "palt";
}
/* --------------------end_おすすめエリア-------------------- */

/* --------------------start_阪急交通社のクルーズ旅行-------------------- */

.Cruise__class-about{
  display: none;
}
.HeiCruise {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  color: var(--sub-corporate-color);
  font-weight: var(--bold);
  font-size: 1.6rem;
  cursor: pointer;
}

.HeiCruise::before {
  content: "Q";
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  color: white;
  font-weight: var(--bold);
  text-align: center;
  line-height: 3rem;
  letter-spacing: 0;
  border-radius: 50%;
  background: var(--sub-corporate-color);
}

.HeiCruise::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: -1;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--corporate-color);
  transform: translateY(-50%);
}

.HeiCruise-inner {
  position: relative;
  width: calc(100% - 7rem);
}

.HeiCruise-inner::before,
.HeiCruise-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.4rem;
  display: block;
  width: 0.8rem;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}

.HeiCruise-inner::before {
  transform: translateY(-50%) rotate(90deg);
}

.open .HeiCruise-inner::before {
  transform: translateY(-50%) rotate(0);
}

.HeiCruise__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1.5rem;
}

.HeiCruise__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 48.5%;
  height: 16.8rem;
  padding: 1rem;
  color: white;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.HeiCruise__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(
          0deg,
          rgba(0, 35, 51, 1) 0%,
          rgba(0, 35, 51, 0) 60%
  );
}
.HeiCruise__item.ship-item {
  width: 48.5%;
  height: 16.8rem;
  margin-bottom: 1rem;
}
.HeiCruise__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.HeiCruise__link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--corporate-color);
  border-radius: 50%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.HeiCruise__link::after {
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  position: absolute;
  bottom: 1.5rem;
  right: 1.55rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.HeiCruise__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  height: 100%;
  transform: translate(-50%, -50%);
}

.HeiCruise__img img {
  width: 17rem;
  height: 17rem;
  object-fit: cover; /* この一行を追加するだけ！ */
  transition: opacity 0.3s;
}

.HeiCruise__item:hover img {
  opacity: calc(var(--hoverOpacity) - 0.1);
}

.HeiCruise__name {
  font-feature-settings: "palt";
  font-size: 1.4rem;
}
.Setsumeikai .HeiCruise__link::after{
  content: none;
}
.Setsumeikai .icon_plus{
  position: absolute;
  top: 89%;
  right: .8rem;
  transform: translateY(-50%);
}
.Setsumeikai .icon_plus::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: -1;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--corporate-color);
  transform: translateY(-50%);
}
.Setsumeikai .icon_plus::before,
.Setsumeikai .icon_plus::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  width: 8px;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}
.Setsumeikai .icon_plus::before {
  transform: translateY(-50%) rotate(90deg);
}

.HeiCruise-link-items dd a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: var(--bold);
}
.HeiCruise-link-items dd a:not(.HeiCruise-link-items dd a--parent)::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-left: 1px dotted #888;
  border-bottom: 1px dotted #888;
  vertical-align: .4rem;
  margin-right: 1rem;
}
.HeiCruise-link-items dd a::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(45deg);
}
.HeiCruise-link-items dd a--parent{
  pointer-events: none;
}
.HeiCruise-link-items dd a--parent::after{
  border: none;
}

.HeiCruise-link-items dd a:active {
  color: var(--corporate-color);
  background-color: var(--active-color);
}

.HeiCruise-link-items dd a:not(.HeiCruise-link-items dd a--parent) {
  padding-left: 2rem;
}

.HeiCruise-links{
  border: 1px solid #e5e5e5;
  margin: 0 1.5rem;
}
.HeiCruise-link-items dt,
.HeiCruise-link-items .HeiCruise-link-item {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  border-bottom: 1px solid #e5e5e5;
}

.HeiCruise-link-items dt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  font-weight: var(--bold);
  font-size: 1.8rem;
  cursor: pointer;
}

.HeiCruise-link-items dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: -1;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--corporate-color);
  transform: translateY(-50%);
}
.HeiCruise-toggle{
  display: none;
}
.HeiCruise-inner {
  position: relative;
  width: 100%;
}

.HeiCruise-inner::before,
.HeiCruise-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  display: block;
  width: 0.8rem;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}

.HeiCruise-inner::before {
  transform: translateY(-50%) rotate(90deg);
}

.open .HeiCruise-inner::before {
  transform: translateY(-50%) rotate(0);
}

.HeiCruise-link-items .HeiCruise-link-item a{
  font-size: 1.5rem;
}

.HeiCruise-link-items .HeiCruise-link-item a:not(.HeiCruise-link-items .HeiCruise-link-item a--parent)::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-left: 1px dotted #888;
  border-bottom: 1px dotted #888;
  vertical-align: .4rem;
  margin-right: 1rem;
}
.HeiCruise-link-items .HeiCruise-link-item a::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 2.3rem;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(45deg);
}
.HeiCruise-ebook .ebook::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: 1;
  background: var(--corporate-color);
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}
.HeiCruise-ebook .ebook a {
  width: 100%;
}
.HeiCruise-ebook .ebook a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2.3rem;
  z-index: 2;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(
          45deg
  );
}


/*-----start おすすめの外国船から探す------*/

.cruise_ship-item .Tour__name {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--corporate-color);
  min-height: 3em;
  margin-bottom: 1rem;
}
.cruise_company {
  font-size: 1.2rem;
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  padding:0 1rem;
  background-color: #f5f5f5;
  margin-bottom: 1rem;
}
.cruise_txt {
  font-size: 1.4rem;
}
.cruise_link a {
  display: block;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
  background: var(--corporate-color);
  border-radius: 6px;
  margin-top: 1rem;
  padding-left: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
}
.cruise_link a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}
/*.Japanese-ship{
  display: none;
}
.Cruise__class-group:nth-of-type(4){
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}*/

/*-----end おすすめの外国船から探す------*/


/* --------------------start_Cruise_bn-------------------- */
#Cruise_bn {
  margin-bottom: 6rem;
  padding: 4rem 0;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.Common21__inner--Cruise_bn {
  display: block;
  justify-content: space-between;
}
.Cruise_bn-ttl{
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--corporate-color);
  margin-bottom: 1rem;
}
.Cruise_bn-section__txt{
  text-align: center;
  font-size:1.4rem;
  margin-bottom: 1rem;
}
.Cruise_bn__item {
  position: relative;
  width: calc(100% - 3rem);
  margin: 0 auto;
}

.Cruise_bn__item::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  background: var(--corporate-color);
  border-radius: 50%;
  transform: translateY(-50%);
}

.Cruise_bn__item::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}

.Cruise_bn__link {
  display: block;
  padding: 1rem;
  color: var(--corporate-color);
  font-weight: 600;
  text-align: left;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px #c3c3c3 inset,
  0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s;
}

.Cruise_bn__link:hover {
  box-shadow: 0px 0px 0px 2px var(--corporate-color) inset,
  0 2.5rem 2rem -2rem rgb(0 0 0 / 0);
}

.Cruise_bn__link::before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
}
.Cruise_bn__txt{
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  width: 75%;
}
.Cruise_bn__txt span{
  display: block;
  font-size: 1.6rem;
  color: var(--corporate-color);
}

.Cruise_bn__link--cruise--order{
  display: flex;
  align-items: center;
  height: 11rem;
}
.Cruise_bn__link--cruise--order::before {
  background-image: url(/cruise/images/il_cruise--order.svg);
  background-size: cover;
  width: 6rem;
  height: 6rem;
}

/* --------------------end_Cruise_bn-------------------- */


/* --------------------start_阪急交通社のクルーズ旅行-------------------- */

.Cruise__class-about{
  display: none;
}
.HeiCruise {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  color: var(--sub-corporate-color);
  font-weight: var(--bold);
  font-size: 1.6rem;
  cursor: pointer;
}

.HeiCruise::before {
  content: "Q";
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  color: white;
  font-weight: var(--bold);
  text-align: center;
  line-height: 3rem;
  letter-spacing: 0;
  border-radius: 50%;
  background: var(--sub-corporate-color);
}

.HeiCruise::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: -1;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--corporate-color);
  transform: translateY(-50%);
}

.HeiCruise-inner {
  position: relative;
  width: calc(100% - 7rem);
}

.HeiCruise-inner::before,
.HeiCruise-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.4rem;
  display: block;
  width: 0.8rem;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}

.HeiCruise-inner::before {
  transform: translateY(-50%) rotate(90deg);
}

.open .HeiCruise-inner::before {
  transform: translateY(-50%) rotate(0);
}

.HeiCruise__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1.5rem;
}

.HeiCruise__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 48.5%;
  height: 16.8rem;
  padding: 1rem;
  color: white;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.HeiCruise__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(
          0deg,
          rgba(0, 35, 51, 1) 0%,
          rgba(0, 35, 51, 0) 60%
  );
}
.HeiCruise__item.ship-item {
  width: 48.5%;
  height: 16.8rem;
  margin-bottom: 1rem;
}
.HeiCruise__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.HeiCruise__link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--corporate-color);
  border-radius: 50%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.HeiCruise__link::after {
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  position: absolute;
  bottom: 1.5rem;
  right: 1.55rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.HeiCruise__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  height: 100%;
  transform: translate(-50%, -50%);
}

.HeiCruise__img img {
  width: 17rem;
  height: 17rem;
  object-fit: cover; /* この一行を追加するだけ！ */
  transition: opacity 0.3s;
}

.HeiCruise__item:hover img {
  opacity: calc(var(--hoverOpacity) - 0.1);
}

.HeiCruise__name {
  font-feature-settings: "palt";
  font-size: 1.4rem;
}
.Setsumeikai .HeiCruise__link::after{
  content: none;
}
.Setsumeikai .icon_plus{
  position: absolute;
  top: 89%;
  right: .8rem;
  transform: translateY(-50%);
}
.Setsumeikai .icon_plus::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: -1;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--corporate-color);
  transform: translateY(-50%);
}
.Setsumeikai .icon_plus::before,
.Setsumeikai .icon_plus::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  width: 8px;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}
.Setsumeikai .icon_plus::before {
  transform: translateY(-50%) rotate(90deg);
}

.HeiCruise-link-items dd a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: var(--bold);
}
.HeiCruise-link-items dd a:not(.HeiCruise-link-items dd a--parent)::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-left: 1px dotted #888;
  border-bottom: 1px dotted #888;
  vertical-align: .4rem;
  margin-right: 1rem;
}
.HeiCruise-link-items dd a::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(45deg);
}
.HeiCruise-link-items dd a--parent{
  pointer-events: none;
}
.HeiCruise-link-items dd a--parent::after{
  border: none;
}

.HeiCruise-link-items dd a:active {
  color: var(--corporate-color);
  background-color: var(--active-color);
}

.HeiCruise-link-items dd a:not(.HeiCruise-link-items dd a--parent) {
  padding-left: 2rem;
}

.HeiCruise-links{
  border: 1px solid #e5e5e5;
  margin: 0 1.5rem;
}
.HeiCruise-link-items dt,
.HeiCruise-link-items .HeiCruise-link-item {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  border-bottom: 1px solid #e5e5e5;
}

.HeiCruise-link-items dt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  font-weight: var(--bold);
  font-size: 1.8rem;
  cursor: pointer;
}

.HeiCruise-link-items dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: -1;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--corporate-color);
  transform: translateY(-50%);
}
.HeiCruise-toggle{
  display: none;
}
.HeiCruise-inner {
  position: relative;
  width: 100%;
}

.HeiCruise-inner::before,
.HeiCruise-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  display: block;
  width: 0.8rem;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}

.HeiCruise-inner::before {
  transform: translateY(-50%) rotate(90deg);
}

.open .HeiCruise-inner::before {
  transform: translateY(-50%) rotate(0);
}

.HeiCruise-link-items .HeiCruise-link-item a{
  font-size: 1.5rem;
}

.HeiCruise-link-items .HeiCruise-link-item a:not(.HeiCruise-link-items .HeiCruise-link-item a--parent)::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-left: 1px dotted #888;
  border-bottom: 1px dotted #888;
  vertical-align: .4rem;
  margin-right: 1rem;
}
.HeiCruise-link-items .HeiCruise-link-item a::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 2.3rem;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(45deg);
}
.HeiCruise-ebook .ebook::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: 1;
  background: var(--corporate-color);
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}
.HeiCruise-ebook .ebook a {
  width: 100%;
}
.HeiCruise-ebook .ebook a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2.3rem;
  z-index: 2;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(
          45deg
  );
}
/* --------------------end_阪急交通社のクルーズ旅行-------------------- */



/* --------------------start_条件変更（共通）-------------------- */

/*#search_detail_page {
  opacity: 0;
  pointer-events: none;
  --condition-input-height: 4.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: white;
  transition: opacity 0.6s;
}*/

.Condition-open {
  position: fixed;
  width: 100%;
  left: 0;
}

.Condition-open #search_detail_page {
  opacity: 1;
  pointer-events: auto;
}

/* start_Condition__header */
.Condition__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 5.5rem;
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
}

.Condition__ttl {
  margin-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: var(--bold);
}

.Condition__ttl::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: -0.3rem;
  background: url(/sharing/common21/images/icn_condition--black.svg) no-repeat
  center / contain;
}

.Condition__btn-close {
  position: relative;
  width: 5.5rem;
  height: 100%;
  background-color: #888;
}

.Condition__btn-close::before,
.Condition__btn-close::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
}

.Condition__btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.Condition__btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* end_Condition__header */

.Condition__scroll-area {
  width: 100%;
  height: calc((var(--vh, 1vh) * 100) - 5.5rem - 8rem);
  overflow-y: scroll;
}

.Condition__group-heading {
  padding: 1.5rem;
  font-size: 1.4rem;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.Condition__group {
  /*padding: 1.5rem;*/
  /*border-bottom: 1px solid #e5e5e5;*/
}

.Condition__group:last-of-type {
  border-bottom: none;
}

.Condition__heading {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: var(--bold);
  line-height: 1;
}

.Condition__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#search_detail_page ::placeholder {
  color: #333;
}

/* start_ラジオボタン */
#search_detail_page input[type="radio"] {
  display: none;
}

.Condition__radio-label {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.4rem;
}

#search_detail_page input[type="radio"]:checked + .Condition__radio-label {
  background: var(--active-color);
}

.Condition__radio-btn {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: -0.5rem;
  border-radius: 50%;
  border: 0.2rem solid #888;
  background-color: white;
}

#search_detail_page
input[type="radio"]:checked
+ .Condition__radio-label
.Condition__radio-btn {
  border: 0.6rem solid var(--corporate-color);
}

/* end_ラジオボタン */

/* start_ラジオボタン（枠なし） */
.Condition__radio-label--simple {
  margin: 1rem 0 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

#search_detail_page
input[type="radio"]:checked
+ .Condition__radio-label--simple {
  background: transparent;
}

/* end_ラジオボタン（枠なし） */

/* start_チェックボックス */
#search_detail_page input[type="checkbox"] {
  display: none;
}

.Condition__checkbox-label {
  position: relative;
  display: inline-block;
  /*margin-bottom: 1rem;*/
  padding: 1rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.4rem;
}

#search_detail_page
input[type="checkbox"]:checked
+ .Condition__checkbox-label {
  background: var(--active-color);
}

.Condition__checkbox-btn {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: -0.5rem;
  border-radius: 0.4rem;
  border: 0.2rem solid #888;
  background-color: white;
}

.Condition__radio-btn {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: -0.5rem;
  border-radius: 50%;
  border: 0.2rem solid #888;
  background-color: white;
}

#search_detail_page
input[type="checkbox"]:checked
+ .Condition__checkbox-label
.Condition__checkbox-btn {
  border: none;
  background-color: var(--corporate-color);
}

#search_detail_page
input[type="radio"]:checked
+ .Condition__checkbox-label
.Condition__checkbox-btn {
  border: none;
  background-color: var(--corporate-color);
}

#search_detail_page
input[type="checkbox"]:checked
+ .Condition__checkbox-li
.Condition__checkbox-btn {
  border: none;
  background-color: var(--corporate-color);
}

#search_detail_page
input[type="checkbox"]:checked
+ .Condition__checkbox-label
.Condition__checkbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 0.7rem;
  border-left: 0.2rem solid white;
  border-bottom: 0.2rem solid white;
  transform: translate(-50%, -70%) rotate(-45deg);
}

#search_detail_page
input[type="radio"]:checked
+ .Condition__checkbox-label
.Condition__checkbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 0.7rem;
  border-left: 0.2rem solid white;
  border-bottom: 0.2rem solid white;
  transform: translate(-50%, -70%) rotate(-45deg);
}

#search_detail_page
input[type="checkbox"]:checked
+ .Condition__checkbox-li
.Condition__checkbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 0.7rem;
  border-left: 0.2rem solid white;
  border-bottom: 0.2rem solid white;
  transform: translate(-50%, -70%) rotate(-45deg);
}

/* end_チェックボックス */

/* start_チェックボックス（枠なし） */
.Condition__checkbox-label--simple {
  margin: 1rem 0 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

#search_detail_page
input[type="checkbox"]:checked
+ .Condition__checkbox-label--simple {
  background: transparent;
}

/* end_チェックボックス（枠なし） */

/* start_セレクトボックス */
.Condition__select {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #888;
  border-radius: 0.4rem;
  font-size: 1.6rem;
}

.Condition__select::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.2rem solid #c3c3c3;
  border-bottom: 0.2rem solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-80%) rotate(45deg);
}

#search_detail_page select {
  --scale-down: calc(1.4 / 1.6);
  --scale-up: calc(1.6 / 1.4);
  width: calc(100% * var(--scale-up));
  height: calc(var(--condition-input-height) * var(--scale-up));
  margin: calc(
          (
          (
          (var(--condition-input-height) * var(--scale-up)) -
          var(--condition-input-height)
          ) * -1
          ) / 2
  )
  0;
  padding: calc(1rem * var(--scale-up)) calc(2.8rem * var(--scale-up))
  calc(1rem * var(--scale-up)) calc(1rem * var(--scale-up));
  line-height: calc(1.6 * var(--scale-down));
  transform: scale(var(--scale-down));
  transform-origin: 0;
}

/* end_セレクトボックス */

/* start_input-text */
#search_detail_page input[type="text"] {
  --scale-down: calc(1.4 / 1.6);
  --scale-up: calc(1.6 / 1.4);
  width: calc(100% * var(--scale-up));
  height: calc(var(--condition-input-height) * var(--scale-up));
  margin: calc(
          (
          (
          (var(--condition-input-height) * var(--scale-up)) -
          var(--condition-input-height)
          ) * -1
          ) / 2
  )
  0;
  padding: calc(1rem * var(--scale-up)) calc(3rem * var(--scale-up))
  calc(1rem * var(--scale-up)) calc(1rem * var(--scale-up));
  line-height: calc(1.6 * var(--scale-down));
  text-overflow: ellipsis;
  transform: scale(var(--scale-down));
  transform-origin: 0;
}

.Condition__input-text {
  position: relative;
  width: 100%;
  border: 1px solid #888;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  overflow: hidden;
}

.Condition__input-text::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #c3c3c3;
  border-right: 0.2rem solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%) rotate(45deg);
}

#search_detail_page input[type="text"]::placeholder {
  color: #999;
}

/* end_input-text */

/* start_Condition__footer */
.Condition__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8rem;
  padding: 0 1.5rem;
  background: white;
  border-top: 1px solid #e5e5e5;

  z-index: 2;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  bottom: 0;
}

.Condition__hit-wrap {
  width: calc((100% - 1rem) / 2);
  font-size: 1.4rem;
  line-height: 1;
}

.Condition__hit-label {
  width: 100%;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.Condition__hit-num {
  margin-right: 0.3rem;
  color: var(--caution-color);
  font-size: 2.3rem;
  font-weight: var(--bold);
}

.Condition__btn {
  display: inline-block;
  width: calc((100% - 1rem) / 2);
  padding: 1.25rem 0;
  color: white;
  font-size: 1.6rem;
  font-weight: var(--bold);
  text-align: center;
  border-radius: 0.4rem;
  background-color: var(--caution-color);
}

.Search__clear_wrap{
	border-bottom: solid 1px #E5E5E5;
    padding: 1.5rem 0;
	margin:1.5rem 0;
}

.Condition__btn.Search__clear {
 position: relative;
    box-sizing: content-box;
	width:auto;
    padding: 0.5rem 1rem;
    color: white;
    font-weight: var(--bold);
    text-align: center;
    border-radius: 0.4rem;
    background-color: #888;
    display: block;
    font-size: 1.4rem;
    white-space: nowrap;
}
.Condition__btn.Search__clear span{
	font-size: 1.8rem;
    margin-right: 3px;
    font-weight: 300;
    line-height: 0;	
}


/* end_Condition__footer */

/* --------------------end_条件変更（共通）-------------------- */

/* --------------------start_条件変更（個別）-------------------- */

/* start_交通手段 */
.Condition__group--transport .Condition__radio-label {
  width: calc((100% - 1rem) / 2);
}

.Condition__group--transport .Condition__radio-label:nth-of-type(n + 3) {
  margin-bottom: 0;
}

/* end_交通手段 */

/* start_バス乗車地 */
.Condition__group--bus .Condition__content {
  position: relative;
}

/* start_アラート */
.Condition__group--bus .SearchCourse__alert {
  top: -4.5rem;
  bottom: auto;
  left: auto;
  right: 0;
}

.Condition__group--bus .SearchCourse__alert::before {
  top: auto;
  bottom: -0.8rem;
  left: auto;
  right: 1rem;
  border-width: 0.6rem 0.6rem 0 0.6rem;
  border-color: #c3c3c3 transparent transparent transparent;
}

.Condition__group--bus .SearchCourse__alert::after {
  top: auto;
  bottom: -0.5rem;
  left: auto;
  right: 1.1rem;
  border-width: 0.5rem 0.5rem 0 0.5rem;
  border-color: white transparent transparent transparent;
}

/* end_アラート */

.Condition__group--bus .Condition__input-text {
  background: url(../../sharing/common21/images/icn_busStop.svg) no-repeat right
  1rem center / 1.6rem;
}

.Condition__group--bus .Condition__input-text::after {
  content: none;
}

/* end_バス乗車地 */

/* start_出発日 */
.Condition__group--day .Condition__input-text::after {
  content: none;
}

.Condition__group--day .Condition__input-text {
  background: url(../../attending/common/images/icn_calendar.svg) no-repeat
  right 1rem center / 1.6rem;
}

/* end_出発日 */

/* start_旅行日数 */
.Condition__group--days .Condition__select {
  width: 45%;
}

/* end_旅行日数 */

/* start_旅行代金 */
.Condition__group--price .Condition__select {
  width: 45%;
}

/* end_旅行代金 */

/* start_添乗員 */
.Condition__group--conductor .Condition__radio-label {
  width: calc((100% - 1rem) / 2);
}

.Condition__group--conductor .Condition__radio-label:nth-of-type(n + 3) {
  margin-bottom: 0;
}

/* end_添乗員 */

/* start_キーワード */
.Condition__group--keyword .Condition__input-text {
  width: 83%;
}

.Condition__group--keyword .Condition__input-text::after {
  content: none;
}

.Condition__keyword-input-wrap {
  width: 100%;
  margin-bottom: 1rem;
}

.Condition__keyword-input-wrap .Condition__radio-label:not(:last-of-type) {
  margin-right: 1rem;
}

.Condition__btn-keyword {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #c3c3c3;
  border-radius: 0.4rem;
}

/* end_キーワード */

/* start_除外キーワード */
.Condition__group--ex-keyword {
  display: none;
  margin-top: 1.5rem;
  background: #f5f5f5;
  border-radius: 0.4rem;
  border-bottom: none;
}

.Condition__group--ex-keyword .Condition__input-text {
  width: 80%;
}

.Condition__group--ex-keyword input[type="text"] {
  background-color: white;
}

/* end_除外キーワード */

/* start_催行状況 */
.Condition__group--decide .Condition__radio-label {
  width: calc((100% - 1rem) / 2);
  margin-bottom: 0;
}

.Condition__group--decide .Condition__radio-label:nth-of-type(n + 3) {
  margin-bottom: 0;
}

/* end_催行状況 */

/* --------------------end_条件変更（個別）-------------------- */

/* --------------------start_CommonModal（共通）-------------------- */
.CommonModal--search {
  width: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 50;
  transition: left 0.3s;
  background: white;
}

.CommonModal--search.active {
  left: 0;
}

.CommonModal--search__close {
  position: relative;
  display: block;
  width: 5.5rem;
  height: 100%;
  background: #888;
}

.CommonModal--search__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid white;
  border-left: 0.2rem solid white;
  transform: translate(-40%, -50%) rotate(-45deg);
}

.CommonModal--search__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.2rem;
  height: 0.2rem;
  background: white;
  transform: translate(-35%, -50%);
}

.CommonModal--search .Condition__checkbox-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: -1px 0 0 0;
  border-color: #e5e5e5;
  border-right: none;
  border-left: none;
  border-radius: 0;
}

.CommonModal__contents-inner {
  padding: 0;
}

.Condition__checkbox-txt {
  width: calc(100% - 2.5rem);
}

.CommonModal__set-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(8rem + 1px);
  margin-top: -1px;
  border-top: 1px solid #e5e5e5;

  z-index: 3;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  bottom: 0;
  background: #ffffff;
}

.CommonModal__set-btn {
  display: inline-block;
  padding: 1.25rem 4.85rem;
  color: white;
  font-size: 1.6rem;
  font-weight: var(--bold);
  border-radius: 0.4rem;
  background-color: var(--caution-color);
}

/* --------------------end_CommonModal（共通）-------------------- */

/* --------------------start_CommonModal（個別）-------------------- */

/* start_出発地 */
.ConditionModal--departure-ac-btn {
  position: relative;
  display: block;
  padding: 1.5rem;
  font-weight: var(--bold);
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--departure-ac-btn.active {
  background-color: #f5f5f5;
}

.ConditionModal--departure-ac-contents {
  display: none;
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.ConditionModal--departure-ac-contents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ConditionModal--departure .Condition__checkbox-label {
  width: 50%;
}

#ConditionModal--departure .Condition__checkbox-label:first-of-type {
  width: 100%;
  font-weight: var(--bold);
}

#ConditionModal--departure .Condition__checkbox-label:nth-of-type(even) {
  border-right: 1px solid #e5e5e5;
}

/* end_出発地 */

/* start_バス乗車地 */
.ConditionModal--bus-label {
  display: block;
  width: 100%;
  padding: 1.5rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: var(--bold);
  background: #f5f5f5;
}

/* end_バス乗車地 */

/* start_目的地 */
.ConditionModal--destination-ac-btn {
  position: relative;
  display: block;
  padding: 1.5rem;
  font-weight: var(--bold);
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--destination-ac-btn.active {
  background: #f5f5f5;
}

.ConditionModal--destination-ac-btn[data-lv="2"] {
  font-weight: 400;
}

.ConditionModal--destination-ac-contents {
  display: none;
}

.ConditionModal--destination-ac-contents
.Condition__checkbox-label:first-of-type {
  font-weight: var(--bold);
}

.ConditionModal--destination-ac-contents .Condition__checkbox-li:first-of-type {
  font-weight: 500 !important;
}

.ConditionModal--destination-ac-contents-inner .Condition__checkbox-label {
  padding-left: 3rem;
  display: block;
}

.ConditionModal--destination-ac-contents-inner .Condition__checkbox-li {
  display: block;
}

/* end_目的地 */

/* start_出発日 */

.ConditionModal-day-wrap {
  padding: 1.5rem;
}

.ConditionModal-day-month:not(:last-of-type) {
  margin-bottom: 3rem;
}

.ConditionModal-day-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.ConditionModal-day-ttl {
  font-size: 1.5rem;
  font-weight: var(--bold);
}

.ConditionModal-day-select-month {
  padding: 1.3rem 1.5rem;
  color: #666;
  font-size: 1.3rem;
  font-weight: var(--bold);
  line-height: 1;
  border: 1px solid #c3c3c3;
  border-radius: 5rem;
}

.ConditionModal-day-table th,
.ConditionModal-day-table td {
  width: calc((345rem / 7) / 10);
  height: calc((345rem / 7) / 10);
  font-size: 1.3rem;
  font-weight: var(--bold);
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #e5e5e5;
  display: table-cell;
}

.ConditionModal-day-table th:first-child,
.ConditionModal-day-table td:first-child {
  color: #ff6666;
}

.ConditionModal-day-table th:last-child,
.ConditionModal-day-table td:last-child {
  color: #6397f7;
}

.ConditionModal-day-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%;
  height: 100%; */
  width: 100%;
  height: 100%;
}

.ConditionModal-day-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}

.ConditionModal-day-table th .ConditionModal-day-bg {
  background: #f5f5f5;
}

.ConditionModal-day-bg:hover,
.ConditionModal-day-table th .ConditionModal-day-bg:hover {
  background: var(--active-color);
}

.ConditionModal-day-bg.active,
.ConditionModal-day-table th .ConditionModal-day-bg.active {
  color: white;
  background: var(--corporate-color);
}

.ConditionModal-day-empty {
  background: #e5e5e5;
}

.ConditionModal-day-g.out {
  /* opacity: 0.3; */
  /* width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ConditionModal-day-g {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* end_出発日 */

/* start_ホテルランク */
.ConditionModal--hotel-rank-note {
  width: calc(100% - 3rem);
  margin: 1.5rem auto 0 auto;
  border: 1px solid #e5e5e5;
  border-radius: 0.6rem;
}

.ConditionModal--hotel-rank-label {
  padding: 1.5rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: var(--bold);
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-rank-txt {
  padding: 1.5rem;
}

/* end_ホテルランク */

/* start_クルーズ船 */
#ConditionModal--cruise .Condition__checkbox-txt {
  width: calc(85% - 2.5rem);
}

.ConditionModal__btn-detail {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  padding: 0.5rem 1rem 0.5rem 1.2rem;
  color: var(--corporate-color);
  font-size: 1.2rem;
  font-weight: var(--bold);
  line-height: 1;
  border: 1px solid #7ecff3;
  border-radius: 50rem;
  background: white;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}

/* end_クルーズ船 */

/* start_ホテル・旅館 */
/* start_タブ */
.ConditionModal--hotel-tab-items {
  display: flex;
  width: 100%;
  height: 4.5rem;
  background: white;
}

.ConditionModal--hotel-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  color: #666;
  font-size: 1.4rem;
  font-weight: var(--bold);
  border-bottom: 0.2rem solid #c3c3c3;
}

.ConditionModal--hotel-tab-item:not(.active) {
  transition: color 0.3s;
  cursor: pointer;
}

.ConditionModal--hotel-tab-item.active {
  color: var(--corporate-color);
  background: var(--active-color);
  border-color: var(--corporate-color);
}

/* end_タブ */

#ConditionModal--hotel .CommonModal__scroll-area {
  height: calc((var(--vh, 1vh) * 100) - 5.5rem - 4.5rem - 8rem);
}

/* start_絞り込み */
.ConditionModal--hotel-sort-wrap {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-sort-ttl {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: var(--bold);
}

/* start_ランク */
.ConditionModal--hotel-sort-group--rank .ConditionModal--hotel-sort-content {
  padding: 0.1rem 0 1.5rem 0;
  overflow-x: auto;
}

.ConditionModal--hotel-sort-items {
  display: flex;
  justify-content: flex-start;
}

.ConditionModal--hotel-sort-item:not(:last-child) {
  margin-right: 0.5rem;
}

.ConditionModal--hotel-sort-group--rank .Condition__checkbox-label {
  padding: 0.8rem 0.6rem;
  font-size: 1.3rem;
  font-weight: var(--bold);
  white-space: nowrap;
  border: 1px solid #e5e5e5;
  border-radius: 0.4rem;
}

#search_detail_page
.ConditionModal--hotel-sort-wrap
input[type="checkbox"]:checked
+ .Condition__checkbox-label {
  color: var(--corporate-color);
}

/* end_ランク */

/* start_ホテル名 */
.ConditionModal--hotel-sort-group--name {
  margin-top: 0.5rem;
}

.ConditionModal--hotel-sort-group--name .ConditionModal--hotel-sort-content {
  display: flex;
  justify-content: space-between;
}

.ConditionModal--hotel-sort-group--name .Condition__input-text {
  width: 68%;
}

.ConditionModal--hotel-sort-group--name .Condition__input-text::after {
  content: none;
}

.ConditionModal--hotel-sort-name-btn-clear {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
}

.ConditionModal--hotel-sort-name-btn-clear:hover {
  opacity: 0.7;
}

.ConditionModal--hotel-sort-name-btn-clear::before,
.ConditionModal--hotel-sort-name-btn-clear::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.2rem;
  background: #888;
  position: absolute;
  top: 50%;
  left: 50%;
}

.ConditionModal--hotel-sort-name-btn-clear::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ConditionModal--hotel-sort-name-btn-clear::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ConditionModal--hotel-sort-btn-narrow {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 5rem;
}

.ConditionModal--hotel-sort-btn-narrow::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.5rem;
  vertical-align: -0.3rem;
  background: url(/sharing/common21/images/icn_search--black.svg) no-repeat
  center / contain;
  opacity: 0.8;
}

/* end_ホテル名 */
/* end_絞り込み */

.ConditionModal--hotel-tab-contents {
  display: none;
}

.ConditionModal--hotel-tab-contents.active {
  display: block;
}

/* start_一覧から選択 */
.ConditionModal--hotel-list-ac-btn {
  position: relative;
  display: block;
  padding: 1.5rem;
  font-weight: var(--bold);
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-list-ac-btn:not(.js_condition-modal-ac-btn),
.ConditionModal--hotel-list-ac-btn.active {
  background-color: #f5f5f5;
}

.ConditionModal--hotel-list-ac-contents {
  display: none;
}

.Condition__hotel-list-rank-label {
  display: block;
  width: 100%;
  padding: 1.5rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: var(--bold);
  background: #f5f5f5;
}

.ConditionModal--hotel-tab-contents--list
.Condition__checkbox-label:not(:first-of-type)
.Condition__checkbox-txt {
  width: calc(85% - 2.5rem);
}

.ConditionModal--hotel-tab-contents--list
.Condition__checkbox-label:first-of-type {
  font-weight: var(--bold);
}

/* end_一覧から選択 */

/* start_地図から選択 */
.CommonModal__contents--map .ConditionModal--hotel-sort-wrap {
  height: 9.5rem;
}

.CommonModal__contents--map .ConditionModal--hotel-sort-group--name {
  display: none;
}

.ConditionModal--hotel-map-wrap {
  position: relative;
  height: calc(
          (var(--vh, 1vh) * 100) - 5.5rem - 4.5rem - 9.5rem - 7.5rem - 8rem
  );
  /*
  5.5rem / モーダルヘッダーの高さ
  4.5rem / モーダルタブの高さ
  9.5rem / 絞り込みの高さ
  7.5rem / アコーディオンボタン領域の高さ
  8rem / 設定するボタン領域の高さ
  */
  background: #fafafa;
}

/* start_地図上ホテル枠 */
.ConditionModal--hotel-map-info-content {
  position: relative;
  top: 0;
  right: 0;
  width: 0;
}

.ConditionModal--hotel-map-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: -7.5rem;
  left: -17rem;
  width: 34rem;
  min-height: 19rem;
  padding: 1.5rem;
  background: white;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.4rem 0.1rem rgb(0 0 0 / 5%);
}

.ConditionModal--hotel-map-info-btn-close {
  position: relative;
  top: -6rem;
  left: 15rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #888;
  border-radius: 50%;
  z-index: 999;
}

.ConditionModal--hotel-map-info-btn-close::before,
.ConditionModal--hotel-map-info-btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.2rem;
  height: 0.2rem;
  background-color: white;
}

.ConditionModal--hotel-map-info-btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ConditionModal--hotel-map-info-btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ConditionModal--hotel-map-info-ttl {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: var(--bold);
  background: url(/search/images/new_search/map_marker_b_sm_icon.png) left 2px
  no-repeat;
  background-size: 1.3rem;
  padding-left: 2rem;
}

.ConditionModal--hotel-map-info-img {
  width: 10rem;
}

.ConditionModal--hotel-map-info-img img {
  border: 1px solid #e5e5e5;
}

.ConditionModal--hotel-map-info-txt {
  width: calc(100% - 11rem);
}

.ConditionModal--hotel-map-info-rank {
  color: var(--sub-corporate-color);
  font-size: 1.2rem;
  font-weight: var(--bold);
}

.ConditionModal--hotel-map-info-description {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.ConditionModal--hotel-map-info-btn-items {
  display: flex;
  justify-content: flex-end;
}

.ConditionModal--hotel-map-info-btn-item {
  padding: 1rem 1.2rem;
  font-size: 1.2rem;
  font-weight: var(--bold);
  line-height: 1;
  border-radius: 5rem;
}

.ConditionModal--hotel-map-info-btn-item--detail {
  color: var(--corporate-color);
  border: 1px solid #7fcff4;
}

.ConditionModal--hotel-map-info-btn-item--add {
  color: white;
  background-color: var(--corporate-color);
}

.ConditionModal--hotel-map-info-btn-item:first-child {
  margin-right: 0.5rem;
}

/* end_地図上ホテル枠 */

.ConditionModal--hotel-selected-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 3rem);
  height: 4.5rem;
  margin: 1.5rem auto;
  font-size: 1.4rem;
  background: #f5f5f5;
  border-radius: 0.4rem;
}

.ConditionModal--hotel-selected-num {
  position: absolute;
  top: -0.6rem;
  left: -0.6rem;
  width: 2.2rem;
  height: 2.2rem;
  color: white;
  font-size: 1rem;
  font-weight: var(--bold);
  letter-spacing: 0;
  line-height: 2.2rem;
  text-align: center;
  border-radius: 50%;
  background-color: var(--corporate-color);
}

.ConditionModal--hotel-selected-items {
  /* display: none; */
  border-top: 1px solid #e5e5e5;
}

.ConditionModal--hotel-selected-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-selected-item-name {
  line-height: 1.3;
  width: 68%;
}

.ConditionModal--hotel-selected-item-btn-wrap {
  display: flex;
  justify-content: space-between;
  width: 31%;
}

.ConditionModal--hotel-selected-item-btn {
  display: block;
  padding: 0.8rem 1.2rem;
  color: var(--corporate-color);
  font-size: 1.2rem;
  font-weight: var(--bold);
  line-height: 1;
  border: 1px solid #7fcff4;
  border-radius: 5rem;
}

.ConditionModal--hotel-selected-item-btn--delete {
  color: #666;
  border-color: #c9c9c9;
}

/* end_地図から選択 */
/* end_ホテル・旅館 */

/* start_テーマ */
.ConditionModal--theme-ac-btn {
  position: relative;
  display: block;
  padding: 1.5rem;
  font-weight: var(--bold);
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--theme-ac-btn.active {
  background-color: #f5f5f5;
}

.ConditionModal--theme-ac-contents {
  display: none;
}

/* end_テーマ */
/*-------------------edit by access start---------------*/

.tdr_usj .Condition__checkbox-btn {
  border-radius: 50%;
  margin-left: 2rem;
}

#search_detail_page input[type="radio"]:disabled + .Condition__checkbox-label {
  color: var(--disable-font-color);
}

#search_detail_page
input[type="radio"]:disabled
+ .Condition__radio-label--simple {
  color: var(--disable-font-color);
}

#search_detail_page
input[type="checkbox"]:disabled
+ .Condition__checkbox-label {
  color: var(--disable-font-color);
}

#search_detail_page
input[type="checkbox"]:disabled
+ .Condition__checkbox-label
.Condition__checkbox-btn {
  border: none;
  background-color: var(--disable-color);
}

#search_detail_page
input[type="radio"]:disabled
+ .Condition__checkbox-label
.Condition__checkbox-btn {
  border: none;
  background-color: var(--disable-color);
}

#search_detail_page
input[type="checkbox"]:disabled
+ .Condition__checkbox-li
.Condition__checkbox-btn {
  border: none;
  background-color: var(--disable-color);
}

#search_detail_page
input[type="checkbox"]:disabled
+ .Condition__checkbox-label--simple {
  color: var(--disable-font-color);
}

#search_detail_page
.ConditionModal--hotel-sort-wrap
input[type="checkbox"]:disabled
+ .Condition__checkbox-label {
  color: var(--disable-font-color);
}

#search_detail_page input[type="radio"]:disabled + .Condition__radio-label {
  color: var(--disable-font-color);
}

#search_detail_page
input[type="radio"]:disabled
+ .Condition__radio-label
.Condition__radio-btn {
  border: none;
  background-color: var(--disable-color);
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.ConditionModal--hotel-map-info .ConditionModal--hotel-map-info-ttl.active {
  background: url(/search/images/new_search/map_marker_r_sm_icon.png) left 2px
  no-repeat;
  background-size: 1.3rem;
  padding-left: 2rem;
}

.ConditionModal--hotel-tab-contents--list
.Condition__checkbox-ul
.Condition__checkbox-label {
  font-weight: 500 !important;
}

.ConditionModal--hotel-map-info-btn-item--delete {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.ConditionModal-day-table td.hol {
  background-color: #ffd7cb;
}

.ConditionModal-day-table td.calendar_link {
  font-weight: var(--bold);
  text-decoration: underline;
}

/*-------------------edit by access end---------------*/
/* --------------------end_CommonModal（個別）-------------------- */

/* --------------------start_モーダル海外のみ-------------------- */

/* start_特別代金プラン */
#ConditionModal--special-price .CommonModal__contents-inner {
  padding: 1.5rem;
}

.ConditionModal--special-price-caution {
  margin-top: 1rem;
  color: var(--sub-corporate-color);
  font-size: 1.3rem;
  font-weight: var(--bold);
}

.ConditionModal--special-price-note {
  margin: 1.5rem auto 2rem auto;
  border: 1px solid #e5e5e5;
  border-radius: 0.6rem;
  overflow: hidden;
}

.ConditionModal--special-price-label {
  padding: 1rem 1.5rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: var(--bold);
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--special-price-txt {
  padding: 1.5rem;
}

.ConditionModal--special-price-table-ttl {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  font-weight: var(--bold);
  line-height: 1;
  border-left: 0.4rem solid var(--corporate-color);
}

.ConditionModal--special-price-table {
  width: 100%;
}

.ConditionModal--special-price-table th,
.ConditionModal--special-price-table td {
  padding: 0.5rem 0.8rem;
  font-size: 1.3rem;
  border: 1px solid #e5e5e5;
}

.ConditionModal--special-price-table th {
  color: white;
  font-weight: var(--bold);
  background: #666;
}

.ConditionModal--special-price-table th:last-child {
  text-align: right;
}

.ConditionModal--special-price-table td:last-child {
  font-weight: var(--bold);
  text-align: right;
}

.ConditionModal--special-price-unit {
  font-size: 1.3rem;
}

.ConditionModal--special-price-request {
  margin-left: 0.5rem;
  padding: 0.3rem;
  color: var(--sub-corporate-color);
  font-size: 1.1rem;
  font-weight: var(--bold);
  border: 1px solid var(--sub-corporate-color);
}

/* end_特別代金プラン */

/* start_航空会社 */
#ConditionModal--airplane-i .CommonModal__scroll-area {
  height: calc((var(--vh, 1vh) * 100) - 5.5rem - 5.5rem - 8rem);
}

.ConditionModal--airplane-label {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: var(--bold);
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

#ConditionModal--airplane-i
.CommonModal__contents-inner:not(:last-of-type)
.Condition__checkbox-label:first-of-type {
  font-weight: var(--bold);
  width: 100%;
}

.ConditionModal--airplane-logo {
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  vertical-align: -1rem;
  border: 1px solid #e5e5e5;
}

.Condition__airplane-input-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 5.5rem;
  padding: 1.5rem;
  margin-top: -1px;
  border-top: 1px solid #e5e5e5;
}

.Condition__airplane-input-ttl {
  margin-right: 1rem;
  font-size: 1.3rem;
  font-weight: var(--bold);
}

.Condition__airplane-input-wrap .Condition__radio-label {
  margin: 0 1rem 0 0;
  font-size: 1.4rem;
}

/* end_航空会社 */

/* start_出発時間帯 */
.ConditionModal--time-zone-label {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: var(--bold);
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

/* end_出発時間帯 */

/* start_船会社・客船 */
.ConditionModal--ship-company-label {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: var(--bold);
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

.ConditionModal--ship-company-ac-btn {
  position: relative;
  display: block;
  padding: 1.5rem;
  font-weight: var(--bold);
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--ship-company-ac-btn.active {
  background-color: #f5f5f5;
}

.ConditionModal--ship-company-ac-contents {
  display: none;
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.ConditionModal--ship-company-ac-contents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ConditionModal--ship-company .Condition__checkbox-label {
  padding-right: 7rem;
}

#ConditionModal--ship-company .Condition__checkbox-label:first-of-type {
  width: 100%;
  font-weight: var(--bold);
}

/* end_船会社・客船 */

/* start_ホテルグレード */
.ConditionModal--hotel-grade-note {
  width: calc(100% - 3rem);
  margin: 1.5rem auto 0 auto;
  border: 1px solid #e5e5e5;
  border-radius: 0.6rem;
}

.ConditionModal--hotel-grade-label {
  padding: 1.5rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: var(--bold);
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-grade-txt {
  padding: 1.5rem;
}

/* end_ホテルグレード */


/* --------------------start_CommonModal（共通）-------------------- */

.commonModal-open {
  position: fixed;
  width: 100%;
  left: 0;
}

.CommonModal {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  will-change: opacity;
  background: white;
}

.CommonModal.active {
  opacity: 1;
  pointer-events: auto;
}

.CommonModal__ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 5.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.CommonModal__close {
  position: relative;
  display: block;
  width: 5.5rem;
  height: 100%;
  background: #888;
}

.CommonModal__close::before,
.CommonModal__close::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
}

.CommonModal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.CommonModal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.CommonModal__ttl {
  width: calc(100% - 5.5rem);
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: var(--bold);
}

#Search .CommonModal__ttl:not(.CommonModal__ttl--no-icn)::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
  vertical-align: -0.2rem;
  background: url(/sharing/common21/images/icn_search--black.svg)
  no-repeat center / contain;
}

.CommonModal__scroll-area {
  height: calc((var(--vh, 1vh) * 100) - 5.5rem - 8rem);
  overflow: scroll;
}

.CommonModal__scroll-area--no-btn {
  height: calc((var(--vh, 1vh) * 100) - 5.5rem);
}

.CommonModal__contents-inner {
  padding: 2.5rem;
}

.CommonModal--search .CommonModal__contents-inner {
  padding: 0;
}

.CommonModal--search .Search__checkbox-label {
  width: 100%;
  margin: -1px 0 0 0;
  border-color: #e5e5e5;
  border-right: none;
  border-left: none;
  border-radius: 0;
}

.CommonModal__btn-detail {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  padding: 0.5rem 1rem 0.5rem 1.2rem;
  color: var(--corporate-color);
  font-size: 1.2rem;
  font-weight: var(--bold);
  line-height: 1;
  border: 1px solid #7ecff3;
  border-radius: 50rem;
  background: white;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}

.CommonModal__set-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(8rem + 1px);
  margin-top: -1px;
  border-top: 1px solid #e5e5e5;
}

.CommonModal__set-btn {
  display: inline-block;
  padding: 1.25rem 4.85rem;
  color: white;
  font-size: 1.6rem;
  font-weight: var(--bold);
  border-radius: 0.4rem;
  background-color: var(--caution-color);
}

/* --------------------end_CommonModal（共通）-------------------- */

/* start_チェックボックス */
#search_detail_page input[type="checkbox"] {
  display: none;
}

.Condition__checkbox-label {
  position: relative;
  display: inline-block;
 /* margin-bottom: 1rem;*/
  padding: 1rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.4rem;
}

#search_detail_page
input[type="checkbox"]:checked
+ .Condition__checkbox-label {
  background: var(--active-color);
}

.Condition__checkbox-btn {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: -0.5rem;
  border-radius: 0.4rem;
  border: 0.2rem solid #888;
  background-color: white;
}

.Condition__radio-btn {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: -0.5rem;
  border-radius: 50%;
  border: 0.2rem solid #888;
  background-color: white;
}

#search_detail_page
input[type="checkbox"]:checked
+ .Condition__checkbox-label
.Condition__checkbox-btn {
  border: none;
  background-color: var(--corporate-color);
}

#search_detail_page
input[type="radio"]:checked
+ .Condition__checkbox-label
.Condition__checkbox-btn {
  border: none;
  background-color: var(--corporate-color);
}

#search_detail_page
input[type="checkbox"]:checked
+ .Condition__checkbox-li
.Condition__checkbox-btn {
  border: none;
  background-color: var(--corporate-color);
}

#search_detail_page
input[type="checkbox"]:checked
+ .Condition__checkbox-label
.Condition__checkbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 0.7rem;
  border-left: 0.2rem solid white;
  border-bottom: 0.2rem solid white;
  transform: translate(-50%, -70%) rotate(-45deg);
}

#search_detail_page
input[type="radio"]:checked
+ .Condition__checkbox-label
.Condition__checkbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 0.7rem;
  border-left: 0.2rem solid white;
  border-bottom: 0.2rem solid white;
  transform: translate(-50%, -70%) rotate(-45deg);
}

#search_detail_page
input[type="checkbox"]:checked
+ .Condition__checkbox-li
.Condition__checkbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 0.7rem;
  border-left: 0.2rem solid white;
  border-bottom: 0.2rem solid white;
  transform: translate(-50%, -70%) rotate(-45deg);
}

/* end_チェックボックス */

/* start_チェックボックス（枠なし） */
.Condition__checkbox-label--simple {
  margin: 1rem 0 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

#search_detail_page
input[type="checkbox"]:checked
+ .Condition__checkbox-label--simple {
  background: transparent;
}

/* end_チェックボックス（枠なし） */

/* start_セレクトボックス */
.Condition__select {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #888;
  border-radius: 0.4rem;
  font-size: 1.6rem;
}

.Condition__select::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.2rem solid #c3c3c3;
  border-bottom: 0.2rem solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-80%) rotate(45deg);
}

#search_detail_page select {
  --scale-down: calc(1.4 / 1.6);
  --scale-up: calc(1.6 / 1.4);
  width: calc(100% * var(--scale-up));
  height: calc(var(--condition-input-height) * var(--scale-up));
  margin: calc(
          (
          (
          (var(--condition-input-height) * var(--scale-up)) -
          var(--condition-input-height)
          ) * -1
          ) / 2
  )
  0;
  padding: calc(1rem * var(--scale-up)) calc(2.8rem * var(--scale-up))
  calc(1rem * var(--scale-up)) calc(1rem * var(--scale-up));
  line-height: calc(1.6 * var(--scale-down));
  transform: scale(var(--scale-down));
  transform-origin: 0;
}

/* end_セレクトボックス */

/* start_input-text */
#search_detail_page input[type="text"] {
  --scale-down: calc(1.4 / 1.6);
  --scale-up: calc(1.6 / 1.4);
  width: calc(100% * var(--scale-up));
  height: calc(var(--condition-input-height) * var(--scale-up));
  margin: calc(
          (
          (
          (var(--condition-input-height) * var(--scale-up)) -
          var(--condition-input-height)
          ) * -1
          ) / 2
  )
  0;
  padding: calc(1rem * var(--scale-up)) calc(3rem * var(--scale-up))
  calc(1rem * var(--scale-up)) calc(1rem * var(--scale-up));
  line-height: calc(1.6 * var(--scale-down));
  text-overflow: ellipsis;
  transform: scale(var(--scale-down));
  transform-origin: 0;
}

.Condition__input-text {
  position: relative;
  width: 100%;
  border: 1px solid #888;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  overflow: hidden;
}

.Condition__input-text::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #c3c3c3;
  border-right: 0.2rem solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%) rotate(45deg);
}

#search_detail_page input[type="text"]::placeholder {
  color: #999;
}

/* end_input-text */

/* start_Condition__footer */
.Condition__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8rem;
  padding: 0 1.5rem;
  background: white;
  border-top: 1px solid #e5e5e5;

  z-index: 2;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  bottom: 0;
}

.Condition__hit-wrap {
  width: calc((100% - 1rem) / 2);
  font-size: 1.4rem;
  line-height: 1;
}

.Condition__hit-label {
  width: 100%;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.Condition__hit-num {
  margin-right: 0.3rem;
  color: var(--caution-color);
  font-size: 2.3rem;
  font-weight: var(--bold);
}

.Condition__btn {
  display: inline-block;
  width: calc((100% - 1rem) / 2);
  padding: 1.25rem 0;
  color: white;
  font-size: 1.6rem;
  font-weight: var(--bold);
  text-align: center;
  border-radius: 0.4rem;
  background-color: var(--caution-color);
}

/* end_Condition__footer */

/* --------------------end_条件変更（共通）-------------------- */

#loadMask {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 500;
}

.bgStyle {
  opacity: 0.5;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: lightgray;
  z-index: 999;
}

.maskStyle {
  position: absolute;
  top: 0%;
  left: 0%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.maskStyle img {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* start_お気に入りアイコン */

.icn_tour-favorite-outer {
  position: relative;
}

.icn_tour-favorite-wrap {
  position: relative;
  z-index: 1;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}

.icn_tour-favorite {
  border-radius: 50%;
}

.icn_tour-favorite-wrap .cls-1,
.icn_tour-favorite-wrap .cls-3 {
  fill: white;
}

.icn_tour-favorite-wrap .cls-2 {
  fill: #c3c3c3;
}

/* start_active */
.icn_tour-favorite-wrap.active {
  /*border: none;*/
}

.icn_tour-favorite-wrap.active .cls-1,
.icn_tour-favorite-wrap.active .cls-3 {
  fill: #ff6978;
}

.icn_tour-favorite-wrap.active .cls-2 {
  fill: white;
}

.icn_tour-favorite-wrap.active .icn_tour-favorite {
  animation: icn_tour-favorite linear 0.5s forwards;
  /* animation: icn_tour-favorite linear 10s forwards; */
}

@keyframes icn_tour-favorite {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* end_active */

/* start_balloon */
.icn_tour-favorite-balloon {
  position: absolute;
  top: -5.5rem;
  right: -1rem;
  font-size: 1.2rem;
  color: #ff6978;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  border-radius: 0.6rem;
  background: white;
  border: 0.2rem solid #ff6978;
  box-shadow: 0px 0.4rem 0.7rem -0.6rem rgb(0 0 0 / 50%);
  white-space: nowrap;
  opacity: 0;
}

.icn_tour-favorite-balloon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.8rem;
  right: 2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0.6rem 0 0.6rem;
  border-color: #ff6978 transparent transparent transparent;
}

.icn_tour-favorite-balloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  right: 2.1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0.5rem;
  border-color: white transparent transparent transparent;
}

/*.icn_tour-favorite-wrap.active + .icn_tour-favorite-balloon {
  animation: icn_tour-favorite-balloon ease-out 2s forwards;
}*/

@keyframes icn_tour-favorite-balloon {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  85% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

/* end_balloon */
/* end_お気に入りアイコン */