@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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -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;
}

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

i {
  margin-right: 8px;
}

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

.noto100 {
  font-weight: 100;
}

.noto200 {
  font-weight: 200;
}

.noto300 {
  font-weight: 300;
}

.noto400 {
  font-weight: 400;
}

.noto500 {
  font-weight: 500;
}

.noto600 {
  font-weight: 600;
}

.noto700 {
  font-weight: 700;
}

.noto800 {
  font-weight: 800;
}

.noto900 {
  font-weight: 900;
}

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

.clearfix {
  min-height: 1px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inline {
  display: inline;
}

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

.display_table-cell {
  display: table-cell;
}

*:focus {
  outline: none;
}

a {
  color: #1976d2;
}

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;
}

.red {
  color: #ce1125;
}

.form-group .red {
  font-size: 14px;
}

.blue {
  color: #1976d2;
}

.green {
  color: #7CB342;
}

.label.green {
  background: #7CB342;
}

.tel_confirm {
  color: #ce1125;
  font-size: 36px;
}

.hint {
  color: #666666;
  font-size: 14px;
}

.img_thumb {
  width: 100%;
  height: 100%;
  padding: 100% 0 0 0;
}

h2 {
  padding-bottom: 8px;
  color: #112631;
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: 300;
  border-bottom: #ee811a 2px solid;
}

h2 a {
  font-size: 14px;
  float: right;
}

h2.red {
  color: #ce1125;
  font-size: 30px;
  font-weight: 600;
}

h3 {
  color: #112631;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

h4 {
  color: #ce1125;
  font-size: 18px;
}

img.banner_image {
  width: 100%;
  max-width: 800px;
}

.mt5 {
  margin-top: 5px;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mr15 {
  margin-right: 15px;
}

.pt30 {
  padding-top: 30px;
}

/* ラジオボタン*/
[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: #fe566a;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
}

[type="radio"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

/* チェックボックス*/
[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: 37px;
  color: #646464;
  line-height: 30px;
  cursor: pointer;
}

[type="checkbox"]:checked + span:before, [type="checkbox"]:not(:checked) + span:before {
  position: absolute;
  left: 5px;
  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 {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 18px;
  color: #ffffff;
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 14px;
  text-align: center;
  background: #f06292;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
}

[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(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;
}

.above-Footer {
  min-height: calc(100vh - 190px);
  background-color: transparent;
}

.stickyFooter {
  position: relative;
  height: 190px;
}

.form-control.small {
  width: 100px;
}

.form-control.medium {
  width: 180px;
}

.form-control.large {
  width: 365px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #ffffff;
}

select {
  padding: 0 24px 0 6px !important;
  background: #ffffff url(../img/select.png) no-repeat;
  background-position: right 8px center;
  background-size: 7px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select:focus {
  color: #333333;
  background: #ffffff url(../img/select.png) no-repeat;
  background-position: right 8px center;
  background-size: 7px;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
}

.btn {
  min-height: 30px;
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
  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.btn-large {
  min-height: 48px;
}

.btn.single i {
  margin: 0;
}

.btn.btn-green {
  color: #ffffff;
  background: #7cb342;
  border: #558b2f 1px solid;
}

.btn.btn-green:hover {
  background: #689f38;
  border: #33691e 1px solid;
}

.btn.btn-orange {
  color: #ffffff;
  background: #fb8c00;
  border: #ef6c00 1px solid;
}

.btn.btn-orange:hover {
  background: #f57c00;
  border: #e65100 1px solid;
}

#g_nav {
  background: #ce1125;
  padding-top: 5px;
}

#g_nav .navbar-brand {
  display: block;
  width: 285px;
  height: 51px;
  margin-bottom: 5px;
  background: url(../img/logo/labo.png) no-repeat;
}

.container {
  max-width: 1000px;
  width: 100%;
}

#map_area {
  position: relative;
  margin: 30px 0 60px;
}

#map_area .layer {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  min-height: 100%;
  width: 100%;
  height: 100%;
}

#map_area .link_area {
  display: none;
  position: absolute;
  left: 280px;
  z-index: 100;
  width: 240px;
  padding: 30px;
  background: #f7f8f8;
  border: #ffffff 1px solid;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#map_area .link_area .close_btn {
  position: absolute;
  z-index: 120;
  cursor: pointer;
  top: -40px;
  right: -40px;
  padding: 4px;
}

#map_area .link_area ul li {
  margin-top: 8px;
}

#map_area .link_area ul li:first-child {
  margin-top: 0;
}

