@charset "UTF-8";
/*

北海道             | hokkaido
東北               | tohoku
関東・甲信越・伊豆 | kanto-koshinetsu-izu
東海・中部         | tokai-chubu
北陸               | hokuriku
近畿               | kinki
中国               | chugoku
四国               | shikoku
九州               | kyushu
沖縄               | okinawa
*/
.link-external {
  display: inline-block;
  background: transparent url("/img/common/icon_external_blue.png") right center no-repeat;
  background-size: 1.14em auto;
  padding-right: 1.5em;
  /*
  &::after {
    content: "";
    background: transparent url("/img/shared/icon_external_blue.png") center center no-repeat;
    background-size: 1.14em auto;
    width: 1.14em;
    height: 1em;
    display: inline-block;
    margin-left: 0.25em;
    vertical-align: middle;
  }
  */
}

.tap-highlight, .link-card {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
html.touch .tap-highlight:hover, html.touch .link-card:hover {
  text-decoration: none;
}

.box, .box-main, .box-secondary, .box-search {
  margin-bottom: 25px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  /*
  .box-header {
    margin: -30px -30px 0;
    > img {
      @include img-fluid();
    }
  }
  */
}

.label {
  cursor: pointer;
}

.input,
input[type="search"].input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: #ccc 1px solid;
  -webkit-box-shadow: inset 0 -500px 0 0 #f9f9f9;
  box-shadow: inset 0 -500px 0 0 #f9f9f9;
  border-radius: 4px;
  font-size: 16px;
  padding: .25em .25em .25em .5em;
  min-width: 4em;
  margin: 5px 6px 5px 0;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.input:hover,
input[type="search"].input:hover {
  border-color: #a6a6a6;
}
.input:focus,
input[type="search"].input:focus {
  outline: none;
  background-color: #fff;
  border-color: #000;
  -webkit-box-shadow: inset 0 -500px 0 0 #fff;
  box-shadow: inset 0 -500px 0 0 #fff;
}
.input::-webkit-input-placeholder,
input[type="search"].input::-webkit-input-placeholder {
  color: #ccc;
}
.input:-ms-input-placeholder,
input[type="search"].input:-ms-input-placeholder {
  color: #ccc;
}
.input::-moz-placeholder,
input[type="search"].input::-moz-placeholder {
  color: #ccc;
}

.select-normal .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 0.3em 30px 0.3em 0.6em;
  background: #fff url(/img/common/icon_arrow_select.png) right center no-repeat;
  background-size: 24px auto;
  font-size: 16px;
  vertical-align: middle;
  /*
  @include scale(0.9);
  @include transform-origin(left center);
  */
  text-indent: 0.01px;
  text-overflow: '';
  background-image: none\9;
  padding: 0 0 0 3px\9;
}
.select-normal .select::-ms-expand {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.86;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-size: 60%;
  color: #4c4946;
}
h1 .shoulder, h2 .shoulder, h3 .shoulder, h4 .shoulder, h5 .shoulder, h6 .shoulder {
  display: block;
  margin-bottom: .5em;
  font-size: 16px;
}
h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
h1.no-margin-top, h2.no-margin-top, h3.no-margin-top, h4.no-margin-top, h5.no-margin-top, h6.no-margin-top {
  margin-top: 0 !important;
}
h1.no-margin-bottom, h2.no-margin-bottom, h3.no-margin-bottom, h4.no-margin-bottom, h5.no-margin-bottom, h6.no-margin-bottom {
  margin-bottom: 0 !important;
}

h1 {
  font-size: 28px;
  margin-bottom: 30px;
}

h2 {
  font-size: 24px;
  margin: 50px 0 25px;
}

h3 {
  font-size: 20px;
  margin: 15px 0;
}

h4 {
  font-size: 14px;
  margin: 15px 0;
}

h5 {
  font-size: 14px;
  margin: 10px 0;
}

h6 {
  font-size: 14px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 22px;
    margin: 34px 0 14px;
  }

  h3 {
    font-size: 16px;
    margin: 0 0 34px;
  }

  h4 {
    margin: 14px 0 10px;
  }

  time {
    font-size: 12px;
  }
}
.contents p, .description p,
.contents ul,
.description ul,
.contents ol,
.description ol,
.contents dl,
.description dl {
  margin: .5em 0;
  line-height: 1.867;
}
.contents p:first-child, .description p:first-child,
.contents ul:first-child,
.description ul:first-child,
.contents ol:first-child,
.description ol:first-child,
.contents dl:first-child,
.description dl:first-child {
  margin-top: 0;
}
.contents p:last-child, .description p:last-child,
.contents ul:last-child,
.description ul:last-child,
.contents ol:last-child,
.description ol:last-child,
.contents dl:last-child,
.description dl:last-child {
  margin-bottom: 0;
}

.text-largest {
  font-size: 28px;
}

.text-large,
.text-lg {
  font-size: 16px !important;
}

.text-md {
  font-size: 13px !important;
}

.text-small,
.text-sm {
  font-size: 12px !important;
}

@media screen and (max-width: 767px) {
  .text-sm-base {
    font-size: 15px;
  }
}

.text-almost-black {
  color: #302d29;
}

.text-dark-gray {
  color: #4c4946;
}

.text-gray {
  color: #999;
}

.text-blue {
  color: #2974be;
}

.text-red {
  color: #d0121b;
}

.text-white {
  color: #fff;
}

.text-larger {
  font-size: larger;
}

.text-smaller {
  font-size: smaller;
}
h1 .text-smaller, h2 .text-smaller {
  font-size: 60%;
}

.text-underline {
  text-decoration: underline;
}

