@charset "UTF-8";
/* Scss Document */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 160%;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  outline: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.tooltip-inner {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fas, .fa {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  line-height: 1;
  background: #000000;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: text-top;
}
.fas.fa-angle-left, .fa.fa-angle-left {
  -webkit-mask: url("../icon/angle-left-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/angle-left-solid.svg") no-repeat 50% 50%;
}
.fas.fa-angle-right, .fa.fa-angle-right {
  -webkit-mask: url("../icon/angle-right-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/angle-right-solid.svg") no-repeat 50% 50%;
}
.fas.fa-sync-alt, .fa.fa-sync-alt {
  -webkit-mask: url("../icon/rotate-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/rotate-solid.svg") no-repeat 50% 50%;
}
.fas.fa-search, .fa.fa-search {
  -webkit-mask: url("../icon/magnifying-glass-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/magnifying-glass-solid.svg") no-repeat 50% 50%;
}
.fas.fa-caret-down, .fa.fa-caret-down {
  -webkit-mask: url("../icon/caret-down-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/caret-down-solid.svg") no-repeat 50% 50%;
}
.fas.fa-user, .fa.fa-user {
  -webkit-mask: url("../icon/user-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/user-solid.svg") no-repeat 50% 50%;
}
.fas.fa-chevron-right, .fa.fa-chevron-right {
  -webkit-mask: url("../icon/chevron-right-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/chevron-right-solid.svg") no-repeat 50% 50%;
}
.fas.fa-chevron-left, .fa.fa-chevron-left {
  -webkit-mask: url("../icon/chevron-left-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/chevron-left-solid.svg") no-repeat 50% 50%;
}
.fas.fa-edit, .fa.fa-edit {
  -webkit-mask: url("../icon/pen-to-square-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/pen-to-square-solid.svg") no-repeat 50% 50%;
}
.fas.fa-trash, .fa.fa-trash {
  -webkit-mask: url("../icon/trash-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/trash-solid.svg") no-repeat 50% 50%;
}
.fas.fa-times, .fa.fa-times {
  -webkit-mask: url("../icon/xmark-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/xmark-solid.svg") no-repeat 50% 50%;
}
.fas.fa-car, .fa.fa-car {
  -webkit-mask: url("../icon/car-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/car-solid.svg") no-repeat 50% 50%;
}
.fas.fa-plus, .fa.fa-plus {
  -webkit-mask: url("../icon/plus-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/plus-solid.svg") no-repeat 50% 50%;
}
.fas.fa-info-circle, .fa.fa-info-circle {
  -webkit-mask: url("../icon/circle-info-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/circle-info-solid.svg") no-repeat 50% 50%;
}
.fas.fa-2x, .fa.fa-2x {
  height: 1.5rem;
  width: 1.5rem;
}

/* -----------------------
汎用
----------------------- */
html, body {
  color: #444444;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

i {
  margin-right: 8px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}

.row-eq-height {
  display: flex;
  margin-bottom: 30px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inline {
  display: inline;
}

.display_table {
  display: table;
}

.display_table_full {
  display: table;
  width: 100%;
}

.display_table-cell {
  display: table-cell;
  vertical-align: middle;
}

*:focus {
  outline: none;
}

a:focus, a:hover {
  outline: none;
  transition-property: "opacity,color,background-color";
  -webkit-transition-property: "opacity,color,background-color";
  -moz-transition-property: "opacity,color,background-color";
  -o-transition-property: "opacity,color,background-color";
  -ms-transition-property: "opacity,color,background-color";
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
}
a:focus.img_thumb, a:hover.img_thumb {
  opacity: 0.8;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
}

.img_thumb,
.img_thumb_unfill {
  width: 100%;
  height: 100%;
  padding: 100% 0 0 0;
  display: none;
}

/* ラジオボタン*/
[type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type=radio]:checked + span, [type=radio]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 28px;
  color: #555555;
}
[type=radio]:checked + span:before, [type=radio]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 2px solid #b6b6b6;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
[type=radio]:checked + span:after, [type=radio]:not(:checked) + span:after {
  position: absolute;
  top: 8px;
  left: 6px;
  content: "";
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}
[type=radio]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
[type=radio]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
[type=radio]:disabled + span {
  opacity: 0.5;
  pointer-events: none;
}

/* チェックボックス*/
[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type=checkbox]:checked + span, [type=checkbox]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  color: #646464;
  line-height: 30px;
  cursor: pointer;
}
[type=checkbox]:checked + span:before, [type=checkbox]:not(:checked) + span:before {
  position: absolute;
  left: 2px;
  top: 6px;
  width: 18px;
  height: 18px;
  content: "";
  background: #ffffff;
  border: 2px solid #b6b6b6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
[type=checkbox]:checked + span:after, [type=checkbox]:not(:checked) + span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  height: 1rem;
  width: 1rem;
  line-height: 1rem;
  text-align: center;
  background: #ffffff;
  -webkit-mask: url("../icon/check-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/check-solid.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}
[type=checkbox]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
[type=checkbox]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
[type=checkbox]:disabled + span {
  opacity: 0.5;
  pointer-events: none;
}

/* ラジオボタン*/
[type=radio]:checked + span:before, [type=radio]:not(:checked) + span:before {
  border: 2px solid #b6b6b6;
}
[type=radio]:checked + span:after, [type=radio]:not(:checked) + span:after {
  background: #900B0B;
}

/* チェックボックス*/
[type=checkbox]:checked + span:before, [type=checkbox]:not(:checked) + span:before {
  border: 2px solid #b6b6b6;
}
[type=checkbox]:checked + span:after, [type=checkbox]:not(:checked) + span:after {
  background: #900B0B;
}

.button-label input[type=radio], .button-label input[type=checkbox] {
  display: none;
}
.button-label input[type=radio]:disabled + .radio, .button-label input[type=radio]:disabled + .checkbox, .button-label input[type=checkbox]:disabled + .radio, .button-label input[type=checkbox]:disabled + .checkbox {
  pointer-events: none;
}
.button-label .radio, .button-label .checkbox {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 8px;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  border: 2px solid #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.button-label .radio:hover, .button-label .checkbox:hover {
  background-color: #e2edd7;
}
.button-label .radio:hover:after, .button-label .checkbox:hover:after {
  border-color: #5CB85C;
}
.button-label .radio-warning:hover, .button-label .checkbox-warning:hover {
  background-color: #ededd8;
}
.button-label .radio-warning:hover:after, .button-label .checkbox-warning:hover:after {
  border-color: #F6BC10 !important;
}
.button-label .radio-danger:hover, .button-label .checkbox-danger:hover {
  background-color: #edd8d8;
}
.button-label .radio-danger:hover:after, .button-label .checkbox-danger:hover:after {
  border-color: #D9534F !important;
}
.button-label .radio:after, .button-label .checkbox:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 10px;
  content: "";
}
.button-label .radio:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5CB85C;
  content: "";
  opacity: 0;
}
.button-label .radio.radio-warning:before {
  background-color: #F6BC10 !important;
}
.button-label .radio.radio-danger:before {
  background-color: #D9534F !important;
}
.button-label input[type=radio]:checked + .radio {
  border: 2px solid #5CB85C;
}
.button-label input[type=radio]:checked + .radio.radio-warning {
  border-color: #F6BC10 !important;
}
.button-label input[type=radio]:checked + .radio.radio-danger {
  border-color: #D9534F !important;
}
.button-label input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.button-label .checkbox:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 7px;
  height: 11px;
  border-right: 3px solid #5CB85C;
  border-bottom: 3px solid #5CB85C;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}
.button-label .checkbox.checkbox-warning:before {
  border-color: #F6BC10 !important;
}
.button-label .checkbox.checkbox-danger:before {
  border-color: #D9534F !important;
}
.button-label .checkbox:after {
  border-radius: 4px;
}
.button-label input[type=checkbox]:checked + .checkbox {
  border: 2px solid #5CB85C;
}
.button-label input[type=checkbox]:checked + .checkbox.checkbox-warning {
  border-color: #F6BC10 !important;
}
.button-label input[type=checkbox]:checked + .checkbox.checkbox-danger {
  border-color: #D9534F !important;
}
.button-label input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/*テーブル*/
table tr td {
  vertical-align: middle !important;
}
table tr td label {
  margin-bottom: 0;
  font-weight: normal;
}

/*ぱんくず*/
.breadcrumb {
  padding: 15px 0 0 15px;
  font-size: 11px;
  background: #ffffff;
}

/*ページング*/
ul.paging {
  margin: 30px auto 0;
  text-align: center;
}
ul.paging li {
  float: left;
}
ul.paging li.disabled a {
  border: none;
  pointer-events: none;
}
ul.paging li a {
  display: block;
  width: 30px;
  margin: 5px;
  height: 30px;
  line-height: 30px;
}
ul.paging li a:hover {
  cursor: pointer;
  text-decoration: none;
}
ul.paging li a i {
  line-height: 28px;
  margin: 0;
}
ul.paging li.on a {
  color: #ffffff;
}

#loading {
  position: fixed;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  transform: translateY(-500px);
  border-radius: 50%;
  border: 4px solid #900B0B;
  border-right-color: transparent;
  animation: spin 1s linear infinite;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ラジオボタン*/
[type=radio]:checked + span:before, [type=radio]:not(:checked) + span:before {
  border: 2px solid #b6b6b6;
}
[type=radio]:checked + span:after, [type=radio]:not(:checked) + span:after {
  background: #0F40B9;
}

/* チェックボックス*/
[type=checkbox]:checked + span:before, [type=checkbox]:not(:checked) + span:before {
  border: 2px solid #b6b6b6;
}
[type=checkbox]:checked + span:after, [type=checkbox]:not(:checked) + span:after {
  background: #0F40B9;
}

.col-form-label {
  font-weight: bold;
}

#layer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 40;
}

