@charset "UTF-8";

/*************************************
* CSSリセット
*************************************/
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, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  outline: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s ease;
}

a[href^="tel:"] {
  cursor: default;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table a {
  color: #0784c8;
}

input, select {
  vertical-align: middle;
  border-radius: 0;
}
@media (max-width: 480px) {
  input, select {
    font-size: 16px !important;
  }
}

input:not([type=checkbox]), textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

img {
  line-height: 1;
  vertical-align: top;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

h1, h2, h3, h4 {
  line-height: 1;
  font-weight: 500;
}

/*************************************
* レイアウト
*************************************/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  height: 100%;
}

body {
  line-height: 26px;
  font-size: 1.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #ebfaff;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 320px;
}
@media (min-width: 768px) {
  body {
    font-size: 1.8rem;
    min-width: 750px;
  }
}

.st-Wrapper {
  position: relative;
  padding-bottom: 0px;
}

.st-Container {
  position: relative;
}

.st-Container_Inner {
  max-width: 750px;
  margin: 0 auto;
}


.section-footer{
padding-bottom: 120px;
background-color: #004bbb;
}








body {
  font-family: "Noto Sans JP", sans-serif;
}
button::after {
    content: '';
    background: none;
}

.infomation-list2 {
	padding-bottom: 20px;
}
.infomation-list2::after{
  content: "";
  clear: both;
  display: block;
}

.infomation-list2 dt {
  clear: both;
  float:left;
  width:25%;
  font-size: 28px;
  color: #ad9672;
  line-height: 1.5;
}
.infomation-list2 dd {
  float:left;
  width:74%;
  font-size: 28px;
  line-height: 1.5;
}
.infomation-list2 dt p,
.infomation-list2 dd p{
  padding: 5px 10px;
}

.list-dot.ch_lst {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 60px;
}

 .heading-bgcolor.ch_lst {
    background-color: #000;
    font-size: 28px;
    padding: 0.6em 0 0.5em;
}
.st-Cv {
  background-color: #66b8e7;
  position: fixed;
  bottom: 0;
  text-align:center;
  width: 100%;
}
.st-Cv .st-Container_Inner {
  justify-content: center;
  max-width: 750px;
    margin: 0 auto;
}
.st-Cv a {
}



.map {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