sup,
sub {
  font-size: 70%;
  line-height: 1;
  margin-right: .25em;
}
h1 sup, h2 sup, .title sup, h1
sub, h2
sub, .title
sub {
  font-size: 50%;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

@media screen and (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}

.note,
.notes,
.list-notes {
  margin: 1em 0;
  font-size: 12px;
  color: #666;
  line-height: 1.86;
  list-style: none;
}
.note li,
.notes li,
.list-notes li {
  margin: .5em 0;
}

em {
  font-style: normal;
  color: #df7802;
}

.attention {
  color: #df0100;
}

small,
.small {
  font-size: 80%;
}

mark,
.mark {
  background-color: yellow;
  padding: .2em;
}

.title-square {
  position: relative;
  padding-left: 1em;
}
.title-square::before {
  width: 5px;
  height: 5px;
  background-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: .7em;
}

blockquote {
  color: #999;
  display: block;
  padding-left: 0.7em;
  border-left: #ccc 3px solid;
  margin: 10px 0;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 30px 0;
}
.container > hr, .row > hr {
  width: auto;
  margin: 10px 15px;
}
@media screen and (max-width: 767px) {
  .container > hr, .row > hr {
    margin: 10px 5px;
  }
}

address {
  font-style: normal;
}

h1.title-lg {
  margin: 80px 0 50px 0;
  font-size: 44px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h1.title-lg {
    margin: 50px 0 20px 0;
    font-size: 26px;
  }
}
h1.title-lg.no-margin-bottom {
  margin-bottom: 0;
}
h1 + hr {
  margin: 0;
}

h2.title-lg {
  margin: 80px 0;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  h2.title-lg {
    margin: 30px 0 25px 0;
    font-size: 20px;
  }
}
h2.no-margin-bottom {
  margin-bottom: 0;
}
h2.no-margin-top {
  margin-top: 0;
}
h2.margin-sm {
  margin: 60px 0 30px 0;
}
@media screen and (max-width: 767px) {
  h2.margin-sm {
    margin: 30px 0 25px 0;
  }
}
h2.light {
  color: #0086ce;
  font-size: 24px;
}
.icon-facility {
  background-image: url("/img/ico_facility.png");
}
.icon-information {
  background-image: url("/img/ico_information.png");
}

.chapter {
  margin-top: 25px;
  margin-bottom: 25px;
}

.subchapter {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .chapter {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .subchapter {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.chapter.border-top,
.subchapter.border-top {
  border-top: 1px solid #e5e5e5;
}
.chapter.border-top::before,
.subchapter.border-top::before {
  display: block;
  content: "";
  height: 0;
  margin-top: 20px;
}

/*
h2,
.chapter {
  &:target {
    margin-top:  (-$margin-v-chapter - $header-height-thin);
    padding-top: ( $margin-v-chapter + $header-height-thin);
  }
}

h3,
.subchapter {
  &:target {
    margin-top:  (-$margin-v-subchapter - $header-height-thin);
    padding-top: ( $margin-v-subchapter + $header-height-thin);
  }
}
*/
.circle {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .circle {
    width: 5px;
    height: 5px;
  }
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.red {
  background: #d0121b;
}

.white {
  background: #fff;
}

.black {
  background: #302d29;
}

.gray {
  background: #a6a19d;
}

.light-gray {
  background: #e7e6e5;
}

.cream {
  background: #f9f5f2;
}

.tohoku {
  background: #c53d43;
}

.kanto-koshinetsu-izu {
  background: #e8922c;
}

.tokai-chubu {
  background: #55866b;
}

.hokuriku {
  background: #5d7ca6;
}

.kinki {
  background: #895b8a;
}

.shikoku,
.shikoku-kyushu {
  background: #f1a0a0;
}

.red-border {
  border-color: #d0121b !important;
}

.black-border {
  border-color: #302d29 !important;
}

.gray-border {
  border-color: #a6a19d !important;
}

.light-gray-border {
  border-color: #e7e6e5 !important;
}

.cream-border {
  border-color: #f9f5f2 !important;
}

.tohoku-border {
  border-color: #c53d43 !important;
}

.kanto-koshinetsu-izu-border {
  border-color: #e8922c !important;
}

.tokai-chubu-border {
  border-color: #55866b !important;
}

.hokuriku-border {
  border-color: #5d7ca6 !important;
}

.kinki-border {
  border-color: #895b8a !important;
}

.shikoku-border,
.shikoku-kyushu-border {
  border-color: #f1a0a0 !important;
}

.input-label {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  color: #a6a19d;
}
@media screen and (max-width: 767px) {
  .input-label {
    margin-bottom: 12px;
  }
}
.input-label input[type="checkbox"],
.input-label input[type="radio"] {
  display: inline-block;
  margin-right: 2px;
  margin-top: -3px;
}
.input-label input[type="checkbox"]:checked + span,
.input-label input[type="radio"]:checked + span {
  color: #d0121b;
  border-bottom: 1px solid #d0121b;
}

ul {
  list-style: none;
}

ol,
.list-ol {
  margin: 20px 0 30px;
}
ol li,
.list-ol li {
  list-style-position: inside;
  padding-left: 1.6em;
  text-indent: -1.4em;
  margin: .5em 0;
}

.list-style-none li {
  margin: .5em 0;
}
.list-style-none li:first-child {
  margin-top: 0;
}
.list-style-none li:last-child {
  margin-bottom: 0;
}

.list-ul,
.list-square {
  margin: 20px 0 20px;
  list-style: none;
}
.list-ul li,
.list-square li {
  position: relative;
  padding-left: 1.3em;
}
.list-ul li::before,
.list-square li::before {
  width: 5px;
  height: 5px;
  background-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: .5em;
}
.list-ul li,
.list-square li {
  margin: .5em 0;
}
.list-ul li:first-child,
.list-square li:first-child {
  margin-top: 0;
}
.list-ul li:last-child,
.list-square li:last-child {
  margin-bottom: 0;
}
.col > .list-ul:last-child, .col >
.list-square:last-child {
  margin-bottom: 0;
}

.list-style-none {
  list-style: none;
}
.list-style-none li {
  padding-left: 0;
}
.list-style-none li::before {
  display: none;
}

.list-comment {
  margin: 20px 0 20px;
  list-style: none;
}
.list-comment li {
  position: relative;
  padding-left: 1.3em;
}
.list-comment li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 2px;
}

.list-links {
  border-top: 3px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  padding: 20px 0;
  margin: 30px 0;
  list-style: none;
  list-style: none;
}
.list-links li {
  margin: 1em 0;
}
.list-links a {
  display: inline-block;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .list-links a {
    display: block;
  }
}
.list-links li {
  padding-left: 0;
}
.list-links li::before {
  display: none;
}

.list-inline {
  list-style: none;
  margin-left: -5px;
}
.list-inline li {
  padding-left: 0;
}
.list-inline li::before {
  display: none;
}
.list-inline > li {
  display: inline-block;
  margin-top: .25em;
  margin-bottom: .25em;
  padding-left: 5px;
  padding-right: 5px;
}

.list-links-inline {
  overflow: hidden;
}
.list-links-inline li {
  display: inline-block;
  line-height: 1.4;
  border-left: 1px solid #e5e5e5;
  margin: 5px 1.1em 5px -0.85em;
  padding-left: .75em;
}
.list-links-inline li:last-child {
  margin-right: 0;
}
.list-links-inline.wide li {
  margin-bottom: 1em;
  margin-right: 1.6em;
  margin-left: -1.15em;
  padding-left: 1.15em;
}

.list-dl {
  line-height: 1.86;
}
.list-dl dd {
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .list-dl.horizontal dt {
    width: 10%;
    padding-right: 10px;
    float: left;
    clear: left;
  }
  .list-dl.horizontal dd {
    width: 90%;
    float: left;
    clear: right;
  }
  .list-dl.horizontal.dt-1 dt {
    width: 10%;
  }
  .list-dl.horizontal.dt-1 dd {
    width: 90%;
  }
  .list-dl.horizontal.dt-2 dt {
    width: 20%;
  }
  .list-dl.horizontal.dt-2 dd {
    width: 80%;
  }
  .list-dl.horizontal.dt-3 dt {
    width: 30%;
  }
  .list-dl.horizontal.dt-3 dd {
    width: 70%;
  }
  .list-dl.horizontal.dt-4 dt {
    width: 40%;
  }
  .list-dl.horizontal.dt-4 dd {
    width: 60%;
  }
  .list-dl.horizontal.dt-5 dt {
    width: 50%;
  }
  .list-dl.horizontal.dt-5 dd {
    width: 50%;
  }
  .list-dl.horizontal.dt-6 dt {
    width: 60%;
  }
  .list-dl.horizontal.dt-6 dd {
    width: 40%;
  }
  .list-dl.horizontal.dt-7 dt {
    width: 70%;
  }
  .list-dl.horizontal.dt-7 dd {
    width: 30%;
  }
  .list-dl.horizontal.dt-8 dt {
    width: 80%;
  }
  .list-dl.horizontal.dt-8 dd {
    width: 20%;
  }
  .list-dl.horizontal.dt-9 dt {
    width: 90%;
  }
  .list-dl.horizontal.dt-9 dd {
    width: 10%;
  }
  .list-dl.horizontal.dt-10 dt {
    width: 100%;
  }
  .list-dl.horizontal.dt-10 dd {
    width: 0%;
  }
  .list-dl.horizontal.dt-11 dt {
    width: 110%;
  }
  .list-dl.horizontal.dt-11 dd {
    width: -10%;
  }
  .list-dl.horizontal.dt-12 dt {
    width: 120%;
  }
  .list-dl.horizontal.dt-12 dd {
    width: -20%;
  }
}
.list-accordion {
  border-top: 1px solid #e5e5e5;
}
.list-accordion .item {
  border-bottom: 1px solid #e5e5e5;
}
.list-accordion .head {
  position: relative;
  padding: 30px 9em 30px 0;
}
.list-accordion .head:after {
  content: " ";
  display: table;
}
.list-accordion .head:after {
  clear: both;
}
.list-accordion .head .icon {
  float: left;
  line-height: 2;
  letter-spacing: 0;
}
.list-accordion .head .text {
  margin: 0;
  overflow: hidden;
}
.list-accordion .head .toggle {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.7em;
  padding: 1em 2em 1em 1em;
  background: url(/img/common/icon_arrow_down_blue.png) right center no-repeat;
  background-size: 18px auto;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
}
.list-accordion .head .toggle:active {
  background-position: right 1.3em;
}
.list-accordion .head .toggle .hidden-not-active {
  display: none;
}
.list-accordion .head .toggle.active {
  background-image: url(/img/common/icon_arrow_up_blue.png);
}
.list-accordion .head .toggle.active .hidden-not-active {
  display: inline;
}
.list-accordion .head .toggle.active .hidden-active {
  display: none;
}
@media screen and (max-width: 767px) {
  .list-accordion .head {
    padding: 30px 0 25px 0;
  }
  .list-accordion .head .toggle:active {
    background-position: right center;
  }
}

.list-faq .question {
  padding-bottom: 30px;
}
.list-faq .question .text {
  margin-left: 3.5em;
}
@media screen and (max-width: 767px) {
  .list-faq .question {
    padding-bottom: 25px;
  }
  .list-faq .question .toggle {
    position: relative;
    clear: both;
    top: 0;
    right: auto;
    left: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .5em;
    margin-top: 0.5em;
    margin-left: 3em;
  }
}
.list-faq .answer {
  border-top: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  padding: 2.5em 3.5em;
}
.list-faq .answer:after {
  content: " ";
  display: table;
}
.list-faq .answer:after {
  clear: both;
}
.list-faq .answer .icon {
  float: left;
  color: #2a5caa;
  line-height: 2;
  padding-right: .3em;
}
.list-faq .answer p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .list-faq .answer {
    padding: 1.5em 2em;
  }
}

.list-multiple-color {
  list-style-type: none;
}
.list-multiple-color li {
  margin: .5em 0;
}
.list-multiple-color li:first-child {
  margin-top: 0;
}
.list-multiple-color li:last-child {
  margin-bottom: 0;
}
.list-multiple-color > li {
  padding-left: 10px;
}
.list-multiple-color > li span {
  vertical-align: sub;
  margin-right: 5px;
  width: 5px;
  height: 18px;
  display: inline-block;
  content: ' ';
}
.list-multiple-color > li a {
  color: #302d29;
  text-decoration: underline;
}
.list-multiple-color > li a:hover {
  color: #2a2824;
}
.list-multiple-color > li a:focus, .list-multiple-color > li a:active:focus {
  color: #22201d;
}

.list-event {
  list-style-type: none;
}
.list-event > li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.list-event > li:first-child {
  padding-top: 0;
}
.accordion .list-event > li:first-child {
  padding-top: 15px;
}
.list-event .event-info .date {
  font-size: 12px;
}
.list-event .event-title a {
  text-decoration: underline;
}
.list-event .event-title a:hover {
  text-decoration: none;
  color: #403a32;
}
.list-event + .accordion .accordion-btn {
  margin-top: 15px;
}

.btn {
  display: inline-block;
  margin: 5px .3em 5px 0;
  padding: .6em .6em .5em;
  min-width: 7.5em;
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  background-image: none;
  background-color: #d0121b;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.btn:last-child, .btn:only-child {
  margin-right: 0;
}
.btn:hover {
  text-decoration: none;
  background-color: #e9333c;
  -webkit-transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn:hover:focus {
  outline: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.btn:active, .btn.active {
  background-color: #e9333c;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn:active:hover, .btn.active:hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: default;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(102, 102, 102, 0.6);
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-lg {
  font-size: 15px;
  padding: 0.9em 1.3em 1em;
  width: 200px;
}

.btn-xlg {
  padding: 8px 35px;
}

.btn-md {
  padding: 10px 40px;
}

.btn-sm {
  padding: .4em 1em .3em;
}
@media screen and (max-width: 767px) {
  .btn-sm {
    padding: 7px 35px;
  }
}

.btn-wide {
  min-width: 10em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.btn-full {
  width: 100%;
  margin-right: 0;
  padding: 1.2em 1.3em 1.2em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .btn-full {
    padding: 1.0em 1.3em;
    font-size: 14px;
  }
}

.btn-block {
  min-width: auto;
  display: block;
  margin-right: 0;
  width: 100%;
}

.btn-close {
  background-color: #fff;
  border-color: #999;
  color: #666;
}
.btn-close:hover, .btn-close:active {
  background-color: #f0f0f0;
}

.btn-red {
  background: #d0121b;
  -webkit-box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
  box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
  color: #fff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active:focus {
  background: #e9333c;
  color: #fff;
}
.btn-red .btn-img {
  margin: -4px 10px 0 0;
}
.btn-red .accordion-img {
  margin: -4px 0 0 10px;
}

.btn-white {
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #d0121b;
  color: #d0121b;
  padding: 0.7em 1.3em 0.6em;
  font-size: 18px;
  font-weight: bold;
}
.btn-white:hover, .btn-white:focus, .btn-white:active:focus {
  background: #d0121b;
  color: #fff;
}
.btn-white .btn-img {
  margin: -4px 10px 0 0;
}
.btn-white .accordion-img {
  margin: -4px 0 0 10px;
}

.btn-gray {
  background: #e7e6e5;
  -webkit-box-shadow: 0 2px 1px #a6a19d;
  box-shadow: 0 2px 1px #a6a19d;
  color: #a6a19d;
  min-width: 81px;
  padding: 12px 18px;
}
.btn-gray.toggle {
  color: #a6a19d !important;
  background: #e7e6e5 !important;
  -webkit-box-shadow: 0 2px 1px #a6a19d !important;
  box-shadow: 0 2px 1px #a6a19d !important;
}
.btn-gray:hover, .btn-gray.active {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn-gray:hover {
    color: inherit;
  }
}

.btn-banner img {
  border-radius: 4px;
}

.img-liquid, .article img,
.block-content img {
  max-width: 100%;
  height: auto;
}

.img-solid, .img-scaled img {
  max-width: initial;
  height: auto;
}

.img-fluid {
  max-width: initial;
  width: 100%;
  height: auto;
}

.img-liquid-inline-block {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-liquid-block {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-replace {
  visibility: hidden;
}

.img-bordered {
  border: 1px solid #e5e5e5;
}

.img-full {
  width: 100%;
  height: auto;
}

.img-full-v {
  height: 100%;
  width: auto;
}

.image,
.video {
  margin-bottom: 15px;
}
.text + .image, .text +
.video {
  margin-top: 20px;
}

.img-title,
.video-title,
.img-caption {
  font-size: 12px;
  margin: 13px 0 20px;
  padding: 0 0 0 12px;
  line-height: 1.86;
  border-left: 3px solid #e5e5e5;
  text-align: left;
}

.img-title,
.video-title {
  color: #000;
  display: block;
}

.img-caption {
  color: #666;
  display: block;
}
.img-caption strong {
  margin: 0;
}
.img-title + .img-caption {
  margin-top: -20px;
}

.scroll-container,
.scroll-container-full {
  overflow: auto;
  display: block;
  -webkit-overflow-scrolling: touch;
}
.scroll-container img,
.scroll-container-full img {
  max-width: initial;
  height: auto;
}

.scroll-container {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scroll-container-full {
    margin-left: -30px;
    margin-right: -30px;
  }
  .scroll-container-full > * {
    display: block;
    margin: 0 30px;
    border-right: solid transparent 30px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-container-full {
    margin-left: -20px;
    margin-right: -20px;
  }
  .scroll-container-full > * {
    display: block;
    margin: 0 20px;
    border-right: solid transparent 20px;
  }
}

.img-scaled {
  display: table;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}
.img-scaled img {
  max-width: 642px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .img-scaled img {
    max-width: 90vw;
    max-width: calc(100vw - 60px);
  }
}
@media screen and (max-width: 767px) {
  .img-scaled img {
    max-width: calc(100vw - 40px);
  }
}

.video-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
}
.video-container.aspect-4by3 {
  padding-bottom: 75%;
}
.video-container.aspect-16by9 {
  padding-bottom: 56.25%;
}
.video-container.aspect-16by10 {
  padding-bottom: 62.5%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.badge {
  background-color: #f45b4d;
  display: inline-block;
  font-size: 8px;
  line-height: 1;
  padding: .3em .8em;
  border-radius: .8em;
  color: #fff;
  vertical-align: text-bottom;
  top: -1px;
  position: relative;
  margin-left: .5em;
}

.media-right:after,
.media-left:after {
  content: " ";
  display: table;
}
.media-right:after,
.media-left:after {
  clear: both;
}
.media-right .image,
.media-left .image {
  display: table;
  width: 60px;
  margin-bottom: 0;
}
.media-right .image .img-caption,
.media-left .image .img-caption {
  margin-bottom: 0;
}
.media-right .image img,
.media-left .image img {
  margin-top: .35em;
  max-width: 480px;
  max-width: initial;
  height: auto;
}
@media screen and (max-width: 767px) {
  .media-right .image img,
  .media-left .image img {
    max-width: 100px;
    max-width: 34vw;
  }
}
.media-right .text,
.media-left .text {
  overflow: hidden;
}
.media-right .text > :first-child,
.media-left .text > :first-child {
  margin-top: 0;
}
.media-right .text.fluid,
.media-left .text.fluid {
  overflow: visible;
}
.media-right.fluid .image,
.media-left.fluid .image {
  margin-bottom: 20px;
}
.media-right.fluid .text,
.media-left.fluid .text {
  overflow: visible;
}

.media-left .image {
  float: left;
  padding-right: 28px;
}
@media screen and (max-width: 767px) {
  .media-left .image {
    padding-right: 20px;
  }
}

.media-right .image {
  float: right;
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  .media-right .image {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .media-not-sm .image {
    padding: 0;
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .media-not-sm .image img {
    width: 100%;
    max-width: 100%;
  }
}
.media-flexible:after {
  content: " ";
  display: table;
}
.media-flexible:after {
  clear: both;
}
.media-flexible.down figure {
  float: left;
}
.media-flexible.down figure img {
  width: 100%;
  height: auto;
}
.media-flexible.down figure:first-child {
  width: 50%;
  padding-right: 15px;
}
.media-flexible.down figure:first-child + figure {
  width: 50%;
  padding-left: 15px;
}
.media-flexible.down figure:first-child + figure + figure {
  margin-top: 30px;
  width: 100%;
}

.box {
  padding: 25px 35px;
}
.box > h2,
.box > .chapter > h2,
.box > .chapter > .subchapter > h2 {
  margin-top: 25px;
}

.box-main {
  padding: 25px 30px 25px;
}
.box-main > h2,
.box-main > .chapter > h2,
.box-main > .chapter > .subchapter > h2 {
  margin-top: 25px;
}
.box-main figure img {
  max-width: 100%;
}

.box-secondary {
  padding: 25px 30px 25px;
}
.box-secondary > h2,
.box-secondary > .chapter > h2,
.box-secondary > .chapter > .subchapter > h2 {
  margin-top: 25px;
}

.box-advert figure > img {
  max-width: initial;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .box-advert figure {
    text-align: center;
  }
}
.box-advert figure img {
  margin-bottom: 15px;
  max-width: 100%;
}

.category {
  border: 1px solid;
  color: #d0121b;
  background: #fff;
  padding: 4px 8px;
  font-size: 10px;
  display: inline-block;
  line-height: 1.4;
  margin-left: 10px;
}
.category:first-child {
  margin-left: 0;
}

.box-news {
  padding: 20px 10px;
  background: #fff;
  line-height: 1.86em;
  border: #d0121b solid 6px;
}
.box-news .section-subtitle {
  font-size: 16px;
  margin: 4px 0;
}
.box-news p,
.box-news .description {
  font-size: 12px;
}
.box-news .description {
  overflow: hidden;
}
a .box-news {
  color: #000;
}
a .box-news:hover .section-subtitle {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .box-news {
    border-width: 3px;
  }
}

.box-search {
  padding: 25px 20px;
}
.box-search .search-title img {
  margin-right: 8px;
  position: absolute;
}
.box-search .search-title h3 {
  display: inline;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0 42px;
}
.box-search .search-title .note {
  display: block;
  font-size: 12px;
  margin: 0 0 0 36px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .box-search {
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .box-search.first-box {
    margin-bottom: 0;
    border-bottom: none;
  }
  .box-search.nth-box {
    border-top: none;
  }
  .box-search .search-title h3 {
    font-size: 24px;
  }
  .box-search .search-title .img-subject {
    width: 24px;
    margin-right: 20px;
  }
}

.search-checkbox {
  margin-top: 15px;
  margin-bottom: -7px;
}
@media screen and (max-width: 767px) {
  .search-checkbox {
    margin-bottom: -5px;
  }
  .search-checkbox .btn-sm {
    margin-top: 2px;
    margin-bottom: 1px;
    padding: 7px 30px;
  }
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a[href^="tel:"],
a[href^="mailto:"] {
  color: #000;
}
a[href^="tel:"]:hover,
a[href^="mailto:"]:hover {
  color: #d0121b;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* 汎用化しない

$link-dot-size-small: 50px;

.link-dot {
  position: relative;
  background-color: #fff;
  overflow:hidden;

  img {
    @include transition(all .1s $easeOutCubic);
  }
  
  &::after {
    @include scale(0);
    @include opacity(0);
    position: absolute;
    left: 50%;
    top: 50%;
    width: $link-dot-size-small;
    height: $link-dot-size-small;
    margin: -0.5*$link-dot-size-small 0 0 -0.5*$link-dot-size-small;
    content: "";
    display: block;
    border-radius: 50%;
    border: 0.5*$link-dot-size-small solid $color-white;
    @include transition(all .1s $easeOutCubic);
  }

  &:hover {

    img {
      @include opacity(0.8);
    }

    &::after {
      border-width: 20px;
      @include scale(1);
      @include opacity(0.7);
    }
  }

}
*/
.link-to-all {
  display: inline-block;
  background: url("/img/common/icon_grid_blue.png") left center no-repeat;
  background-size: 13px 13px;
  padding-left: 18px;
  color: #000;
}
.link-to-all:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.link-to-all:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #000;
}

.link-card {
  display: block;
  margin: 20px 0;
  color: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .link-card {
    margin: 20px 0;
  }
}
.link-card .image {
  background-color: #000;
}
.link-card .image img {
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link-card .title {
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.5;
}
html.pointer .link-card:hover, html.touch .link-card.touched {
  text-decoration: none;
}
html.pointer .link-card:hover .title, html.touch .link-card.touched .title {
  color: #000;
}
html.pointer .link-card:hover .image img, html.touch .link-card.touched .image img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.link-card.light .image {
  background-color: #fff;
}
.link-card.light .image img {
  opacity: 1;
  filter: alpha(opacity=100);
}
html.pointer .link-card.light:hover .image img, html.touch .link-card.light.touched .image img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.text-link {
  color: #d0121b;
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
  color: #d0121b;
}

.table-default, .bc-wysiwyg table,
.csv-table table {
  width: 99.8%;
  table-layout: auto;
  font-size: 14px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .table-default, .bc-wysiwyg table,
  .csv-table table {
    margin: 20px 0;
  }
}
.table-default caption, .bc-wysiwyg table caption,
.csv-table table caption {
  text-align: left;
  margin-bottom: 10px;
}
.table-default th, .bc-wysiwyg table th,
.csv-table table th, .table-default td, .bc-wysiwyg table td,
.csv-table table td {
  padding: 12px 20px;
  border-style: solid;
  border-width: 0 0 1px 1px;
}
.table-default td, .bc-wysiwyg table td,
.csv-table table td {
  border-color: #e5e5e5;
}
.table-default th:last-child, .bc-wysiwyg table th:last-child,
.csv-table table th:last-child, .table-default td:last-child, .bc-wysiwyg table td:last-child,
.csv-table table td:last-child {
  border-right-width: 1px;
}
.table-default tr:first-child > td, .bc-wysiwyg table tr:first-child > td,
.csv-table table tr:first-child > td,
.table-default tr:first-child > th,
.bc-wysiwyg table tr:first-child > th,
.csv-table table tr:first-child > th {
  border-top-width: 1px;
}
.table-default tr:last-child > td, .bc-wysiwyg table tr:last-child > td,
.csv-table table tr:last-child > td,
.table-default tr:last-child > th,
.bc-wysiwyg table tr:last-child > th,
.csv-table table tr:last-child > th {
  border-bottom-width: 1px;
}
.table-default tr:nth-child(odd) td, .bc-wysiwyg table tr:nth-child(odd) td,
.csv-table table tr:nth-child(odd) td {
  background-color: #f6f6f6;
}
.table-default thead td, .bc-wysiwyg table thead td,
.csv-table table thead td,
.table-default th,
.bc-wysiwyg table th,
.csv-table table th {
  border-color: #595959;
  background-color: #666 !important;
  color: #fff;
  border-bottom-width: 1px;
}
.table-default thead td.dark, .bc-wysiwyg table thead td.dark,
.csv-table table thead td.dark,
.table-default th.dark,
.bc-wysiwyg table th.dark,
.csv-table table th.dark {
  border-color: #505050;
  background-color: #575757 !important;
  border-right-width: 1px;
}
.table-default .cell-empty, .bc-wysiwyg table .cell-empty,
.csv-table table .cell-empty {
  border: none !important;
  background-color: #fff !important;
}
.table-default.compact, .bc-wysiwyg table.compact,
.csv-table table.compact {
  font-size: 12px;
}
.table-default.compact th, .bc-wysiwyg table.compact th,
.csv-table table.compact th, .table-default.compact td, .bc-wysiwyg table.compact td,
.csv-table table.compact td {
  padding: 8px 14px;
}
.table-default.no-stripe td, .bc-wysiwyg table.no-stripe td,
.csv-table table.no-stripe td {
  border-bottom-width: 1px !important;
  background-color: #fff !important;
}

.bc-wysiwyg table td > p:first-child,
.csv-table table td > p:first-child {
  margin-top: 0;
}
.bc-wysiwyg table td > p:last-child,
.csv-table table td > p:last-child {
  margin-bottom: 0;
}
.bc-wysiwyg.compact table,
.csv-table.compact table {
  font-size: 12px;
}
.bc-wysiwyg.compact table th, .bc-wysiwyg.compact table td,
.csv-table.compact table th,
.csv-table.compact table td {
  padding: 8px 14px;
}

@media screen and (max-width: 767px) {
  .scroll-container .table-default th, .scroll-container .bc-wysiwyg table th, .bc-wysiwyg .scroll-container table th,
  .scroll-container .csv-table table th,
  .csv-table .scroll-container table th,
  .scroll-container .table-default td,
  .scroll-container .bc-wysiwyg table td,
  .bc-wysiwyg .scroll-container table td,
  .scroll-container .csv-table table td,
  .csv-table .scroll-container table td {
    max-width: 280px;
    min-width: 120px;
  }
}

.table-bordered {
  width: 100%;
}
.table-bordered thead tr {
  background-color: #e7e6e5;
  border-bottom: 1px solid #a6a19d;
}
.table-bordered th {
  background: #f0f0f0;
}
.table-bordered th,
.table-bordered td {
  vertical-align: top;
  padding: 10px;
  border: solid 1px #ccc;
}
.table-bordered th a,
.table-bordered td a {
  color: #302d29;
}
@media screen and (max-width: 767px) {
  .table-bordered {
    font-size: 12px;
  }
}

.table-non-bordered {
  width: 100%;
}
.table-non-bordered th,
.table-non-bordered td {
  padding: 10px 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table-non-bordered {
    font-size: 12px;
  }
}

.accordion > .accordion-btn {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
.accordion > .accordion-btn .accordion-img {
  margin-left: 5px;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.accordion > .accordion-btn.active .accordion-img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion > .accordion-btn.active .btn-phone {
  background: #d0121b;
  -webkit-box-shadow: 0 2px 1px #8a0c12;
  box-shadow: 0 2px 1px #8a0c12;
  font-size: 15px;
  color: #fff;
}
.accordion > .accordion-btn.active .btn-phone:hover, .accordion > .accordion-btn.active .btn-phone:focus, .accordion > .accordion-btn.active .btn-phone:active:focus {
  background: #8a0c12;
  color: #fff;
}
.accordion > .accordion-btn.active .btn-phone .btn-img {
  margin: -4px 10px 0 0;
}
.accordion > .accordion-btn.active .btn-phone .accordion-img {
  margin: 0 0 0 10px;
}
.accordion > .accordion-inner {
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .accordion > .accordion-inner {
    overflow: inherit;
  }
}
.accordion.open > .accordion-inner {
  display: block;
}
.accordion .hidden-active {
  display: inline-block;
}
.accordion .hidden-not-active {
  display: none;
}
.accordion.open .hidden-active {
  display: none;
}
.accordion.open .hidden-not-active {
  display: inline-block;
}
.accordion.accordion-link > .accordion-btn:before {
  background: transparent url("/img/ico_accordion-arrow-down-red.png") center no-repeat;
  -webkit-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.accordion.accordion-link > .accordion-btn.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-accordion {
  position: relative;
}
.mobile-accordion:after {
  position: absolute;
  background: url("/img/ico_accordion-arrow-down.png");
}
.mobile-accordion .current {
  display: block;
}
.mobile-accordion .current > .accordion-inner {
  display: block;
}
.mobile-accordion > .accordion > .accordion-btn {
  display: none;
}
.mobile-accordion > .accordion > .accordion-btn .accordion-btn {
  text-align: left;
  position: relative;
  margin: 0;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  border-bottom: none;
  background: #e7e6e5;
  color: #a6a19d;
  font-weight: bold;
}
.mobile-accordion > .accordion > .accordion-btn .accordion-btn:hover {
  background: #e7e6e5;
  color: #a6a19d;
}
.mobile-accordion > .accordion > .accordion-btn .accordion-btn:before {
  background: url("/img/ico_gray-arrow-down.png");
  top: 50%;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  right: 20px;
  margin-top: -10px;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.mobile-accordion > .accordion > .accordion-btn .accordion-btn.active {
  background: #d0121b;
  color: #fff;
}
.mobile-accordion > .accordion > .accordion-btn .accordion-btn.active:before {
  background: url("/img/ico_accordion-arrow-down.png");
  top: 50%;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  right: 20px;
  margin-top: -10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-accordion > .accordion.open > .accordion-btn .accordion-btn {
  margin-bottom: 10px;
}
.mobile-accordion > .accordion:first-child .accordion-btn .accordion-btn {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.mobile-accordion > .accordion:last-child .accordion-btn .accordion-btn {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (max-width: 767px) {
  .mobile-accordion .current {
    display: none;
  }
  .mobile-accordion .current > .accordion-inner {
    display: none;
  }
  .mobile-accordion .open.current {
    display: block;
  }
  .mobile-accordion .open.current > .accordion-inner {
    display: block;
  }
  .mobile-accordion > .accordion {
    display: block;
  }
  .mobile-accordion > .accordion > .accordion-btn {
    display: block;
  }
}

.modal-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 3010;
  display: none;
}
.modal.open {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-bg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .modal-bg {
    position: absolute;
    padding: 15px;
  }
}

@media \0screen {
  .modal-inner {
    margin-top: -100px;
    margin-left: -300px;
  }
}
.modal-inner {
  width: 600px;
  max-width: 94%;
  min-height: 200px;
  padding: 20px;
}
.modal-inner.open {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.modal-inner .modal-header {
  margin-top: -10px;
  background: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 4px 4px 0 0;
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.modal-inner .modal-content {
  padding: 20px 0 0;
  margin: 0;
  line-height: 14px;
}
@media screen and (max-width: 767px) {
  .modal-inner {
    position: relative;
    left: auto;
    width: auto;
    margin: 0 15px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .modal-inner .modal-header {
    padding-right: 75px;
  }
}

.modal-close-cross {
  width: auto;
  height: auto;
  display: inline-block;
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  right: 20px;
  top: 10px;
  z-index: 1;
}
.modal-close-cross .btn {
  padding: 2px 10px;
  margin: 0;
  display: inline-block;
  min-width: initial;
  font-size: 12px;
}
.modal-close-cross:hover {
  text-decoration: none;
  opacity: 0.7;
}
.modal-close-cross:before {
  background: transparent url("/img/ico_modal-close.png") no-repeat center;
  display: inline-block;
  left: 0;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  transform: initial;
}

.modal-close {
  font-size: 13px;
  padding: 5px 10px;
  right: 20px;
  margin: 0;
  min-width: auto;
}

.pop-tooltip {
  position: relative;
}
.pop-tooltip:hover + .tooltip {
  display: block;
}

.tooltip {
  z-index: 10;
  position: absolute;
  background: #fff;
  border: 1px solid #302d29;
  border-radius: 4px;
  padding: 20px;
  display: none;
  left: 30%;
  top: -195px;
}
.tooltip h3 {
  font-size: 24px;
}
.tooltip h4 {
  font-size: 20px;
}
.tooltip p {
  font-size: 14px !important;
}
.tooltip:before, .tooltip:after {
  position: absolute;
  content: "";
  background: transparent;
  display: block;
}
.tooltip:after {
  bottom: -20px;
  left: 65px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
.tooltip:before {
  bottom: -24px;
  left: 64px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 11px 0 11px;
  border-color: #302d29 transparent transparent transparent;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.carousel {
  position: relative;
  visibility: hidden;
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  /*
  Status
  */
  /*
    Hierarchy
  */
  /*
    Elements
  */
  /*
   Variations
   */
}
.carousel:before, .carousel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.carousel:after {
  clear: both;
}
.carousel {
  *zoom: 1;
}
.carousel.active {
  visibility: visible;
}
.carousel .outer {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1002px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .carousel.has-controller .outer {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .carousel .outer {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}
.carousel .carousel-item {
  position: relative;
  margin-right: 30px;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .carousel .carousel-item {
    margin-right: 15px;
  }
}
.carousel .controller {
  width: 100%;
}
html.touch .carousel .controller {
  display: none;
}
.carousel .btn-prev,
.carousel .btn-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  width: 50px;
  height: 68px;
  background: transparent no-repeat center center;
  background-size: cover;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .carousel .btn-prev,
  .carousel .btn-next {
    width: 40px;
    height: 52px;
    margin-top: -26px;
    background-size: 40px 52px;
  }
}
.carousel .btn-prev.disable,
.carousel .btn-next.disable {
  opacity: 0.6;
  pointer-events: none;
}
.carousel .btn-prev {
  background-image: url("/img/ico_previous.png");
}
.carousel .btn-prev:hover {
  background-image: url("/img/ico_previous_hover.png");
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.carousel .btn-next {
  background-image: url("/img/ico_next.png");
}
.carousel .btn-next:hover {
  background-image: url("/img/ico_next_hover.png");
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.carousel .navigator {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.carousel .navigator a {
  margin-left: 10px;
}
.carousel .navigator a:first-child {
  margin-left: 0;
}
.carousel .btn-prev {
  left: 20px;
}
.carousel .btn-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .carousel .btn-prev {
    left: 3px;
  }
  .carousel .btn-next {
    right: 3px;
  }
}
.carousel .navigator a {
  opacity: 0.6;
}
.carousel .navigator a.active {
  opacity: 1;
}
.carousel.slideshow .carousel-item {
  margin-right: 0;
}
.carousel.slideshow .outer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.carousel.full-screen {
  max-width: none;
}
.carousel.full-screen .outer {
  max-width: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .carousel.full-screen .outer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .carousel.full-screen {
    width: 100%;
  }
  .carousel.full-screen .outer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.carousel .on-carousel.navigator {
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.carousel .active-caption {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.carousel .image,
.carousel .thumbnail {
  margin-bottom: 0;
}
.carousel .image img,
.carousel .thumbnail img {
  width: 100%;
}
.carousel .carousel-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.carousel .carousel-item.blur {
  opacity: 0.6;
}

/* Hide these rules from IE-mac \*/
.tab-menu {
  border-radius: 4px;
  width: 100%;
  display: table;
  table-layout: fixed;
  font-weight: bold;
}
.tab-menu li {
  background: #e7e6e5;
  display: table-cell;
  list-style: none;
  border-left: solid 2px #fff;
  text-align: center;
}
.tab-menu li .current {
  pointer-events: none;
  background: #d0121b;
  color: #fff;
  position: relative;
}
.tab-menu li .current:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #d0121b transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  content: "";
  margin-left: -15px;
}
.tab-menu li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #a6a19d;
}
.tab-menu li:first-child {
  border-left: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab-menu li:first-child a.current {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.tab-menu li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tab-menu li:last-child a.current {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tab-menu li:hover {
  background: #f3f3f2;
}

.tab-content {
  display: none;
}
.tab-content.current {
  display: block;
}
.tab-content.active {
  display: block;
  margin: 30px 0px;
}

@media screen and (max-width: 767px) {
  .facility-tab-content {
    display: flex;
    flex-flow: column;
  }

  .first-order {
    order: 1;
  }

  .second-order {
    order: 2;
  }
}
input::-webkit-input-placeholder {
  color: #707070;
}
input:-ms-input-placeholder {
  color: #707070;
}
input::-moz-placeholder {
  color: #707070;
}

input[type="submit"] {
  letter-spacing: 0.05em;
}

input[type="number"] {
  width: 4.5em;
}

.input-lg,
input[type="search"].input-lg {
  font-size: 18px;
  padding: .4em .3em .35em .6em;
}
@media screen and (max-width: 767px) {
  .input-lg,
  input[type="search"].input-lg {
    padding: .3em .3em .25em .6em;
  }
}

.input-sm,
input[type="search"].input-sm {
  font-size: 12px;
  padding: .3em .4em .2em .4em;
}
@media screen and (max-width: 767px) {
  .input-sm,
  input[type="search"].input-sm {
    padding: .15em .15em .12em .4em;
  }
}

.input-full {
  width: 100%;
}

.input-block,
.select-block {
  display: block;
  width: 100%;
}

.select-normal {
  display: inline-block;
  position: relative;
  max-width: 432px;
  width: 100%;
}
.select-normal:before {
  position: absolute;
  content: "";
  background: url("/img/ico_arrow-down.png");
  top: 40%;
  display: block;
  right: 20px;
  width: 12px;
  height: 8px;
  pointer-events: none;
}
.select-normal .select {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 15px 10px;
  font-size: inherit;
  background: #fafafa;
  color: #252525;
}
.select-normal .select:required:invalid {
  color: #707070;
}
.select-normal .select option[value=""] {
  display: none;
}

.select-lg {
  padding: 0.6em 30px 0.6em 1em;
}

input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #999;
  display: inline-block;
  vertical-align: middle;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  border-color: #666;
}

.select-box {
  vertical-align: middle;
}
.select-box select {
  visibility: hidden;
  height: 35px;
}
.select-box .select2-container .select2-selection {
  overflow: hidden;
  height: 35px;
}
.select-box .select2-container .select2-selection.select2-selection--single {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.select-box .select2-container .select2-selection:focus, .select-box .select2-container .select2-selection:active:focus {
  outline: 0;
}
.select-box .select2-container .select2-selection .select2-selection__rendered {
  padding: 5px 17px 5px 7px;
  min-width: 200px;
  line-height: 23px;
}
.select-box .select2-container .select2-selection__arrow {
  width: 37px;
  height: 33px;
  border-left: 1px #dedede solid;
  border-radius: 0 1px 1px 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF3F3F3', GradientType=0);
}
.select-box .select2-container--open .select2-selection {
  border: 1px #333 solid;
  outline: none;
}

.select-box-dropdown {
  z-index: 3020;
}
.select2-container .select-box-dropdown.select2-dropdown {
  border: 1px #333 solid;
  border-radius: 2px;
}
.select2-container .select-box-dropdown .select2-results__option[aria-selected=true] {
  background-color: #298ae5;
  color: #fff;
}
.select-box-dropdown.select2-dropdown.select2-dropdown--below {
  margin-top: 10px;
}
.select-box-dropdown.select2-dropdown.select2-dropdown--above {
  margin-bottom: 10px;
  top: -10px;
}
.select-box-dropdown.select2-dropdown .select2-search__field:focus, .select-box-dropdown.select2-dropdown .select2-search__field:active:focus {
  outline: 0;
}

.class-holiday > .ui-state-default {
  background: #f6e2e3 !important;
  color: #c53d43 !important;
}

.class-sunday > .ui-state-default {
  background: #fdf1f1 !important;
  color: #d0121b !important;
}

.class-saturday > .ui-state-default {
  background: #e7ebf1 !important;
  color: #298ae5 !important;
}

.text-vertical {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-bottom {
  vertical-align: bottom;
}

.vertical-baseline {
  vertical-align: baseline;
}

.vertical-text-top {
  vertical-align: text-top;
}

.vertical-text-bottom {
  vertical-align: text-bottom;
}

@media screen and (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }

  .vertical-lg-top {
    vertical-align: top;
  }

  .vertical-lg-middle {
    vertical-align: middle;
  }

  .vertical-lg-bottom {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 1199px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }

  .vertical-md-top {
    vertical-align: top;
  }

  .vertical-md-middle {
    vertical-align: middle;
  }

  .vertical-md-bottom {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 767px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }

  .vertical-sm-top {
    vertical-align: top;
  }

  .vertical-sm-middle {
    vertical-align: middle;
  }

  .vertical-sm-bottom {
    vertical-align: bottom;
  }
}
.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999;
}

.text-indent {
  text-indent: 0.5em;
}

.text-outdent {
  text-indent: -0.5em;
  display: inline-block;
}

.text-square {
  position: relative;
  padding-left: 1em;
}
.text-square::before {
  width: 0.4em;
  height: 0.4em;
  background-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .6em;
}

.text-wide {
  letter-spacing: 0.12em;
}

.line-narrow {
  line-height: 1.86;
}

.line-narrower {
  line-height: 1.4;
}

.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}
table .pull-right {
  padding-left: 20px;
}
.pull-right > *:first-child {
  margin-top: 0;
}

.pull-left {
  float: left !important;
}
table .pull-left {
  padding-right: 20px;
}
.pull-left > *:first-child {
  margin-top: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.hide,
.hidden {
  display: none !important;
}

.show,
.shown {
  display: block !important;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .hidden-not-lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden-not-sm {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
html.touch .hidden-touch {
  display: none !important;
}

html.pointer .hidden-pointer {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.mb40 {
  margin-bottom: 40px;
}

.padding-5 {
  padding: 5px 0;
}

.percent-5 {
  width: 5%;
}

.percent-10 {
  width: 10%;
}

.percent-15 {
  width: 15%;
}

.percent-20 {
  width: 20%;
}

.percent-25 {
  width: 25%;
}

.percent-30 {
  width: 30%;
}

.percent-35 {
  width: 35%;
}

.percent-40 {
  width: 40%;
}

.percent-45 {
  width: 45%;
}

.percent-50 {
  width: 50%;
}

.percent-55 {
  width: 55%;
}

.percent-60 {
  width: 60%;
}

.percent-65 {
  width: 65%;
}

.percent-70 {
  width: 70%;
}

.percent-75 {
  width: 75%;
}

.percent-80 {
  width: 80%;
}

.percent-85 {
  width: 85%;
}

.percent-90 {
  width: 90%;
}

.percent-95 {
  width: 95%;
}

.percent-100 {
  width: 100%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-right {
  border-right: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.border-left {
  border-left: 1px solid #e5e5e5;
}

.hover:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80)";
}

.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 767px) {
  .mb-sm-20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sm-20 {
    margin-top: 20px;
  }
}

.module-padding {
  padding-top: 25px;
  padding-bottom: 50px;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes fadeout {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.block-content .text ul,
.block-content .bc-wysiwyg ul {
  margin: 20px 0;
  list-style: none;
}
.block-content .text ul li,
.block-content .bc-wysiwyg ul li {
  position: relative;
  padding-left: 1.3em;
}
.block-content .text ul li::before,
.block-content .bc-wysiwyg ul li::before {
  width: 5px;
  height: 5px;
  background-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: .5em;
}

.bc-related-link h2 {
  display: none;
}

.bc-files-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bc-files-row li {
  margin: .7em 0;
}
.bc-files-row a {
  display: inline-block;
}

.bc-wysiwyg {
  overflow: auto;
  display: block;
  -webkit-overflow-scrolling: touch;
  /*
  width: 100%;
  max-width: 100%;
  */
}
