@charset "utf-8";

html {
  font-size: 10px;
}

body {
  padding-top: 90px;
  max-width: 2000px;
  min-width: 900px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #222;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #0C437F;
}

/* layout */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FF8A00;
  z-index: 1;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  margin: 0 20px;
  max-width: 18%;
  min-width: 240px;
  transition: 0.5s;
}

.header-contact {
  max-width: 30%;
  min-width: 420px;
  transition: 0.5s;
}

.header-contact ul {
  display: flex;
  align-items: center;
}

.header-contact-tel {
  padding-left: 5%;
}

.header.thin .header-logo {
  max-width: 10%;
}

.header.thin .header-contact {
  max-width: 20%;
}

.header-contact ul li {
  padding: 20px;
  border-left: solid 1px #fff;
}

.main {
}

.footer-map iframe {
  display: block;
  width: 100%;
  height: 480px;
}

.footer-container {
  color: #fff;
  background: linear-gradient(to left, #944500, #D28234, #944500);
}

.footer-information .nallow {
  max-width: 680px;
}

.footer-information h3 {
  letter-spacing: 0.4em;
}

.footer-information h4 {
  letter-spacing: 0.25em;
}

.footer-information .service {
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
  max-width: 540px;
  font-weight: 800;
  text-align: center;
  border: solid 1px #FFFFFF;
}

.footer-information .holiday {
  padding: 5px;
  color: #9A363F;
  font-weight: 800;
  background: #fff;
}

.footer-information .timetable {
  width: 100%;
}

.footer-information .timetable th,
.footer-information .timetable td {
  padding: 8px 12px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}

.footer-information .timetable th {
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}

.footer-information .timetable tr td.first {
  padding-left: 28px;
}

.footer-information .timetable td.last {
  padding-right: 28px;
  border-right: solid 1px #fff;
}

.footer-information .timetable td.on {
  font-size: 22px;
}

.footer-information-icon {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
}

.footer-information-icon li {
  flex: 1;
  padding: 0 10px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: -0.06em;
  text-align: center;
}

.footer-information-icon li .icon {
  margin-bottom: 12px;
}

.footer-information .table-yagou {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.footer-information .table-yagou th,
.footer-information .table-yagou td {
  padding: 10px 20px;
  vertical-align: middle;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.footer-float-menu-pc {
  position: fixed;
  right: 0;
  top: 50%;
  max-width: 5vw;
  transform: translateY(-50%);
  z-index: 5;
}

.footer-float-menu-pc a {
  display: block;
  background: #FF8A00;
}

.footer-float-menu-sp {
  display: none;
}

.footer-copyright {
  padding: 8px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: #231815;
  border-top: solid 1px #343E52;
}