.exception-error .close-img {
  width: 20%;
  height: 20%;
}

@media screen and (max-width: 767px) {
  .col-sm-2, .col-sm-10 {
    max-width: none;
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-10 {
    padding-top: 15px;
  }
}

.btn {
  min-height: 30px;
  font-weight: 500;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transition-property: "opacity,color,background-color";
  -webkit-transition-property: "opacity,color,background-color";
  -moz-transition-property: "opacity,color,background-color";
  -o-transition-property: "opacity,color,background-color";
  -ms-transition-property: "opacity,color,background-color";
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
}
.btn-area .btn {
  margin-right: 15px;
}
.btn-area .btn:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .btn-area .btn {
    width: 100%;
    margin: 0 0 15px;
  }
}
.btn.btn-orange {
  color: #ffffff;
  background: #fb8c00;
  border: #ef6c00 1px solid;
}
.btn.btn-orange:hover {
  background: #f57c00;
  border: #e65100 1px solid;
}
.btn.btn-orange:focus, .btn.btn-orange:active {
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(245, 124, 0, 0.5);
}
.btn.btn-orange i {
  background: #ffffff;
}
.btn.btn-outline-orange {
  color: #e65100;
  background: #ffffff;
  border: #ef6c00 2px solid;
}
.btn.btn-outline-orange:hover {
  border: #e65100 2px solid;
}
.btn.btn-outline-orange:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 124, 0, 0.5);
}
.btn.btn-outline-orange i {
  background: #e65100;
}
.btn.btn-outline-blue {
  color: #0070C0;
  background: #ffffff;
  border: #00528d 2px solid;
}
.btn.btn-outline-blue:hover {
  border: #00355a 2px solid;
}
.btn.btn-outline-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 53, 90, 0.5);
}
.btn.btn-outline-blue i {
  background: #0070C0;
}
.btn.btn-green {
  color: #ffffff;
  background: #8cc63e;
  border: #00B050 1px solid;
}
.btn.btn-green:hover {
  border: #00B050 1px solid;
}
.btn.btn-green:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 176, 80, 0.5);
}
.btn.btn-green i {
  background: #ffffff;
}
.btn.btn-outline-green {
  color: #00B050;
  background: #ffffff;
  border: #007d39 2px solid;
}
.btn.btn-outline-green:hover {
  border: #004a22 2px solid;
}
.btn.btn-outline-green:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 74, 34, 0.5);
}
.btn.btn-outline-green i {
  background: #00B050;
}
.btn.btn-secondary {
  background-color: #8B9196;
  border-color: #8B9196;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active {
  background-color: #71787d !important;
  border-color: #71787d !important;
}
.btn.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 145, 150, 0.5);
}
.btn.btn-secondary i {
  background: #ffffff;
}
.btn.btn-outline-secondary {
  color: #8B9196;
  border-color: #8B9196;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:focus:hover, .btn.btn-outline-secondary:focus:active {
  background-color: #71787d !important;
  border-color: #71787d !important;
  color: #ffffff;
}
.btn.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 145, 150, 0.5);
}
.btn.btn-outline-secondary i {
  background: #8B9196;
}
.btn.btn-large {
  min-height: 48px;
}
.btn.btn-reserve, .btn.btn-save {
  width: 100%;
  max-width: 553px;
  border-radius: 26px;
  margin: 0 auto;
  padding: 0;
  transition: 0.5s;
}
.btn.btn-reserve:hover, .btn.btn-save:hover {
  opacity: 0.5;
}
.btn.btn-reserve:disabled, .btn.btn-save:disabled {
  pointer-events: none;
  border: none;
}

