body {
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
}

.header-area {
  position: fixed;
  height: 70px;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 2px 5px #00000044;
}

.header-title1 {
  color: #212529;
  font-size: 0.6em;
  line-height: 1.0;
  letter-spacing: 0.2em;
}

.header-title2 {
  color: #212529;
  font-size: 1.2em;
  line-height: 1.0;
  letter-spacing: 0.2em;
}

a.nav-link {
  color: #212529;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.15em;
}
a.nav-link.on::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #967e34;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
a.nav-link.on:hover::after {
  transform: scale(1, 1);
}
a.nav-link.head {
  padding: 1rem 1rem .5rem 1rem;
}
a.nav-link.hover {
  padding:1em 0 0 0;
}

.btn-menu {
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 20;
  padding-top: 16px;
}
.btn-menu span,
.btn-menu span:before,
.btn-menu span:after {
  position: absolute;
  content: '';
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #212529;
  transition: all .5s;
}
.btn-menu span:before {
  bottom: 8px;
}
.btn-menu span:after {
  top: 8px;
}
.on.btn-menu span {
  background-color: rgba(255, 255, 255, 0);
}
.on.btn-menu span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.on.btn-menu span::after {
  top: 0;
  transform: rotate(-45deg);
}

.btn-menu-content {
  position: fixed;
  width: 100%;
  height: calc(100vh - 70px);
  top: 70px;
  left: 0;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #f4f5f7;
  display:none;
}

.btn-image {
  border: 1px #044C75 solid;
  border-radius: 4px;
}

.header-image {
  position: relative;
  padding-top:70px;
  height: 400px;
  overflow: hidden;
  background: url(../img/top_img.jpg) center / cover;
  border-bottom-right-radius: 2000px 300px;
  border-bottom-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
}
.header-image-sub {
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}

.header-information-area {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 7px #00000077;
}
.header-information-title {
  color: white;
  font-size: 15px;
  letter-spacing: 0.15em;
  background-color: #044C75;
  border-radius: 12px;
}
.header-information-sub-title {
  width: 100%;
  letter-spacing: 0.15em;
  font-size: .8em;
}
.header-information-body {
  font-size: .8em;
}
a.btn-header-information {
  color: #044C75;
  border: 1px solid #044C75;
  border-radius: 12px;
  background: #fff;
  font-size: .8em;
  padding: 0 6px;
}
a.btn-header-information:hover {
  color: #fff;
  background: #044C75;
}

.sub-header-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.25em;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 80px;
  background-color: #ffffff;
}
.sub-header-title-sp {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.25em;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 40px;
  background-color: #ffffff;
}

.info-title {
  padding: .75rem 1.25rem;
  font-size: 15px;
}
.info-title:hover {
  background-color: #f7f7f7;
}

.sub-title {
  font-size: 18px;
  font-weight: 500;
}

.sub-title-border {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px #967e34 solid;
  padding-bottom: 4px;
  padding-left: 0.25em;
}

.tel {
  color: #044C75;
  font-size: 1.5em;
  font-weight: bold;
}

.footer-sub-title {
  font-size: .9em;
}

.footer-sub-body {
  font-size: .9em;
}

.text-indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.text-indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}

.text-indent-3 {
  padding-left: 3em;
  text-indent: -3em;
}

.list-no {
  color: white;
  font-size: 14px;
  background-color: #044C75;
  border-radius: 50%;
  padding: 8px 12px;
}

.list-no-s {
  width: 16px;
  height: 16px;
  background-color: #044C75;
  border-radius: 16px;
  display: inline-block;
  vertical-align: -3px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px #333333 solid;
}

.balloon {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: #f8ede3;
  border-radius: 30px;
  line-height: 1.7;
  font-size: 0.9rem;
}
.balloon:before {
  content: "";
  position: absolute;
  left: -46px;
  width: 13px;
  height: 12px;
  top: 46px;
  background: #f8ede3;
  border-radius: 50%;
}
.balloon:after {
  content: "";
  position: absolute;
  left: -30px;
  width: 20px;
  height: 18px;
  top: 30px;
  background: #f8ede3;
  border-radius: 50%;
}
.balloon p {
  margin: 0;
  padding: 0;
}

a.btn-border {
  color: #044C75;
  border: 1px solid #044C75;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
}
a.btn-border:hover {
  color: #fff;
  background: #044C75;
}

a.btn-border-gold {
  color: #967e34;
  border: 1px solid #967e34;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
}
a.btn-border-gold:hover {
  color: #fff;
  background: #967e34;
}

.schedule-table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px #000;
}
.schedule-table th {
  font-weight: normal;
  padding: 6px 1px;
  background-color: #f4f5f7;
}
.schedule-table td {
  padding: 6px 1px;
  vertical-align:baseline;
}
.schedule-table-border-left {
  border-left: solid 1px #000;
}
.schedule-table-border-bottom {
  border-bottom: solid 1px #000;
}

a.btn-jump{
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
a.btn-jump:hover{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.5em);
}
.pi {
  color: #dc3545;
  text-decoration: underline;
}
