/*-------------------------------------------------------
  RecommendToplayout
-------------------------------------------------------*/
/* ===== SP ===== */
body {
  background-image: url(/image/common/bg_plus_top.svg), url(/image/common/bg_gradation.jpg);
  background-position: right 5% top 80px, right -50px top;
  background-size: 100px 80px, 100% auto;
  background-repeat: no-repeat;
}

.mainContents {
  width: 100%;
}

.mainContents__wrapper {
  padding: 0;
}

.mainContents__outer {
  position: relative;
  height: 590px;
}

.mainContents__title-outer {
  background-image: url(/image/recommend/top/recommend_img_mainvisual.png);
  background-repeat: no-repeat;
  background-position: top 100px left calc(50% + 120px);
  background-size: auto 160px;
  height: 260px;
}

.mainContents__title-wrapper {
  margin-bottom: 30px;
  padding: 0 20px;
}

.mainContents__text-wrapper {
  width: 320px;
  padding: 32px 32px 16px;
  background-color: rgba(255, 243, 241, 0.7);
  border-radius: 10px;
  margin-bottom: 4px;
}

.mainContents__text {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.mainContents__text:last-child {
  margin-bottom: 0;
}

.mainContents__text-outer {
  position: absolute;
  top: 232px;
  left: 20px;
}

.mainContents__strong {
  font-weight: bold;
  color: #ff573d;
}

.titLv2RecommendTop__wrapper {
  display: block;
  padding: 0 20px 56px;
}

.titLv2RecommendTop__title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 42px;
  text-align: center;
}

.titLv2RecommendTop__title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 6px;
  left: calc(50% - 24px);
  bottom: -24px;
  border-radius: 3px;
  background: #ff573d;
}

.titLv2RecommendTop__title-sub {
  font-size: 16px;
  color: #ff573d;
}

.titLv2RecommendTop__text {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 20px;
}

.recommend,
.recommendRailway,
.recommendTreatment {
  margin-bottom: 20px;
}

.recommend__list,
.recommendRailway__list,
.recommendTreatment__list {
  display: block;
  padding: 0 20px;
}

.recommend__list a,
.recommendRailway__list a,
.recommendTreatment__list a {
  text-decoration: none;
}

.recommend__list-wrapper,
.recommendRailway__list-wrapper,
.recommendTreatment__list-wrapper {
  margin: 0 10px;
}

.recommend__list-item,
.recommendRailway__list-item,
.recommendTreatment__list-item {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
  margin-bottom: 36px;
}

.recommend__list-item img,
.recommendRailway__list-item img,
.recommendTreatment__list-item img {
  max-width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
  display: block;
}

.recommend__list-text,
.recommendRailway__list-text,
.recommendTreatment__list-text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  padding: 20px;
}

.pagination__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

.pagination__text {
  margin: 0 5px;
}

.pagination__a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #000;
}

.pagination__a:hover {
  text-decoration: none;
}

.pagination__a--inactive {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #000;
  opacity: 0.3;
}

.pagination__a--inactive:hover {
  opacity: 0.3;

  text-decoration: none;
}

.pagination__a--active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 5px;
  background-color: #ff573d;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
}

.pagination__a--active:hover {
  opacity: 1;

  text-decoration: none;
}

