@charset "utf-8";
/* CSS Document */
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
/*==PC用レイアウト==*/
* {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-padding-top: 100px;
}
/*スマホ用ヘッダー*/
.hb_sp_header {
  display: none;
}
/*PC用ヘッダー*/
.hb_pc_header {
  height: 100px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: #DDD 1px solid;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.hb_pc_header_logo {
  max-height: 60px;
  width: auto;
  position: absolute;
  left: 0;
  margin: 0 0 0 1rem;
}
.hb_pc_header_logo img {
  height: 60px;
  width: auto;
}
.hb_pc_header_menu {
  height: 60px;
  width: auto;
  position: absolute;
  right: 0;
  margin-right: 1rem;
}
.hb_pc_header_menu ul {
  list-style: none;
}
.hb_pc_header_menu ul li {
  display: inline-block;
}
.hb_pc_header_menu ul li a {
  color: #666;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.5rem 2rem;
  margin-left: 1rem;
  border-radius: 1rem;
}
.hb_pc_header_menu ul li a:hover {
  background: #999;
  color: #FFF;
  transition: 0.5s;
}
/*PC用フッター*/
.hb_pc_footer {
  padding: 4rem 0;
  background: #504946;
}
p.hb_pc_footer_p01 {
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  margin-bottom: 2rem !important;
}
p.hb_pc_footer_p02 {
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0px;
  background: #000;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#page_top a::before {
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/**ページ内部**/
#top {
  margin-top: 100px;
}
/*スライドショー*/
.slide {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 100px);
  position: relative;
}
ul.slider {
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 100px);
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
ul.slider li {
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 100px);
  width: 100%;
}
ul.slider li img {
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 100px);
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.slide_filter {
  background-color: rgba(120, 120, 120, 0.6);
  width: 100%;
  height: calc(100vh - 100px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
h1.hb_slide_h1 {
  width: 100%;
  color: #FFF;
  font-size: 4vw;
  text-align: center;
}
p.slide_click {
  width: 100%;
  color: #FFF;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
p.slide_click a {
  color: #FFF;
  font-size: 1.5rem;
}
/*お任せください*/
#hb_om {
  padding: 0rem 0;
}
.hb_om_left {
  padding: 4rem 0;
  background-image: linear-gradient(to right, #EEE 70%, transparent 70%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hb_om_left_inner {
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}
.hb_om_left_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hb_om_right {
  height: 100%;
  padding: 2rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hb_om_right_inner_pc {
  writing-mode: vertical-rl;
  font-size: 3rem;
  margin-left: 20%;
}
.hb_om_right_inner_sp {
  display: none;
}
/*説明*/
#hb_set {
  padding: 0rem 0;
}
.hb_set_left {
  padding: 6rem 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hb_set_left_inner {
  width: 70%;
  margin: 0 auto;
}
.hb_set_left_inner p {
  font-size: 2rem;
}
.hb_set_right {
  padding: 4rem 0;
  background-image: linear-gradient(to right, transparent 30%, #EEE 30%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hb_set_right_inner {
  width: 80%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  background: #AAA;
}
.hb_set_right_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/*会員一覧*/
#hb_kai {
  margin-top: 6rem;
  padding: 0rem 0;
}
.hb_kai_a {
  margin-bottom: 4rem;
}
.hb_kai_right {
  height: 100%;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hb_kai_right_inner_pc {
  writing-mode: vertical-rl;
  font-size: 3rem;
}
.hb_kai_right_inner_sp {
  display: none;
}
.hb_kai_left {
  padding: 0;
  height: 100%;
}
.hb_kai_left_inner {
  height: 100%;
  background: url("images/top_back03.jpg");
  background-position: center center;
  background-size: cover;
}
.hb_kai_b {
  height: 100%;
  background: url("images/maruwa_1.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 0rem 0;
}
.hb_kai_b_inner {
  width: 40%;
  padding: 6rem 0;
  text-align: center;
  font-size: 3rem;
  background: rgba(255, 255, 255, 0.9);
  ;
  margin: 0 auto 0rem;
}
.hb_kai_b_gray {
  background: #EEE;
  width: 80%;
  padding: 2rem 0;
  margin: 0 0 4rem;
}
.hb_kai_c {
  margin-bottom: 4rem;
}
.hb_kai_c_bun {
  padding: 2rem 0;
  text-align: center;
  font-size: 2rem;
}
.hb_kai_d {
  padding: 1rem;
  margin-bottom: 2rem;
}
.hb_kai_d a {
  display: block;
  border: #EEE 1px dotted;
  padding: 1rem;
}
.hb_kai_d a:hover {
  border: #666 1px solid;
  transition: 0.5s;
}
.hb_kai_e {}
.hb_kai_e img {
  aspect-ratio: 3 / 2;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 1rem;
}
.hb_kai_f {
  padding: 0.5rem 0;
  text-align: center;
}
.hb_kai_f img {
  max-height: 60px;
  width: auto;
}
/*協会について*/
#hb_abo {
  margin-top: 6rem;
  padding: 0rem 0;
}
.hb_abo_title_back {
  padding: 8rem 0;
  background: url("images/abo_title_back.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.hb_abo_title {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(141, 100, 73, 0.8);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
h2.hb_abo_title_h2 {
  color: #FFF;
  font-size: 4rem;
  margin: 0;
  padding: 0;
}
.hb_abo_a {
  padding: 4rem 0;
}
.hb_abo_b, .hb_abo_e, .hb_abo_g {
  padding: 2rem 0;
}
.hb_abo_c, .hb_abo_d, .hb_abo_f, .hb_abo_h {
  padding: 1rem;
}
.hb_abo_c_inner {
  width: 90%;
  margin: 0 auto;
  background: #9a493f;
  padding: 2rem 0;
  border: 3px #666 solid;
  border-radius: 2rem;
  text-align: center;
  color: #FFF;
  font-size: 3rem;
}
.hb_abo_d_inner {
  width: 90%;
  margin: 0 auto;
  background: #2f5d50;
  padding: 2rem 0;
  border: 3px #666 solid;
  border-radius: 2rem;
  text-align: center;
  color: #FFF;
  font-size: 3rem;
}
.hb_abo_f_inner {
  width: 90%;
  margin: 0 auto;
  background: #006888;
  padding: 2rem 0;
  border: 3px #666 solid;
  border-radius: 2rem;
  text-align: center;
  color: #FFF;
  font-size: 3rem;
}
.hb_abo_h_inner {
  width: 90%;
  margin: 0 auto;
  background: #FFF;
  padding: 2rem 0;
  border: 3px #37a34a solid;
  border-radius: 2rem;
  text-align: center;
  color: #37a34a;
  font-size: 3rem;
}
.hb_abo_h_inner img {
  width: 40%;
  height: auto;
  margin: 2rem auto;
}
.hb_abo_i {
  padding: 4rem 0;
}
.hb_abo_i_inner {
  margin-bottom: 3rem;
}
p.hb_abo_i_p01 {
  color: #898880;
  font-size: 2.5rem;
  border-bottom: 1px solid #898880;
  padding-left: 1rem;
}
p.hb_abo_i_p02 {
  font-size: 1.5rem;
  padding: 1rem 2rem;
  line-height: 3rem;
}
/*お問い合わせ*/
#hb_toi {
  margin-top: 6rem;
  padding: 0rem 0;
  border-bottom: 1px solid #DDD;
}
.hb_toi_title_back {
  background: url("images/kouei_6.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.hb_toi_title {
  background-color: rgba(80, 73, 70, 0.8);
  top: 0;
}
.hb_toi_title_inner {
  padding: 4rem 0;
}
h2.hb_toi_title_h2 {
  color: #FFF;
  font-size: 4rem;
  margin: 0 0 2rem;
  padding: 0;
  text-align: center;
}
p.hb_toi_title_p01 {
  display: block;
  color: #FFF;
  font-size: 2rem;
  text-align: center;
}
.hb_toi_ban {
  padding: 3rem 0;
}
.hb_toi_ban_inner {
  width: 60%;
  margin: 2rem auto;
}
.hb_toi_ban_inner a {
  display: block;
  background: #FFF;
  padding: 1rem 0;
  text-align: center;
  border: #504946 3px solid;
  border-radius: 2rem;
  color: #504946;
  font-size: 3rem;
}
.hb_toi_ban_inner a span {
  font-size: 2rem;
  display: block;
}
.hb_toi_ban_inner a:hover {
  background: #504946;
  color: #FFF;
  transition: 0.5s;
  border: #FFF 3px solid;
}
/*=固定ページ=*/
.hb_page_mid {
  margin-bottom: 3rem;
}
.hb_page_mid_back {
  background: url("images/page_title_back.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.hb_toi_mid_back {
  background: url("images/toi_title_back.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.hb_mid_title {
  background-color: rgba(80, 73, 70, 0.8);
  top: 0;
}
.hb_mid_title_inner {
  padding: 4rem 0;
}
h2.hb_mid_title_h2 {
  color: #FFF;
  font-size: 3rem;
  margin: 0 0 2rem;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #FFF;
}
.hb_page_a {
  padding: 2rem;
}
dl.hb_page_b {
  border-bottom: 1px solid #DDD;
  margin-bottom: 2rem;
}
dl.hb_page_b dt {
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
dl.hb_page_b dt img {
  max-height: 60px;
}
dl.hb_page_b dd {
  font-size: 1.5rem;
  padding: 1rem;
  margin: 0;
}
p.hb_page_p01 {
  color: #504946;
  font-size: 2rem;
  border-bottom: #504946 1px dotted;
  margin-bottom: 2rem !important;
  padding-left: 1rem;
}
p.hb_page_p02 {
  color: #504946;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem !important;
}
p.hb_page_p03 {
  font-size: 1.2rem;
}
/*=問い合わせページ=*/
.hb_toi_a {
  margin: 4rem 0 8rem;
  padding: 0 2rem;
}
p.hb_toi_a_p01 {
  color: #504946;
  font-size: 2rem;
  border-bottom: #504946 1px dotted;
  margin-bottom: 2rem !important;
  padding-left: 1rem;
}
p.hb_toi_a_p02 {
  font-size: 1.2rem;
  line-height: 3rem;
  padding: 1rem;
}
span.red {
  color: #F00 !important;
}
.hb_toi_b {
  padding: 2rem;
}
.hb_toi_b label {
  font-size: 1.5rem;
}
.hb_toi_b .form-text {
  font-size: 1rem;
}
.hb_toi_c {
  padding: 1rem;
  margin-bottom: 2rem;
  border-bottom: #ddd 1px dotted;
}
/*===スマホ用CSS===*/
@media screen and (max-width: 1004px) {
  html {
    scroll-padding-top: 80px;
  }
  /*スマホ用ヘッダー*/
  .hb_sp_header {
    display: inherit !important;
    z-index: 10000;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
  }
  .navbar-brand img {
    max-width: 250px;
    width: auto;
  }
  .navbar-nav {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    z-index: 10000;
    background: #FFF;
  }
  .navbar-nav a {
    display: block;
    border-bottom: 1px solid #DDD;
    background: #EEE;
    padding: 0.5rem;
  }
  .navbar {
    padding: 0rem;
    height: 80px;
    z-index: 10000;
    background: #FFF;
  }
  /*PC用ヘッダー*/
  .hb_pc_header {
    display: none !important;
  }
  /*PC用フッター*/
  .hb_pc_footer {
    padding: 2rem 0;
    background: #504946;
  }
  p.hb_pc_footer_p01 {
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
    margin-bottom: 1rem !important;
  }
  p.hb_pc_footer_p02 {
    text-align: center;
    color: #FFF;
    font-size: 0.8rem;
  }
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0px;
    background: #000;
    opacity: 0.6;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  #page_top a::before {
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /**ページ内部**/
  #top {
    margin-top: 0px;
  }
  /*スライドショー*/
  .slide {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: calc(100vh - 100px);
    position: relative;
  }
  ul.slider {
    aspect-ratio: 16 / 9;
    max-height: calc(100vh - 100px);
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  ul.slider li {
    aspect-ratio: 16 / 9;
    max-height: calc(100vh - 100px);
    width: 100%;
  }
  ul.slider li img {
    aspect-ratio: 16 / 9;
    max-height: calc(100vh - 100px);
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .slide_filter {
    background-color: rgba(120, 120, 120, 0.6);
    width: 100%;
    height: calc(100vh - 100px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  h1.hb_slide_h1 {
    width: 100%;
    color: #FFF;
    font-size: 4.5vw;
    text-align: center;
  }
  p.slide_click {
    width: 100%;
    color: #FFF;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  p.slide_click a {
    color: #FFF;
    font-size: 1rem;
  }
  /*お任せください*/
  #hb_om {
    padding: 0rem 0;
  }
  .hb_om_left {
    padding: 1rem 0;
    background-image: linear-gradient(to left, #EEE 70%, transparent 70%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hb_om_left_inner {
    width: 80%;
    height: 100%;
    margin-right: auto;
    margin-left: 1rem;
  }
  .hb_om_left_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .hb_om_right {
    height: 100%;
    padding: 2rem 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
  }
  .hb_om_right_inner_pc {
    display: none;
  }
  .hb_om_right_inner_sp {
    display: inherit;
    padding: 1rem;
    font-size: 1.5rem;
  }
  /*説明*/
  #hb_set {
    padding: 0rem 0;
  }
  .hb_set_left {
    padding: 1rem 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hb_set_left_inner {
    width: auto;
    padding: 1rem;
    margin: 0 auto;
  }
  .hb_set_left_inner p {
    font-size: 1rem;
  }
  .hb_set_right {
    padding: 1rem 0;
    background-image: linear-gradient(to left, transparent 30%, #EEE 30%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hb_set_right_inner {
    width: 80%;
    height: 100%;
    margin-right: 0;
    margin-left: auto;
    background: #AAA;
  }
  .hb_set_right_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  /*会員一覧*/
  #hb_kai {
    margin-top: 6rem;
    padding: 0rem 0;
  }
  .hb_kai_a {
    display: none;
  }
  .hb_kai_right {
    height: 100%;
    padding: 3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hb_kai_right_inner_pc {
    writing-mode: vertical-rl;
    font-size: 3rem;
  }
  .hb_kai_right_inner_sp {
    display: none;
  }
  .hb_kai_left {
    padding: 0;
    height: 100%;
  }
  .hb_kai_left_inner {
    height: 100%;
    background-position: center center;
    background-size: cover;
  }
  .hb_kai_b {
    height: auto;
    background-position: center center;
    background-size: contain;
    background-attachment: fixed;
    padding: 1rem 0;
  }
  .hb_kai_b_inner {
    width: 80%;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    ;
    margin: 0 auto 0rem;
  }
  .hb_kai_b_gray {
    background: #EEE;
    width: 80%;
    padding: 0.5rem 0;
    margin: 0 0 1rem 20%;
  }
  .hb_kai_c {
    margin-bottom: 2rem;
  }
  .hb_kai_c_bun {
    padding: 1rem 0;
    text-align: center;
    font-size: 1rem;
  }
  .hb_kai_d {
    padding: 1rem;
    margin-bottom: 0.5rem;
    border-bottom: #CCC 1px dotted;
  }
  .hb_kai_d a {
    display: block;
    padding: 1rem;
    border: none;
  }
  .hb_kai_d a:hover {
    border: none;
    transition: 0.5s;
  }
  .hb_kai_e {}
  .hb_kai_e img {
    aspect-ratio: 3 / 2;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 0rem;
  }
  .hb_kai_f {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .hb_kai_f img {
    max-height: 60px;
    width: auto;
  }
  /*協会について*/
  #hb_abo {
    margin-top: 1rem;
    padding: 0rem 0;
  }
  .hb_abo_title_back {
    padding: 4rem 0;
    background: url("images/abo_title_back.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .hb_abo_title {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(141, 100, 73, 0.8);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h2.hb_abo_title_h2 {
    color: #FFF;
    font-size: 2rem;
    margin: 0;
    padding: 0;
  }
  .hb_abo_a {
    padding: 2rem 0 0;
  }
  .hb_abo_b, .hb_abo_e, .hb_abo_g {
    padding: 0.5rem 0;
  }
  .hb_abo_c, .hb_abo_d, .hb_abo_f, .hb_abo_h {
    padding: 0rem;
  }
  .hb_abo_c_inner {
    width: 90%;
    margin: 0 auto;
    background: #9a493f;
    padding: 1rem 0;
    border: 3px #666 solid;
    border-radius: 2rem;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
  }
  .hb_abo_d_inner {
    width: 90%;
    margin: 0 auto;
    background: #2f5d50;
    padding: 1rem 0;
    border: 3px #666 solid;
    border-radius: 2rem;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
  }
  .hb_abo_f_inner {
    width: 90%;
    margin: 0 auto;
    background: #006888;
    padding: 1rem 0;
    border: 3px #666 solid;
    border-radius: 2rem;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
  }
  .hb_abo_h_inner {
    width: 90%;
    margin: 0 auto;
    background: #FFF;
    padding: 1rem 0;
    border: 3px #37a34a solid;
    border-radius: 2rem;
    text-align: center;
    color: #37a34a;
    font-size: 1rem;
  }
  .hb_abo_h_inner img {
    width: 40%;
    height: auto;
    margin: 0.5rem auto;
  }
  .hb_abo_i {
    padding: 1rem 0 1rem;
  }
  .hb_abo_i_inner {
    margin-bottom: 0rem;
  }
  p.hb_abo_i_p01 {
    color: #898880;
    font-size: 1.2rem;
    border-bottom: 1px solid #898880;
    padding-left: 1rem;
  }
  p.hb_abo_i_p02 {
    font-size: 1rem;
    padding: 1rem 2rem;
    line-height: 2rem;
  }
  /*お問い合わせ*/
  #hb_toi {
    margin-top: 1rem;
    padding: 0rem 0;
    border-bottom: 1px solid #DDD;
  }
  .hb_toi_title_back {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
  }
  .hb_toi_title {
    background-color: rgba(80, 73, 70, 0.8);
    top: 0;
  }
  .hb_toi_title_inner {
    padding: 2rem 0;
  }
  h2.hb_toi_title_h2 {
    color: #FFF;
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 0;
    text-align: center;
  }
  p.hb_toi_title_p01 {
    display: block;
    color: #FFF;
    font-size: 1rem;
    text-align: center;
    padding: 0 1rem;
  }
  .hb_toi_ban {
    padding: 1rem 0 1rem;
  }
  .hb_toi_ban_inner {
    width: 90%;
    margin: 0rem auto;
  }
  .hb_toi_ban_inner a {
    display: block;
    background: #FFF;
    padding: 1rem 0;
    text-align: center;
    border: #504946 3px solid;
    border-radius: 1rem;
    color: #504946;
    font-size: 1.5rem;
  }
  .hb_toi_ban_inner a span {
    font-size: 1rem;
    display: block;
  }
  .hb_toi_ban_inner a:hover {
    background: #504946;
    color: #FFF;
    transition: 0.5s;
    border: #FFF 3px solid;
  }
  /*=固定ページ=*/
  .hb_page_mid {
    margin-bottom: 1rem;
  }
  .hb_page_mid_back {
    background: url("images/page_title_back.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
  }
  .hb_toi_mid_back {
    background: url("images/toi_title_back.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
  }
  .hb_mid_title {
    background-color: rgba(80, 73, 70, 0.8);
    top: 0;
  }
  .hb_mid_title_inner {
    padding: 2rem 0;
  }
  h2.hb_mid_title_h2 {
    color: #FFF;
    font-size: 1.8rem;
    margin: 0 0rem;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #FFF;
  }
  .hb_page_a {
    padding: 1rem;
    margin-bottom: 3rem;
  }
  dl.hb_page_b {
    border-bottom: 1px solid #DDD;
    margin-bottom: 1rem;
  }
  dl.hb_page_b dt {
    font-size: 1rem;
    text-align: left;
    margin: 0;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  dl.hb_page_b dt img {
    max-height: 40px;
  }
  dl.hb_page_b dd {
    font-size: 1rem;
    padding: 0.5rem;
    margin: 0;
  }
  p.hb_page_p01 {
    color: #504946;
    font-size: 1.1rem;
    border-bottom: #504946 1px dotted;
    margin-bottom: 2rem !important;
    padding-left: 1rem;
  }
  p.hb_page_p02 {
    text-align: center;
    color: #504946;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem !important;
  }
  p.hb_page_p03 {
    font-size: 0.8rem;
  }
  /*=問い合わせページ=*/
  .hb_toi_a {
    margin: 1rem 0 1rem;
    padding: 1rem;
  }
  p.hb_toi_a_p01 {
    color: #504946;
    font-size: 1.5rem;
    border-bottom: #504946 1px dotted;
    margin-bottom: 0rem !important;
    padding-left: 1rem;
  }
  p.hb_toi_a_p02 {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0rem;
  }
  span.red {
    color: #F00 !important;
  }
  .hb_toi_b {
    padding: 0 1rem;
  }
  .hb_toi_b label {
    font-size: 1rem;
  }
  .hb_toi_b .form-text {
    font-size: 0.8rem;
  }
  .hb_toi_c {
    padding: 0rem;
    margin-bottom: 1rem;
    border-bottom: #ddd 1px dotted;
  }
}