@charset "UTF-8";
/* --- VARIABLES --- */
@font-face {
  font-family: 'Corporate';
  src: url("../fonts/corporate-medium.ttf");
  font-weight: 500; }
@font-face {
  font-family: 'Corporate';
  src: url("../fonts/corporate-bold.ttf");
  font-weight: 700; }
body {
  -webkit-text-size-adjust: 100%;
  font-family: "AvenirLTStd Medium", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', sans-serif, "メイリオ", Meiryo;
  font-size: 14px;
  font-weight: 500;
  padding-top: 80px; }

a {
  color: #000; }
  a:hover {
    text-decoration: none;
    color: #23929D; }

ol,
ul {
  list-style: none; }

section {
  padding-top: 5.5rem;
  padding-bottom: 3rem; }
  @media screen and (max-width: 991px) {
    section {
      padding-top: 0.2rem;
      padding-bottom: 2rem; } }

/* top menu */
.nav_tp {
  background-color: transparent; }

.nav_shrink {
  background-color: #fff;
  transition: 0.4s; }

.navbar {
  min-height: 80px;
  padding: 0 0 0 10px; }
  @media screen and (max-width: 991px) {
    .navbar {
      min-height: 40px;
      padding-top: 5px;
      padding-bottom: 5px; } }
  @media screen and (max-width: 575px) {
    .navbar {
      min-height: 40px;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .navbar .container-fluid {
    justify-content: initial; }
    @media screen and (min-width: 768px) {
      .navbar .container-fluid {
        margin-right: 2rem; } }
  .navbar a.nav-link {
    color: #fff;
    font-size: 14px;
    line-height: 10px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: A-OTF Midashi Go MB31 Pro; }
    .navbar a.nav-link.active::after {
      bottom: -2px;
      opacity: 1;
      visibility: visible; }
    @media screen and (min-width: 992px) {
      .navbar a.nav-link:hover::after {
        bottom: 1rem;
        opacity: 1;
        visibility: visible; } }
  .navbar .navbar_tel {
    margin-right: 0;
    right: 90px;
    top: 15px;
    position: absolute;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem; }
    @media screen and (min-width: 992px) {
      .navbar .navbar_tel {
        display: none; } }
    @media (max-width: 350px) {
      .navbar .navbar_tel {
        display: none; } }
    .navbar .navbar_tel i {
      color: #D2141E;
      font-size: 18px; }
  .navbar .navbar-toggler {
    color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    right: 10px;
    top: 15px;
    position: absolute; }
    .navbar .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  @media screen and (max-width: 991px) {
    .navbar .navbar-brand {
      max-height: 60px; } }
  @media screen and (max-width: 575px) {
    .navbar .navbar-brand img {
      height: 50px;
      width: 113px; } }
  .navbar .btn_contact {
    background-color: #D2141E;
    height: 80px;
    width: 90px;
    border: none; }
    .navbar .btn_contact span {
      font-family: Arial;
      color: #ffffff;
      font-size: 12px;
      font-weight: 700;
      line-height: 24px; }
  @media screen and (max-width: 991px) {
    .navbar .navbar-nav {
      background-color: #fff; }
      .navbar .navbar-nav .nav-item {
        border-top: 1px solid #dddddd; }
        .navbar .navbar-nav .nav-item .nav-link {
          color: #000;
          padding: 1rem 2rem;
          transition: 0.5s ease; }
          .navbar .navbar-nav .nav-item .nav-link:hover {
            color: #fbc600; } }
  @media screen and (min-width: 992px) {
    .navbar a.nav-link:hover::after {
      bottom: -2px;
      opacity: 1;
      visibility: visible; } }

/* Section */
.bread_crumb {
  border-bottom: 1px solid #eeeeee;
  padding: 0rem 0.2rem;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: Avenir LT Std; }
  @media screen and (max-width: 991px) {
    .bread_crumb {
      margin-top: 1rem; } }
  .bread_crumb nav {
    background-color: #DCDCD2; }
  .bread_crumb ul {
    margin-bottom: 0;
    padding-left: 0 !important; }
  .bread_crumb li {
    display: inline;
    list-style: none;
    position: relative; }
    .bread_crumb li:after {
      font-family: "Font Awesome 5 Free";
      content: '\F054';
      font-weight: 700;
      font-size: 14px;
      padding: 0 0.5rem;
      color: #000; }
    .bread_crumb li:last-child:after {
      content: ''; }
    .bread_crumb li a {
      text-decoration: none !important; }
      .bread_crumb li a:hover {
        text-decoration: underline; }

.title_Skewed_box {
  background-color: #000;
  padding-left: 0; }
  .title_Skewed_box h2 {
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: .4rem 2rem .5rem 2.5rem;
    border: 2px solid #000;
    font-size: 16px; }
    @media screen and (max-width: 575px) {
      .title_Skewed_box h2 {
        font-size: 13px; } }
  .title_Skewed_box h2:before {
    position: absolute;
    top: -170%;
    left: -100px;
    width: 135px;
    height: 150%;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff; }
    @media screen and (max-width: 575px) {
      .title_Skewed_box h2:before {
        position: absolute;
        top: -180%;
        left: -105px;
        width: 135px;
        height: 150%;
        content: '';
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); } }

@media screen and (min-width: 992px) {
  .section_contact_wrapper {
    padding: 0 100px; } }

.title_block {
  padding: 80px 0;
  background-image: url("../images/common/bg02.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 575px) {
    .title_block {
      padding: 1rem 0; } }

.login-section {
  padding: 0 20%; }
  @media screen and (max-width: 575px) {
    .login-section {
      padding: 0 1rem; } }

.login-form .field-outer {
  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;
  margin-top: 32px;
  margin-bottom: 32px; }

.checkboxes input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  background-color: #1967D2;
  border: 1px solid #1967D2; }

.checkboxes label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #fff;
  border: 1px solid #777777;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  text-align: center;
  line-height: 17px; }

.checkboxes label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  line-height: 20px; }

.checkboxes.square label:before {
  border-radius: 2px; }

.login-form .field-outer .pwd {
  text-decoration: underline !important; }

.login-form .field-outer .pwd {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #202124;
  white-space: nowrap; }

.section_block {
  color: #fff;
  background-image: url("../images/common/bg06.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .section_block .title_01 {
    color: #fff000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px; }
  .section_block .title_02 {
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    font-size: 20px; }
    @media screen and (max-width: 575px) {
      .section_block .title_02 {
        font-size: 16px; } }
    .section_block .title_02 span {
      color: #fff000;
      font-size: 26px; }
      @media screen and (max-width: 575px) {
        .section_block .title_02 span {
          font-size: 20px;
          line-height: 1.4; } }

@media (max-width: 370px) {
  .section_block .title_01 {
    font-size: 16px; }
  .section_block .title_02 {
    font-size: 14px; }
    .section_block .title_02 span {
      font-size: 16px; } }
.title_label {
  color: #fff000;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 11px; }

.page_title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px; }
  @media screen and (max-width: 575px) {
    .page_title {
      font-size: 16px;
      line-height: 1.4; } }

.content_wrapper {
  padding: 50px 0; }

.content_box {
  height: 860px;
  background-color: #eeeeee; }
  .content_box span {
    color: #333333; }

.arrow_line_01 {
  margin: 24px 0; }

.icon_rss::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f09e";
  font-size: 24px;
  padding-left: 9px;
  color: #D2141E; }

.block_divider, .block_divider_first {
  padding: 28px 0;
  border-bottom: solid 2px #D2141E; }

.block_divider_first {
  border-top: solid 2px #D2141E; }

.pagination_block {
  text-align: center; }
  .pagination_block ul {
    padding-left: 0; }
  .pagination_block li {
    letter-spacing: normal;
    display: inline-block; }
    .pagination_block li span, .pagination_block li a {
      text-decoration: none;
      width: 44px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 0.1px solid #dddddd;
      color: #aaaaaa;
      line-height: 1.25;
      padding: 10px 10px;
      font-size: 18px;
      font-weight: 700;
      margin: 0 0.25rem 0.5rem; }
      @media screen and (max-width: 575px) {
        .pagination_block li span, .pagination_block li a {
          font-size: 14px;
          line-height: 1.4; } }
  .pagination_block a:hover {
    background-color: #777777;
    color: #fff; }
  .pagination_block .current {
    background-color: #000;
    color: #fff; }
  .pagination_block .page-item.active .page-link {
    z-index: 3;
    color: white;
    background-color: #000;
    border-color: #000; }

.address_txt .fa-map-marker-alt {
  color: #D2141E;
  font-size: calc(1.625rem + ((1vw - 7.68px) * 0.3472));
  vertical-align: bottom; }

/* text */
.p_text_01, .p_text_01_b, .p_text_gold_01, .p_text_yellow_01 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; }
  .p_text_01_b, .p_text_gold_01, .p_text_yellow_01 {
    font-weight: 700;
    line-height: 24px; }

.p_text_02, .p_text_02_b, .p_text_red_02, .p_text_yellow_02 {
  font-size: 16px;
  font-weight: 500; }
  @media screen and (max-width: 575px) {
    .p_text_02, .p_text_02_b, .p_text_red_02, .p_text_yellow_02 {
      font-size: 14px;
      line-height: 1.4; } }
  .p_text_02_b, .p_text_red_02, .p_text_yellow_02 {
    font-weight: 700; }

.p_text_03, .p_text_03_b, .p_text_red_03, .p_text_yellow_03 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6; }
  @media screen and (max-width: 575px) {
    .p_text_03, .p_text_03_b, .p_text_red_03, .p_text_yellow_03 {
      font-size: 14px;
      line-height: 1.4; } }
  .p_text_03_b, .p_text_red_03, .p_text_yellow_03 {
    font-weight: 700; }

.p_text_04, .p_text_04_b {
  font-size: 20px;
  font-weight: 500; }
  @media screen and (max-width: 575px) {
    .p_text_04, .p_text_04_b {
      font-size: 16px; } }
  .p_text_04_b {
    font-weight: 700; }

.p_text_05, .p_text_05_b {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px; }
  @media screen and (max-width: 575px) {
    .p_text_05, .p_text_05_b {
      font-size: 16px;
      line-height: 1.4; } }
  .p_text_05_b {
    font-weight: 700; }

.p_text_red_01 {
  font-size: 14px;
  font-weight: 700;
  color: #D2141E; }

.p_text_red_02 {
  color: #D2141E; }

.p_text_red_03 {
  color: #D2141E; }

.p_text_gold_01 {
  color: #cab053; }

.p_text_yellow_01 {
  color: #fff000; }

.p_text_yellow_02 {
  color: #fff000; }

.p_text_yellow_03 {
  color: #fff000; }

.p_text_gray {
  color: #777777; }

.section_title, .section_title_red, .section_title_reversed, .section_title_large {
  font-size: 24px;
  position: relative;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 3rem;
  /* font-family: "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6" */ }
  @media screen and (max-width: 575px) {
    .section_title, .section_title_red, .section_title_reversed, .section_title_large {
      font-size: 16px;
      line-height: 1.4; } }
  .section_title span, .section_title_red span, .section_title_reversed span, .section_title_large span {
    display: block;
    color: #000;
    font-size: 18px;
    padding-bottom: 20px; }
    @media screen and (max-width: 575px) {
      .section_title span, .section_title_red span, .section_title_reversed span, .section_title_large span {
        font-size: 14px;
        line-height: 1.4; } }
  .section_title .sub_title02, .section_title_red .sub_title02, .section_title_reversed .sub_title02, .section_title_large .sub_title02 {
    display: block;
    color: #D2141E;
    font-size: 24px;
    padding-bottom: 14px; }
    @media screen and (max-width: 575px) {
      .section_title .sub_title02, .section_title_red .sub_title02, .section_title_reversed .sub_title02, .section_title_large .sub_title02 {
        font-size: 16px;
        line-height: 1.4; } }
  .section_title .sub_title03, .section_title_red .sub_title03, .section_title_reversed .sub_title03, .section_title_large .sub_title03 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
    padding-bottom: 0; }
    @media screen and (max-width: 575px) {
      .section_title .sub_title03, .section_title_red .sub_title03, .section_title_reversed .sub_title03, .section_title_large .sub_title03 {
        font-size: 14px;
        line-height: 1.4; } }
  .section_title:after, .section_title_red:after, .section_title_reversed:after, .section_title_large:after {
    content: "";
    background: #000;
    display: block;
    width: 50px;
    height: 4px;
    margin: 20px auto 30px; }
  .section_title_text {
    font-size: 18px;
    font-weight: 700; }
  .section_title_text02 {
    font-size: 14px;
    font-weight: 500; }
  .section_title_red {
    color: #D2141E;
    font-size: 30px; }
    .section_title_red span {
      display: block;
      color: #000;
      font-size: 18px;
      padding-bottom: 20px; }
  .section_title_reversed {
    color: #fff; }
    .section_title_reversed:after {
      background: #fff000; }
  .section_title_large {
    font-size: 30px; }
    @media screen and (max-width: 991px) {
      .section_title_large {
        font-size: 22px; } }
    @media screen and (max-width: 575px) {
      .section_title_large {
        font-size: 18px; } }
    @media screen and (max-width: 575px) {
      .section_title_large {
        font-size: 18px;
        line-height: 1.4; } }

.section_title02, .section_title02_red, .section_title02_red_small {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 24px; }
  @media screen and (max-width: 575px) {
    .section_title02, .section_title02_red, .section_title02_red_small {
      font-size: 16px;
      line-height: 1.4; } }
  .section_title02_catch {
    color: #cab053;
    font-size: 14px;
    font-weight: 700;
    font-family: "Arial"; }
  .section_title02_catch02 {
    color: #cab053;
    font-size: 14px;
    font-weight: 700;
    font-family: "Yu Gothic"; }
  .section_title02 i, .section_title02_red i, .section_title02_red_small i {
    color: #D2141E;
    margin-left: 20px; }
  .section_title02_red {
    color: #D2141E; }
  .section_title02_red_small {
    font-size: 18px;
    color: #D2141E; }
    @media screen and (max-width: 575px) {
      .section_title02_red_small {
        font-size: 14px;
        line-height: 1.4; } }
  .section_title02 .highlight_text, .section_title02_red .highlight_text, .section_title02_red_small .highlight_text {
    background: linear-gradient(transparent 60%, yellow 60%);
    color: #c42a38;
    font-size: 30px;
    font-weight: 700; }

.section_title_box {
  background: #D2141E;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px; }
  @media screen and (max-width: 575px) {
    .section_title_box {
      padding: 20px 5px; } }
  .section_title_box .title_text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0; }
    @media screen and (max-width: 575px) {
      .section_title_box .title_text {
        font-size: 14px;
        line-height: 1.4; } }

.text_yellow {
  color: #fff000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px; }

/* card */
.card_content {
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 768px) {
    .card_content {
      margin-bottom: 0; } }
  .card_content img {
    width: 100%; }
  .card_content .card_title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 1.2rem 0; }
  .card_content .card_title_s {
    font-size: 16px;
    font-weight: 700;
    margin: 1.2rem 0; }
  .card_content .card_title_xs {
    font-size: 14px;
    font-weight: 700;
    margin: 2rem 0; }
  .card_content .card_text {
    font-size: 14px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .card_content .card_text {
        height: fit-content; } }
  .card_content .card_date {
    color: #aaaaaa;
    font-size: 14px;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: 700; }

/* hover */
.hl_01 {
  color: #000000; }
  .hl_01:hover {
    text-decoration: none;
    color: #3F4682; }

.hv01:hover {
  opacity: 0.7; }

.btn_sm, .btn_sm_gold {
  background: #cab053;
  color: #ffffff;
  border-radius: 20px;
  padding: 8px 20px;
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700; }
  .btn_sm:hover, .btn_sm_gold:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7; }
  .btn_sm i, .btn_sm_gold i {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    font-size: 14px; }
    @media screen and (max-width: 575px) {
      .btn_sm i, .btn_sm_gold i {
        font-size: 10px; } }
  @media screen and (max-width: 575px) {
    .btn_sm, .btn_sm_gold {
      width: fit-content !important; } }
  .btn_sm.ht01, .ht01.btn_sm_gold {
    padding: 0px 20px;
    height: 60px;
    line-height: 60px; }

.btn_sm_gold {
  border-radius: 30px;
  background: #cab053; }

.red_btn, .black_btn, .black_btn_sm, .gray_btn {
  background: #D2141E;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px 20px;
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700; }
  @media screen and (max-width: 575px) {
    .red_btn, .black_btn, .black_btn_sm, .gray_btn {
      font-size: 14px;
      line-height: 1.4; } }
  .red_btn:hover, .black_btn:hover, .black_btn_sm:hover, .gray_btn:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7; }
  .red_btn i, .black_btn i, .black_btn_sm i, .gray_btn i {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    font-size: 14px; }
    @media screen and (max-width: 575px) {
      .red_btn i, .black_btn i, .black_btn_sm i, .gray_btn i {
        font-size: 10px; } }
  @media screen and (max-width: 575px) {
    .red_btn, .black_btn, .black_btn_sm, .gray_btn {
      margin: 0 10px; } }

.black_btn, .black_btn_sm {
  background: #000; }

.black_btn_sm {
  border-radius: 6px;
  width: max-content;
  background: #000; }
  @media screen and (max-width: 575px) {
    .black_btn_sm {
      width: 100%; } }

.gray_btn {
  background: #dddddd;
  color: #000; }

.gold_btn, .gold_btn02, .red_outline_btn {
  background: #cab053;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px 20px;
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700; }
  @media screen and (max-width: 575px) {
    .gold_btn, .gold_btn02, .red_outline_btn {
      font-size: 14px;
      line-height: 1.4; } }
  .gold_btn:hover, .gold_btn02:hover, .red_outline_btn:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7; }
  .gold_btn i, .gold_btn02 i, .red_outline_btn i {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    font-size: 14px; }
    @media screen and (max-width: 575px) {
      .gold_btn i, .gold_btn02 i, .red_outline_btn i {
        font-size: 10px; } }
  @media screen and (max-width: 575px) {
    .gold_btn, .gold_btn02, .red_outline_btn {
      margin: 0 10px; } }

.gold_btn02 {
  border-radius: 40px; }

.red_outline_btn {
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  color: #D2141E;
  border: 1px solid #D2141E;
  margin: 0 10px;
  padding: 5px 10px; }
  .red_outline_btn:hover {
    text-decoration: none;
    color: #fff;
    background: #D2141E; }

.btn_tel, .btn_tel_red {
  border: 5px solid #fff;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 700;
  width: inherit; }
  .btn_tel:hover, .btn_tel_red:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2); }
  .btn_tel .label_01, .btn_tel_red .label_01 {
    font-size: 16px;
    line-height: 24px; }
    @media screen and (max-width: 575px) {
      .btn_tel .label_01, .btn_tel_red .label_01 {
        font-size: 14px;
        line-height: 1.4; } }
  .btn_tel .label_02, .btn_tel_red .label_02 {
    font-family: Arial;
    color: #ffffff;
    font-size: 30px;
    line-height: 24px; }
    @media screen and (max-width: 991px) {
      .btn_tel .label_02, .btn_tel_red .label_02 {
        font-size: 22px; } }
    @media screen and (max-width: 575px) {
      .btn_tel .label_02, .btn_tel_red .label_02 {
        font-size: 18px; } }
  .btn_tel .label_03, .btn_tel_red .label_03 {
    font-size: 14px; }

.btn_tel_red {
  background: #D2141E;
  margin-top: 0px;
  padding: 10px 0; }
  .btn_tel_red:hover {
    background-color: #D2141E; }

.btn_mail, .btn_green, .btn_red {
  height: 100px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #CEB866 0%, #CEB866 50%, #cab053 50%, #cab053 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 22px 0;
  -webkit-box-shadow: 0 8px 0 #b2952c;
  box-shadow: 0 8px 0 #b2952c;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  width: inherit; }
  .btn_mail:hover, .btn_green:hover, .btn_red:hover {
    color: #fff;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: 0 4px 0 #b2952c;
    box-shadow: 0 4px 0 #b2952c; }
  .btn_mail .label_01, .btn_green .label_01, .btn_red .label_01 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
  .btn_mail .label_03, .btn_green .label_03, .btn_red .label_03 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; }
  .btn_mail .btn_icon, .btn_green .btn_icon, .btn_red .btn_icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 18px;
    line-height: 24px; }

.btn_green {
  background: #5ab4bd;
  background: linear-gradient(to bottom, #48bb7f 0%, #48bb7f 50%, #33b371 50%, #33b371 100%);
  box-shadow: 0 8px 0 #229d5d; }
  .btn_green:hover {
    box-shadow: 0 4px 0 #229d5d; }

.btn_red {
  background: #D2141E;
  background: linear-gradient(to bottom, #ca404c 0%, #ca404c 50%, #D2141E 50%, #D2141E 100%);
  box-shadow: 0 8px 0 #aa0f1d; }
  .btn_red:hover {
    box-shadow: 0 4px 0 #aa0f1d; }

/* footer */
footer .footer_block {
  max-width: 1400px; }
footer .footer_top {
  padding-top: 60px;
  background-color: #333333;
  text-align: left;
  color: #aaa;
  height: 3%; }
  @media screen and (max-width: 575px) {
    footer .footer_top {
      padding: 40px 0 20px; } }
  footer .footer_top .row div {
    padding-left: 2rem; }
footer .footer_bottom {
  padding: 15px 0 17px;
  background-color: #222222;
  text-align: left;
  color: #aaa;
  height: 0.8%; }
footer .footer_link {
  margin-bottom: 40px; }
  footer .footer_link li {
    line-height: 10px;
    margin-bottom: 1.2rem;
    text-decoration: underline; }
  footer .footer_link a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none; }
    footer .footer_link a:hover {
      color: #cab053; }
  @media screen and (max-width: 575px) {
    footer .footer_link {
      margin-bottom: 20px; } }
  footer .footer_link .child_page:before {
    content: '\2014\a0';
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    color: #fff; }
footer .footer_logo {
  margin-right: 14px;
  max-width: 120px; }
footer .footer_contact {
  text-align: center; }
  footer .footer_contact a {
    text-decoration: none;
    font-family: Arial;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700; }
  footer .footer_contact i {
    margin-right: 9px;
    color: #fff;
    font-size: 18px;
    line-height: 24px; }
  footer .footer_contact .opening_hours {
    font-size: 12px;
    font-weight: 700; }
footer .footer_address {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (min-width: 1200px) {
    footer .footer_address {
      margin-bottom: 0;
      text-align: left; } }
footer .footer_main_logo {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 575px) {
    footer .footer_main_logo img {
      max-width: 320px; } }
  @media screen and (max-width: 575px) {
    footer .footer_main_logo {
      margin-bottom: 10px; } }
footer .footer_social {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  text-align: center; }
  footer .footer_social a {
    margin-right: 12px;
    color: #fff;
    border: 0; }
  footer .footer_social .btn_social {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    footer .footer_social .btn_social.facebook {
      background-color: #5058b2; }
    footer .footer_social .btn_social.twitter {
      background-color: #60a8f3; }
    footer .footer_social .btn_social.rss {
      background-color: #ef6b1d; }
footer .footer_copyright {
  padding: 1rem 2rem;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 20px; }

.blog_img {
  border-radius: 10px; }

.form-control {
  border-radius: 4px;
  border: 1px solid #dddddd;
  background: #DCDCD2;
  color: #000; }

/* contact form */
.contact_form fieldset, .profile_box fieldset {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-left: 15px; }
.contact_form .form-group, .profile_box .form-group {
  border-top: 1px solid #ddd; }
.contact_form .col-form-label, .profile_box .col-form-label {
  font-size: 14px;
  /* font-weight: 700 */
  position: relative; }
.contact_form .form_text, .profile_box .form_text {
  padding-top: 0.5rem; }
.contact_form .form_required, .profile_box .form_required, .contact_form .form_unrequired, .profile_box .form_unrequired {
  /* position: absolute */
  top: 4px;
  right: 0;
  color: #fff;
  font-size: 14px;
  background-color: #D2141E;
  border-radius: 4px;
  margin-right: 0.5rem;
  padding: 0.2rem 0.5rem; }
.contact_form .form_unrequired, .profile_box .form_unrequired {
  background-color: #000; }
.contact_form .input-group-text, .profile_box .input-group-text {
  border-radius: 0 0.25rem 0.25rem 0;
  background: #CACABE;
  font-family: Hiragino Kaku Gothic Pro; }
.contact_form .checkbox_group, .profile_box .checkbox_group {
  padding-left: 0; }
.contact_form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .profile_box .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: red;
  border: 1px solid #dddddd;
  border-radius: 0; }
.contact_form .form_required_02, .profile_box .form_required_02 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #b6ad85;
  border-radius: 4px; }
.contact_form textarea::placeholder, .profile_box textarea::placeholder {
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 500; }
.contact_form .radio_box, .profile_box .radio_box {
  display: flex;
  flex-wrap: wrap; }
.contact_form .check_box, .profile_box .check_box, .contact_form .check_box_sm, .profile_box .check_box_sm {
  display: block;
  flex-wrap: wrap; }
  .contact_form .check_box label, .profile_box .check_box label, .contact_form .check_box_sm label, .profile_box .check_box_sm label {
    display: inline-block;
    float: left;
    width: 210px; }
    @media screen and (max-width: 575px) {
      .contact_form .check_box label, .profile_box .check_box label, .contact_form .check_box_sm label, .profile_box .check_box_sm label {
        width: 90%;
        padding-right: 0.5rem; } }
.contact_form .check_box_sm label, .profile_box .check_box_sm label {
  display: inline-block;
  float: left;
  width: 180px; }
  @media screen and (max-width: 575px) {
    .contact_form .check_box_sm label, .profile_box .check_box_sm label {
      width: 90%;
      padding-right: 0.5rem; } }
.contact_form .mwform-radio-field, .profile_box .mwform-radio-field {
  display: block;
  white-space: nowrap;
  float: left;
  padding-left: 0;
  margin-right: 0.75rem;
  margin-left: 0 !important; }
  @media screen and (max-width: 575px) {
    .contact_form .mwform-radio-field, .profile_box .mwform-radio-field {
      padding-bottom: 0.5rem; } }
.contact_form .mwform-checkbox-field, .profile_box .mwform-checkbox-field {
  padding-left: 0;
  margin-right: 0.75rem;
  margin-left: 0 !important; }
  @media screen and (max-width: 575px) {
    .contact_form .mwform-checkbox-field, .profile_box .mwform-checkbox-field {
      padding-bottom: 0.5rem; } }
@media screen and (max-width: 575px) {
  .contact_form label, .profile_box label,
  .contact_form legend,
  .profile_box legend {
    margin-bottom: 0.5rem; } }
.contact_form span.error, .profile_box span.error {
  color: #D2141E;
  margin-top: 0.5rem;
  display: block; }
.contact_form .policy span.error, .profile_box .policy span.error {
  display: inline; }
@media screen and (min-width: 768px) {
  .contact_form .input_other, .profile_box .input_other {
    width: 100px; } }
@media screen and (max-width: 575px) {
  .contact_form .input_other, .profile_box .input_other {
    width: 100%; } }
@media screen and (min-width: 576px) {
  .contact_form .col-md-7, .profile_box .col-md-7 {
    padding-left: 2rem; } }
.contact_form .subm2 input[type=submit], .profile_box .subm2 input[type=submit] {
  background: #777777;
  margin-right: 1em; }

.mw_wp_form_input .input-hide {
  display: none; }

.profile_box {
  margin-bottom: 1rem; }
  .profile_box .title {
    font-size: 18px;
    margin-bottom: 2rem; }
  .profile_box .review-star {
    font-size: 18px; }

.mw_wp_form_confirm .col-md-7 {
  display: flex;
  align-items: center; }
.mw_wp_form_confirm .input-show {
  display: none; }

.step_flow .title {
  font-weight: 700;
  font-size: 18px;
  border: solid 2px #c42a38;
  border-radius: 10px;
  align-self: center;
  padding: 14px 0;
  width: 100%;
  text-align: center; }
.step_flow .sub_title {
  font-size: 14px;
  color: #c42a38; }
.step_flow .box, .step_flow .data_table_list .box_red, .data_table_list .step_flow .box_red, .step_flow .data_table_list .box_gold, .data_table_list .step_flow .box_gold, .step_flow .data_table_list .box_green, .data_table_list .step_flow .box_green {
  display: flex; }
  .step_flow .box:not(:last-of-type), .step_flow .data_table_list .box_red:not(:last-of-type), .data_table_list .step_flow .box_red:not(:last-of-type), .step_flow .data_table_list .box_gold:not(:last-of-type), .data_table_list .step_flow .box_gold:not(:last-of-type), .step_flow .data_table_list .box_green:not(:last-of-type), .data_table_list .step_flow .box_green:not(:last-of-type) {
    padding-bottom: 30px; }
.step_flow .number {
  font-size: 36px;
  color: #c42a38;
  font-weight: 700;
  display: block; }
.step_flow .line {
  position: relative;
  margin: 0 20px;
  display: block; }
.step_flow .line_before::before {
  position: absolute;
  content: "";
  background: #c42a38;
  width: 2px;
  height: 20%;
  left: 50%;
  top: 0px; }
.step_flow .change_line_before::before {
  position: absolute;
  content: "";
  background: #c42a38;
  width: 2px;
  height: 20%;
  left: 50%;
  top: 0px; }
.step_flow .line_after::after, .step_flow .line_short::after {
  position: absolute;
  content: "";
  background: #c42a38;
  width: 2px;
  left: 50%;
  top: 30px;
  height: 150%; }
.step_flow .line_short::after {
  height: 120%; }
.step_flow .change_line_after:after {
  position: absolute;
  content: "";
  background: #c42a38;
  width: 2px;
  height: 63%;
  left: 50%;
  top: 30px; }
.step_flow .point {
  background: #c42a38;
  border-radius: 50%;
  display: block;
  width: 15px;
  height: 15px;
  transform: translate(1px, 20px); }
.step_flow .flow_txt_box {
  display: block;
  width: fit-content;
  width: 70%; }
.step_flow .flow_txt {
  margin: 0;
  font-size: 14px; }

/* article */
.article_section01 .title {
  font-size: 24px;
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: solid 8px #c42a38;
  font-weight: 700;
  line-height: 36px; }
  @media screen and (max-width: 575px) {
    .article_section01 .title {
      font-size: 16px;
      line-height: 1.4; } }
.article_section01 .text {
  font-size: 14px;
  font-weight: 500; }
.article_section01 .inner_box {
  border-radius: 10px;
  padding: 1rem 1rem; }
  .article_section01 .inner_box img {
    border-radius: 10px;
    width: 100%; }
.article_section01 .outer_box {
  border-radius: 10px;
  border: 2px solid #dddddd;
  padding: 30px 30px; }
  @media screen and (max-width: 575px) {
    .article_section01 .outer_box {
      padding-left: 0;
      padding-right: 0; } }

.event_article_list {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #dddddd; }
  .event_article_list img {
    width: 100%;
    border-radius: 10px; }
  .event_article_list .title {
    font-size: 24px;
    margin-bottom: 30px;
    padding-left: 24px;
    border-left: solid 8px #c42a38;
    font-weight: 700; }
    @media screen and (max-width: 575px) {
      .event_article_list .title {
        font-size: 16px;
        line-height: 1.4; } }
  .event_article_list .date {
    border: 2px solid #D2141E;
    color: #D2141E;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .event_article_list .date_text {
      font-size: 16px;
      font-weight: 700;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 575px) {
        .event_article_list .date_text {
          font-size: 14px;
          line-height: 1.4; } }
      @media screen and (max-width: 767px) {
        .event_article_list .date_text {
          padding-left: 0; } }
  .event_article_list .details th {
    border: 1px solid rgba(196, 42, 56, 0.43);
    color: #D2141E;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff2f3;
    text-align: center; }
  .event_article_list .details td {
    border: 1px solid rgba(196, 42, 56, 0.43);
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px; }
    @media screen and (max-width: 575px) {
      .event_article_list .details td {
        padding-left: 10px; } }
  .event_article_list .box_gray {
    background-color: #eeeeee;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 15px;
    text-align: center; }

/* post column */
.post_title {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  text-align: left; }
  .post_title a:hover {
    text-decoration: none;
    color: #23929D; }

.post_title02 {
  color: #000;
  font-size: 16px;
  font-weight: 700; }
  .post_title02:hover {
    text-decoration: none;
    color: #D2141E; }

.post_img {
  border-radius: 10px; }
  .post_img img {
    width: 100%; }
  .post_img:hover {
    opacity: 0.7; }

.post_block02 {
  border-radius: 10px;
  border: 1px solid #dddddd;
  padding: 20px 20px;
  height: 100%; }
  .post_block02 .image_wrapper {
    margin-bottom: 20px; }
  .post_block02 img {
    width: 100%; }
  .post_block02 .title {
    font-size: 18px;
    font-weight: 700; }
  .post_block02 p {
    margin-bottom: 5px; }

.card_col_3 .col-lg-4 {
  padding: 0.5rem 0.75rem; }
.card_col_3 img {
  width: 100%;
  border-radius: 10px; }
  .card_col_3 img:hover {
    opacity: 0.7; }
  @media screen and (min-width: 992px) {
    .card_col_3 img {
      height: 230px; } }

.card_col_4 .col-lg-3 {
  padding: 1rem 0.5rem; }
.card_col_4 .card_cl4_date {
  margin-top: 20px;
  color: #777777;
  font-size: 14px;
  font-weight: 700; }
.card_col_4 img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
        /* @include mq_up(lg) {
			height: 190px;
		} */ }
  .card_col_4 img:hover {
    opacity: 0.7; }

.card_date_gray {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 700; }

.post_list_block, .post_list_block.top {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px; }
  .post_list_block a:hover {
    text-decoration: none; }
  .post_list_block.top {
    border-top: 1px solid #dddddd;
    padding-top: 30px; }
  .post_list_block img, .post_list_block.top img {
    width: 100%;
    border-radius: 10px; }
    .post_list_block img:hover {
      opacity: 0.7; }

.post_img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  height: 280px; }
  .post_img_box:hover {
    background-color: #dddddd; }
  .post_img_box img {
    height: 280px; }

.ct_box, .ct_box_red, .ct_box_bordered {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ct_box_red {
    border: 2px solid #D2141E;
    background: #D2141E;
    color: #ffffff; }
  .ct_box_bordered {
    border: 2px solid #D2141E;
    color: #D2141E; }
  .ct_box_text {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 575px) {
      .ct_box_text {
        font-size: 14px;
        line-height: 1.4; } }
  .ct_box_text02 {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center; }

/* list */
.list_circle li, .list_square li, .list_square_small li, .list_square_small_b li {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  list-style-type: none;
  padding-left: 20px;
  line-height: 26px; }
.list_circle li:before, .list_square li:before, .list_square_small li:before, .list_square_small_b li:before {
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  left: 0;
  top: 10px;
  content: "";
  background: #cab053;
  font-size: 10px; }

.list_square ul, .list_square_small ul, .list_square_small_b ul {
  padding-left: 0; }
.list_square li, .list_square_small li, .list_square_small_b li {
  text-align: left;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px; }
.list_square li:before, .list_square_small li:before, .list_square_small_b li:before {
  border-radius: 0;
  width: 12px;
  height: 12px;
  top: 8px; }
.list_square_small li, .list_square_small_b li {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px; }
.list_square_small li:before, .list_square_small_b li:before {
  border-radius: 1px;
  top: 10px; }
.list_square_small_b li {
  font-weight: 700; }

.list_check_circle ul, .list_check_circle_small ul {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 1rem; }
  .list_check_circle ul li, .list_check_circle_small ul li {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-indent: -1em; }
    @media screen and (max-width: 575px) {
      .list_check_circle ul li, .list_check_circle_small ul li {
        font-size: 14px;
        line-height: 1.4; } }
    .list_check_circle ul li:before, .list_check_circle_small ul li:before {
      font-weight: 700;
      line-height: 30px;
      font-family: "Font Awesome 5 Free";
      content: '\f058';
      font-size: 20px;
      font-weight: 700;
      margin-right: 10px;
      color: #cab053; }
.list_check_circle_small ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px; }
  .list_check_circle_small ul li:before {
    font-size: 16px; }

.data_table_list .row_primary {
  background: #fff9f9;
  padding: 1rem 1rem; }
.data_table_list .row_secondary {
  padding: 1rem 1rem; }
.data_table_list .dt {
  text-align: center;
  font-size: 14px;
  color: #c42a38;
  font-weight: 700; }
  @media screen and (max-width: 991px) {
    .data_table_list .dt {
      text-align: left;
      margin-bottom: 1rem; } }
.data_table_list .dd {
  font-size: 14px;
  font-weight: 500; }
.data_table_list .box, .data_table_list .box_red, .data_table_list .box_gold, .data_table_list .box_green {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px; }
  @media screen and (max-width: 575px) {
    .data_table_list .box, .data_table_list .box_red, .data_table_list .box_gold, .data_table_list .box_green {
      margin-bottom: 1rem; } }
.data_table_list .box_red {
  background-color: #D2141E; }
.data_table_list .box_gold {
  background-color: #cab053; }
.data_table_list .box_green {
  background-color: #23929D; }

/* background */
.bg_gray {
  background: #fafafa; }

.bg_red {
  background: #D2141E; }

.bg_white {
  background: #fff; }

.bg_grid {
  padding: 30px 0;
  background-image: url("../images/common/bg_grid.jpg"); }

.sidebar-top-icon {
  max-height: 85px; }

.sidebar-menu-icon {
  max-width: 45px; }

.site-logo {
  max-height: 50px; }

#main_nav {
  background-color: #000000; }

.site-title {
  color: #fff;
  font-size: 12px;
  font-family: HiraKakuPro W6-90ms-RKSJ-H; }

.header-main-menu {
  margin-left: 129px; }
  @media screen and (max-width: 991px) {
    .header-main-menu {
      margin-left: 0;
      text-align: center; } }

.header-btn-box a {
  font-weight: 700;
  font-size: 14px; }

.header-main-menu li + li {
  position: relative; }

.header-main-menu li + li::before {
  content: "";
  display: block;
  height: 1em;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.header-content {
  max-width: 1600px;
  min-height: 60px; }

.content-left {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (max-width: 991px) {
    .content-left {
      flex: 0 0 100%;
      max-width: 100%; } }

.content-right {
  flex: 0 0 80%;
  max-width: 80%;
  position: relative;
  width: 100%;
  padding-left: 10px; }
  @media screen and (min-width: 960px) and (max-width: 1400px) {
    .content-right {
      flex: 0 0 80%;
      max-width: 80%; } }
  @media screen and (max-width: 991px) {
    .content-right {
      flex: 0 0 100%;
      max-width: 100%; } }

.side-menu-icon-lg {
  display: inline-block;
  aspect-ratio: 1 / 1;
  max-width: 100%;
  width: 80px;
  height: auto;
  border-radius: 50%;
  background: #fff;
  padding: 15px; }

.sidebar-menu-top {
  text-align: center;
  border-bottom: 1px solid #000; }
  @media screen and (max-width: 991px) {
    .sidebar-menu-top {
      text-align: left;
      border: none; } }
  @media screen and (max-width: 575px) {
    .sidebar-menu-top {
      text-align: center; } }

.sidebar-menu-top span {
  font-size: 7px;
  font-weight: 700;
  font-family: A-OTF Midashi Go MB31 Pro; }
  @media screen and (max-width: 575px) {
    .sidebar-menu-top span {
      font-size: 12px; } }

.sidebar-menu-top .img-sp {
  margin-right: 0.5rem;
  max-height: 30px; }

.left-gap {
  width: 1rem; }
  @media screen and (max-width: 991px) {
    .left-gap {
      width: 0; } }

.sidebar {
  background: #DCDCD2; }
  @media screen and (max-width: 991px) {
    .sidebar {
      background: #EAEAE5; } }

.sidebar-menu-top .col-4 {
  padding: 5px; }

.sidebar-nav-title {
  font-size: 13px;
  font-weight: 700;
  /* font-family: "AvenirLTStd Heavy", "A-OTF Midashi Go MB31 Pro;" */
  font-family: A-OTF Midashi Go MB31 Pro; }

.sidebar li {
  font-size: 11px;
  margin-bottom: 4px; }

.content-title {
  font-size: 22px;
  border-bottom: 1px solid #000;
  line-height: 30.24px;
  letter-spacing: 2.4px; }

.content-tile2 {
  font-size: 18px;
  margin-bottom: 1.5rem; }

.success-message-outer {
  background: #F1F1ED;
  padding: 20px 20px; }

.gray-box {
  background: #F1F1ED;
  padding: 20px 20px; }
  .gray-box ul {
    padding-left: 0;
    margin-bottom: 0; }
  .gray-box li {
    font-size: 14px; }
  .gray-box .label {
    font-size: 16px;
    margin-right: 1rem; }

.form-outer {
  background: #F1F1ED;
  padding: 20px 20px; }

.form-inner {
  background: #fff; }

.form-content {
  padding: 20px 30px; }

.footer_logo img {
  max-width: 120px;
  padding-top: 20px; }

.sidebar ul a {
  /* font-family: "Futo Go B101" */
  font-family: FutoGoB101Pro;
  /* font-weight: bold */ }

.site-logo-sp {
  width: 113px;
  height: 50px; }

@media screen and (max-width: 991px) {
  .banner {
    width: 50%;
    margin: 0 2rem; } }

.widget-title {
  /* text-decoration: underline */
  margin-bottom: 1.5rem;
  font-size: 20px; }

.floating-banner {
  position: fixed;
  z-index: 99999;
  top: 165px;
  right: 0;
  width: 150px;
  float: right; }
  .floating-banner .pc {
    width: 150px; }
    @media screen and (max-width: 991px) {
      .floating-banner .pc {
        width: 100%;
        padding: 0 2rem; } }
  @media screen and (min-width: 960px) and (max-width: 1400px) {
    .floating-banner {
      width: 100px; }
      .floating-banner .pc {
        width: 100px; } }
  @media screen and (max-width: 991px) {
    .floating-banner {
      text-align: center;
      position: inherit;
      width: 100%;
      z-index: 0; }
      .floating-banner img {
        max-width: 400px; } }
  .floating-banner .blog-widget {
    padding: 2rem 1rem;
    background: #DCDCD2;
    text-align: center; }
  .floating-banner .post-month-selector {
    background: #fff;
    font-size: 12px; }

.floating-banner:hover {
  opacity: .9; }

.faq_list .faq_wrapper:first-child {
  border-top: 1px solid #4e555b; }
.faq_list .faq_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #111111;
  border-bottom: 1px solid #4e555b;
  padding-bottom: 1rem; }
  .faq_list .faq_wrapper input {
    position: absolute;
    display: none; }
    .faq_list .faq_wrapper input:checked ~ .faq_content {
      max-height: 40em;
      height: auto;
      visibility: visible; }
  .faq_list .faq_wrapper h3 {
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 1em 1em 2em;
    cursor: pointer;
    text-indent: 0.5em;
    border-radius: 0.5em;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
    @media screen and (max-width: 575px) {
      .faq_list .faq_wrapper h3 {
        font-size: 14px;
        line-height: 1.4; } }
    .faq_list .faq_wrapper h3::before {
      font-family: Arial;
      font-size: 24px;
      margin-left: -1em;
      padding-right: 0.5em;
      content: "Q";
      color: #000; }
  .faq_list .faq_wrapper p,
  .faq_list .faq_wrapper span {
    padding-left: 3em; }
  .faq_list .faq_wrapper span {
    font-size: 12px;
    padding-left: 3.5em; }
  .faq_list .faq_wrapper .faq_content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 4.0em;
    border-radius: 0 0 0.5em 0.5em;
    height: 0;
    transition: 0.5s;
    visibility: hidden; }
    .faq_list .faq_wrapper .faq_content::before {
      position: absolute;
      margin-top: 0.3em;
      margin-left: -1.2em;
      content: "A";
      color: #cab053;
      font-weight: 700;
      font-size: 24px;
      font-family: Arial; }
    .faq_list .faq_wrapper .faq_content p {
      margin: 1em 1em 1em 0; }
    .faq_list .faq_wrapper .faq_content a {
      color: #D2141E; }
  .faq_list .faq_wrapper input[type="checkbox"]:checked + label::after {
    content: "\f068"; }

.avatar-round {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: solid 1px;
  border-color: #e5e5e5; }

.avatar-block {
  position: relative;
  padding-left: 78px;
  min-height: 60px;
  padding-top: 5px; }
  .avatar-block span {
    font-size: 16px; }
  .avatar-block .avatar-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px; }
  .avatar-block .salon-name {
    color: #777777; }

.proposal-table thead > tr > th {
  border-color: #777777; }
.proposal-table tbody > tr > td {
  border-color: #777777; }
.proposal-table .date {
  min-height: 60px; }

.grid-block {
  border: 1px solid #aaaaaa;
  padding: 1.5rem;
  border-radius: 12px; }

.text_underline {
  text-decoration: underline; }

.product-title {
  font-size: 20px; }

.main-price {
  font-size: 16px; }

.prefecture-selector label {
  border-radius: 0; }
.prefecture-selector .prefectures {
  min-width: 100px;
  background: #fff;
  color: #000; }

.cart-table tfoot td:first-child {
  width: 40%; }
  @media screen and (max-width: 767px) {
    .cart-table tfoot td:first-child {
      width: 0;
      display: none; } }

.product-quantity {
  display: flex;
  float: left;
  margin-right: 10px;
  margin-bottom: 0; }
  .product-quantity span {
    width: 45px;
    line-height: 41px;
    height: 100%;
    text-align: center;
    padding: 0;
    background-color: #fff;
    font-size: 14px;
    color: #838b97;
    border: 1px solid #dce1e5;
    margin: 0px;
    cursor: pointer;
    display: inline-block; }
  .product-quantity input {
    width: 50px;
    height: auto;
    border: 1px solid #dce1e5;
    padding: 0 10px;
    text-align: center;
    margin: 0 0;
    color: #838b97; }
    .product-quantity input:focus {
      outline: none;
      box-shadow: unset;
      border-color: unset; }

.product-quantity input::-webkit-outer-spin-button,
.product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.product-quantity input[type=number] {
  -moz-appearance: textfield; }

.product-thumbnails .owl-thumbs {
  margin-top: 15px;
  margin-bottom: 14px;
  display: block; }

.product-thumbnails .owl-thumbs .owl-thumb-item {
  height: 60px;
  width: 60px;
  background: transparent;
  border: none;
  overflow: hidden;
  padding: 0px;
  border: 1px solid transparent;
  margin: 2px 3px;
  box-shadow: 0px 0px 5px 0px #0000001c; }

.product-thumbnails .owl-thumbs .owl-thumb-item.active {
  border: 1px solid #dddddd; }

.product-thumbnails .owl-thumbs .owl-thumb-item img {
  width: 100%;
  height: 100%; }

.order-table,
.shopping-cart,
.wishlist-table {
  margin-bottom: 20px; }

.order-table .table,
.shopping-cart .table,
.wishlist-table .table {
  margin-bottom: 0; }

.order-table .btn,
.shopping-cart .btn,
.wishlist-table .btn {
  margin: 0; }

.order-table > table > tbody > tr > td,
.order-table > table > tbody > tr > th,
.order-table > table > thead > tr > td,
.order-table > table > thead > tr > th,
.shopping-cart > table > tbody > tr > td,
.shopping-cart > table > tbody > tr > th,
.shopping-cart > table > thead > tr > td,
.shopping-cart > table > thead > tr > th,
.wishlist-table > table > tbody > tr > td,
.wishlist-table > table > tbody > tr > th,
.wishlist-table > table > thead > tr > td,
.wishlist-table > table > thead > tr > th {
  vertical-align: middle !important; }

.order-table > table thead th,
.shopping-cart > table thead th,
.wishlist-table > table thead th {
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 1px; }

.order-table .remove-from-cart,
.shopping-cart .remove-from-cart,
.wishlist-table .remove-from-cart {
  display: inline-block;
  color: #f44336;
  font-size: 18px;
  line-height: 1;
  text-decoration: none; }

.order-table .count-input,
.shopping-cart .count-input,
.wishlist-table .count-input {
  display: inline-block;
  width: 100%;
  width: 86px; }

.order-table .product-item,
.shopping-cart .product-item,
.wishlist-table .product-item {
  display: table;
  width: 100%;
  min-width: 150px;
  margin-top: 5px;
  margin-bottom: 3px; }

.order-table .product-item .product-info,
.order-table .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-info,
.wishlist-table .product-item .product-thumb {
  display: table-cell;
  vertical-align: top; }

.order-table .product-item .product-thumb,
.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb {
  width: 80px;
  padding-right: 20px; }

.order-table .product-item .product-thumb > img,
.shopping-cart .product-item .product-thumb > img,
.wishlist-table .product-item .product-thumb > img {
  display: block;
  width: 100%; }

@media screen and (max-width: 860px) {
  .order-table .product-item .product-thumb,
  .shopping-cart .product-item .product-thumb,
  .wishlist-table .product-item .product-thumb {
    display: none; } }
.order-table .product-item .product-info span,
.shopping-cart .product-item .product-info span,
.wishlist-table .product-item .product-info span {
  display: block;
  font-size: 12px; }

.order-table .product-item .product-info span > em,
.shopping-cart .product-item .product-info span > em,
.wishlist-table .product-item .product-info span > em {
  font-weight: 500;
  font-style: normal; }

.order-table .product-item .product-title,
.shopping-cart .product-item .product-title,
.wishlist-table .product-item .product-title {
  margin-bottom: 6px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 400; }

.order-table .product-item .product-title > a,
.shopping-cart .product-item .product-title > a,
.wishlist-table .product-item .product-title > a {
  transition: color .3s;
  color: #232323;
  line-height: 1.5;
  text-decoration: none; }

.order-table .product-item .product-title > a:hover,
.shopping-cart .product-item .product-title > a:hover,
.wishlist-table .product-item .product-title > a:hover {
  color: #377dff; }

.order-table .product-item .product-title small,
.shopping-cart .product-item .product-title small,
.wishlist-table .product-item .product-title small {
  display: inline;
  margin-left: 6px;
  font-size: 90%; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  left: 1px; }

.owl-carousel .owl-stage::after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: '.';
  visibility: hidden; }

.owl-carousel .owl-stage-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden; }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item .owl-lazy {
  transition: opacity .4s ease;
  opacity: 0; }

.owl-carousel .owl-item .from-bottom,
.owl-carousel .owl-item .from-left,
.owl-carousel .owl-item .from-right,
.owl-carousel .owl-item .from-top,
.owl-carousel .owl-item .scale-down,
.owl-carousel .owl-item .scale-up {
  transition: all .45s .3s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.owl-carousel .owl-item .from-top {
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px); }

.owl-carousel .owl-item .from-bottom {
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px); }

.owl-carousel .owl-item .from-left {
  -webkit-transform: translateX(-45px);
  -ms-transform: translateX(-45px);
  transform: translateX(-45px); }

.owl-carousel .owl-item .from-right {
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px); }

.owl-carousel .owl-item .scale-up {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.owl-carousel .owl-item .scale-down {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.owl-carousel .owl-item .delay-1 {
  transition-delay: 0.5s; }

.owl-carousel .owl-item .delay-2 {
  transition-delay: 0.7s; }

.owl-carousel .owl-item .delay-3 {
  transition-delay: 0.9s; }

.owl-carousel .owl-item .delay-4 {
  transition-delay: 1.1s; }

.owl-carousel .owl-item.active .from-bottom,
.owl-carousel .owl-item.active .from-top {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.owl-carousel .owl-item.active .from-left,
.owl-carousel .owl-item.active .from-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.owl-carousel .owl-item.active .scale-down,
.owl-carousel .owl-item.active .scale-up {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.owl-carousel .owl-item > img {
  display: block;
  width: 100%; }

.owl-carousel .owl-item > img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block;
  height: auto; }

.owl-carousel.owl-loading {
  display: block;
  opacity: 0; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.owl-carousel .owl-dots {
  display: block;
  width: 100%;
  margin-top: 18px;
  text-align: center; }

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  transition: opacity .25s;
  border-radius: 50%;
  background-color: #505050;
  opacity: 0.33; }

.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1; }

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  display: block;
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -43px;
  transition: opacity .3s;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #fff;
  color: #232323;
  line-height: 44px;
  text-align: center;
  opacity: 0.75; }

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
  opacity: 1; }

.owl-carousel .owl-next::before,
.owl-carousel .owl-prev::before {
  font-family: feather;
  font-size: 18px; }

.owl-carousel .owl-prev {
  left: 20px; }

.owl-carousel .owl-prev::before {
  content: ""; }

.owl-carousel .owl-next {
  right: 20px; }

.owl-carousel .owl-next::before {
  content: ""; }

.owl-carousel.large-controls .owl-next,
.owl-carousel.large-controls .owl-prev {
  width: 54px;
  height: 54px;
  margin-top: -47px;
  border-radius: 6px;
  line-height: 52px; }

.owl-carousel.large-controls .owl-prev {
  left: 30px; }

.owl-carousel.large-controls .owl-next {
  right: 30px; }

.owl-carousel.dots-inside .owl-dots {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-bottom: 24px; }

.owl-carousel.dots-inside .owl-dots .owl-dot {
  background-color: #fff;
  opacity: 0.5; }

.owl-carousel.dots-inside .owl-dots .owl-dot.active {
  opacity: 1; }

.owl-carousel.dots-inside .owl-next,
.owl-carousel.dots-inside .owl-prev {
  margin-top: -23px; }

.owl-carousel.dots-inside.large-controls .owl-next,
.owl-carousel.dots-inside.large-controls .owl-prev {
  margin-top: -27px; }

.owl-carousel .widget {
  margin-bottom: 0; }

.owl-carousel .widget.widget-featured-posts > .entry {
  margin-bottom: 0; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-stage {
  display: flex; }

.owl-carousel .owl-item > div:first-child {
  height: 100%; }

.widget-featured-posts .entry-thumb img {
  width: 80px; }
  @media screen and (max-width: 767px) {
    .widget-featured-posts .entry-thumb img {
      width: 50%; } }
  @media screen and (max-width: 575px) {
    .widget-featured-posts .entry-thumb img {
      width: 100%; } }

.widget-featured-posts .entry-title {
  font-size: 14px; }

.section_fv {
  padding: 4rem 2rem 2rem 2rem;
  background: #000; }
  @media screen and (max-width: 767px) {
    .section_fv {
      padding: 0 0; } }
  .section_fv .fv_img {
    padding: 0 1rem;
    max-width: 1140px;
    min-height: 380px;
    background-size: cover;
    background-image: url("../images/top_main.jpg");
    position: relative;
    background-position: center; }
    @media screen and (max-width: 1199px) {
      .section_fv .fv_img {
        max-width: 960px; } }
    @media screen and (max-width: 991px) {
      .section_fv .fv_img {
        background-position: 80% 80%; } }
  .section_fv .fv_text {
    font-family: "Corporate";
    font-weight: 700;
    line-height: 1;
    padding: 3.5rem 3.5rem 0.5rem; }
    @media screen and (max-width: 767px) {
      .section_fv .fv_text {
        padding: 1.5rem 1.5rem 0.5rem;
        margin: 0 auto; } }
    @media screen and (max-width: 575px) {
      .section_fv .fv_text {
        padding: 1.5rem 1.5rem 0.5rem;
        margin: 0 auto; } }
    @media screen and (max-width: 380px) {
      .section_fv .fv_text {
        padding: 1rem 1rem 0.5rem;
        margin: 0 auto; } }
    .section_fv .fv_text_01 {
      font-size: 18px;
      color: #000;
      font-family: Hiragino Kaku Gothic Pro; }
      @media screen and (max-width: 1199px) {
        .section_fv .fv_text_01 {
          font-size: 32px; } }
      @media screen and (max-width: 991px) {
        .section_fv .fv_text_01 {
          font-size: 24px; } }
    .section_fv .fv_text_02 {
      font-size: 56px;
      color: #000; }
      @media screen and (max-width: 1199px) {
        .section_fv .fv_text_02 {
          font-size: 50px; } }
      @media screen and (max-width: 991px) {
        .section_fv .fv_text_02 {
          font-size: 40px; } }
      @media screen and (max-width: 767px) {
        .section_fv .fv_text_02 {
          font-size: 30px; } }
    .section_fv .fv_text_03 {
      font-size: 16px;
      font-family: Hiragino Kaku Gothic Pro;
      display: inline-block;
      color: #000000;
      letter-spacing: 2px;
      text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff; }

.product-grid img {
  width: 100%; }
.product-grid .service-title {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  font-size: 26px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .product-grid .service-title {
      padding: 0 2rem; } }
  @media screen and (max-width: 575px) {
    .product-grid .service-title {
      font-size: 14px; } }
.product-grid .product-name {
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 0 1rem;
  margin: 0; }
  @media screen and (max-width: 575px) {
    .product-grid .product-name {
      font-size: 8px; } }

.outline {
  display: inline-block;
  color: #000000;
  letter-spacing: 2px;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff; }

.post-block {
  border: 1px solid #777777;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 2px 2px 4px gray; }
  .post-block .title {
    font-size: 16px;
    color: #3F4682; }
  .post-block .content {
    font-size: 12px;
    margin-bottom: 0; }
  .post-block .avatar-round {
    height: 50px;
    width: 50px; }
  .post-block .avatar-block {
    min-height: 50px; }
  .post-block .img-wrapper {
    flex-direction: row;
    width: 100%; }
    .post-block .img-wrapper img {
      width: 200px;
      height: 200px;
      object-fit: cover;
      flex: 1;
      margin-right: 1rem;
      overflow: hidden;
      background-color: #F4F4F4EE; }

.post-article {
  border-bottom: 1px solid #777777;
  margin-bottom: 2rem; }
  .post-article .title {
    font-size: 22px;
    color: #3F4682; }
  .post-article .img-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%; }
    .post-article .img-wrapper img {
      width: 100%;
      max-height: 600px;
      object-fit: cover; }

.category_tag {
  border-radius: 5px;
  border: 1px solid #777777;
  padding: 0.2rem 1rem;
  color: #777777;
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 0.5rem; }

.read-more-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem; }
  @media screen and (max-width: 575px) {
    .read-more-link {
      justify-content: center; } }
  .read-more-link a {
    color: #3F4682; }

.owl-carousel .owl-prev::before {
  content: none; }

.owl-carousel .owl-next::before {
  content: none; }

.review-table tr,
.review-table td {
  padding: 0.5rem; }
@media screen and (max-width: 575px) {
  .review-table td:first-child {
    width: 60%; } }

.review-block {
  border-bottom: 1px solid #dddddd; }
  .review-block .avatar-wrapper {
    padding-top: 0.2rem; }
  .review-block .avatar-block {
    padding-left: 60px; }
  .review-block .avatar-round {
    text-align: center;
    width: 40px;
    height: 40px; }
  .review-block .description .name {
    padding-bottom: 0.5rem; }
  .review-block .description .gender {
    color: #777777;
    padding-bottom: 0.5rem; }
  .review-block .description .star {
    padding-bottom: 0.5rem; }
  .review-block .description .service-detail {
    color: #777777; }
  .review-block .reviewer-area {
    padding-right: 0.2rem;
    padding-bottom: 1rem; }
  .review-block .stylist-area {
    padding-right: 0.2rem;
    background: #fafafa;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%; }
  .review-block .review-date {
    color: #777777; }

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; }

.star5_rating:before, .star5_rating:after {
  content: '★★★★★'; }

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; }

.star5_rating[data-rate="5"]:after {
  width: 100%; }

/* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%; }

/* 星4.5 */
.star5_rating[data-rate="4"]:after {
  width: 80%; }

/* 星4 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%; }

/* 星3.5 */
.star5_rating[data-rate="3"]:after {
  width: 60%; }

/* 星3 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%; }

/* 星2.5 */
.star5_rating[data-rate="2"]:after {
  width: 40%; }

/* 星2 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%; }

/* 星1.5 */
.star5_rating[data-rate="1"]:after {
  width: 20%; }

/* 星1 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%; }

/* 星0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%; }

/* 星0 */
.tabs {
  margin-top: 1.5rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .tabs .tab_item {
    width: calc(100% / 6);
    border-bottom: 3px solid #5ab4bd;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-bottom: 0.5rem; }
    @media screen and (max-width: 767px) {
      .tabs .tab_item {
        width: calc(100% / 3); } }
    @media screen and (max-width: 575px) {
      .tabs .tab_item {
        width: calc(100% / 3);
        font-size: 12px;
        border-bottom: 2px solid #5ab4bd;
        margin-bottom: 0; } }
    .tabs .tab_item:hover {
      color: #5ab4bd; }
  .tabs .active {
    background-color: #5ab4bd;
    color: #fff; }
    .tabs .active:hover {
      opacity: 0.75;
      color: #000; }

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(100, 100, 100, 0.5);
  z-index: 2147483647; }
  .overlay .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
  .overlay .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  .overlay .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
.hair-catalog-modal {
  height: auto;
  overflow: unset;
  top: 50px; }

.scrolltop {
  background-color: #44AB96; }

.blog-slider .title {
  height: 40px; }

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