@charset "UTF-8";
.card-container {
  width: 100%;
  margin-top: -25px;
  margin-bottom: -32px;
}

.card-container .card {
  margin-top: 32px;
  margin-bottom: 32px;
}

.card {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(111, 92, 66, 0.4);
}

.card-w-full {
  width: 100%;
}

.card-options {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}

.card-title {
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 20px;
  font-weight: bold;
  color: #452d12;
}

.card-title-dark {
  color: #272727;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
}

.card-header.no-border {
  border: 0;
}

.card-detail {
  width: 100%;
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.card-detail-title {
  align-self: center;
  font-size: 18px;
  font-weight: bold;
  color: #272727;
}

.card-detail-spacing > * {
  margin-top: 5px;
  margin-bottom: 5px;
}

.card-body .button-map {
  width: 164px;
  font-size: 13px;
  font-weight: bold;
  color: #452d12;
  border-width: 1px;
}

.card .table-detail {
  width: 100%;
}

.card .table-detail th, .card .table-detail td {
  padding: 14px;
}

.card .table-detail .col-label {
  width: 110px;
  font-size: 13px;
  font-weight: bold;
}

.card .table-detail td {
  font-size: 12px;
}

.card .table-discount tr {
  min-height: 42px;
}

.card .table-discount th, .card .table-discount td {
  font-size: 13px;
  padding: 8px 10px;
}

.card .table-discount .price {
  font-size: 16px;
}

.card .table-discount .sp-detail {
  display: none;
}

.card-thumb {
  flex-shrink: 0;
  margin-right: 20px;
}

.card-desc {
  min-height: 50px;
  font-size: 13px;
}

.card-desc-md {
  font-size: 16px;
  max-height: 60px;
}

.card-rating {
  display: flex;
}

.card-gray-border {
  border: 2px solid #AFAFAF;
  border-radius: 5px;
  width: 100%;
}

@media screen and (max-width: 560px) {
  .card {
    width: 100%;
    padding: 10px;
  }
  .card-title {
    font-size: 18px;
  }
  .card-header {
    margin-bottom: 10px;
  }
  .card-header.no-border {
    padding-bottom: 0;
    border: 0;
  }
  .card .table-discount .sp-detail {
    display: inline-block;
  }
  .card .table-discount .pc-detail {
    display: none;
  }
  .card-desc-md {
    font-size: 13px;
  }
  .card-rating {
    flex-direction: column-reverse;
  }
}

.favorite-coupon {
  width: 130px;
  height: 32px;
  font-size: 13px;
}

.favorite-coupon-icon {
  margin-right: 6px;
}

.favorite-coupon-list {
  width: 110px;
  height: 28px;
}

.favorite-coupon-list .icon-star-white {
  min-width: 16px !important;
  min-height: 16px !important;
}

.favorite-spot {
  width: 140px;
  height: 36px;
  font-size: 14px;
}

.favorite-spot-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.favorite-inactive {
  background-color: #DBDBDB;
}

@media screen and (max-width: 960px) {
  .favorite-button {
    width: 116px;
    height: 24px;
    font-size: 12px;
  }
  .favorite-coupon-icon {
    width: 20px;
    height: 20px;
  }
  .favorite-spot-icon {
    margin-right: 6px;
  }
}

.mama-plan {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 20px 0px;
  border-radius: 5px;
}

.mama-plan-badge {
  width: 70px;
  height: 34px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 0px !important;
  background-color: #e83a19;
}

.mama-plan-title {
  display: flex;
  align-items: center;
  margin-left: 30px;
  font-size: 22px;
  line-height: 20px;
}

.mama-plan-title-text {
  font-weight: 600;
  border-bottom: 1px solid #000;
}

.mama-plan-details {
  font-size: 16px;
  line-height: 23px;
  padding-left: 30px;
  margin-top: 20px;
}

.mama-plan-button {
  height: 42px;
  width: 200px;
}

.mama-plan-footer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.mama-plan-img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.mama-plan-img-div {
  width: 30%;
}
.mama-plan-img-div a{
  z-index: 1;
  transition: 0.3s
}
.mama-plan-img-div a:hover{
  z-index: 2;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
}

.mama-plan-content {
  width: 70%;
}

.mama-plan-container {
  margin-top: 30px;
}

@media screen and (max-width: 560px) {
  .mama-plan {
    padding: 13px 10px;
    width: 100%;
  }
  .mama-plan-img-div {
    width: 40%;
  }
  .mama-plan-content {
    width: 60%;
  }
  .mama-plan-title {
    margin-left: 10px;
    display: block;
    font-size: 16px;
    z-index: 1;
    transition: 0.3s;
  }
  .mama-plan-title:hover{
    z-index: 2;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
  }
  .mama-plan-title-text {
    border-bottom: 0px;
  }
  .mama-plan-badge {
    width: 46px;
    height: 28px;
    font-size: 12px;
    background-color: #333333 !important;
    margin-bottom: 10px;
  }
  .mama-plan-details {
    font-size: 12px;
    padding-left: 10px;
  }
  .mama-plan-button {
    height: 34px;
    width: 150px;
    font-size: 13px;
  }
  .mama-plan-container {
    margin-top: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 960px) {
  .mama-plan {
    padding: 13px 10px;
    width: 100%;
  }
  .mama-plan-img-div {
    width: 40%;
  }
  .mama-plan-content {
    width: 60%;
  }
  .mama-plan-title {
    margin-left: 10px;
    display: block;
    font-size: 16px;
  }
  .mama-plan-title-text {
    border-bottom: 0px;
  }
  .mama-plan-badge {
    width: 46px;
    height: 28px;
    font-size: 12px;
    background-color: #333333 !important;
    margin-bottom: 10px;
  }
  .mama-plan-details {
    font-size: 12px;
    padding-left: 10px;
  }
  .mama-plan-button {
    height: 34px;
    width: 150px;
    font-size: 13px;
  }
  .mama-plan-container {
    margin-top: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.floating-button {
  width: 335px;
  height: 50px;
  background: transparent linear-gradient(110deg, #FF9525 0%, #E83B19 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 3px #6F5C4266;
  border-radius: 70px;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
  margin-right: auto;
  margin-left: auto;
}

.floating-button-div {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  background-color: #f9f9f9c9;
}

.floating-button-icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.floating-button-text {
  font-size: 14px;
  font-weight: 600;
  margin-right: auto;
  margin-left: auto;
}

.form-action-group {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: -10px;
}

.form-action-group .col {
  padding: 10px;
}

@media screen and (max-width: 560px) {
  .form-action-group {
    flex-direction: column-reverse;
    align-items: center;
    margin: -7.5px;
  }
  .form-action-group .col {
    padding: 7.5px;
  }
  .form-action-group .button {
    margin: 0 auto;
  }
}

.form-input-button {
  width: unset;
}

.form-input-text {
  padding-left: 10px;
  font-size: 13px;
}

.double-field {
  width: 100% !important;
}

.double-field-input {
  width: 80%;
}

.double-field-2 {
  width: 100% !important;
  padding-top: 5px !important;
}

.double-field-note {
  width: 100% !important;
  margin-top: -30px !important;
}

.form-input-2-field {
  width: 70%;
}

.form-input-2-field-label {
  display: none;
}

.form-block-2 {
  margin-top: 0px;
  margin-right: 20px;
}

.form-input-label-text {
  margin-right: 30px;
}

@media screen and (max-width: 560px) {
  .badge-required, .badge-any {
    width: 46px;
    padding: 0px;
    line-height: 10px;
  }
  #basic-select-1 {
    height: 44px;
  }
  #basic-select-1:after {
    background-size: 15px 8px;
    width: 15px;
    height: 8px;
    bottom: 34px;
  }
  #basic-select-2 {
    height: 44px;
  }
  #basic-select-2:after {
    background-size: 15px 8px;
    width: 15px;
    height: 8px;
    bottom: 34px;
  }
  #basic-select-3 {
    height: 44px;
  }
  #basic-select-3:after {
    background-size: 15px 8px;
    width: 15px;
    height: 8px;
    bottom: 34px;
  }
  .form-control {
    margin-bottom: 20px;
  }
  .form-input-label {
    margin-bottom: 3px;
    padding: 0px 8px;
  }
  .form-input-label-text {
    margin-right: 20px;
  }
  .form-input-2 {
    text-align: right;
  }
  .form-input-2-label {
    font-size: 14px;
    margin-right: 10px;
  }
  .form-input-2-field {
    display: block;
    width: 100%;
  }
  .form-input-2-field-label {
    display: block;
    font-size: 14px;
    padding: 0px 8px;
    margin-top: 15px;
  }
  .form-input-with-button {
    width: 60%;
  }
  .form-input-button {
    margin-top: 0px !important;
  }
  .form-input-text {
    padding-left: 0px;
    margin-top: 5px;
    font-size: 14px;
  }
  .form-input-radio {
    padding: 20px 5px;
    padding-bottom: 5px;
  }
  .form-input-flex {
    padding-top: 10px;
  }
  .form-size-60 {
    width: 100% !important;
  }
  .form-size-40 {
    width: 100% !important;
  }
  .form-with-confirm {
    display: block !important;
  }
  .form-with-text {
    margin-top: 10px;
    display: flex !important;
    justify-content: flex-end;
  }
  .form-with-button {
    display: flex;
    flex-wrap: wrap;
  }
  .form-radio-2-text {
    font-size: 16px;
  }
  .form-note {
    padding: 0px 8px;
  }
  .form-button {
    width: 100%;
  }
  .form-button-div {
    width: 40%;
    padding-left: 15px;
  }
  .note {
    font-size: 11px;
  }
  .with-note {
    margin-bottom: 0px !important;
  }
  .button-lg {
    height: 44px;
  }
  hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .double-field-input {
    width: 100%;
  }
  .double-field-text {
    display: none;
  }
  .double-field-note {
    margin-top: -15px !important;
  }
}