.btn-area {
  text-align: center;
}
@keyframes clickEffect {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(100);
    -webkit-transform: scale(100);
    -moz-transform: scale(100);
    -o-transform: scale(100);
    opacity: 0;
  }
}
html, body {
  overflow-x: hidden;
  background: #FFFDFA;
  color: #211917;
}

body {
  min-height: 100vh;
  overflow: visible;
}

.container {
  max-width: 1140px !important;
}

.flex-shrink-0 > .container {
  padding: 120px 1rem;
}

a {
  color: #900B0B;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  color: #211917;
  text-decoration: none;
}

img {
  max-width: 100%;
}

iframe {
  width: 100%;
  border: none;
}

figure {
  margin: 0;
}

#content {
  padding-bottom: 154px;
}
@media screen and (max-width: 767px) {
  #content {
    padding-bottom: 64px;
  }
}

h1 {
  color: #a70b0c;
  font-size: 28px;
  font-weight: bold;
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

h2 {
  padding: 8px 0 8px 12px;
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: bold;
  background: #F4F1EC;
  border-left: #a70b0c 4px solid;
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 1rem;
  }
}

h3 {
  margin-bottom: 2rem;
  font-size: 28px;
  color: #0F40B9;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}

h4 {
  font-size: 20px;
  border-bottom: #a70b0c 1px solid;
  font-weight: 600;
  padding: 8px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}

h5:not(.modal-title):not(.card-title) {
  background: rgba(139, 145, 150, 0.25);
  position: relative;
  padding: 0.6rem;
  border-radius: 2px;
  margin-bottom: 0.5rem;
}
h5:not(.modal-title):not(.card-title):after {
  position: absolute;
  content: "";
  top: 100%;
  left: 20px;
  border: 10px solid transparent;
  border-top: 10px solid rgba(139, 145, 150, 0.25);
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  h5:not(.modal-title):not(.card-title) {
    background: #fb8c00;
    color: #ffffff;
  }
  h5:not(.modal-title):not(.card-title):after {
    border-top: 10px solid #fb8c00;
  }
}

.alert.alert-danger i {
  background: #f00;
}
.alert.alert-info i {
  background: #055160;
}

.step {
  display: none;
  padding: 0.17rem 0.32rem;
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  background: #a70b0c;
  color: #ffffff;
  font-weight: 600;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .step {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .sp-text-left {
    text-align: left !important;
  }
}

.simulation_area {
  font-size: 18px;
  color: #a70b0c;
  font-weight: bold;
}

*:focus {
  outline: none;
}

a {
  color: #1976d2;
  transition: 0.5s;
}
a:focus, a:hover {
  color: #1976d2;
  outline: none;
}
a:focus .img_thumb, a:hover .img_thumb {
  opacity: 0.8;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
}

.navbar {
  background: #a70b0c;
  padding-top: 5px;
}
.navbar .navbar-brand {
  display: block;
  width: 245px;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-brand {
    width: 180px;
    margin: 0 auto;
  }
  .navbar .header-btn-area {
    text-align: right;
    width: 100%;
  }
  .navbar .header-btn-area .btn {
    width: 100%;
  }
}

footer .foot_area {
  font-size: 14px;
  background: #2d2d2d;
  padding: 30px 0 31px;
}
footer .foot_area a {
  color: #ffffff;
}
footer .copy_area {
  background: #000000;
  font-size: 12px;
  color: #cccccc;
  padding: 30px 0;
}
footer .copy_area a {
  color: #cccccc;
}

.card.border-primary {
  border-color: #0F40B9 !important;
  border-width: 2px;
}
.card .card-header.bg-primary {
  background-color: #0F40B9 !important;
}
.card.border-danger {
  border-color: #a70b0c !important;
  border-width: 2px;
}
.card .card-header.bg-danger {
  background-color: #a70b0c !important;
}
#reserve_top .card .card-header {
  font-size: 18px;
  text-align: center;
}
#reserve_top .card .display_flex {
  align-items: center;
}
#reserve_top .card .icon {
  flex-basis: 120px;
}
#reserve_top .card .card-text {
  font-size: 16px;
  padding-left: 15px;
}