#map_area svg.map {
  background: #ffffff;
  width: 100%;
  min-height: 649px;
}

#map_area svg.map .map_cursor {
  cursor: pointer;
}

#map_area svg.map .map_cursor.disabled {
  cursor: auto;
}

#map_area svg.map .map_cursor.disabled .child {
  fill: #cccccc !important;
}

#map_area svg.map path {
  transition-property: fill;
  -webkit-transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -ms-transition-property: fill;
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
}

#map_area svg.map #area_code_1 .hokkaido_touhoku {
  fill: #ba79b1;
}

#map_area svg.map #area_code_1:hover .hokkaido_touhoku {
  fill: #a55499;
}

#map_area svg.map #area_code_2 .kanto {
  fill: #6c9bd2;
}

#map_area svg.map #area_code_2:hover .kanto {
  fill: #4b7dc4;
}

#map_area svg.map #area_code_3 .hokuriku {
  fill: #69bd83;
}

#map_area svg.map #area_code_3:hover .hokuriku {
  fill: #49a95e;
}

#map_area svg.map #area_code_4 .tokai {
  fill: #f9c270;
}

#map_area svg.map #area_code_4:hover .tokai {
  fill: #f7b04e;
}

#map_area svg.map #area_code_5 .kinki_tyugoku_shikoku {
  fill: #ef845c;
}

#map_area svg.map #area_code_5:hover .kinki_tyugoku_shikoku {
  fill: #ea5f40;
}

#map_area svg.map #area_code_6 .kyusyu {
  fill: #ef858c;
}

#map_area svg.map #area_code_6:hover .kyusyu {
  fill: #ea6069;
}

.area {
  padding-bottom: 60px;
}

.area table {
  margin-top: 10px;
  background: #ffffff;
}

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;
}

#reserve {
  padding-bottom: 60px;
}

#reserve .message_area {
  padding: 15px;
  background: #ffffff;
  border: #cccccc 4px solid;
}

#reserve .message_area .fixation {
  float: left;
  width: 200px;
  margin-right: -200px;
}

#reserve .message_area .liquid {
  width: 100%;
  float: right;
}

#reserve .message_area .liquid > .inner {
  margin-left: 230px;
}

#reserve .message_area .liquid h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 5px;
  margin: 0 0 15px;
  border-bottom: 2px solid #ce1125;
}

#reserve .message_area .liquid .message {
  line-height: 160%;
}

#reserve .form-area {
  font-size: 16px;
  background: #ffffff;
  padding: 15px;
  margin-top: 30px;
}

.caution {
  margin-top: 30px;
}

.caution ul li {
  margin-top: 8px;
}

.flow {
  margin-top: 30px;
  color: #ffffff;
  letter-spacing: 1px;
}