.hotel-search-list-content {
  margin-top: 30px !important;
}

.hotel-card-container {
  padding: 0px !important;
}

.hotel-tab {
  background-color: #fff;
  border: unset;
  height: 60px;
  margin: -1px auto;
}

.hotel-tab-wrapper {
  padding: 10px 0px;
  box-shadow: none !important;
  border-top: 2px solid #6FB52A;
}

.hotel-tab-content {
  padding: 0px;
}

.hotel-tab-active {
  background-color: #6FB52A !important;
  border: unset !important;
  height: 60px !important;
}

.hotel-tab-active a {
  color: #fff !important;
}

.hotel-tab-active:before {
  border-top: 0px !important;
  display: unset !important;
}

.hotel-tab-label {
  font-size: 16px;
}

.hotel-tab-label-active {
  color: #fff;
}

.hotel-tab-item {
  width: 200px !important;
  background: #FFFFFF;
  color: #333333;
  background-color: #efedea;
  border: 1px solid #d3d3d3;
  height: 59px;
}

@media screen and (max-width: 960px) {
  .hotel-search-list-content {
    margin-top: 0px !important;
    padding: 0px !important;
  }
  .hotel-card-container {
    padding: 10px !important;
  }
  .hotel-tab {
    height: 50px !important;
  }
  .hotel-tab-active {
    height: 50px !important;
  }
  .hotel-tab-wrapper {
    border-top: 0px;
  }
  .hotel-tab-item {
    height: 50px;
    background-color: #E2E2E2;
    border: 0px;
    width: 50% !important;
  }
  .hotel-tab-label {
    font-weight: 600;
  }
}

