@charset "UTF-8";
.btn {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: var(--main_c);
  color: #fff;
  border: 2px solid var(--main_c);
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}
.btn_default {
  background: var(--main_c);
  color: #fff;
  border: 2px solid var(--main_c);
  border-radius: 4px;
  padding: 0 1.8rem;
}
@media (max-width: 767px) {
  .box_more .btn {
    height: 50px;
  }
}
.btn_action {
  background: var(--main_c);
  color: #fff;
  border: 2px solid var(--main_c);
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 68px;
  margin: 0 auto;
  font-size: 2rem;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn_action {
    width: 100%;
    line-height: 58px;
    height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .btn_action {
    line-height: 53px;
    height: 55px;
  }
}
.label {
  display: inline-block;
  font-size: 1.4rem;
}
.label_default {
  padding: 13px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--main_c);
}
.label_default:hover {
  color: #fff;
}
.label_default input {
  margin-right: 4px;
}
.label_must {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 13px;
}
/**
* 特別な構造のボタン（基本スタイル）
**/
@media only screen and (max-width: 767px) {
  .btn_net, .btn_kuchikomi, .btn_like, .btn_tel {
    padding: 0;
    position: relative;
    border: none;
  }
}
.btn_net a, .btn_kuchikomi a, .btn_like a, .btn_tel a {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(45deg, var(--main_c) 0%, var(--main_c_hue) 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1px 25px 1px 25px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .btn_net a, .btn_kuchikomi a, .btn_like a, .btn_tel a {
    font-size: 1.2rem;
  }
}
.btn_tel a {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid var(--main_c);
  background: #fff;
  color: var(--main_c);
}
.btn_net a::before, .btn_kuchikomi a::before, .btn_like a::before, .btn_tel a::before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0) scale(1.75, 1.75);
  transform-origin: right center;
  margin: 0 8px 0 0;
}
.btn_net a::before {
  content: "\f380";
}
.btn_kuchikomi a::before {
  content: "\f11d";
}
.btn_like a::before {
  content: "\f141";
}
.btn_tel a::before {
  content: "\f4b9";
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Ionicons";
  font-size: 1em;
  border-radius: 50%;
  background: var(--main_c);
  color: #fff;
  width: 25px;
  height: 25px;
  transform: translate(0, 0) scale(1.125, 1.125);
  transform-origin: right center;
}
.btn_net a > span, .btn_kuchikomi a > span, .btn_like a > span, .btn_tel a > span {
  display: block;
}
.btn_tel.btn_tel_in > span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: center;
  padding: 4px 0;
  opacity: 0.5;
}
/**
* 特別な構造のボタン（.box_btn内）
**/
.box_btn .btn_kuchikomi {
  order: 0;
}
.box_btn .btn_like {
  order: 1;
}
.box_btn .btn_net {
  order: 3;
}
.box_btn .btn_tel {
  order: 2;
}
/**
* 検索ボタン
**/
.btn_search {
  width: 100%;
  height: 48px;
  margin: 0 auto;
  background: #fff;
  color: var(--main_c);
  border: 2px solid var(--main_c);
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .btn_search {
    height: 40px;
  }
}
.btn_search::before {
  content: "\f21f";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  color: var(--main_c);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  position: relative;
  top: 0;
  left: -6px;
  transform: scale(1.25, 1.25) translate(0, 6%);
}
.btn_search:hover {
  background: var(--main_c);
  color: #fff;
  opacity: 1
}
.btn_search:hover::before {
  color: #fff
}
.btn_search span {
  display: inline-block;
}
/**
* 検索ボタン（エリア）
**/
.btn_area_serach {
  width: 100%;
  height: 30px;
  margin: 0 auto;
  background: var(--main_c);
  color: #fff;
  border: var(--main_c);
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .btn_area_serach {
    height: 50px;
  }
}
.btn_area_serach::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  position: relative;
  left: -0.375em;
  transform: scale(1.25, 1.25) translate(0, 6%);
}
.btn_area_serach::after {
  display: none;
}
.btn_area_serach span {
  display: inline-block;
}
/**
* ボタン親要素
**/
.box_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  max-width: 575px;
  margin: 0 auto;
  padding: 4px 4px 0 4px;
}
@media (max-width: 959px) {
  .box_btn {
    margin: 0 auto 13px;
  }
}
@media (max-width: 767px) {
  .box_btn {
    margin: 0 auto 13px;
  }
}
@media (max-width: 575px) {
  .box_btn {
    flex-wrap: wrap;
  }
}

/**
* お気に入りボタン
**/
.btn_bookmark {

}
.btn_unbookmark {
  background-color: #808080;
  border: 2px solid #808080;
}