/* heading */
.headingLv03 {
  font-size: 20px;
  margin-bottom: 18px;
  text-align: left;
}
.headingLv03 span {
  position: relative;
  display: block;
  padding: 4px 0 2px 16px;
  font-weight: 700;
}
.headingLv03 span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  content: "";
  border-left: 4px solid #999999;
}
@media screen and (max-width: 767px) {
  .headingLv03 {
    font-size: 18px;
  }
}

.maker_list {
  display: flex;
  flex-wrap: wrap;
}
.maker_list li {
  flex-basis: 16.6%;
  padding: 8px;
  font-size: 11px;
  text-align: center;
  font-weight: normal;
}
.maker_list li label {
  display: block;
  border: rgba(33, 25, 23, 0.12) 1px solid;
  border-width: 2px;
  height: 100%;
  padding: 4px 0;
  font-weight: bold;
  transition: 0.5s;
}
.maker_list li label:hover {
  background: rgba(33, 25, 23, 0.05);
  cursor: pointer;
}
.maker_list li label.active {
  border: #0F40B9 2px solid;
}
@media screen and (max-width: 767px) {
  .maker_list li {
    flex-basis: 33.3%;
    padding: 4px;
  }
}

#car_size {
  font-size: 16px;
}
#car_size span {
  color: #a70b0c;
  font-weight: bold;
  font-size: 36px;
}

form.reserve .col-form-label {
  position: relative;
  border-bottom: #a70b0c 1px solid;
  margin: 0;
  padding-bottom: 15px;
}
form.reserve .col-form-label.required:after {
  content: "必須";
  position: absolute;
  right: 0;
  padding: 0 4px 1px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  background: #a70b0c;
  border-radius: 4px;
}
form.reserve .col-form-label + div {
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  form.reserve .col-form-label.required:after {
    right: 15px;
  }
}

@media screen and (min-width: 0px) and (max-width: 667px) {
  .banner .mbHide {
    display: none !important;
  }
}
@media screen and (min-width: 667px) and (max-width: 960px) {
  .banner .tbHide {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .banner .pcHide {
    display: none !important;
  }
}

#search_tab {
  border: none;
}
#search_tab .nav-item {
  margin: 0 8px;
}
#search_tab .nav-item.show .nav-link, #search_tab .nav-link.active {
  color: #ffffff;
  background: #a70b0c;
  border-color: #a70b0c;
  transition: 0.5s;
}
#search_tab .nav-item.show .nav-link:hover, #search_tab .nav-link.active:hover {
  background: #a70b0c;
}
#search_tab .nav-link {
  padding: 14px 15px 10px;
  color: #211917;
  background: rgba(33, 25, 23, 0.12);
  border-bottom: none;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: 0.5s;
}
#search_tab .nav-link:hover {
  background: rgba(33, 25, 23, 0.24);
}
@media screen and (max-width: 767px) {
  #search_tab > .nav-item {
    flex-basis: 100%;
    margin: 0 0 8px;
  }
  #search_tab > .nav-item a {
    border-radius: 8px;
  }
  #search_tab .nav-link {
    border-radius: 8px;
  }
}

