@charset "utf-8";

.cw-toggle-search {
  cursor: pointer;
  position: absolute;
  right: 75px;
  top: 15px;
}

.cw-toggle-search.active img {
  transition: opacity 0.25s ease;
}
.cw-toggle-search.active img {
  opacity: 0;
}

.cw-toggle-search:before,
.cw-toggle-search:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 40%;
  background: #fff;
  width: 100%;
  height: 2px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.cw-toggle-search.active:before,
.cw-toggle-search.active:after {
  opacity: 1;
}
.cw-toggle-search:before {
  transform: rotate(135deg);
}
.cw-toggle-search:after {
  transform: rotate(-135deg);
}

.cw-modal * {
  box-sizing: border-box;
}
.cw-modal {
  display: none;
  background-color: #dd0024;
  padding: 40px 30px;
  color: #fff;
}

.cw-modal:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

.cw-modal a {
  color: #fff;
}

.cw-recom {
}

.cw-modal__inner {
  margin: 0 auto;
  max-width: 760px;
}

.cw-modal .screen-reader-text {
  display: none;
}

.cw-modal .search-form {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cw-modal .search-form label,
.cw-modal .search-form .search-submit {
  display: block;
}

.cw-modal .search-submit {
  overflow: hidden;
  background: url(../../images/btn-search-black.svg) 50% 50% no-repeat;
  width: 70px;
  height: 70px;
  text-indent: -999px;
}

.cw-modal label {
  display: block;
  width: calc(100% - 70px);
}
.cw-modal .search-field {
  padding: 0 30px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
}

.cw-modal__tag {
  margin-top: 50px;
  font-weight: bold;
}

.cw-modal__tag dt {
  margin-bottom: 15px;
  font-size: 16px;
}

.cw-modal__tag dd li {
  display: inline-block;
  font-size: 12px;
}

.cw-modal__tag dd li a {
  display: inline-block;
  background-color: #fff;
  padding: 13px 15px;
  color: #dd0024;
  transition: background-color 0.25s ease;
}
.cw-modal__tag dd li a:hover {
  background-color: #f199a7;
}

.wrap-cw-recom {
  position: fixed;
  left: 0;
  bottom: -300px;
  z-index: 1000;
  width: 100%;
  transition: bottom 0.6s ease-out;
}
.wrap-cw-recom.show {
  bottom: 0;
}

.cw-recom {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  width: 972px;
  padding: 10px;
}

.cw-recom a {
  color: #fff;
}

.cw-recom__rel {
  margin-bottom: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cw-recom__rel li {
  width: 25%;
}
.cw-recom__rel li a {
  display: table;
  background: #111;
  color: #fff;
  width: calc(100% - 1px);
  margin-right: 1px;
  transition: background 0.25s ease;
}
.cw-recom__rel li a:hover {
  background: #000;
}
.cw-recom__rel .cw-recom__thumb,
.cw-recom__rel .cw-recom__title {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
}
.cw-recom__rel .cw-recom__thumb {
  padding-left: 10px;
  padding-right: 0;
}
.cw-recom__rel .cw-recom__thumb div {
  background: 50% 50% / cover no-repeat;
  width: 65px;
  height: 40px;
}
.cw-recom__rel .cw-recom__title p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 125px;
  font-size: 12px;
}

.cw-recom__cat:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.cw-recom__cat__item {
  float: left;
  overflow: hidden;
  background: 0 0 / cover no-repeat;
  width: 237px;
  height: 58px;
  text-align: center;
  font-size: 12px;
  margin-right: 1px;
  border: 2px solid #000;
  font-weight: bold;
  font-size: 17px;
}
.cw-recom__cat__item a {
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
.cw-recom__cat__item p {
  font-family: Crimson Text, Noto Sans JP;
  line-height: 58px;
  height: 58px;
}

.cw-recom__cat__item.tourism-categories,
.cw-recom__cat__item.cw-recom__cat__item--0 {
  background-image: url(../../images/category/tourism.jpg);
}
.cw-recom__cat__item.food,
.cw-recom__cat__item.cw-recom__cat__item--1 {
  background-image: url(../../images/category/food.jpg);
}
.cw-recom__cat__item.lodging-categories,
.cw-recom__cat__item.cw-recom__cat__item--2 {
  background-image: url(../../images/category/lodging.jpg);
}
.cw-recom__cat__item.shrine,
.cw-recom__cat__item.cw-recom__cat__item--3 {
  background-image: url(../../images/category/jinja.jpg);
}
.cw-recom__cat__item.temple,
.cw-recom__cat__item.cw-recom__cat__item--4 {
  background-image: url(../../images/category/otera.jpg);
}
.cw-recom__cat__item.matsuri,
.cw-recom__cat__item.cw-recom__cat__item--5 {
  background-image: url(../../images/category/matsuri.jpg);
}
.cw-recom__cat__item.sports,
.cw-recom__cat__item.cw-recom__cat__item--6 {
  background-image: url(../../images/category/sports.jpg);
}
.cw-recom__cat__item.event,
.cw-recom__cat__item.cw-recom__cat__item--7 {
  background-image: url(../../images/category/event.jpg);
}
.cw-recom__cat__item.experience,
.cw-recom__cat__item.cw-recom__cat__item--8 {
  background-image: url(../../images/category/experience.jpg);
}
.cw-recom__cat__item.sake-categories,
.cw-recom__cat__item.cw-recom__cat__item--9 {
  background-image: url(../../images/category/sake.jpg);
}
.cw-recom__cat__item.season-categories,
.cw-recom__cat__item.cw-recom__cat__item--10 {
  background-image: url(../../images/category/season.jpg);
}
.cw-recom__cat__item.culture,
.cw-recom__cat__item.cw-recom__cat__item--11 {
  background-image: url(../../images/category/culture.jpg);
}

.cw-recom .slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 10;
  background: #000;
  margin-top: -16px;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  text-indent: -999px;
}
.cw-recom .slick-arrow:before {
  content: "";
  position: absolute;
  display: block;
  left: 12px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.cw-recom .slick-prev {
  left: -15px;
  transform: rotate(180deg);
}
.cw-recom .slick-next {
  right: -15px;
}

.cw-recom__close {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 10;
  background: #fff;
  margin-top: -16px;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  border: 2px solid #000;
}

.cw-recom__close:before,
.cw-recom__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  background: #000;
  margin: 0px 0 0 -7px;
  width: 50%;
  height: 2px;
}

.cw-recom__close:before {
  transform: rotate(135deg);
}
.cw-recom__close:after {
  transform: rotate(-135deg);
}

@media only screen and (max-width: 768px) {
  .cw-recom {
    width: 100%;
  }
  .cw-recom__rel li {
    width: 50%;
    margin-bottom: 1px;
  }
  .cw-recom__rel .cw-recom__thumb,
  .cw-recom__rel .cw-recom__title {
    padding: 2vw;
  }
  .cw-recom__rel .cw-recom__thumb {
    padding-right: 0;
    width: 18vw;
  }
  .cw-recom__rel .cw-recom__thumb div {
    width: 14vw;
    height: 10vw;
  }
  .cw-recom__rel .cw-recom__title p {
    width: 24vw;
  }

  .cw-recom__cat {
    margin-right: auto;
    margin-left: auto;
  }
  .cw-recom__close {
    right: 0;
  }
  .cw-recom .slick-prev {
    left: -10px;
  }
  .cw-recom .slick-next {
    right: -10px;
  }
}
/*既存スタイルの上書き*/
.l_header .p_lang_button.u_bl-pc {
  margin-right: 8rem;
}
