@charset "UTF-8";
.detail_profile_section {
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 100%;
  padding: 14px;
  border-radius: 8px;
  margin: 0 auto 40px;
  border: 1px solid #F29217;
  background-color: #fff;
  width: 100%;
  word-break: break-all;
}

.detail_profile_section__pict {
  width: 140px;
  padding: 20px 0;
  margin: 0 auto;
}

.detail_profile_section__pict img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #F29217;
}

.detail_profile_section__text h3 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.detail_section {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.6;
  word-break: break-all;
}

.detail_section#detail_summary {
  padding: 14px;
  border-radius: 8px;
  margin: 0 auto 40px;
  border: 1px solid #F29217;
  background-color: #fff;
}

.detail_ttl {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.detail_movie {
  margin-top: 2.8rem;
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.detail_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.detail_img {
  margin-bottom: 40px;
  overflow: hidden;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

.detail_img_list {
  margin-bottom: 20px;
}

.detail_img_list__item__inner {
  width: 1200px;
  max-width: 100%;
  text-align: center;
}

.detail_img_list__item__img {
  height: 55vw;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.detail_img_list__prev, .detail_img_list__next {
  width: 1.1em;
  height: 1.1em;
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  font-size: 4rem;
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}

.detail_img_list__prev:hover, .detail_img_list__next:hover {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: translate(0, -50%) scale(1.2);
  transform: translate(0, -50%) scale(1.2);
}

.detail_img_list__prev {
  left: 20px;
}

.detail_img_list__next {
  right: 20px;
}

.detail_thumb_list .swiper-slide {
  opacity: 0.6;
}

.detail_thumb_list .swiper-slide-thumb-active {
  opacity: 1;
}

.detail_thumb_list__item {
  width: 7vw;
  height: 7vw;
}

.detail_thumb_list__item__img {
  width: 7vw;
  height: 7vw;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.detail_thumb_list__prev, .detail_thumb_list__next {
  width: 1.1em;
  height: 1.1em;
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  font-size: 3rem;
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}

.detail_thumb_list__prev:hover, .detail_thumb_list__next:hover {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: translate(0, -50%) scale(1.2);
  transform: translate(0, -50%) scale(1.2);
}

.detail_thumb_list__prev {
  left: 20px;
}

.detail_thumb_list__next {
  right: 20px;
}

.detail_sctl_link {
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 0.6em 1.2em;
  border-radius: 4px;
  color: #fff;
  background-color: #ff9800;
}

.detail_fav {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail_fav__btn {
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  border: 1px solid #999;
  border-radius: 4px;
  color: #999;
  padding: 0.5em 1em;
  margin-right: 1em;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.detail_fav__btn:not(.not_sell):hover, .detail_fav__btn--delete:not(.not_sell) {
  border-color: #e84031;
  color: #fff;
  background-color: #e84031;
}

.detail_fav__icon {
  margin-left: 0.4em;
}

.detail_asms {
  margin-bottom: 40px;
}

.detail_asms__line {
  border: 1px solid #ddd;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.detail_asms__dt, .detail_asms__dd {
  padding: 0.4em 0.8em;
}

.detail_asms__dt {
  width: 40%;
  border-right: 1px solid #ddd;
}

.detail_asms__dd {
  width: 60%;
}

.stop_alcohol {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stop_alcohol__img {
  width: 20%;
  max-width: 120px;
}

.stop_alcohol__txt {
  width: 75%;
  padding: 0 2.5%;
}

.stop_alcohol__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.stop_alcohol__p {
  font-size: 1.4rem;
}

.product_basic_info {
  margin-bottom: 40px;
}

.sns_share_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sns_share_list__item {
  font-size: 1.5rem;
  width: 32%;
}

.sns_share_list__link {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 0.6em 0.5em;
}

.sns_share_list__link:hover {
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.sns_share_list__link--fb {
  background-color: #3B5998;
}

.sns_share_list__link--fb:hover {
  color: #3B5998;
  border: 1px solid #3B5998;
}

.sns_share_list__link--tw {
  background-color: #00acee;
}

.sns_share_list__link--tw:hover {
  color: #00acee;
  border: 1px solid #00acee;
}

.sns_share_list__link--line {
  background-color: #00B900;
}

.sns_share_list__link--line:hover {
  color: #00B900;
  border: 1px solid #00B900;
}

.sns_share_icon {
  margin-right: 0.5em;
}

.product_name {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.product_price {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_price__main {
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 1em;
}

.product_price__discount_rate {
  font-size: 1.4rem;
  padding: 0.3em 0.6em;
  color: #fff;
  background-color: #e84031;
}

.product_price_hidden {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_price_hidden__img {
  height: 30px;
  margin-right: 10px;
}

.product_price_hidden__txt {
  font-size: 2rem;
}

.food_date {
  display: block;
  font-size: 0;
  margin-bottom: 15px;
}

.food_date__item {
  margin-right: 1em;
  font-size: 1.4rem;
}

.product_option,
.product_reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product_option__item,
.product_reason__item {
  font-size: 1.2rem;
  color: #fff;
  background-color: #ff9800;
  padding: 0.4em 0.8em;
  margin: 0 1em 1em 0;
}

.purchase_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.purchase_num__txt {
  font-size: 1.6rem;
  margin-right: 0.5em;
}

.purchase_num__select {
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.3em 0.6em;
  color: #333;
}

.button--cartin {
  display: block;
  width: 100%;
  margin: 20px 0 40px;
  padding: 0.5em;
  font-size: 2.2rem;
  text-align: center;
  background-color: #e84031;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}

.button--cart_not_login {
  display: block;
  width: 100%;
  margin: 20px 0 40px;
  padding: 0.5em;
  font-size: 2.2rem;
  text-align: center;
  background-color: #bbb;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: underline;
}

.not_login__message {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #bbb;
  font-size: 2rem;
}

.not_login__list {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.not_login__list__item {
  width: 49%;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.not_login__list__link {
  display: block;
  width: 100%;
  padding: 0.5em;
  text-decoration: none;
  text-align: center;
  color: #ff9800;
  border: 1px solid #ff9800;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.not_login__list__link:hover {
  color: #fff;
  background-color: #ff9800;
}

.product_sold_out {
  margin-bottom: 40px;
}

.product_sold_out__txt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.product_sold_out__btn {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 0.65em;
  border-radius: 4px;
  color: #fff;
  background-color: #ff9800;
  border: 1px solid #ff9800;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.product_sold_out__btn:hover, .product_sold_out__btn:focus {
  color: #ff9800;
  background-color: #fff;
}

.detail_info {
  margin-bottom: 20px;
}

.detail_info__line {
  border: 1px solid #ddd;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.detail_info__dt, .detail_info__dd {
  padding: 0.4em 0.8em;
}

.detail_info__dt {
  width: 25%;
  border-right: 1px solid #ddd;
}

.detail_info__dd {
  width: 75%;
}

.deliverable__title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

.deliverable__title::before {
  content: "※";
}

.deliverable_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.deliverable_list__item {
  font-size: 1.1rem;
  color: #333;
  border: 1px solid #333;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  margin-right: 0.5em;
  margin-top: 0.5em;
}

.detail_shop_image {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #ff9800;
  border-radius: 50%;
  margin-left: 10px;
}

.product_contact_btn {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0.65em;
  border-radius: 4px;
  color: #fff;
  background-color: #ff9800;
}

.review_list {
  display: block;
  width: 100%;
}

.review_list__item {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ddd;
}

.review_list__dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review_list__user_img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ff9800;
  margin-right: 10px;
}

.review_list__date {
  display: block;
  font-size: 1.2rem;
  color: #666;
}

.review_list__name {
  display: block;
  font-size: 1.4rem;
}

.review_list__ttl {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.review_list__level {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review_list__level__label {
  margin-right: 0.2em;
}

.review_list__level__label:after {
  content: ":";
}

.review_list__level__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review_list__img_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.review_list__img_list__item {
  width: 32%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.review_list__img_list__item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.review_list__img_list img {
  cursor: pointer;
}

.review_list__reply {
  position: relative;
  padding: 15px;
  background-color: #ececec;
  margin-top: 30px;
}

.review_list__reply:before {
  content: "";
  position: absolute;
  display: block;
  top: -29px;
  left: 15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ececec;
}

.review_list__reply__user_img {
  width: 32px;
  height: 32px;
}

.review_list__reply__date {
  font-size: 1.2rem;
}

.review_list__reply__name {
  display: block;
  font-size: 1.2rem;
}

.review_list__reply__message {
  font-size: 1.2rem;
}

.review_img_detail {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5vh 5vw;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review_img_detail__close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 4rem;
  color: #fff;
  cursor: pointer;
}

.review_img_detail img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.review_post {
  margin-top: 20px;
}

.review_post__label {
  display: block;
  margin-bottom: 5px;
}

.review_post__input, .review_post__select, .review_post__textarea {
  display: block;
  font-size: 1.4rem;
  width: 100%;
  padding: 0.2em 0.4em;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.review_post__textarea {
  resize: none;
  height: 8em;
}

.review_post__img {
  display: block;
  font-size: 1.4rem;
  width: 100%;
  padding: 0.2em 0.4em;
  border: 1px dashed #ccc;
  margin-bottom: 10px;
}

.review_post__thumb_list {
  margin-top: 20px;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.review_post__thumb_list__item {
  width: 32%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.review_post__thumb_list__item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.review_post__thumb_list__img {
  cursor: pointer;
}

.review_post__submit {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.5em;
  margin-top: 20px;
  background-color: #ff9800;
  color: #fff;
  border: 1px solid #ff9800;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 4px;
  cursor: pointer;
}

.review_post__submit:hover {
  color: #ff9800;
  background-color: #fff;
}

.chat_list {
  height: 500px;
  resize: vertical;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 10px;
}

.chat_list__tree {
  margin-bottom: 20px;
}

.chat_list__item {
  position: relative;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 5px;
}

.chat_list__item--reply {
  margin-left: 40px;
}

.chat_list__item--reply:before {
  position: absolute;
  top: 10px;
  left: -35px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 2rem;
  content: "\f3e5";
  color: #ccc;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.chat_list__user {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat_list__user__img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ff9800;
  margin-right: 10px;
}

.chat_list__user__date, .chat_list__user__name {
  display: block;
}

.chat_list__user__date {
  font-size: 1.2rem;
}

.chat_list__user__name {
  font-size: 1.4rem;
}

.chat_list__message {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}

.chat_list__reply {
  font-size: 1.2rem;
  padding: 0.3em 0.6em;
  margin-top: 10px;
  color: #999;
  border: 1px solid #999;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.chat_list__reply:hover {
  color: #ff9800;
  border-color: #ff9800;
}

.chat_reply {
  display: none;
  width: 100%;
  margin-top: 10px;
}

.chat_reply__textarea {
  display: block;
  font-size: 1.4rem;
  width: 100%;
  height: 8em;
  padding: 0.2em 0.4em;
  border: 1px solid #ddd;
  resize: none;
  margin-bottom: 10px;
}

.chat_reply__textarea:focus {
  border-color: #ff9800;
}

.chat_reply__btn {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background-color: #ff9800;
  padding: 0.5em;
  text-align: center;
  border: 1px solid #ff9800;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.chat_reply__btn:hover {
  color: #ff9800;
  background-color: #fff;
}

.chat_post {
  margin-top: 30px;
}

.chat_post__user {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat_post__user__img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ff9800;
  margin-right: 10px;
}

.chat_post__user__name {
  font-size: 1.4rem;
}

.chat_post__textarea {
  display: block;
  font-size: 1.4rem;
  width: 100%;
  height: 8em;
  padding: 0.2em 0.4em;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  resize: none;
}

.chat_post__submit {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.5em;
  margin-top: 20px;
  background-color: #ff9800;
  color: #fff;
  border: 1px solid #ff9800;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 4px;
  cursor: pointer;
}

.chat_post__submit:hover {
  color: #ff9800;
  background-color: #fff;
}

.chat_no_login,
.review_no_login,
.review_able_txt {
  border: 2px solid #e84031;
  color: #e84031;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 1em;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chat_no_login__icon,
.review_no_login__icon,
.review_able_txt__icon {
  font-size: 1.2em;
  margin-right: 0.4em;
}

.review_able_txt {
  font-size: 1.4rem;
}

.detail_info__triangle {
  display: inline-block;
}

.detail_info__triangle::before {
  content: '\025bc';
  margin-right: 1em;
}

.detail_info__triangle--rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.detail_info__li {
  display: inline-block;
  margin-right: 1em;
}

.cartin_modal_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 5%;
  background-color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cartin_modal {
  position: relative;
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
  font-size: 2rem;
  padding: 5%;
}

.cartin_modal__close_btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 3rem;
  cursor: pointer;
}

.cartin_modal__txt {
  margin-bottom: 0.8em;
}

.cartin_modal__buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.cartin_modal__link {
  display: block;
  width: calc(50% - 10px);
  font-size: 2rem;
  color: #fff;
  background-color: #ff9800;
  border: 1px solid #ff9800;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  padding: 0.5em;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.cartin_modal__link--btn {
  margin-bottom: 0.8em;
}

.cartin_modal__link--back {
  color: #999;
  border: 1px solid #ccc;
  background-color: #ddd;
}

.cartin_modal__link:hover {
  color: #ff9800;
  background-color: #fff;
}

.cartin_modal__link--back:hover {
  color: #999;
}

.login_register_wrap {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login_register_wrap--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login_register_inner {
  position: relative;
  width: 768px;
  max-width: 100%;
  padding: 8% 5%;
  margin: 0 auto;
  background-color: #fff;
}

.ttl--login_register {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.login_register__close {
  font-size: 5rem;
  position: absolute;
  top: 0;
  right: 0.2em;
  left: auto;
  color: #95979c;
}

.login_register__close::before {
  font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif !important;
  display: block;
  width: 35px;
  content: "\00d7";
}

.login_register__link {
  display: block;
  padding: 0.5em;
  margin: 20px auto 0;
  width: 500px;
  max-width: 100%;
  font-size: 2.2rem;
  color: #F29217;
  border: 1px solid #F29217;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-decoration: none;
}

.login_register__link:hover {
  color: #fff;
  background-color: #F29217;
}

.login_register__link.hasBottomMargin {
  margin-bottom: 40px;
}

.button_tradelow {
  padding: 8px 28px 8px 16px;
  border-radius: 8px;
  background-color: #ededed;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
}

.button_tradelow a {
  color: #333;
  text-decoration: none;
}

.button_tradelow::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #555;
  border-right: solid 2px #555;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1200px) {
  .detail_img {
    margin-top: -40px;
  }
}

@media screen and (max-width: 768px) {
  .detail_thumb_list__item {
    width: 15vw;
    height: 15vw;
  }
  .detail_thumb_list__item__img {
    width: 15vw;
    height: 15vw;
  }
  .detail_profile_section__pict {
    width: 100%;
    text-align: center;
  }
  .detail_profile_section__pict img {
    width: 150px;
    height: 150px;
  }
  .detail_asms__line,
  .detail_info__line {
    padding: 0.4em 0.8em;
  }
  .detail_asms__dt, .detail_asms__dd,
  .detail_info__dt,
  .detail_info__dd {
    width: 100%;
    padding: 0;
    border: none;
  }
  .detail_asms__dt,
  .detail_info__dt {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 0.2em;
  }
  .cartin_modal__buttonBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cartin_modal__link {
    width: 100%;
  }
  .cartin_modal__link--btn {
    margin-bottom: 0;
    margin-top: 0.8em;
  }
}

@media screen and (max-width: 600px) {
  .stop_alcohol__img {
    width: 100px;
    margin-bottom: 1em;
  }
  .stop_alcohol__txt {
    width: 100%;
    padding: 0;
  }
  .stop_alcohol__ttl {
    margin-bottom: 0;
  }
  .cartin_modal {
    padding: 10% 5%;
  }
}

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