.tab-content {
  border: #a70b0c 2px solid;
  border-radius: 8px;
}
.tab-content .tab-pane {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .tab-content .tab-pane {
    padding: 15px;
  }
}

.pref_list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.pref_list > div {
  flex-basis: 33.3%;
  margin-bottom: 20px;
  padding-right: 20px;
}
.pref_list > div ul li {
  margin-top: 5px;
}
.pref_list > div ul li a {
  position: relative;
  display: inline-block;
  background: #F4F1EC;
  color: #211917;
  width: 100%;
  padding: 6px 22px 2px 8px;
  transition: 0.5s;
}
.pref_list > div ul li a:hover {
  background: #E6E3DF;
}
.pref_list > div ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  height: 0px;
  margin: auto 0;
  position: absolute;
  border-top: 5px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #999999;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .pref_list {
    width: 100%;
    justify-content: space-between;
  }
  .pref_list > div {
    flex-basis: 48%;
    padding-right: 0px;
  }
}

.shop_list ul li {
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
}
.shop_list ul li:first-child {
  border-top: rgba(33, 25, 23, 0.12) 1px solid;
}
.shop_list ul li:nth-child(odd) {
  background: #F4F1EC;
}
.shop_list ul li > div {
  padding: 8px;
}
.shop_list ul li .shop_name {
  flex-basis: 160px;
}
.shop_list ul li .shop_name .btn, .shop_list ul li .shop_name a {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
}
.shop_list ul li .shop_address {
  flex: 1;
}
.shop_list ul li .shop_tel {
  flex-basis: 160px;
}
@media screen and (max-width: 767px) {
  .shop_list ul li {
    flex-wrap: wrap;
  }
  .shop_list ul li > div {
    flex-basis: 100% !important;
    padding: 0 8px 8px;
  }
  .shop_list ul li .shop_name .btn {
    width: 100%;
    text-align: left;
  }
}

table.reserve_confirm > tbody > tr > th {
  background: #8B9196;
  color: #ffffff;
  font-weight: normal;
  border: #646464 1px solid;
  border-bottom-color: #ffffff;
}
table.reserve_confirm > tbody > tr > td {
  background: #ffffff;
  border: #dee2e6 1px solid;
}
table.reserve_complete th {
  background: #0F40B9;
  color: #fbf500;
  font-size: 20px;
  border: #0F40B9 1px solid;
  border-bottom-color: #ffffff;
  vertical-align: middle;
}
table.reserve_complete td {
  color: #a70b0c;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #ffffff;
  border: #dee2e6 1px solid;
}

#gMapArea #gMap {
  height: 510px;
}
#gMapArea #gMap iframe {
  height: 100%;
}

.tooltip {
  display: none;
}
.tooltip .arrow {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.tooltip .arrow::before {
  border-top-color: #213675;
}
.tooltip .tooltip-inner {
  font-weight: bold;
  white-space: nowrap;
  background-color: #213675;
}

/*　index
----------------------------------------*/
#searchLocalArea {
  position: relative;
  min-height: 900px;
  padding-right: 181px;
}
#searchLocalArea #searchLocalMap {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #searchLocalArea {
    padding: 0;
  }
  #searchLocalArea #searchLocalMap {
    display: none;
  }
}

/*　calendar
----------------------------------------*/
.table.state-calendar th, .table.state-calendar td {
  border: none !important;
  text-align: center;
  vertical-align: top !important;
  padding: 0;
}
.table.state-calendar th .date, .table.state-calendar td .date {
  font-size: 14px;
}
.table.state-calendar th.week_6 button, .table.state-calendar td.week_6 button {
  background: #ecf7fe;
}
.table.state-calendar th.week_6 .date, .table.state-calendar td.week_6 .date {
  color: #0F40B9;
}
.table.state-calendar th.week_0 button, .table.state-calendar th.holiday button, .table.state-calendar td.week_0 button, .table.state-calendar td.holiday button {
  background: #fff5f6;
}
.table.state-calendar th.week_0 .date, .table.state-calendar th.holiday .date, .table.state-calendar td.week_0 .date, .table.state-calendar td.holiday .date {
  color: #a70b0c;
}
.table.state-calendar th button, .table.state-calendar td button {
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  transition: 0.5s;
}
.table.state-calendar th button:hover, .table.state-calendar td button:hover {
  background: rgba(0, 0, 0, 0.11);
}
.table.state-calendar th button:disabled, .table.state-calendar td button:disabled {
  pointer-events: none;
  opacity: 0.6;
}
.table.state-calendar th button.select, .table.state-calendar td button.select {
  background: #a70b0c !important;
  color: #ffffff !important;
}
.table.state-calendar th button.select span, .table.state-calendar th button.select .date, .table.state-calendar td button.select span, .table.state-calendar td button.select .date {
  color: #ffffff !important;
}
.table.state-calendar th button span, .table.state-calendar td button span {
  color: #a70b0c;
}
@media screen and (max-width: 767px) {
  .table.state-calendar th button, .table.state-calendar td button {
    padding: 0.5rem 0.5rem;
  }
  .table.state-calendar th .date, .table.state-calendar td .date {
    font-size: 12px;
  }
  .table.state-calendar th span, .table.state-calendar td span {
    font-size: 10px;
  }
}