.points {
  border: 11px solid #B16220;
  border-radius: 8.5px;
  height: 130px;
  width: 335px;
  display: flex;
  flex-direction: column;
}

.points .d-flex {
  padding: 9px 15px;
  align-items: center;
  margin-top: 15px;
}

.points .d-flex .green-label {
  height: 44px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  background-color: #6FB42A;
  padding: 9px 15px;
  text-align: center;
  margin-right: 15px;
}

.points .dark-bar {
  margin-top: auto;
  background-color: #A6A7A7;
  height: 2px;
  width: 100%;
}

.point-history {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
}

.point-history .white-arrow {
  background: #E83B19;
  height: 16px;
  width: 16px;
  margin-right: 12px;
}

.point-history .white-arrow .icon {
  min-width: 8px;
  min-height: 8px;
}

@media screen and (max-width: 560px) {
  .points {
    width: 100%;
  }
}

.apply {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 335px;
  border: 2px solid #FF7600;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #00000029;
}

.apply .icon {
  min-width: 40px;
  min-height: 40px;
  margin-right: 12px;
}

.apply .present {
  display: block;
}

.apply .present .text-orange {
  font-size: 20px;
  font-weight: 600;
}

.apply .present .fs-12 {
  font-weight: 600;
}

.q-and-a-header {
  display: flex;
  align-items: center;
}

.q-and-a-header-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}

.q-and-a-header-text .q-and-a-title {
  color: #FF7600;
  font-weight: 600;
  font-size: 24px;
  line-height: 19px;
  margin-left: 10px;
}

.q-and-a-header .icon {
  height: 50px;
  width: 50px;
  position: relative;
  margin-left: 20px;
}

.q-and-a-body {
  width: 100%;
  box-shadow: 0px 0px 5px #33333366;
  border-radius: 5px;
  padding: 30px;
  margin-top: -3px;
}

.q-and-a-body .button-col-1 {
  margin-bottom: 0px;
  margin-top: 20px;
}

.q-and-a-body .button-col-1 .button {
  height: 40px;
  width: 220px;
  font-size: 14px;
  line-height: 20px;
}

.q-and-a-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  font-weight: 600;
  padding: 20px;
}

