@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
body {
  position: relative;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
body.detail .footer {
  margin-top: 0;
}

.overlay_search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.sec_search {
  padding: 30px 0 70px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #E1DCDB;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  text-align: left;
  position: relative;
}
@media all and (max-width: 896px) {
  .sec_search {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .sec_search {
    padding: 15px 0 70px;
    border-radius: 0;
  }
}
.sec_search > li {
  margin-bottom: 15px;
  width: 100%;
}
.sec_search > li.w50 {
  width: 50%;
}
@media all and (max-width: 896px) {
  .sec_search > li.w50 {
    width: 100%;
  }
}
.sec_search > li.area .block_check {
  padding: 5px 0;
}
.sec_search > li.column_season {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .sec_search > li.column_season {
    flex-wrap: wrap;
  }
}
.sec_search > li.column_season .block_pull {
  margin-left: 20px;
  padding-top: 2px;
}
.sec_search > li.column_season .block_pull select {
  padding: 3px 10px 3px 5px;
  box-sizing: border-box;
  border-radius: 3px;
  border: none;
  font-size: 16px;
  width: 100px;
  height: 30px;
  cursor: pointer;
  margin: 3px;
  background: #fff;
}
.sec_search > li.column_season .block_pull select.month {
  width: 70px;
}
.sec_search > li.column_tag {
  position: relative;
  padding-bottom: 40px;
}
.sec_search > li.column_tag .grad-btn {
  padding: 5px 15px 5px 0;
  box-sizing: border-box;
  display: block;
  width: 110px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: -2px;
  z-index: 2;
  border: 1px solid #3C3C3C;
  border-radius: 3px;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
}
@media all and (max-width: 480px) {
  .sec_search > li.column_tag .grad-btn {
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}
.sec_search > li.column_tag .grad-btn:before {
  content: "タグ一覧";
  text-align: right;
}
.sec_search > li.column_tag .grad-btn:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 10px;
}
.sec_search > li.column_tag .grad-item {
  position: relative;
  overflow: hidden;
  height: 70px;
}
.sec_search > li.column_tag .grad-item:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  content: "";
}
.sec_search > li.column_tag .grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}
.sec_search > li.column_tag .grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる";
}
.sec_search > li.column_tag .grad-trigger:checked ~ .grad-btn::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f077";
  position: absolute;
  right: 10px;
}
.sec_search > li.column_tag .grad-trigger:checked ~ .grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}
.sec_search > li.column_tag .grad-trigger:checked ~ .grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.sec_search > li.category_list .block_check {
  padding-right: 150px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .sec_search > li.category_list .block_check {
    padding-right: 0;
  }
}
.sec_search > li .title {
  font-weight: bold;
  letter-spacing: 0px;
  text-align: left;
}
.sec_search > li .block_check {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media all and (max-width: 480px) {
  .sec_search > li .block_check > li {
    width: 50%;
    letter-spacing: 0px;
  }
}
.sec_search > li .block_check > li.btn_all {
  position: absolute;
  right: 0;
  top: -3px;
  width: 130px;
  text-align: center;
  background: #E7E7E7;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}
@media all and (max-width: 896px) {
  .sec_search > li .block_check > li.btn_all {
    position: relative;
    top: 0;
    font-size: 90%;
  }
}
.sec_search > li .block_check > li.btn_all a {
  width: 100%;
  height: auto;
  font-size: 95%;
  color: #000;
}
.sec_search > li .block_check > li input[type=checkbox] {
  display: none;
}
.sec_search > li .block_check > li .checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 5px 5px 30px;
  position: relative;
  width: auto;
}
.sec_search > li .block_check > li .checkbox::before {
  background: #fff;
  border: 1px solid #E7E7E7;
  content: '';
  display: block;
  height: 15px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.sec_search > li .block_check > li .checkbox::after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.sec_search > li .block_check > li input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}
.sec_search > li.input_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec_search > li.input_btn div {
  margin: 5px;
  position: relative;
}
.sec_search > li.input_btn div.clear_btn input {
  background: #fff;
  color: #3C3C3C;
}
.sec_search > li.input_btn div.clear_btn:after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #3C3C3C;
  font-size: 1.8rem;
}
.sec_search > li.input_btn div.refine_btn input {
  background: #3C3C3C;
  color: #fff;
}
.sec_search > li.input_btn div.refine_btn:after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00e";
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  font-size: 1.8rem;
}
.sec_search > li.input_btn div input {
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  text-align: center;
  width: 200px;
  display: block;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  letter-spacing: 2px;
  font-size: 100%;
  cursor: pointer;
}

