@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

* {
  box-sizing: border-box;
  font-family: -apple-system, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

body {
  letter-spacing: 0.02em;
  font-size: 3.4vw;
  line-height: 1.727272;
}

ul {
  list-style: none;
}

ul.ul {
  list-style: disc;
}

ol.ol {
  list-style: decimal;
}

ul.ul, ol.ol {
  margin: 3.76471% 0;
  padding-left: 9.41176%;
}

img {
  width: 100%;
}

a:link, a:visited, a:hover, a:active {
  color: inherit;
}

a img {
  border: 0;
}

small {
  font-size: 2.8vw;
}

.clearfix::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.floatr {
  float: right;
}

.floatl {
  float: left;
}

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

.row .col-1 {
  width: 8.33333%;
}

.row .col-2 {
  width: 16.66667%;
}

.row .col-3 {
  width: 25%;
}

.row .col-4 {
  width: 33.33333%;
}

.row .col-5 {
  width: 41.66667%;
}

.row .col-6 {
  width: 50%;
}

.row .col-7 {
  width: 58.33333%;
}

.row .col-8 {
  width: 66.66667%;
}

.row .col-9 {
  width: 75%;
}

.row .col-10 {
  width: 83.33333%;
}

.row .col-11 {
  width: 91.66667%;
}

.row .col-12 {
  width: 100%;
}

.row .offset-1 {
  margin-left: 8.33333%;
}

.row .offset-2 {
  margin-left: 16.66667%;
}

.row .offset-3 {
  margin-left: 25%;
}

.row .offset-4 {
  margin-left: 33.33333%;
}

.row .offset-5 {
  margin-left: 41.66667%;
}

.row .offset-6 {
  margin-left: 50%;
}

.row .offset-7 {
  margin-left: 58.33333%;
}

.row .offset-8 {
  margin-left: 66.66667%;
}

.row .offset-9 {
  margin-left: 75%;
}

.row .offset-10 {
  margin-left: 83.33333%;
}

.row .offset-11 {
  margin-left: 91.66667%;
}

.row [class*='col-'] {
  float: left;
}

.full-width {
  width: 100% !important;
}

.half-width {
  width: 50% !important;
}

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

.padding-less-top {
  padding-top: 0 !important;
}

.padding-less-bottom {
  padding-bottom: 0 !important;
}

.padding-less-left {
  padding-left: 0 !important;
}

.padding-less-right {
  padding-right: 0 !important;
}

.text-pull-right {
  text-align: right !important;
}

.text-pull-center {
  text-align: center !important;
}

.text-pull-left {
  text-align: left !important;
}

.container {
  padding: 4.6875%;
}

.container::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.select {
  position: relative;
  display: inline-block;
  height: 32px;
  vertical-align: top;
}

.select select {
  position: relative;
  display: block;
          align-items: center;
  padding-right: 8px;
  padding-right: 36px;
  padding-left: 8px;
  height: 32px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 10px;
  background-color: #fff;
  color: #111111;
  vertical-align: top;
  font-size: 14px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select:after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  margin-top: -3px;
  height: 7px;
  border-top: 5px solid #08546b;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  pointer-events: none;
}

#header h1 {
  display: inline-block;
  float: left;
  padding-bottom: 12.5%;
  width: 78%;
  background-image: url(/sp/image/tmpl/title.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#header h1 span {
  display: none;
}

#header .fixed-banner {
  position: fixed;
  top: 0;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#header .fixed-banner a, #header .fixed-banner img {
  display: block;
}

#header .fixed-banner.active {
  height: 8%;
}

#footer .free-dial {
  padding: 4.6875%;
}

#main-menu {
  display: none;
  font-weight: bold;
  font-size: 4vw;
}

#main-menu ul.main > li {
  width: 100%;
  border-top: 1px #CCC solid;
}

#main-menu ul.main > li:last-child {
  border-bottom: 1px #CCC solid;
}

#main-menu ul.main > li > a {
  display: block;
  padding: 4.6875%;
  color: #111111;
  text-decoration: none;
}

#main-menu ul.main > li > a:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(/sp/image/tmpl/plus.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}

#main-menu ul.main > li > ul {
  display: none;
}

#main-menu ul.main > li > ul > li {
  border-top: 1px #CCC solid;
  background-color: #ECECEC;
}

#main-menu ul.main > li > ul > li > a {
  display: block;
  padding: 4.6875%;
  padding-left: 9.375%;
  color: #111111;
  text-decoration: none;
}

#main-menu ul.main > li > ul > li > a:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(/sp/image/tmpl/menu-head.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}

#main-menu ul.main > li.active > a:before {
  background-image: url(/sp/image/tmpl/minus.png);
}

#main-menu ul.main > li.active ul {
  display: block;
}

#main-menu ul.sub > li {
  font-size: 4vw;
}

#main-menu ul.sub > li:first-child {
  border-top: solid 1px #CCC;
}

#main-menu ul.sub > li > a {
  display: block;
  padding: 3.125% 4.6875%;
  color: #111111;
  text-decoration: none;
}

#main-menu ul.sub > li > a:hover, #main-menu ul.sub > li > a:focus {
  background-color: #ededed;
}

#main-menu ul.sub > li > a:active {
  box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2);
}

