@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*! Writen  by SCSS */
/*fontfamily-style
---------------------------------------*/
.mincho {
  font-family:YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.gothic {
  font-family:YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.en {
  font-family:YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.main .gallery-thumb {
  overflow: visible;
  background: #000000;
  margin: 0 auto;
}

.main .gallery-thumb .swiper-slide {
  background: #000000;
  cursor: pointer;
}

.main .gallery-thumb .swiper-slide img {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.main .gallery-thumb .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.swiper-slide::before {
  content: "";
  display: block;
}

.swiper-slide img.ofi {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover;";
}

.search {
  background: #fff;
  padding: 20px 10px;
}

.search h2 {
  font-size: 28px;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 10px;
}

.search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.search form input {
  width: 70%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  line-height: 1;
  padding: 7px 10px;
  background: #FFFFFF;
  border: none;
}

.search form input:placeholder {
  color: #cccccc;
}

.search form button {
  width: 26.66667%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  text-align: center;
  background: #000000;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.search form button img {
  margin-left: 1em;
}

.search .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 230px;
  margin: 0 auto;
  line-height: 0;
}

.search .btn li {
  width: 43.47826%;
  line-height: 0;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

section .readmore {
  width: 140px;
  margin: 20px auto 0;
}

section .readmore a {
  display: block;
  padding: 10px;
  color: #FFFFFF;
  background: #000;
  font-size: 12px;
  text-align: center;
}

section .readmore + .accordion {
  display: none;
}

section .ttl {
  text-align: center;
  margin-bottom: 10px;
}

section .ttl h2 {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  text-align: center;
  line-height: 1.25;
}

section .ttl h2:first-letter {
  font-size: 120%;
  color: #bda26b;
}

section .ttl p {
  display: inline-block;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.topics {
  border-top: solid 5px #000000;
  padding: 20px 10px;
}

.topics .hanrei {
  width: 220px;
  margin: 0 auto 20px;
  text-align: center;
  padding: 5px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topics .hanrei li {
  display: flex;
  font-size: 12px;
  align-items: center;
}

.topics .hanrei li img {
  margin-right: 0.5em;
  vertical-align: middle;
}

.topics .topic_list {
  margin: 0 -10px;
}

.topics .topic_list > li:nth-child(2n+1),
.topics .topic_list > .accordion > li:nth-child(2n) {
  background: #FFF;
}

.topics .topic_list > .accordion > li:first-child {
  border-top: none;
}

.topics .topic_list li {
  border-bottom: solid 1px #cccccc;
}

.topics .topic_list li:first-child {
  border-top: solid 1px #cccccc;
}

.topics .topic_list li a {
  display: block;
  padding: 10px 40px;
  position: relative;
}

.topics .topic_list li a .icon {
  position: absolute;
  top: 10px;
  left: 10px;
}

.topics .topic_list li a:after {
  content: "▶︎";
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
}

.topics .topic_list li a .txt h6 {
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}

.topics .topic_list li a .txt .txt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topics .topic_list li a .txt .txt2 .area {
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  background: #bda26b;
  border-radius: 100px;
  min-width: 60px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 2px 5px;
  white-space: nowrap;
  height: 14px;
}
_::-webkit-full-page-media, _:future, :root .topics .topic_list li a .txt .txt2 .area {
  height: 14px;
  padding: 3px 5px 1px;
}

.topics .topic_list li a .txt .txt2 .salon {
  width: calc(100% - 120px);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}

.topics .topic_list li a .txt .txt2 .time {
  font-size: 12px;
  width: 30px;
  white-space: nowrap;
}

.txt2-inner {
  display: flex;
}
.topics .topic_list li a .txt .txt2 .txt2-inner .salon {
  width: auto;
}
.topics .topic_list li a .txt .txt2 .txt2-inner .area {
  width: auto;
  min-width: auto;
  padding: 4px 6px 3px;
  margin-right: 4px;
  font-size: 10px;
}

section.salon {
  border-top: solid 5px #bda26b;
  padding: 20px 10px;
}

section.salon .salon_list {
  margin: 0 -10px;
}

section.salon .salon_list > li:nth-child(2n+1),
section.salon .salon_list > .accordion > li:nth-child(2n) {
  background: #FFF;
}

section.salon .salon_list > .accordion > li:first-child {
  border-top: none;
}

section.salon .salon_list li {
  border-bottom: solid 1px #cccccc;
}

section.salon .salon_list li:first-child {
  border-top: solid 1px #cccccc;
}

section.salon .salon_list li a {
  padding: 10px 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.salon .salon_list li a .img {
  width: 68px;
  position: relative;
}

section.salon .salon_list li a .img::before {
  content: "";
  display: block;
  padding-top: 75%;
}

section.salon .salon_list li a .img img.ofi {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover;";
}

section.salon .salon_list li a .txt {
  width: calc(100% - 84px);
}

section.salon .salon_list li a .txt .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

section.salon .salon_list li a .txt .flex .flex {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: flex-start;
}

section.salon .salon_list li a .txt .flex .flex .area_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 120px);
}

section.salon .salon_list li a .txt .flex .area {
  display: inline-block;
  font-size: 10px;
  color: #FFFFFF;
  background: #bda26b;
  border-radius: 100px;
  width: auto;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 5px;
  white-space: nowrap;
}
_::-webkit-full-page-media, _:future, :root section.salon .salon_list li a .txt .flex .area {
  height: 14px;
  padding: 3px 5px 1px;
}

section.salon .salon_list li a .txt .flex .area :last-of-type {
  margin-right: 0;
}

section.salon .salon_list li a .txt .salon {
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}

section.salon .salon_list li a .txt .date {
  font-size: 12px;
  text-align: right;
}

section.salon .salon_list li a .txt .date:after {
  content: " up!";
  color: #990000;
}

section.salon .salon_list li a .comment {
  padding: 1px 10px;
  width: 100%;
  border: solid 1px #d3b271;
  background: #f8f3e8;
  font-size: 11px;
  margin-top: 10px;
}

section.salon .salon_list li a .comment .time {
  padding-right: 0.5em;
  display: inline-block;
}

section.salon .salon_list li a .comment .detail {
  display: inline-block;
}

.topic_listtags,
.topic_line {
  display: flex;
  font-size: 13px;
  text-align: center;
  font-family:YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: bold;
  justify-content: space-between;
}
.topic_line {
  position: relative;
  z-index: 1;
  margin: -2px 0;
  font-size: 0;
}
.topic_listtags li,
.topic_line li {
  width: 24%;
  height: 80px;
  background: #f2f2f2;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 4px rgb(0 0 0 / 40%);
  padding-top: 14px;
}
.topic_line li {
  background: #fff;
  height: 4px;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  padding-top: 0;
}
.topic_listtags li a {
  height: 80px;
  display: inline-block;
  width: 100%;
  margin-top: -14px;
  padding-top: 14px;
}
.topic_listtags li a.all {
  margin-top: -28px;
  padding-top: 28px;
}
.topic_listtags li.active {
  background: #fff;
}
.topic_line li.active {
  opacity: 1;
}
.topic_listarea {
  position: relative;
}
.topics .topic_list {
  /*display: none;*/
}
.topics .topic_list.active {
  display: block;
}

@media screen and (max-width: 580px) {
  .topic_listtags, .topic_line {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .topic_listtags li img {
    width: 18px;
    margin-bottom: 2px;
  }
  .topic_listtags li {
    height: 18vw;
    padding-top: 3vw;
  }
}

.topic_listtags li:not(.active) {
  cursor: pointer;
}
.topics .topic_list {
  display: none;
}
.topics .topic_list.active {
  display: block;
}

/*# sourceMappingURL=top.css.map */


/* メンテナンス用css */
.maintenance_notice {
  border: 1.5px solid #900;
  padding: 10px 0;
  margin: 20px 0;
  color: #900;
  /* background-color: #fff0f0; */
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}

.maintenance_notice .main_txt {
  margin: 10px 0;
}