.btnMore,
.btnMoreRailway,
.btnMoreTreatment {
  display: block;
  width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  background-image: url(/image/common/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: right 20px top 50%;
  cursor: pointer;
}

a.btnMore,
a.btnMoreRailway,
a.btnMoreTreatment {
  text-decoration: none;
}

.btnMore__text,
.btnMoreRailway__text,
.btnMoreTreatment__text {
  margin-left: 36px;
}

.btnClose,
.btnCloseRailway,
.btnCloseTreatment {
  display: block;
  width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  background-image: url(/image/common/icon_close.svg);
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: right 20px top 50%;
  cursor: pointer;
}

a.btnClose,
a.btnCloseRailway,
a.btnCloseTreatment {
  text-decoration: none;
}

.btnClose__text,
.btnCloseRailway__text,
.btnCloseTreatment__text {
  margin-left: 36px;
}

.search {
  background-image: url(/image/recommend/top/bg_search.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0;
  margin-bottom: 32px;
}

.search__title-wrapper {
  margin: 0 20px 12px;
}

.search__title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.search__list {
  margin: 24px 20px 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 8px;
  position: relative;
  z-index: 2;
}

.search__list-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  position: relative;
  padding-left: 40px;
  margin: 16px 0;
}

.search__list-title::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(/image/common/icon_area.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.tab__railway .search__list-title::before {
  background-image: url(/image/common/icon_railway.svg);
}

.tab__treatment .search__list-title::before {
  background-image: url(/image/common/icon_treatment_pink.svg);
}

.search__list-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.search__list-a {
  display: block;
  text-decoration: none;
  color: #f2533a;
  font-size: 13px;
  background-color: #ffebe8;
  border-radius: 6px;
  padding: 16px 8px;
  margin: 4px;
  width: 100%;
  text-align: center;
}

.search__list-a:hover {
  text-decoration: none;
}

.search__list-item {
  width: calc(100% / 4);
  display: flex;
  align-items: stretch;
}

.slick-track {
  display: flex;
}

.slick-slide {
  padding: 20px 0;
  height: auto !important;
}

.tabItem__wrapper {
  border-bottom: #ff573d 4px solid;
  display: flex;
  justify-content: center;
  padding: 0 4px;
}

.tabItem {
  width: 150px;
  text-align: center;
  background-color: #ffebe8;
  color: #f2533a;
  padding: 0px 8px 20px 8px;
  margin: 0 4px;
  border-radius: 10px 10px 0 0;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  flex-direction: column;
  align-content: center;
}

.tabItem.is-active {
  background-color: #ff573d;
  color: #fff;
  font-weight: bold;
}

.tabItem__wrapper .tab__area::before {
  content: "";
  background-image: url(/image/common/icon_area.svg);
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
}

.tabItem__wrapper .tab__area.is-active::before {
  content: "";
  background-image: url(/image/common/icon_area_white.svg);
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
}

.tabItem__wrapper .tab__railway::before {
  content: "";
  background-image: url(/image/common/icon_railway.svg);
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
}

.tabItem__wrapper .tab__treatment::before {
  content: "";
  background-image: url(/image/common/icon_treatment_pink.svg);
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
}

.tabItem__wrapper .tab__railway.is-active::before {
  content: "";
  background-image: url(/image/common/icon_railway_white.svg);
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
}

.tabItem__wrapper .tab__treatment.is-active::before {
  content: "";
  background-image: url(/image/common/icon_treatment_white.svg);
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
}

.tabContent {
  display: none;
  overflow: hidden;
}

.tabContent.is-display {
  display: block;
}

.accreditedList__item {
	margin-bottom: 8px;
}

.accreditedList__notes {
	font-size: 14px;
	line-height: 1.8;
	color: #686f86;
}

/* ===== tablet ===== */
@media screen and (min-width:768px) {
  body {
    background-image: url(/image/common/bg_gradation.jpg);
    background-position: right top;
    background-size: 830px 896px;
    background-repeat: no-repeat;
  }

  .breadCrumb {
    margin-bottom: 0;
  }

  .mainContents__wrapper {
    margin-top: 0;
  }

  .mainContents__outer {
    position: relative;
    height: 510px;
    padding-top: 30px;
  }

  .mainContents__outer::before {
    content: "";
    background-image: url(/image/common/bg_plus_top.svg);
    right: 5%;
    top: -7px;
    background-size: 100px 80px;
    width: 100px;
    height: 80px;
    background-repeat: no-repeat;
    position: absolute;
  }

  .mainContents__outer::after {
    content: "";
    background-image: url(/image/common/bg_plus_bottom.svg);
    left: 10%;
    bottom: -48px;
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    position: absolute;
  }

  .mainContents__title-outer {
    background-image: url(/image/recommend/top/recommend_img_mainvisual.png);
    background-repeat: no-repeat;
    background-position: top left calc(50% + 320px);
    background-size: auto 260px;
    height: 260px;
  }

  .mainContents__text-outer {
    width: 768px;
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
  }

  .mainContents__title-wrapper {
    width: 768px;
    margin: 0 auto 56px;
    padding: 64px 0 0 5px;
  }

  .mainContents__text-outer {
    width: 768px;
    margin: 0 auto;
  }

  .mainContents__text-wrapper {
    width: 640px;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 8px;
  }

  .mainContents__text {
    line-height: 2;
  }

  .titLv2RecommendTop__wrapper {
    padding: 0 0 60px;
    text-align: center;
  }

  .titLv2RecommendTop__title-sub {
    font-size: 18px;
  }

  .titLv2RecommendTop__title {
    font-size: 24px;
    margin-bottom: 48px;
  }

  .titLv2RecommendTop__text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 24px;
  }

  .recommend,
  .recommendRailway,
  .recommendTreatment {
    width: 768px;
    margin: 0 auto 20px;
  }

  .recommend__list,
  .recommendRailway__list,
  .recommendTreatment__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
  }

  .recommend__list-wrapper,
  .recommendRailway__list-wrapper,
  .recommendTreatment__list-wrapper {
    margin: 0 13px 26px;
  }

  .recommend__list-item,
  .recommendRailway__list-item,
  .recommendTreatment__list-item {
    width: 230px;
    height: 100%;
    margin: 0;
  }

  .recommend__list-text,
  .recommendRailway__list-text,
  .recommendTreatment__list-text {
    font-size: 16px;
  }

  .pagination__text {
    margin: 0 10px;
  }

  .pagination__a {
    margin: 0 10px;
  }

  .pagination__a--active {
    margin: 0 10px;
  }

  .search {
    position: relative;
    margin-bottom: 80px;
  }

  .search__title-wrapper {
    width: 728px;
    margin: 0 auto;
  }

  .search__title {
    font-size: 28px;
  }

  .search__list {
    width: 728px;
    margin: 24px auto 0;
    padding: 16px;
  }

  .search__list-a {
    margin: 12px;
    padding: 16px 20px;
  }

  .search__list-item {
    width: auto;
  }

  .tabItem__wrapper {
    padding: 0;
  }

  .tabItem {
    width: 160px;
    font-size: 17px;
    margin: 0 10px;
  }

  .tabItem:hover {
    opacity: 0.6;
  }
}