#main-menu ul.sub > li > a:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(/sp/image/tmpl/submenu-head.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}

#main-menu ul.sub > li:last-child {
  margin-bottom: 46.875%;
}

#main-menu-button {
  float: right;
  padding-bottom: 12.5%;
  width: 17%;
  background-image: url(/sp/image/tmpl/hambargar.png);
  background-size: 100%;
}

body.active-main-menu {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body.active-main-menu #main-menu {
  display: block;
  overflow-y: scroll;
  height: 100%;
}

body.active-main-menu #main-menu-button {
  background-image: url(/sp/image/tmpl/hambargar_active.png);
}

#bottom-menu {
  list-style: none;
}

#bottom-menu li {
  position: relative;
  float: left;
  margin: 1.6%;
  padding-bottom: 20%;
  width: 46%;
  border: 1px solid #CCC;
}

#bottom-menu li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#bottom-menu li a:hover, #bottom-menu li a:focus {
  background-color: #ededed;
}

#bottom-menu li a:active {
  box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2);
}

#bottom-menu li a div {
  position: relative;
  padding: 4.6785%;
  width: 100%;
  height: 100%;
}

#bottom-menu li a div img {
  float: left;
  width: 28%;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

#bottom-menu li a div span {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  float: right;
  width: 60%;
  color: #111111;
  text-align: left;
  font-weight: bold;
  font-size: 3.3vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb {
  padding: 2.34375%;
  border-top: 1px solid #CCC;
  font-size: 2.8vw;
}

.breadcrumb::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.breadcrumb li {
  float: left;
}

.breadcrumb li:first-child::before {
  display: none;
}

.breadcrumb li::before {
  display: inline-block;
  float: left;
  margin: 0 5px;
  content: '>';
}

.breadcrumb li a {
  color: #08546b;
  text-decoration: none;
}

.breadcrumb li:last-child a {
  color: #111111;
}

.pagination {
  padding: 9.375%;
}

.pagination li {
  display: inline-block;
  margin-right: 2.23958%;
}

.pagination li a {
  display: block;
  padding: 25%;
  width: 7.33029%;
  width: 10.9vw;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.pagination li span {
  position: relative;
  top: -1vw;
}

.pagination li.cut {
  margin-right: 0.3125%;
  font-size: 70%;
}

.pagination li.active, .pagination li.page {
  height: 10.9vw;
  border-radius: 11%;
  background-color: #EEE;
}

.pagination li.active:hover, .pagination li.active:focus, .pagination li.page:hover, .pagination li.page:focus {
  background-color: gainsboro;
}

.pagination li.active:active, .pagination li.page:active {
  box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2);
}

.pagination li.active {
  background-color: #08546b;
  color: white;
}

.pagination li:last-child {
  margin: 0;
}

.owl-dot span {
  background-color: #CCC !important;
}

.owl-dot.active span {
  background-color: #08546b !important;
}

.breadcrumb + .container > h1 {
  margin-bottom: 7.03125%;
  font-weight: bold;
  font-size: 4.7vw;
}

.button,
a.button {
  display: inline-block;
  margin: 1em;
  padding: 0.8em 1em;
  border: 1px solid #CCC;
  background: #EEE;
  color: #08546b;
  text-decoration: none;
  font-weight: bold;
  font-size: 3.75vw;
}

.button:hover, .button:focus,
a.button:hover,
a.button:focus {
  background-color: gainsboro;
}

.button:active,
a.button:active {
  box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2);
}

.button::before,
a.button::before {
  position: relative;
  top: 10%;
  display: inline-block;
  margin-right: 0.5em;
  width: 4.375vw;
  content: '>';
  vertical-align: baseline;
}

.button.arrow-less::before,
a.button.arrow-less::before {
  display: none;
}

.button.margin-less,
a.button.margin-less {
  margin: 0;
}

.button.side-margin-less,
a.button.side-margin-less {
  margin-right: 0;
  margin-left: 0;
}

.button.full-width,
a.button.full-width {
  width: 100%;
}

.button.text-gley,
a.button.text-gley {
  color: #CCC;
}

.alert {
  margin: 2.34375% 0;
  padding: 4.6875%;
  border: 3px #8B0000 solid;
}

.alert a {
  color: #08546b;
}

table.calender {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border: 1px #fcc solid;
  border-spacing: 1px;
  border-collapse: separate;
  text-align: center;
}

table.calender th.kyuu,
table.calender td.kyuu {
  padding: 1px 0;
  border: 0;
  background: #fcc;
  color: #f00;
  text-align: center;
}

table.calender th.hei {
  padding: 1px 0;
  border: 0;
  background: #ffc;
  color: #666;
  text-align: center;
}

table.calender td.hei {
  padding: 1px 0;
  background: #fff;
  color: #666;
  text-align: center;
}

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

.contents.padding-top {
  padding: 4.6875% 0 0 0;
}

.contents h2 {
  margin-bottom: 7.03125%;
  padding: 1.5625% 2.34375%;
  background-color: #08546b;
  color: #fff;
  font-size: 3.6vw;
}

.contents p {
  font-size: 3.467vw;
}

.contents h3 {
  margin: 4.6875% 0;
  font-size: 3.75vw;
  line-height: normal;
}

.text-green {
  color: #08546b;
}