#calendar {
  background: #ffffff;
  border: rgba(33, 25, 23, 0.12) 1px solid;
  padding: 1rem;
}
#calendar .calendar-title {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
  align-items: center;
}
#calendar .calendar-title .this_month {
  flex: 1;
  font-size: 18px;
  text-align: center;
  margin: 0;
}
#calendar .calendar-title .prev .btn, #calendar .calendar-title .next .btn {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#calendar .calendar-title .prev .btn i, #calendar .calendar-title .next .btn i {
  background: #a70b0c;
  width: 16px;
  height: 16px;
}
#calendar .calendar-title .next i {
  margin: 0 0 0 8px;
}
#calendar .btn:disabled {
  border: none;
}
#calendar .state {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
}
#calendar .state .btn {
  pointer-events: none;
}
#calendar .state .btn i {
  width: 14px;
  height: 14px;
  background-size: 14px;
}
#calendar .state dd {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  #calendar {
    padding: 12px;
  }
  #calendar .calendar-title {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
  }
  #calendar .calendar-title .this_month {
    font-size: 14px;
  }
  #calendar .calendar-title .prev .btn, #calendar .calendar-title .next .btn {
    font-size: 14px;
  }
  #calendar .state {
    flex-basis: 50%;
  }
  #calendar .state dd {
    margin-left: 0.25rem;
    padding-right: 0.25rem;
    line-height: 1.3;
  }
}

#calendar_title {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #calendar_title {
    font-size: 14px;
    justify-content: start;
  }
}

.btn .icon-state {
  margin: 0 auto;
  display: block;
  width: 20px;
  height: 20px;
}
.btn.btn-state-no_reserved {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-color: #dddddd;
  min-width: 30px;
  padding: 0.25rem;
}
.btn.btn-state-no_reserved {
  color: #FA8994;
}
.btn.btn-state-no_reserved:active {
  color: #FA8994;
}
.btn.btn-state-no_reserved:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 137, 148, 0.5);
}
.btn.btn-state-no_reserved .icon-state {
  background: url(../img/state_no_reserved.svg) no-repeat;
  background-size: 20px;
}
.btn.btn-state-circle {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-color: #dddddd;
  min-width: 30px;
  padding: 0.25rem;
}
.btn.btn-state-circle {
  color: #0097DB;
}
.btn.btn-state-circle:active {
  color: #0097DB;
}
.btn.btn-state-circle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 151, 219, 0.5);
}
.btn.btn-state-circle .icon-state {
  background: url(../img/state_circle.svg) no-repeat;
  background-size: 20px;
}
.btn.btn-state-close {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-color: #dddddd;
  min-width: 30px;
  padding: 0.25rem;
}
.btn.btn-state-close {
  color: #feab09;
}
.btn.btn-state-close:active {
  color: #feab09;
}
.btn.btn-state-close:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 171, 9, 0.5);
}
.btn.btn-state-close .icon-state {
  background: url(../img/state_tel.svg) no-repeat;
  background-size: 20px;
}
.btn.btn-state-triangle {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-color: #dddddd;
  min-width: 30px;
  padding: 0.25rem;
}
.btn.btn-state-triangle {
  color: #0097DB;
}
.btn.btn-state-triangle:active {
  color: #0097DB;
}
.btn.btn-state-triangle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 151, 219, 0.5);
}
.btn.btn-state-triangle .icon-state {
  background: url(../img/state_triangle.svg) no-repeat;
  background-size: 20px;
}
.btn.btn-state-should {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-color: #dddddd;
  min-width: 30px;
  padding: 0.25rem;
}
.btn.btn-state-should {
  color: #0097DB;
}
.btn.btn-state-should:active {
  color: #0097DB;
}
.btn.btn-state-should:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 151, 219, 0.5);
}
.btn.btn-state-should .icon-state {
  background: url(../img/state_triangle.svg) no-repeat;
  background-size: 20px;
}
@media screen and (max-width: 767px) {
  .btn .icon-state {
    width: 15px;
    height: 15px;
  }
  .btn.btn-state-no_reserved .icon-state {
    background-size: 15px;
  }
  .btn.btn-state-circle .icon-state {
    background-size: 15px;
  }
  .btn.btn-state-close .icon-state {
    background-size: 15px;
  }
  .btn.btn-state-triangle .icon-state {
    background-size: 15px;
  }
  .btn.btn-state-should .icon-state {
    background-size: 15px;
  }
}