.flow h3 {
  color: #fff101;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}

.flow .flow_image {
  margin: 15px auto 0;
  display: block;
}

.flow .flow_image_sp {
  display: none;
}

.flow .banner_image {
  width: 100%;
  max-width: none;
}

/* スマホ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .form-horizontal .form-group {
    margin-right: -8px;
    margin-left: -8px;
  }
  h2 {
    font-size: 18px;
  }
  h2 a {
    font-size: 14px;
    float: right;
  }
  h2.red {
    color: #ce1125;
    font-size: 24px;
    font-weight: 600;
  }
  .above-Footer {
    min-height: calc(100vh - 66px - 245px);
    background-color: transparent;
  }
  .stickyFooter {
    position: relative;
  }
  .stickyFooter #page_top {
    visibility: hidden;
  }
  .form-control.small {
    width: 25%;
  }
  .form-control.medium {
    width: 49%;
  }
  .form-control.large {
    width: 98%;
  }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #ffffff;
  }
  #map_area {
    position: relative;
    margin: 30px 0 60px;
  }
  #map_area .layer {
    position: absolute;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    min-height: 100%;
    width: 100%;
    height: 100%;
  }
  #map_area .link_area {
    display: none;
    position: absolute;
    left: 280px;
    z-index: 100;
    width: 240px;
    padding: 30px;
    background: #f7f8f8;
    border: #ffffff 1px solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  #map_area .link_area .close_btn {
    position: absolute;
    z-index: 120;
    cursor: pointer;
    top: -40px;
    right: -40px;
    padding: 4px;
  }
  #map_area .link_area ul li {
    margin-top: 8px;
  }
  #map_area .link_area ul li:first-child {
    margin-top: 0;
  }
  #reserve .message_area .fixation {
    float: none;
    margin: 0 auto;
  }
  #reserve .message_area .liquid {
    float: none;
  }
  #reserve .message_area .liquid > .inner {
    margin-left: 0;
  }
  .flow_wrap {
    padding: 0;
    margin: 0;
  }
  .flow .flow_image_sp {
    display: block;
  }
  .flow .flow_image {
    display: none;
  }
  .flow .banner_image {
    width: 100%;
  }
}

/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .above-Footer {
    min-height: calc(100vh - 190px);
    background-color: transparent;
  }
  .stickyFooter {
    position: relative;
    height: 190px;
  }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #ffffff;
  }
  #map_area {
    position: relative;
    margin: 30px 0 60px;
  }
  #map_area .layer {
    position: absolute;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    min-height: 100%;
    width: 100%;
    height: 100%;
  }
  #map_area .link_area {
    display: none;
    position: absolute;
    left: 280px;
    z-index: 100;
    width: 240px;
    padding: 30px;
    background: #f7f8f8;
    border: #ffffff 1px solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  #map_area .link_area .close_btn {
    position: absolute;
    z-index: 120;
    cursor: pointer;
    top: -40px;
    right: -40px;
    padding: 4px;
  }
  #map_area .link_area ul li {
    margin-top: 8px;
  }
  #map_area .link_area ul li:first-child {
    margin-top: 0;
  }
}

/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .above-Footer {
    min-height: calc(100vh - 190px);
    background-color: transparent;
  }
  .stickyFooter {
    position: relative;
    height: 190px;
  }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #ffffff;
  }
  #map_area {
    position: relative;
    margin: 30px 0 60px;
  }
  #map_area .layer {
    position: absolute;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    min-height: 100%;
    width: 100%;
    height: 100%;
  }
  #map_area .link_area {
    display: none;
    position: absolute;
    left: 280px;
    z-index: 100;
    width: 240px;
    padding: 30px;
    background: #f7f8f8;
    border: #ffffff 1px solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  #map_area .link_area .close_btn {
    position: absolute;
    z-index: 120;
    cursor: pointer;
    top: -40px;
    right: -40px;
    padding: 4px;
  }
  #map_area .link_area ul li {
    margin-top: 8px;
  }
  #map_area .link_area ul li:first-child {
    margin-top: 0;
  }
}

/* PC大
-------------------------------------------------- */
@media screen and (min-width: 1200px) {
  .above-Footer {
    min-height: calc(100vh - 190px);
    background-color: transparent;
  }
  .stickyFooter {
    position: relative;
    height: 190px;
  }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #ffffff;
  }
  #map_area {
    position: relative;
    margin: 30px 0 60px;
  }
  #map_area .layer {
    position: absolute;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    min-height: 100%;
    width: 100%;
    height: 100%;
  }
  #map_area .link_area {
    display: none;
    position: absolute;
    left: 280px;
    z-index: 100;
    width: 240px;
    padding: 30px;
    background: #f7f8f8;
    border: #ffffff 1px solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  #map_area .link_area .close_btn {
    position: absolute;
    z-index: 120;
    cursor: pointer;
    top: -40px;
    right: -40px;
    padding: 4px;
  }
  #map_area .link_area ul li {
    margin-top: 8px;
  }
  #map_area .link_area ul li:first-child {
    margin-top: 0;
  }
}