.q-and-a-list {
  margin-bottom: 30px;
}

.q-and-a-list .question {
  margin-right: 10px;
}

.q-and-a-list .answer {
  margin-right: 10px;
}

.question {
  background-color: #E83B19;
  height: 38px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 19px;
  border-radius: 50%;
  color: #fff;
  margin-right: 20px;
}

.question-div {
  display: flex;
  align-items: center;
  color: #0D1D20;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.question-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}

.question-body {
  width: 95%;
  color: #333;
  font-size: 14px;
  line-height: 19px;
}

.question-num {
  height: 56px;
  width: 56px;
  min-width: 56px;
  background-color: #FF5252;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  top: -40px;
  position: relative;
}

.answer {
  background-color: #0C7ACB;
  height: 38px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 19px;
  border-radius: 50%;
  color: #fff;
  margin-right: 20px;
}

.answer-div {
  display: flex;
  margin-top: 10px;
}

.answer-content {
  background-color: #F4F4F4;
  padding: 20px;
  border-radius: 5px;
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}

.answer-body {
  width: 95%;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 18px;
}

.survey-choices {
  display: flex;
}

.survey-question {
  background-color: #fff;
  border: 11.5px solid #B16220;
  border-radius: 8.5px;
  min-height: 110px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.survey-answer {
  border: 2px solid #D5C5B8;
  border-radius: 10px;
  padding: 28px;
  margin-top: 20px;
}

.survey-answer .answer {
  min-width: 34px;
  height: 34px;
  width: 34px;
  font-size: 20px;
  margin-right: 12px;
}

.survey-answer .form-checkbox-label {
  vertical-align: baseline;
  display: flex;
  align-items: center;
  padding-left: 32px;
  min-height: 17px;
  margin-bottom: 20px;
}

.survey-answer .form-checkbox-label:after {
  width: 17px;
  height: 17px;
  border-radius: 4px;
}

.survey-answer .form-checkbox-label:before {
  top: 14%;
  left: 4px;
  width: 9px;
  height: 6px;
}

.survey-answer .form-checkbox-text {
  font-size: 14px;
  min-height: 17px;
}

.survey-answer .form-radio-2-label {
  vertical-align: baseline;
  display: flex;
  align-items: center;
  min-height: 17px;
}

.survey-answer .form-radio-2-label:after {
  width: 17px;
  height: 17px;
  border: 1px solid #C7C7C7;
  margin-top: 3px;
}

.survey-answer .form-radio-2-label:before {
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  margin-top: 3px;
}

.survey-answer .form-radio-2-text {
  font-size: 14px;
}

.survey-img {
  display: block;
  width: 19%;
}

.survey-img img {
  width: 100%;
}

.survey-button {
  width: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.survey-button .button {
  width: 260px;
}

@media screen and (max-width: 560px) {
  .q-and-a-body {
    padding: 15px;
  }
  .q-and-a-body .button-col-1 .button {
    height: 50px;
  }
  .q-and-a-header .icon {
    height: 40px;
    width: 40px;
    margin-left: 10px;
  }
  .q-and-a-header-text .q-and-a-title {
    font-size: 18px !important;
  }
  .question {
    height: 26px;
    min-width: 26px;
    font-size: 14px;
  }
  .question-div {
    font-size: 14px;
    font-weight: bold;
  }
  .question-num {
    top: -35px;
    height: 39px;
    width: 39px;
    min-width: 39px;
    font-size: 14px;
    left: 12px;
  }
  .answer {
    height: 26px;
    min-width: 26px;
    font-size: 14px;
  }
  .answer-content {
    padding: 15px;
    font-size: 14px !important;
  }
  .answer-body .form-radio-2-label {
    margin-bottom: 5px;
  }
  .answer-body .form-radio-2-label .form-radio-2-text {
    font-size: 14px !important;
  }
  .survey-answer {
    margin-top: 10px;
    padding: 18px;
  }
  .survey-answer .fs-16 {
    font-size: 14px !important;
  }
  .survey-answer .px-15 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .survey-answer .answer {
    min-width: 27px;
    width: 27px;
    height: 27px;
    font-size: 15px;
  }
  .survey-answer .row {
    display: flex;
  }
  .survey-question {
    padding: 12px;
    min-height: 85px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .survey-question-content {
    width: 85%;
    font-size: 14px;
  }
  .survey-button {
    width: 100%;
    flex-direction: column-reverse;
  }
  .survey-button .board-button {
    width: 100% !important;
  }
  .survey-button .button {
    width: 100% !important;
  }
  .survey-button .button:first-child {
    margin-bottom: 10px;
  }
  .survey-choices {
    display: block;
  }
  .survey-img {
    width: 48%;
    margin-bottom: 10px;
  }
}

#thumbnail-pc {
  display: block;
}

#thumbnail-sp {
  display: none;
}

.thumbnail-container a {
  display: flex;
  flex-direction: row;
  z-index: 1;
  transition: 0.3s;
}
.thumbnail-container a:hover{
  z-index: 2;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
}

.thumbnail-img {
  flex-shrink: 0;
  margin-right: 15px;
}

.thumbnail-text {
  display: flex;
  flex-direction: column;
}

.thumbnail-badge .badge {
  margin-bottom: 5px;
}

.thumbnail-title {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.thumbnail-title-sub {
  font-size: 13px;
  font-weight: bold;
  color: #9D9D9D;
}

.thumbnail-title.fixed-height {
  align-items: center;
  height: 45px;
}

.thumbnail-subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #FF7600;
}

.thumbnail-container-block a {
  display: flex;
  flex-direction: column;
  z-index: 1;
  transition: 0.3s;
  position: relative
}
.thumbnail-container-block a:hover{
  z-index: 2;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
}


.thumbnail-container-block .img-thumb {
  width: 100%;
}

.thumbnail-text-block {
  display: flex;
  flex-direction: column;
}

.thumbnail-text-block-xs {
  width: 150px;
}

.thumbnail-text-block-sm {
  width: 180px;
}

.thumbnail-text-block-md {
  width: 200px;
}

.thumbnail-text-block-lg {
  width: 270px;
}

.text-block-details {
  font-size: 13px;
  color: #606060;
}

.text-color {
  color: #FF8C00;
}

.thumbnail-image-badge {
  position: absolute;
}

.event-drop-off-thumb {
  width: 40%;
}

.event-drop-off-text {
  width: 60%;
  padding-left: 15px;
}

.recommended-event {
  width: 50%;
}

.recommended-event-thumb {
  width: 35%;
}

.recommended-event-text {
  width: 65%;
  padding-left: 15px;
}

.coupon-block .thumbnail-text-block-md {
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .js_slider_coupon .list-ranking .list-item-img {
    height: 127px !important;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 560px) {
  .coupon-block {
    flex-direction: row;
    margin-bottom: 20px;
  }
  .coupon-block .img-thumb {
    width: 120px;
    height: 90px;
  }
  .coupon-block .thumbnail-text-block-md {
    margin-top: 0px;
    width: 100%;
    margin-left: 10px;
  }
  .js_slider_coupon .list-ranking .list-item-img {
    height: 127px !important;
    margin-bottom: 10px;
  }
  .recommended-event {
    width: 100%;
  }
  .recommended-event .thumbnail-container {
    display: block;
  }
  .recommended-event .thumbnail-container .recommended-event-thumb {
    width: 100%;
  }
  .recommended-event .thumbnail-container .recommended-event-thumb img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .recommended-event .thumbnail-container .recommended-event-text {
    width: 100%;
    padding: 0px;
  }
  .recommended-event .thumbnail-container .recommended-event-text .recommended-title {
    text-decoration: none;
  }
  .recommended-event .thumbnail-container .recommended-event-text .recommended-date {
    margin-top: 12px;
  }
  .recommended-event .thumbnail-container .recommended-event-text .recommended-date .mr-10 {
    margin-right: 5px !important;
  }
  .recommended-event .thumbnail-container .recommended-event-text .recommended-date .mt-5 {
    margin-top: 0px !important;
  }
  .recommended-event .thumbnail-container .recommended-event-text .recommended-location {
    margin-top: 12px;
  }
  .recommended-event .thumbnail-container .recommended-event-text .recommended-location .mr-10 {
    margin-right: 5px !important;
  }
  .recommended-event .thumbnail-container .recommended-event-text .recommended-location .mt-5 {
    margin-top: 0px !important;
  }
  .event-drop-off-thumb {
    width: 35%;
    margin-right: 0px;
  }
  .event-drop-off-text {
    width: 60%;
    padding-left: 10px;
  }
  #thumbnail-pc {
    display: none;
  }
  #thumbnail-sp {
    display: block;
  }
  .thumbnail-badge .badge {
    margin-bottom: 0;
  }
  .thumbnail-title {
    font-size: 14px;
    font-weight: bold;
  }
  .thumbnail-title-sub {
    font-size: 11px;
    font-weight: bold;
  }
  .thumbnail-text-block-xs {
    width: 100px;
  }
  .thumbnail-text-block-sm {
    width: 140px;
  }
  .thumbnail-text-block-md {
    width: 170px;
  }
  .thumbnail-text-block-lg {
    width: 250px;
  }
}