.blogindex .search_content {
  padding: 30px 30px 20px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  margin: 60px 0 0 0;
  border: 1px solid #ccc;
}
@media all and (max-width: 480px) {
  .blogindex .search_content {
    padding: 30px 15px 15px 15px;
  }
}
.blogindex .search_content dl {
  position: relative;
}
.blogindex .search_content dl dt {
  position: absolute;
  width: 130px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #3C3C3C;
  color: #fff;
  top: -55px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 480px) {
  .blogindex .search_content dl dt {
    top: -50px;
    right: 0;
    margin: 0 auto;
  }
}
.blogindex .search_content dl dt:before {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  background: url("../images/search_icon.png") no-repeat center center/100% auto;
  margin: 0 5px 0 0;
}
.blogindex .search_content dl dd {
  font-weight: 400;
}
.blogindex .search_content dl dd span:before {
  content: "／";
  margin: 0 3px;
}
.blogindex .search_content dl dd span:first-child:before {
  display: none;
}
.blogindex .blogWrap {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media all and (max-width: 1025px) {
  .blogindex .blogWrap {
    gap: 50px 40px;
  }
}
@media all and (max-width: 560px) {
  .blogindex .blogWrap {
    gap: 30px 40px;
    margin: 30px 0 80px;
  }
}
.blogindex .blogWrap article {
  width: calc((100% / 3) - 34px);
  padding-bottom: 20px;
  border: 1px solid #878787;
}
@media all and (max-width: 1025px) {
  .blogindex .blogWrap article {
    width: calc((100% / 3) - 27px);
  }
}
@media all and (max-width: 960px) {
  .blogindex .blogWrap article {
    width: calc((100% / 2) - 20px);
  }
}
@media all and (max-width: 560px) {
  .blogindex .blogWrap article {
    width: 100%;
  }
}
.blogindex .blogWrap article > p.photo {
  overflow: hidden;
}
.blogindex .blogWrap article > p.photo a {
  display: block;
  width: 100%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 480px) {
  .blogindex .blogWrap article > p.photo a {
    height: 200px;
  }
}
.blogindex .blogWrap article > p.photo a:hover {
  transform: scale(1.05);
}
.blogindex .blogWrap article > p.date {
  font-size: min(3vw, 1.4rem);
  margin: 10px 30px 0;
}
@media all and (max-width: 480px) {
  .blogindex .blogWrap article > p.date {
    margin: 10px 15px 0;
  }
}
.blogindex .blogWrap article > p.hotel a {
  display: block;
  margin: auto 30px;
  font-size: min(3.8vw, 1.7rem);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .blogindex .blogWrap article > p.hotel a {
    margin: auto 15px;
  }
}
.blogindex .blogWrap article h3 {
  margin: 5px 30px 0;
  padding-top: 20px;
  border-top: 1px solid #878787;
}
@media all and (max-width: 480px) {
  .blogindex .blogWrap article h3 {
    margin: 5px 15px 0;
  }
}
.blogindex .blogWrap article h3 a {
  display: block;
  font-size: min(4.5vw, 1.75rem);
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 5.5em;
}
@media all and (max-width: 560px) {
  .blogindex .blogWrap article h3 a {
    min-height: auto;
  }
}

.blogdetail .area_nav {
  display: none;
}
@media all and (max-width: 1025px) {
  .blogdetail .area_nav {
    display: block;
  }
}
.blogdetail .detailContents {
  font-weight: normal;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .blogdetail .detailContents {
    margin-top: 30px;
  }
}
.blogdetail .detailContents .hotel_name {
  font-size: min(3.5vw, 1.6rem);
  margin-left: 0.3em;
}
.blogdetail .detailContents h2 {
  font-size: min(5vw, 3rem);
  letter-spacing: 1px;
  border-bottom: 1px solid #3C3C3C;
  line-height: 1.6;
  margin-top: 10px;
  padding-bottom: 5px;
}
.blogdetail .detailContents .data_txt {
  font-size: 1.4rem;
  margin: 10px 0 0 0.3em;
}
@media all and (max-width: 480px) {
  .blogdetail .detailContents .data_txt {
    font-size: 1.2rem;
  }
}
.blogdetail .detailContents .sec_detail {
  width: calc(100% - 40px);
  margin: 20px auto 0;
}
@media all and (max-width: 480px) {
  .blogdetail .detailContents .sec_detail {
    width: calc(100% - 20px);
  }
}
.blogdetail .detailContents .sec_detail .movie {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.blogdetail .detailContents .sec_detail .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogdetail .detailContents .sec_detail .main_img {
  margin-top: 15px;
  text-align: center;
}
.blogdetail .detailContents .sec_detail .main_img p {
  padding: 5px 0;
  font-size: 1.5rem;
  text-align: center;
}
@media all and (max-width: 480px) {
  .blogdetail .detailContents .sec_detail .main_img p {
    font-size: 1.3rem;
  }
}
.blogdetail .detailContents .sec_detail .wysiwyg p {
  margin-top: 20px;
  line-height: 1.8;
}
.blogdetail .detailContents .sec_detail .wysiwyg p a {
  color: #3C3C3C;
  text-decoration: underline;
}
.blogdetail .detailContents .sec_detail .wysiwyg p a[href^="https://"]:after, .blogdetail .detailContents .sec_detail .wysiwyg p a[href^="http://"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-weight: 900;
  margin: 0 0 0 5px;
}
.blogdetail .detailContents .sec_detail .wysiwyg p a[href$=".pdf"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-weight: 900;
  margin: 0 0 0 5px;
}
.blogdetail .detailContents .sec_detail .wysiwyg p a[href$=".xls"]:after, .blogdetail .detailContents .sec_detail .wysiwyg p a[href$=".xlsx"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-weight: 900;
  margin: 0 0 0 5px;
}
.blogdetail .detailContents .sec_detail .wysiwyg p a[href$=".docx"]:after, .blogdetail .detailContents .sec_detail .wysiwyg p a[href$=".doc"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-weight: 900;
  margin: 0 0 0 5px;
}
.blogdetail .detailContents .sec_detail .wysiwyg p a[href$=".jpg"]:after, .blogdetail .detailContents .sec_detail .wysiwyg p a[href$=".png"]:after, .blogdetail .detailContents .sec_detail .wysiwyg p a[href$=".ai"]:after, .blogdetail .detailContents .sec_detail .wysiwyg p a[href$=".zip"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-weight: 900;
  margin: 0 0 0 5px;
}
.blogdetail .detailContents .sec_detail .wysiwyg img {
  margin-top: 15px;
  height: auto !important;
}
.blogdetail .detailContents .sec_detail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px -5px 0 -5px;
}
.blogdetail .detailContents .sec_detail ul li {
  width: calc(50% - 20px);
  margin: 5px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .blogdetail .detailContents .sec_detail ul li {
    width: 100%;
  }
}
.blogdetail .detailContents .sec_detail ul li a {
  height: 350px;
  display: block;
}
@media all and (max-width: 480px) {
  .blogdetail .detailContents .sec_detail ul li a {
    height: 200px;
  }
}
.blogdetail .detailContents .sec_detail ul li p {
  margin-top: 0;
  padding: 5px 0;
  font-size: 1.5rem;
}
@media all and (max-width: 480px) {
  .blogdetail .detailContents .sec_detail ul li p {
    font-size: 1.3rem;
  }
}
.blogdetail .normalBtn {
  margin-top: 50px;
}
.blogdetail .normalBtn a {
  margin: auto;
}
.blogdetail .sec_other {
  background: #eee;
  padding: 80px 0;
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  .blogdetail .sec_other {
    padding: 50px 0;
  }
}
.blogdetail .sec_other .normal_midiumTitle {
  font-size: min(4.5vw, 2.5rem);
}
.blogdetail .sec_other .otherWrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media all and (max-width: 1025px) {
  .blogdetail .sec_other .otherWrap {
    gap: 50px 40px;
  }
}
@media all and (max-width: 560px) {
  .blogdetail .sec_other .otherWrap {
    gap: 20px 15px;
  }
}
.blogdetail .sec_other .otherWrap article {
  width: calc((100% / 3) - 34px);
  padding-bottom: 20px;
  border: 1px solid #bbb;
  background: #fff;
}
@media all and (max-width: 1025px) {
  .blogdetail .sec_other .otherWrap article {
    width: calc((100% / 3) - 27px);
  }
}
@media all and (max-width: 960px) {
  .blogdetail .sec_other .otherWrap article {
    width: calc((100% / 2) - 20px);
  }
}
@media all and (max-width: 560px) {
  .blogdetail .sec_other .otherWrap article {
    width: calc((100% / 2) - 8px);
    padding-bottom: 10px;
  }
}
.blogdetail .sec_other .otherWrap article > p.photo {
  overflow: hidden;
}
.blogdetail .sec_other .otherWrap article > p.photo a {
  display: block;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 560px) {
  .blogdetail .sec_other .otherWrap article > p.photo a {
    height: 120px;
  }
}
.blogdetail .sec_other .otherWrap article > p.photo a:hover {
  transform: scale(1.05);
}
.blogdetail .sec_other .otherWrap article > p.date {
  font-size: min(2.5vw, 1.4rem);
  margin: 10px 30px 0;
}
@media all and (max-width: 480px) {
  .blogdetail .sec_other .otherWrap article > p.date {
    margin: 10px 15px 0;
  }
}
.blogdetail .sec_other .otherWrap article h3 {
  margin: 5px 30px 0;
  padding-top: 20px;
  border-top: 1px solid #bbb;
}
@media all and (max-width: 480px) {
  .blogdetail .sec_other .otherWrap article h3 {
    margin: 5px 15px 0;
    padding-top: 10px;
  }
}
.blogdetail .sec_other .otherWrap article h3 a {
  display: block;
  font-size: min(3.5vw, 1.75rem);
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 3.5em;
}
@media all and (max-width: 560px) {
  .blogdetail .sec_other .otherWrap article h3 a {
    min-height: auto;
  }
}
@media all and (max-width: 480px) {
  .blogdetail .sec_other .normalBtn {
    margin-top: 30px;
  }
}
.blogdetail .sec_other .normalBtn a {
  border-color: #bbb;
}

@media all and (max-width: 1025px) {
  .search_btn {
    text-align: center;
    border-radius: 5px;
    margin: 0 6px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 1;
    width: 25%;
    position: fixed;
    bottom: 70px;
    right: 0;
    width: 100%;
    height: 50px;
    border-radius: 0;
    margin: 0;
    background: #505050;
    color: #fff;
    padding-top: 10px;
  }
}
@media all and (max-width: 1025px) and (max-width: 480px) {
  .search_btn {
    padding-top: 10px;
  }
}

.search_btn span.btn {
  display: none;
}
@media all and (max-width: 1025px) {
  .search_btn span.btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media all and (max-width: 896px) {
  .search_btn span.btn i {
    position: relative;
    top: 1px;
  }
}
.search_btn span.btn p {
  margin: 0 0 0 10px;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .search_btn span.btn p {
    position: relative;
    top: 2px;
  }
}
@media all and (max-width: 480px) {
  .search_btn span.btn p {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1025px) {
  .search_btn .area_search {
    display: none;
    position: fixed;
    z-index: 101;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 0 0 3vh;
  }
}
@media all and (max-width: 480px) {
  .search_btn .area_search {
    max-height: 400px;
    padding: 3vh 0 70px;
  }
}
.search_btn .area_search .btn_close {
  color: #fff;
  position: absolute;
  top: -60px;
  right: 30px;
  font-size: 7rem;
  width: 5rem;
  height: 5rem;
  line-height: 0.8;
  cursor: pointer;
  z-index: 100000;
}
@media all and (max-width: 896px) {
  .search_btn .area_search .btn_close {
    right: 20px;
  }
}
.search_btn .area_search form .box_tab {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
@media all and (max-width: 896px) {
  .search_btn .area_search form .box_tab {
    margin: 0 0 40px;
  }
}
.search_btn .area_search form .box_tab li {
  width: 35%;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #3C3C3C;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  font-size: min(4vw, 2rem);
  border-radius: 100px;
  border: 1px solid #3C3C3C;
  box-shadow: 0px 0px 0px 5px #fff,0px 3px 15px 0px #00000029;
  margin: 0 15px;
  position: relative;
}
@media all and (max-width: 1025px) {
  .search_btn .area_search form .box_tab li {
    width: 45%;
    max-width: 340px;
    margin: 0 5px;
  }
}
@media all and (max-width: 896px) {
  .search_btn .area_search form .box_tab li {
    border-radius: 5px;
    padding: 10px 10px 30px;
    font-size: min(3.5vw, 2rem);
  }
}
@media all and (max-width: 480px) {
  .search_btn .area_search form .box_tab li {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0px;
  }
}
.search_btn .area_search form .box_tab li.select {
  background: #3C3C3C;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 5px #3C3C3C, 0px 3px 15px 0px #00000029;
}
.search_btn .area_search form .box_tab li.select .svg_img path {
  fill: #fff;
}
.search_btn .area_search form .box_tab li.checked:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 14px;
  position: absolute;
  right: -9px;
  top: -11px;
  color: red;
}
@media all and (max-width: 480px) {
  .search_btn .area_search form .box_tab li.checked:before {
    right: -6px;
    top: -6px;
    left: inherit;
    bottom: inherit;
  }
}
.search_btn .area_search form .box_tab li:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0ab";
  position: absolute;
  right: 10px;
}
@media all and (max-width: 480px) {
  .search_btn .area_search form .box_tab li:after {
    right: 0;
    left: 0;
    bottom: 5px;
  }
}
.search_btn .area_search form .box_tab li .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .search_btn .area_search form .box_tab li .icon {
    top: 15px;
  }
}
@media all and (max-width: 480px) {
  .search_btn .area_search form .box_tab li .icon {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
  }
}
.search_btn .area_search form .box_tab li .icon img {
  vertical-align: middle;
}
.search_btn .area_search form .box_tab li:hover {
  background: #3C3C3C;
  color: #fff;
  transition: 0.3s;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 5px #3C3C3C, 0px 3px 15px 0px #00000029;
}
.search_btn .area_search form .box_tab li:hover .svg_img path {
  fill: #fff;
}
.search_btn .area_search form .panel, .search_btn .area_search form .panel_nav {
  position: relative;
}
.search_btn .area_search form .panel:before, .search_btn .area_search form .panel_nav:before {
  position: absolute;
  top: -20px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #E1DCDB transparent;
}
.search_btn .area_search form .panel.left:before, .search_btn .area_search form .panel_nav.left:before {
  left: 30.8%;
}
@media all and (max-width: 480px) {
  .search_btn .area_search form .panel.left:before, .search_btn .area_search form .panel_nav.left:before {
    left: 21.2%;
  }
}
.search_btn .area_search form .panel.right:before, .search_btn .area_search form .panel_nav.right:before {
  left: 66%;
}
@media all and (max-width: 480px) {
  .search_btn .area_search form .panel.right:before, .search_btn .area_search form .panel_nav.right:before {
    left: 69%;
  }
}
.search_btn .area_search form .panel.hide, .search_btn .area_search form .panel_nav.hide {
  display: none;
}
@media all and (max-width: 480px) {
  .search_btn .area_search form .panel_nav .sec_search {
    overflow-y: scroll;
    max-height: 230px;
  }
}

.lb-data .lb-number {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.2em;
}
.lb-data .lb-caption {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.lb-image {
  max-width: 100%;
}