/* ===== PC ===== */
@media screen and (min-width:1024px) {

  .search__title-wrapper,
  .search__list,
  .mainContents__title-wrapper {
    width: 1000px;
  }

  .mainContents__outer {
    position: relative;
    height: 540px;
    padding-top: 30px;
  }

  .mainContents__title-outer {
    background-image: url(/image/recommend/top/recommend_img_mainvisual.png);
    background-repeat: no-repeat;
    background-position: top left calc(50% + 390px);
    background-size: auto 320px;
    background-color: #fff;
    height: 320px;
  }

  .mainContents__text-outer {
    width: 1000px;
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
  }

  .mainContents__text-wrapper {
    width: 700px;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 16px;
  }

  .mainContents__text {
    font-size: 17px;
  }

  .titLv2RecommendTop__wrapper {
    width: 1000px;
    margin: 0 auto;
  }

  .titLv2RecommendTop__title {
    font-size: 28px;
  }

  .titLv2RecommendTop__title-sub {
    font-size: 20px;
  }

  .titLv2RecommendTop__text {
    font-size: 17px;
  }

  .recommend,
  .recommendRailway,
  .recommendTreatment {
    width: 996px;
  }

  .recommend__list-wrapper,
  .recommendRailway__list-wrapper,
  .recommendTreatment__list-wrapper {
    margin: 0 16px 32px;
  }

  .recommend__list-item,
  .recommendRailway__list-item,
  .recommendTreatment__list-item {
    width: 300px;
    height: 100%;
    margin: 0;
  }

  .recommend__list-text,
  .recommendRailway__list-text,
  .recommendTreatment__list-text {
    font-size: 17px;
  }
}