@charset "UTF-8";
.mh_block_left {
  float: left;
  width: 620px;
  margin-bottom: 30px;
}

.mh_block_left ul {
  border-top: 1px dashed #999999;
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.mh_block_left li {
  border-bottom: 1px dashed #999999;
  list-style: none;
  padding: 10px 0px;
}

.mh_block_left .mapbox ul {
  border: none;
}

.mh_block_left .mapbox li {
  width: 50%;
  float: left;
  text-align: center;
  border: none;
}

.mh_block_right {
  float: right;
  width: 340px;
}

.mh_block_right img {
  margin-bottom: 20px;
}

.tenpo_block {
  float: left;
  width: 302px;
  margin-left: 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 9px;
}
.tenpo_block .soon {
  margin-top: 10px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #999999;
  border: 2px solid #999999;
  text-align: center;
  padding: 5px;
  font-weight: 700;
  font-size: 1.1em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.tenpo_block .btn {
  margin-top: 10px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #f00;
  border: 2px solid #f00;
  text-align: center;
  padding: 5px;
  letter-spacing: 0.25em;
  font-weight: 700;
  font-size: 1.1em;
  /**/
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /**/
  transition: 0.3s;
}
.tenpo_block .btn:before {
  content: "▼";
  position: absolute;
  top: 31%;
  left: 10px;
  font-size: 1em;
  line-height: 1;
  transform: rotate(-90deg);
}
.tenpo_block .btn:hover {
  color: #f00 !important;
  background-color: #fff !important;
}

.tenpo_block p {
  height: 110px;
  padding: 5px;
}

.tenpo_block_photo {
  width: 300px;
  padding-top: 10px;
  text-align: center;
}

.googleview {
  width: 1000px;
  padding: 0px 10px;
}

.googlemap_if {
  width: 480px;
  float: left;
}

.googlesv_if {
  width: 480px;
  float: right;
}

.googlemap_if iframe .googlesv_if iframe {
  width: 480px;
}

.staff_bnr {
  width: 153px;
  margin: 0 auto 30px;
  float: left;
}

.line_bnr {
  width: 457px;
  margin: 8px auto 30px;
  float: right;
}

.line_bnr .line01 {
  background-color: #5cb53c;
  color: #ffffff;
  padding: 4% 2% 0 2%;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
}

.line_bnr .line01 p {
  margin: 0;
  padding: 0;
  line-height: 140%;
  float: left;
}

.line_bnr .line01 img {
  width: 25%;
  margin: 0;
  padding: 0;
  float: right;
}

.line_bnr .line02 {
  background-color: #ffffff;
  border: solid 2px #5cb53c;
  padding: 2% 2% 0.5% 2%;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 2%;
}

.line_bnr .line02 p {
  margin: 0;
  padding: 0;
  line-height: 160%;
  font-size: 18px;
  float: left;
  margin-top: 2.5%;
}

a.line_btn {
  display: block;
  padding: 1em;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: #5cb53c;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  width: 30%;
  float: right;
}

@media screen and (max-width: 959px) {
  .mh_block_left {
    float: left;
    width: 60%;
    margin-bottom: 30px;
  }
  .mh_block_right {
    float: right;
    width: 34%;
  }
  .tenpo_block {
    float: left;
    width: 29%;
    margin-left: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 9px;
  }
  .tenpo_block p {
    height: 130px;
    padding: 5px;
  }
  .tenpo_block_photo {
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }
  .googleview {
    width: 100%;
    padding: 0px 1%;
  }
  .googlemap_if {
    width: 48%;
    float: left;
  }
  .googlesv_if {
    width: 48%;
    float: right;
  }
  .googlemap_if iframe .googlesv_if iframe {
    width: 100%;
  }
  .staff_bnr {
    width: 100%;
    margin: 0 auto 1em;
    float: none;
  }
  .staff_bnr img {
    width: 100%;
    height: auto;
  }
  .line_bnr {
    width: 100%;
    margin: 8px auto 30px;
    float: none;
  }
  .line_bnr .line01 {
    background-color: #5cb53c;
    color: #ffffff;
    padding: 4% 2% 0 2%;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
  }
  .line_bnr .line01 p {
    margin: 0;
    padding: 0;
    line-height: 140%;
    float: left;
  }
  .line_bnr .line01 img {
    width: 25%;
    margin: 0;
    padding: 0;
    float: right;
  }
  .line_bnr .line02 {
    background-color: #ffffff;
    border: solid 2px #5cb53c;
    padding: 2% 2% 0.5% 2%;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 2%;
  }
  .line_bnr .line02 p {
    margin: 0;
    padding: 0;
    line-height: 160%;
    font-size: 18px;
    float: left;
    margin-top: 2.5%;
  }
  a.line_btn {
    display: block;
    padding: 1em;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #5cb53c;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    text-align: center;
    width: 30%;
    float: right;
  }
}
/* スマホ設定  768 以下*/
@media screen and (max-width: 768px) {
  .mh_block_left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .mh_block_left img {
    width: 100%;
  }
  .mh_block_left .mapbox ul {
    border: none;
  }
  .mh_block_left .mapbox li {
    width: 100%;
    float: none;
    text-align: center;
    border: none;
  }
  .mh_block_right {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .mh_block_right img {
    width: 100%;
  }
  .tenpo_block {
    float: none;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 9px;
  }
  .tenpo_block p {
    height: auto;
    padding: 5px;
  }
  .tenpo_block_photo {
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }
  .googleview {
    width: 100%;
    padding: 0px 1%;
  }
  .googlemap_if {
    width: 100%;
    float: none;
  }
  .googlesv_if {
    width: 100%;
    float: none;
  }
  .googlemap_if iframe .googlesv_if iframe {
    width: 100%;
  }
  .staff_bnr {
    width: 100%;
    margin: 0 auto 1em;
    float: none;
  }
  .staff_bnr img {
    width: 100%;
    height: auto;
  }
  .line_bnr {
    width: 100%;
    margin: 8px auto 30px;
    float: none;
  }
  .line_bnr .line01 {
    background-color: #5cb53c;
    color: #ffffff;
    padding: 4% 2% 0 2%;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
  }
  .line_bnr .line01 p {
    margin: 0;
    padding: 0;
    line-height: 140%;
    float: none;
    text-align: center;
  }
  .line_bnr .line01 img {
    width: 35%;
    margin: 0;
    padding: 0;
    float: none;
  }
  .line_bnr .line02 {
    background-color: #ffffff;
    border: solid 2px #5cb53c;
    padding: 2% 2% 2% 2%;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 2%;
  }
  .line_bnr .line02 p {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 16px;
    float: none;
    margin-top: 2.5%;
  }
  a.line_btn {
    display: block;
    padding: 1em;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #5cb53c;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    text-align: center;
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
}
#photo_box .photo_box_t {
  margin-bottom: 1em;
}

#photo_box .photo_box_t img {
  width: auto;
  height: auto;
}

#photo_box ul {
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
  list-style: none;
}

#photo_box li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}

#photo_box li img {
  width: 100%;
  height: auto;
}