.error_page {
  margin-top: 130px;
  align-items: center;
}
.error_page .error-image {
  flex-basis: 300px;
  padding-right: 60px;
}
.error_page .error-text {
  flex: 1;
}
.error_page .error-text h3 {
  text-align: left;
  margin-top: 0;
}

.shop_image {
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}
.shop_image .shop_name {
  position: absolute;
  top: 0;
  left: 5%;
  background: #ffffff;
  padding: 0.8rem 1.5rem;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .shop_image .shop_name {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  #kibou-shop-row .d-flex,
  #kibou-course-row .d-flex,
  #kibou-datetime-row .d-flex {
    flex-wrap: wrap;
  }
  #kibou-shop-row .d-flex > *,
  #kibou-course-row .d-flex > *,
  #kibou-datetime-row .d-flex > * {
    width: 100%;
  }
}

.course_select .btn {
  padding: 1rem;
  border-radius: 0;
  border: rgba(33, 25, 23, 0.12) 1px solid;
}
.course_select .btn.coating {
  text-align: right;
  background: url(../img/menu2.jpg) no-repeat left bottom;
  background-size: contain;
}
.course_select .btn.wash {
  text-align: left;
  background: url(../img/menu1.jpg) no-repeat right bottom;
  background-size: contain;
}
.course_select .btn-check:checked + .btn.coating, .course_select .btn.active.coating, .course_select .btn.show.coating, .course_select .btn:first-child:active.coating, .course_select :not(.btn-check) + .btn:active.coating {
  color: #0070C0;
  border: #0070C0 2px solid;
  font-weight: bold;
}
.course_select .btn-check:checked + .btn.wash, .course_select .btn.active.wash, .course_select .btn.show.wash, .course_select .btn:first-child:active.wash, .course_select :not(.btn-check) + .btn:active.wash {
  color: #00B050;
  border: #00B050 2px solid;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .course_select .btn {
    padding: 0.5rem;
    font-size: 12px;
  }
  .course_select .btn.coating, .course_select .btn.wash {
    background-size: 45px;
  }
}

.cancel_area {
  width: 100%;
}
.cancel_area .btn {
  background: #cff4fc;
  border: #9eeaf9 1px solid;
  color: #055160;
  transition: 0.5s;
}
.cancel_area .btn:hover {
  background: #9fe9f9;
  border: #6ee0f6 1px solid;
}
.cancel_area .btn span {
  font-size: 0.88rem;
}
@media screen and (max-width: 767px) {
  .cancel_area .col {
    flex: auto;
    margin-bottom: 0.5rem;
  }
}

#reserve_time .state-calendar {
  flex-wrap: wrap;
}
#reserve_time .state-calendar .time {
  flex-basis: 25%;
}
@media screen and (max-width: 767px) {
  #reserve_time .state-calendar .time {
    font-size: 10px;
  }
}
#reserve_time .time_row {
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
}
#reserve_time .time_row .time .btn {
  border: none;
  border-top: rgba(33, 25, 23, 0.12) 1px solid;
  border-left: rgba(33, 25, 23, 0.12) 1px solid;
  border-radius: 0 !important;
  line-height: 1;
  transition: 0.5s;
}
#reserve_time .time_row .time .btn:disabled {
  border-top: rgba(33, 25, 23, 0.12) 1px solid;
  border-left: rgba(33, 25, 23, 0.12) 1px solid;
}
#reserve_time .time_row .time .btn:hover {
  background: rgba(0, 0, 0, 0.11);
}
#reserve_time .time_row .time .btn .icon-state {
  margin: 0;
}
#reserve_time .time_row .time .btn .message_should {
  font-size: 10px;
  color: #D9534F;
}
#reserve_time .time_row .time:nth-child(4n) .btn {
  border-right: rgba(33, 25, 23, 0.12) 1px solid;
}
#reserve_time .modal-header {
  font-size: 20px;
}
#reserve_time .modal-header .shop_name {
  color: #a70b0c;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #reserve_time .time_row .time .btn {
    font-size: 14px;
  }
  #reserve_time .time_row .time .btn .message_should {
    font-size: 8px;
    color: #D9534F;
  }
}

.near_shop_list > li {
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
  padding: 1rem 0;
  cursor: pointer;
  transition: 0.5s;
}
.near_shop_list > li:hover {
  opacity: 0.8;
}
.near_shop_list .num {
  width: 30px;
  height: 30px;
  background: #a70b0c;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 3px;
  border-radius: 2px;
}
.near_shop_list .shop_data {
  flex: 1;
  padding-left: 10px;
}
.near_shop_list .shop_data .shop_name {
  color: #a70b0c;
  font-weight: bold;
  font-size: 18px;
}
.near_shop_list .btn.btn-state {
  pointer-events: none;
  padding: 0.5rem;
  font-size: 10px;
  min-width: 75px;
}
.near_shop_list #neighbor_shops_sp {
  width: calc(100% - 2rem);
  padding: 0;
}
.near_shop_list #neighbor_shops_sp li .dropdown-item {
  font-size: 12px;
  line-height: 1.3;
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
  padding: 0.5rem 1rem;
}
.near_shop_list #neighbor_shops_sp li .dropdown-item:active {
  color: #212529;
  background: #f8f9fa;
}
.near_shop_list #neighbor_shops_sp li .dropdown-item .num {
  width: 25px;
  height: 25px;
}
.near_shop_list #neighbor_shops_sp li .dropdown-item .shop_data .shop_name {
  font-size: 14px;
}
.near_shop_list #neighbor_shops_sp li:last-child .dropdown-item {
  border: none;
}
.near_shop_list a {
  color: #646464;
}
@media screen and (max-width: 767px) {
  .near_shop_list > li {
    padding: 0.5rem 0;
  }
  .near_shop_list .shop_data .shop_name {
    font-size: 16px;
  }
}