#photo_box li:nth-child(3n) {
  margin-right: 0;
}

/* タブレットレイアウト : 768 px ～ 959 px*/
/* スマホ設定  768 以下*/
@media screen and (max-width: 768px) {
  #photo_box .photo_box_t {
    margin-bottom: 1em;
  }
  #photo_box .photo_box_t img {
    width: auto;
    height: auto;
  }
  #photo_box ul {
    margin: 0;
    padding: 0;
    margin-bottom: 2em;
    list-style: none;
  }
  #photo_box li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
  }
  #photo_box li img {
    width: 100%;
    height: auto;
  }
  #photo_box li:nth-child(3n) {
    margin-right: 2%;
  }
  #photo_box li:nth-child(2n) {
    margin-right: 0;
  }
}
#mhDetail * {
  margin: 0;
  padding: 0;
}
#mhDetail .mv {
  margin-bottom: 85px;
  position: relative;
}
#mhDetail .mv_title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
#mhDetail .mv_title p {
  background: #ee0016;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  padding: 0 10px;
  white-space: nowrap;
  line-height: 1.75;
}
#mhDetail .mv_title p.label {
  font-size: 30px;
}
#mhDetail .mv_title p.name {
  font-size: 40px;
}
#mhDetail .mv_title p.address {
  font-size: 14px;
}
#mhDetail h3 {
  font-weight: bold;
  border-bottom: 3px solid #e90013;
  margin-bottom: 65px;
  font-size: 28px;
  padding: 10px 0;
}
#mhDetail .point-list {
  display: grid;
  gap: 30px;
  margin-bottom: 50px;
}
#mhDetail .point-item {
  display: flex;
  gap: 50px;
}
#mhDetail .point-item:nth-child(2n) {
  flex-direction: row-reverse;
}
#mhDetail .point-item:nth-child(2n) .body {
  padding-left: 70px;
}
#mhDetail .point-item .body {
  width: 50%;
}
#mhDetail .point-item .photo {
  width: 50%;
}
#mhDetail .point-item .label {
  display: flex;
  gap: 7px;
  align-items: baseline;
}
#mhDetail .point-item .label p {
  color: #ee0016;
  font-weight: 600;
  font-family: "Montserrat";
}
#mhDetail .point-item .label p:nth-child(1) {
  writing-mode: vertical-rl;
  line-height: 1;
  font-size: 18px;
  border-right: 2px solid #ee0016;
  padding-right: 7px;
}
#mhDetail .point-item .label p:nth-child(2) {
  font-size: 100px;
}
#mhDetail .point-item h4 {
  font-weight: 600;
  font-size: 38px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#mhDetail .point-item p {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
}
#mhDetail .staff {
  margin-bottom: 100px;
}
#mhDetail .staff .title_bg {
  background-image: url(../images/midashi_bg.gif);
  text-align: left;
  margin-bottom: 30px;
  padding: 4px;
  border-bottom: #000 solid 1px;
}
#mhDetail .staff .title_bg h3 {
  border: none;
  background: url(../images/midashi_bar.gif);
  background-repeat: repeat-y;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
  color: #000;
  margin: 0px;
  padding: 10px 15px 10px 24px;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
}
#mhDetail .staff-list .item {
  display: grid;
  grid-template-columns: 192px 1fr;
  gap: 48px;
  padding: 40px 0;
  border-bottom: solid 1px #d8d8d8;
}
#mhDetail .staff-list .body {
  display: grid;
  gap: 20px;
}
#mhDetail .staff-list .body .name {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
#mhDetail .staff-list .body .name span {
  font-size: 18px;
  font-weight: 600;
}
#mhDetail .staff-list .body .copy {
  font-size: 22px;
  font-weight: 600;
}
#mhDetail .staff-list .body .text {
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 959px) {
  #mhDetail .mv {
    margin-bottom: 30px;
    width: 102%;
    margin-left: -1%;
  }
  #mhDetail .mv_title {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    background: #ee0016;
    padding: 10px 0;
  }
  #mhDetail .mv_title p {
    padding: 0;
    line-height: 1.5;
  }
  #mhDetail .mv_title p:nth-child(1) {
    font-size: 18px;
    line-height: 1.25;
  }
  #mhDetail .mv_title p:nth-child(2) {
    font-size: 25px;
    line-height: 1.25;
  }
  #mhDetail .mv_title p:nth-child(3) {
    font-size: 10px;
  }
  #mhDetail h3 {
    font-size: 18px;
  }
  #mhDetail .point-list {
    display: grid;
    gap: 30px;
    margin-bottom: 30px;
  }
  #mhDetail .point-item {
    flex-direction: column;
    gap: 20px;
  }
  #mhDetail .point-item:nth-child(2n) {
    flex-direction: column;
  }
  #mhDetail .point-item:nth-child(2n) .body {
    padding-left: 0;
  }
  #mhDetail .point-item .body {
    width: 100%;
  }
  #mhDetail .point-item .photo {
    width: 100%;
    min-width: 100%;
  }
  #mhDetail .point-item .label p:nth-child(1) {
    font-size: 11px;
  }
  #mhDetail .point-item .label p:nth-child(2) {
    font-size: 60px;
  }
  #mhDetail .point-item h4 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  #mhDetail .point-item p {
    font-size: 13px;
  }
  #mhDetail .staff {
    margin-bottom: 50px;
  }
  #mhDetail .staff .title_bg {
    margin-bottom: 20px;
  }
  #mhDetail .staff-list .item {
    grid-template-columns: 100px 1fr;
    gap: 20px;
    padding: 20px 0;
  }
  #mhDetail .staff-list .body {
    gap: 10px;
  }
  #mhDetail .staff-list .body .name {
    font-size: 18px;
    gap: 0.25em;
    flex-wrap: wrap;
    line-height: 1.25;
  }
  #mhDetail .staff-list .body .name span {
    font-size: 12px;
  }
  #mhDetail .staff-list .body .copy {
    font-size: 16px;
  }
  #mhDetail .staff-list .body .text {
    font-size: 12px;
  }
}/*# sourceMappingURL=local.css.map */