.bd-callout {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
  background: #ffffff;
}

.bd-callout-info {
  border-left-color: #5bc0de;
}

/* gMapArea
----------------------------------------*/
#gMapArea {
  /* マップを表示する div 要素の高さを必ず明示的に指定します。 */
}
#gMapArea #map {
  height: 510px;
  width: 100%;
}
#gMapArea #gMapScrollArea {
  height: 100%;
  box-sizing: border-box;
  margin: 16px 21px 0;
  padding: 3px 4px;
  background-color: #fff;
  height: 480px;
}
#gMapArea #gMapInfoArea {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 360px;
  margin: auto 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.1);
}
#gMapArea #gMapInfoArea {
  bottom: auto;
}
#gMapArea #gMapInfoArea #gMapScrollArea {
  margin: 16px 21px;
  height: 478px;
}
#gMapArea #gMapInfoArea #gMapScrollArea li a {
  color: #211917;
  display: flex;
  font-size: 12px;
  line-height: 1.3;
  align-items: center;
}
#gMapArea #gMapInfoArea #gMapScrollArea li a:hover {
  text-decoration: none;
}
#gMapArea #gMapInfoArea #gMapScrollArea li a .shop_name {
  color: #900B0B;
  font-weight: bold;
  font-size: 14px;
}
#gMapArea #gMapInfoArea #gMapScrollArea li a .num {
  flex-basis: 25px;
  height: 25px;
  background: #900B0B;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 3px;
}
#gMapArea #gMapInfoArea #gMapScrollArea li a .shop_data {
  flex: 1;
  padding-left: 10px;
}
#gMapArea #gMapInfoArea .gMapInfoList {
  margin-top: 15px;
}
#gMapArea #gMapInfoArea .gMapInfoList li {
  border-bottom: 1px solid #cccccc;
  padding: 5px 6px;
}
#gMapArea #gMapInfoArea .gMapInfoList li:hover {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  background-color: #e5edf6;
  cursor: pointer;
}
#gMapArea #gMapInfoArea .gMapInfoList li:before, #gMapArea #gMapInfoArea .gMapInfoList li:after {
  content: "";
  display: table;
}
#gMapArea #gMapInfoArea .gMapInfoList li:after {
  clear: both;
}
#gMapArea #gMapInfoArea .gMapInfoList li:first-child {
  border-top: 1px solid #cccccc;
}
#gMapArea #gMapInfoArea .gMapInfoList li .pan-to-marker {
  display: block;
}
#gMapArea #gMapInfoArea .gMapInfoList li dl {
  float: left;
  width: 150px;
  padding-left: 34px;
  background: url("../img/i_marker02.png") 0 0 no-repeat;
  text-decoration: none;
}
#gMapArea #gMapInfoArea .gMapInfoList li dl dt {
  font-weight: 700;
  color: #0b3290;
}
#gMapArea #gMapInfoArea .gMapInfoList li dl dd {
  font-size: 86%;
  color: #333;
}
#gMapArea #gMapInfoArea .gMapInfoList li figure {
  margin-left: 197px;
}
@media screen and (max-width: 667px) and (min-width: 0px) {
  #gMapArea #gMapInfoArea #gMapScrollArea {
    margin: 0;
    height: 280px;
  }
  #gMapArea #gMapInfoArea {
    position: static;
  }
  #gMapArea #map {
    height: 280px;
    width: auto;
  }
}

.gm-style-iw-ch {
  font-size: 16px;
  font-weight: bold;
}

/* custom scrollbar
---------------------------------------------*/
.mCustomScrollbar .mCustomScrollBox > .mCSB_scrollTools {
  width: 15px;
}
.mCustomScrollbar .mCustomScrollBox > .mCSB_scrollTools .mCSB_draggerContainer {
  background: #d2d2d2;
}
.mCustomScrollbar .mCustomScrollBox > .mCSB_scrollTools .mCSB_draggerRail {
  width: 15px;
  height: 100%;
  margin: 0 auto;
  background: none;
}
.mCustomScrollbar .mCustomScrollBox > .mCSB_scrollTools .mCSB_dragger_bar {
  width: 9px;
  height: 100%;
  margin: 3px auto 0;
  border-radius: 0;
  background-color: #a70b0c !important;
}/*# sourceMappingURL=style.css.map */