/*
----------------------------------------------------------------------------- */
/* rgba(5,110,160,1.00) LONG LIFE BLUE 
   rgba(0,125,230,1.00) LONG LIFE LINK BLUE */
/* -------------------------------------------------------------------------- */
/*	CSS Reset
/* -------------------------------------------------------------------------- */
html, body {
  border: none;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
blockquote::before, blockquote::after {
  content: "";
}
/* -------------------------------------------------------------------------- */
/*	Document Setup
/* -------------------------------------------------------------------------- */
html {
  font-size: 62.5%; /* 1rem = 10px */
  /*overflow-x: hidden;*/ /* 041108 check if modal fixed*/
}
body {
  background-color: rgba(255, 255, 255, 1.00);
  box-sizing: border-box;
  color: rgba(50, 50, 50, 1.00);
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: -0.015em;
  text-align: left;
}
*, *::before, *::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}
/* Clearing ---------------------------------- */
.group::after, .entry-content::after {
  clear: both;
  content: "";
  display: block;
}
.clear, .clear::after {
  clear: both;
  content: "";
  display: block;
}
/* Base Transitions -------------------------- */
a, path {
  transition: all 0.15s linear;
}
/* Screen Reader Text ------------------------ */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* -------------------------------------------------------------------------- */
/*	Element Base
/* ---------------------------------------------*---------------------------- */
main {
  display: block;
  margin: 0 auto;
}
.serif {
  font-family: 'Marcellus', 'Noto Serif JP', serif;
}
h1, h2, h3, h4, h5, h6, .faux-heading {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 600;
  letter-spacing: -0.0415625em;
  line-height: 1.5;
  margin: 0 0 2rem;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.7rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1.4rem;
  letter-spacing: 0.03125em;
  text-transform: uppercase;
}
p {
  line-height: 1.5;
  margin: 0 0 1rem 0;
}
p.text-indent {
  padding-left: 1.4rem;
  text-indent: -1.4rem
}
em, i, q, dfn {
  font-style: italic;
}
em em, em i, i em, i i, cite em, cite i {
  font-weight: bolder;
}
big {
  font-size: 1.2em;
}
small, .small, .small-text {
  font-size: 75% !important;
}
.large, .large-text {
  font-size: 125% !important;
}
b, strong {
  font-weight: 800;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
abbr, acronym {
  cursor: help;
}
address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}
.caution, .hilite, .hilight, .highlight {
  color: rgba(180, 0, 0, 1.00);
}
.blue {
  color: rgba(5, 110, 160, 1.00);
}
.green {
  color: rgba(68, 146, 24, 1.00);
}
.caption {
  font-size: 80%;
  line-height: 1.1;
  margin-top: 0.4rem !important;
}
hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #dcd7ca;
  margin: 4rem 0;
}
hr.styled-separator {
  background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
  background-color: transparent !important;
  border: none;
  height: 0.1rem;
  overflow: visible;
  position: relative;
}
hr.styled-separator::before, hr.styled-separator::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1.6rem;
  position: absolute;
  top: calc(50% - 0.8rem);
  transform: rotate(22.5deg);
  width: 0.1rem;
}
hr.styled-separator::before {
  left: calc(50% - 0.5rem);
}
hr.styled-separator::after {
  right: calc(50% - 0.5rem);
}
a {
  color: rgba(0, 125, 230, 1.00);
}
/* Hover effects */
a, a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a, a:visited, a:focus {
  color: rgba(0, 125, 230, 1.00);
  outline: none;
  box-shadow: none;
  text-decoration: none !important;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
img {
  width: 100%;
  height: auto;
}
.column-container {
  margin-bottom: 4rem;
}
.column-container.nested {
  margin-bottom: 0;
}
/* Lists ------------------------------------- */
ul, ol {
  margin: 0 0 3rem 3rem;
  margin: 0 0 2rem 0;
}
ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}
ul ul ul {
  list-style: square;
}
ol {
  list-style: decimal;
}
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
li {
  line-height: 1.5;
  margin: 0;
}
li > ul, li > ol {
  margin: 0;
}
.reset-list-style, .reset-list-style ul, .reset-list-style ol {
  list-style: none;
  margin: 0;
}
.reset-list-style li {
  margin: 0;
}
dt, dd {
  line-height: 1.5;
}
dt {
  font-weight: 500;
}
dt + dd {
  margin-top: 0.5rem;
}
dd + dt {
  margin-top: 1.5rem;
}
/* LINK BUTTONS */
p.link-footer a::after, a.ex-link::after, a.down-link::after, a.up-link::after, a.page-link::after, li.ex-link a::after, li.down-link a::after, li.up-link a::after, li.page-link a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
p.link-footer a::after, a.page-link::after, li.page-link a::after {
  content: "\f35a"; /* arrow-alt-circle-right */
}
p.link-footer a.ex-link::after, a.ex-link::after, li.ex-link a::after {
  content: "\f35d"; /* external-link-alt */
}
p.link-footer a.down-link::after, a.down-link::after, li.down-link a::after {
  content: "\f358"; /* arrow-alt-circle-down */
}
p.link-footer a.up-link::after, a.up-link::after, li.up-link a::after {
  content: "\f35b"; /* arrow-alt-circle-up */
}
a.ex-link::after, a.down-link::after, a.up-link::after, a.page-link::after, li.ex-link a::after, li.down-link a::after, li.up-link a::after, li.page-link a::after {
  font-size: 80%;
}
p.link-footer {
  font-size: 90%;
  text-align: right;
  line-height: 1.4 !important;
  margin: 0.4rem 0;
}
p.link-footer:first-child {
  margin-top: 2rem;
}
p.link-footer a::after {
  padding-left: 0.15em;
  padding-right: 0.4rem !important;
  padding-right: 0;
  font-size: 90%;
}
.header-logo {
  position: absolute;
  left: 1rem;
  top: 1rem;
  max-width: 75%;
  display: flex;
  justify-content: space-between;
}
.header-logo img {
  margin: 0;
  padding: 0;
}
.header-logo h2 {
  width: 28%;
  margin-bottom: 0;
}
.header-logo-sub {
  width: 68%;
}
.header-logo-sub h3 {
  margin-bottom: 0;
}
/* Toggles ----------------------------------- */
.toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: inherit;
  user-select: none;
}
button.toggle {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  padding: 0;
  text-transform: none;
}
.toggle-text {
  text-indent: -9999px;
  display: none;
}
/* Navigation Toggle ------------------------- */
header.site-header {
  z-index: 9 !important;
  width: 100%;
}
.menu-wrapper {
  width: 100%;
}
.nav-toggle {
  position: fixed;
  bottom: auto;
  right: 2rem;
  top: 2rem;
  width: 4rem;
  height: 4rem;
  z-index: 100;
}
.nav-toggle .toggle-inner {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0.8rem 1rem;
  background-color: rgba(5, 110, 160, 0.85) /* LONG LIFE BLUE */ ;
  background-color: rgba(0, 125, 230, 0.85);
  border-radius: 0.3rem;
  margin-right: 5rem !important;
}
.nav-toggle .toggle-icon, .nav-toggle svg, .nav-toggle i {
  font-size: 120%;
  color: rgba(255, 255, 255, 1.00);
  height: 0.6rem;
  width: auto;
}
/* Hiding and Showing ------------------------ */
.js .show-js {
  display: block !important;
}
.js .hide-js {
  display: none !important;
}
.no-js .show-no-js {
  display: block !important;
}
.no-js .hide-no-js {
  display: none !important;
}
/* -------------------------------------------------------------------------- */
/*	5. Menu Modal
/* -------------------------------------------------------------------------- */
.menu-modal {
  background: transparent;
  display: none;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  right: -50rem;
  top: 0;
  -webkit-transition: all 0.6s !important;
  transition: all 0.6s !important;
  z-index: 100;
}
.menu-modal .section-inner {
  width: calc(100% - 4rem);
}
.admin-bar .menu-modal {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .menu-modal {
    top: 46px;
  }
}
.menu-modal.show-modal {
  display: flex;
}
.menu-modal.active {
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.menu-modal-inner {
  background: rgba(255, 255, 255, 0.80);
  display: flex;
  justify-content: stretch;
  overflow: auto;
  -ms-overflow-style: auto;
  width: 100%;
}
.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  outline: none;
}
button.close-nav-toggle {
  align-items: center;
  display: flex;
  font-size: 2.8rem;
  font-weight: 500;
  justify-content: flex-end;
  padding: 2rem;
  width: 100%;
  outline: none;
  right: 0;
}
button.close-nav-toggle i {
  color: rgba(207, 119, 31, 1.00);
  height: 4rem;
  width: 4rem;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0.6rem;
  border-radius: 0.4rem;
  transition: transform 0.15s ease-in-out;
}
button.close-nav-toggle i:focus, button.close-nav-toggle i:hover {
  transform: scale(1.15);
}
.menu-modal .menu-top {
  flex-shrink: 0;
}
/* Main Menu --------------------------------- */
.modal-menu {
  position: relative;
  left: 0;
  width: 100vw;
}
.modal-menu a {
  font-weight: 600 !important;
  color: rgba(60, 60, 60, 1.00);
}
.modal-menu a i {
  padding-left: 0.5rem;
  color: rgba(255, 255, 255, 0.65);
}
.modal-menu a i.fa-map-marker-alt {
  color: rgba(230, 0, 3, 1.00);
}
.modal-menu li {
  border-color: rgba(90, 90, 90, 0.40);
  border-color: rgba(243, 150, 0, 1.00);
  border-style: solid;
  border-width: 0.25rem;
  border-radius: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
  justify-content: flex-start;
  margin: 0.6rem;
  background-color: rgba(255, 255, 255, 1.00);
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
  color: rgba(255, 255, 255, 1.00);
  color: rgba(60, 60, 60, 1.00);
  font-size: 1.8rem;
  letter-spacing: 0.0175em;
}
/*.modal-menu > li:last-child {
  border-bottom-width: 0.1rem;
}*/
.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.modal-menu a {
  display: block;
  padding: 1.4rem 2rem;
  text-decoration: none;
  width: 100%;
}
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a, .modal-menu li.current-menu-item > .ancestor-wrapper > a {
  opacity: 0.6;
}
.modal-menu li.current-menu-item > .ancestor-wrapper > a::before {
  content: "\f140";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  padding-right: 0.25rem;
}
button.sub-menu-toggle {
  border-left: 0.2rem dotted rgba(255, 255, 255, 0.75);
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 2rem;
}
button.sub-menu-toggle svg {
  color: rgba(255, 255, 255, 0.75);
  height: 0.9rem;
  transition: transform 0.15s linear;
  width: 1.5rem;
}
.modal-menu ul button.sub-menu-toggle {
  padding-right: 1.2rem;
}
button.sub-menu-toggle.active svg {
  transform: rotate(180deg);
}
.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%;
}
.modal-menu ul li a {
  color: rgba(255, 255, 255, 1.00);
}
.modal-menu ul li i {
  color: rgba(147, 140, 141, 1.00);
  padding-left: 0.6rem;
}
.modal-menu ul li i:first-of-type {
  padding-left: 1.2rem;
}
.modal-menu ul li {
  background-color: rgba(150, 200, 255, 0.20);
  margin-left: 1.5rem;
}
/* Main menu animation ----------------------- */
.menu-wrapper .menu-item {
  position: relative;
}
.menu-wrapper .active {
  display: block;
}
.menu-wrapper.is-toggling {
  pointer-events: none;
}
.menu-wrapper.is-toggling .menu-item {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
  width: auto;
}
.menu-wrapper.is-animating .menu-item, .menu-wrapper.is-animating .toggling-target {
  transition-duration: 250ms;
}
.menu-wrapper.is-animating .menu-item {
  transition-property: transform;
}
.menu-wrapper.is-toggling .toggling-target {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.menu-wrapper.is-toggling .toggling-target.active {
  opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target {
  display: block;
  transition-property: opacity;
  opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target.active {
  opacity: 1;
}
.menu-wrapper.is-toggling .modal-menu > li:last-child li {
  border-top-color: transparent;
  border-bottom-width: 0.1rem;
}
@media (prefers-reduced-motion: reduce) {
  .menu-wrapper.is-animating .menu-item, .menu-wrapper.is-animating .toggling-target {
    transition-duration: 1ms !important;
  }
}
/* Expanded Menu ----------------------------- */
.expanded-menu {
  display: none;
}
.mobile-menu {
  display: block;
}
/*  PAGE SIDE BTNS SETTINGS */
.fixed-btns {
  position: fixed;
  display: flex;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.65);
}
.fixed-btns .phone-btn, .fixed-btns .access-btn {
  flex-basis: 50%;
  border-radius: 1rem;
}
.fixed-btns .phone-btn {
  margin: 1rem 0.5rem 1rem 1.2rem;
  background-color: rgba(0, 125, 230, 1.00);
}
.fixed-btns .access-btn {
  margin: 1rem 1.2rem 1rem 0.5rem;
  background-color: rgba(63, 154, 88, 1.00);
}
.fixed-btns .phone-btn a, .fixed-btns .access-btn a {
  display: block;
  color: rgba(255, 255, 255, 1.00);
  font-size: 90%;
  text-align: center;
  left: 0;
  width: 100%;
  padding: 1.2rem 0 1rem;
  line-height: 1.1;
}
.fixed-btns span {
  display: block;
  font-size: 80%;
  margin-top: 0.6rem;
}
.fixed-btns .phone-btn a i, .fixed-btns .timetable-btn a i, .fixed-btns .access-btn a i {
  padding: 0 0.7rem;
}
.fixed-btns .phone-btn a {
  border-width: 0 0.1rem 0 0;
}
.fixed-btns .access-btn a {
  border-width: 0;
}
.fixed-btns .access-btn a i.fa-map-marker-alt {
  color: rgba(200, 74, 74, 1.00);
}
.fixed-btns i.fa-chevron-down, .fixed-btns i.fa-chevron-right {
  font-size: 70%;
}
section {
  padding: 6rem 2rem;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 1.00);
}
section h2.section-title {
  background-color: rgba(70, 153, 223, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border-radius: 0.4rem;
  padding: 0.6rem 1rem;
  border-left: solid rgba(168, 168, 168, 1.00)1rem;
  line-height: 1.2;
}
section .filter-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
}
section .filter-unit {
  flex-basis: 48%;
}
section.section-01 {
  height: 100vh;
  min-height: 50rem;
  background-color: rgba(243, 150, 93, 1.00);
  background-color: rgba(243, 150, 0, 1.00);
  padding-top: 20rem;
}
section.section-01 h1 {
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  line-height: 1.2;
  font-size: 17px;
  font-size: 1.7rem;
}
section.section-01 h1 img {
  max-height: 60vh;
  width: auto;
}
@media (max-width: 375px) {
  section.section-01 {
    padding-top: 14rem;
  }
  section.section-01 h1 img {
    max-width: 80vw !important;
    height: auto;
  }
}
section.title-section {
  padding: 2rem 2rem 0;
}
section.title-section h2 {
  margin: 0 0 2rem;
}
section.section-02 {
  background-color: rgba(253, 255, 239, 1.00);
}
section.section-02 .filter-unit img {
  border-radius: 0.8rem;
}
section.section-03 {
  background-color: rgba(212, 227, 230, 1.00);
}
section.section-03 h2.section-title span {
  display: block;
  font-size: 65%;
}
section.section-03 .merit-set {
  background-color: rgba(255, 255, 255, 1.00);
  padding: 1.4rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  border-radius: 0.6rem;
}
section.section-03 .merit-left {
  flex-basis: 3rem;
  text-align: center;
  background-color: rgba(0, 125, 230, 1.00);
  color: rgba(253, 253, 253, 1.00);
  padding: 0.5rem;
  height: 3rem;
  border-radius: 0.4rem;
}
section.section-03 .merit-right {
  flex-basis: calc(100% - 4rem);
}
section.section-03 .merit-right ul {
	margin-left: 1.6rem;
	color: rgba(234,106,0,1.00);
}
section.section-03 .section-footer h3 {
  background-color: rgba(255, 255, 255, 1.00);
  border: dotted rgba(0, 125, 230, 1.00) 0.3rem;
  padding: 1.6rem;
  border-radius: 1rem;
}
section.section-03 .section-footer p {
  text-align: center;
}
section.section-04 {
  background-color: rgba(251, 254, 234, 1.00);
}
section.section-04 .filter-wrapper {
  margin-bottom: 4rem;
}
section.section-04 .filter-unit {
  font-size: 80%;
  background-color: rgba(103, 157, 139, 1.00);
  border-radius: 0.3rem;
  padding: 0.6rem;
  text-align: center;
}
section.section-04 .filter-unit:last-of-type {
  background-color: rgba(149, 157, 103, 1.00);
}
section.section-04 .filter-unit a {
	font-size:16px;
	font-size:1.6rem;
  color: rgba(255, 255, 255, 1.00);
  width: 100%;
  height: 100%;
	line-height: 1.3;
}
section.section-04 .filter-unit a::after {
  content: "\f358"; /* arrow-alt-circle-down */
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  padding-left: 0.4rem;
	display: block;
	font-size:160%;
	margin-top: 0.6rem;
	
}
section.section-04 p#location-01, section.section-04 p#location-02 {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(103, 157, 139, 1.00);
  padding: 0.8rem 1.4rem;
  border-radius: 0.5rem;
}
section.section-04 p#location-01 {
  background-color: rgba(103, 157, 139, 1.00);
}
section.section-04 p#location-02 {
  background-color: rgba(149, 157, 103, 1.00);
}
section.section-04 .location {
  border-bottom: dotted rgba(180, 180, 180, 1.00) 0.3rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
section.section-05 {
  background-color: rgba(255, 243, 240, 1.00);
}
section.section-05 .comfirmation h3 {
  border: solid rgba(180, 180, 180, 1.00);
  border-width: 0.5rem 0 0.5rem 0;
  padding: 0.3rem 1rem;
  background-color: rgba(255, 255, 255, 1.00);
}
section.section-05 .comfirmation .section-footer h2 {
  border: solid rgba(197, 134, 135, 1.00) 0.2rem;
  padding: 1.2rem;
  background-color: rgba(255, 255, 255, 1.00);
  border-radius: 0.4rem;
}
section.section-06 {
  background-color: rgba(236, 230, 238, 1.00);
}
section.section-07 h3.column-title {
  border: solid rgba(160, 160, 160, 1.00) 0.12rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
}
section .section-footer .next-down-btn {
  background-color: rgba(125, 125, 125, 1.00);
  color: rgba(255, 255, 255, 1.00);
  padding: 0.5rem;
  text-align: center;
  margin-bottom: 0 auto;
  border-radius: 0.4rem;
}
section .section-footer .next-down-btn a {
  display: block;
  color: rgba(255, 255, 255, 1.00);
  width: 100%;
  height: 100%;
}
section .section-footer .next-down-btn a i {
  display: block;
	font-size:160%;
	margin-top: 0.4rem;
}
.description-unit {
  margin-bottom: 5rem;
}
table.timetable {
  text-align: center;
  border: solid rgba(175, 175, 175, 1.00) 0.2rem;
  margin-bottom: 1rem;
  width: 100%;
}
table.timetable tr td:nth-child(1) {
  width: 22%;
  background-color: rgba(239, 239, 239, 1.00);
}
table.timetable tr td:nth-child(2), table.timetable tr td:nth-child(3) {
  background-color: rgba(241, 253, 237, 1.00);
  border-left: solid rgba(140, 140, 140, 1.00) 0.12rem;
}
table.timetable tr td:nth-child(2) {
  width: 28%;
}
table.timetable tr td:nth-child(3) {
  width: 50%;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid rgba(180, 180, 180, 1.00) 0.01rem !important;
  padding: 0.6rem;
  background-color: rgba(255, 255, 255, 1.00);
}
.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.site-footer {
  text-align: center;
  padding: 4rem 0 8rem;
  background-color: rgba(235, 235, 235, 1.00);
}
a.to-the-top {
  position: fixed;
  font-size: 240%;
  bottom: 9rem;
  right: 2rem;
  z-index: 99;
  background-color: rgba(0, 125, 230, 0.85);
  padding: 0.3rem 0.85rem 0.5rem;
  border-radius: 50%;
}
a.to-the-top .to-the-top-arrow {
  color: rgba(255, 255, 255, 1.00);
}
a.to-the-top .to-the-top-arrow i {
  padding: 0 !important;
}
a.to-the-top:hover {
  cursor: pointer;
}


.error404-content {
	margin: 24rem auto 10rem;
	padding: 4rem;
}


/* -------------------------------------------
POPUP SETTING
-------------------------------------------*/


.pum .theme-170 .pum-title {
	margin-bottom: 0.1rem !important;
}

.pum .theme-170 h4 {
	margin-bottom: 0.25rem;
	font-size: 2rem;
	letter-spacing: 0.07rem;
}

.pum .theme-170 h2 {
	margin-bottom: 0.2rem;
	font-size: 3.4rem;
	letter-spacing: 0.1rem;
}
.pum .theme-170 h2 a {
	color: rgba(255,250,185,1.00);
	font-weight: 600;
}


.pum .theme-170 p a {
	color: rgba(255,250,185,1.00);
}


.pum .theme-170 h2 i {
	padding-right: 0.4rem;
}

.pum .theme-170 p.phone-notice,
.pum .theme-170 p.phone-time{
	margin-bottom: 2.1rem;
}

.pum .theme-170 p.phone-time{
	border-bottom: dotted rgba(255,255,255,1.00)0.2rem;
	padding-bottom: 0.6rem;
}



/* -------------------------------------------------------------------------- */
/*	Accesories
/* -------------------------------------------------------------------------- */
.next-btn-wrapper {
  position: absolute;
  bottom: 10rem;
  left: calc(50% - 7.5rem);
  text-align: center;
  width: 15rem;
  margin: 0 auto;
  height: 7rem;
}
.next-btn-wrapper h4 {
  color: rgba(255, 255, 255, 1.00);
  margin-bottom: 0;
  padding: 0;
}
.next-btn {
  background-color: rgba(245, 136, 79, 1.00);
  background-color: rgba(150, 149, 149, 1.00);
  background-color: rgba(255, 255, 255, 1.00);
  margin: 0 auto;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  padding-top: 0.4rem;
  border: solid rgba(245, 136, 79, 1.00) 0.1rem;
}
.next-btn a {
  font-size: 200%;
  color: rgba(255, 255, 255, 1.00);
  color: rgba(245, 136, 79, 1.00);
  display: block;
  width: 100%;
  height: 100%;
}
.down-arrows *, .down-arrows *:before, .down-arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.down-arrows {
  position: relative;
  display: flex;
  height: 7rem; /*画面いっぱいにする場合100vh*/
  margin: 0.3rem auto;
  justify-content: center;
  align-items: center;
}
.down-arrows .down-arrow {
  position: absolute;
  top: 40%; /*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
.down-arrows .down-arrow-01 {
  -webkit-animation: arrow-move08 2s ease-in-out infinite;
  animation: arrow-move08 2s ease-in-out infinite;
}
.down-arrows .down-arrow-02 {
  -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
/*.down-arrows .down-arrow:before, .down-arrows .down-arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1.6rem;
	height: 0.8rem;
	content: '';
	background: rgba(255,255,255,1.00);
}*/
.down-arrows .down-arrow:before {
  -webkit-transform: rotate(30deg) translateX(-39%);
  transform: rotate(30deg) translateX(-39%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.down-arrows .down-arrow:after {
  -webkit-transform: rotate(-30deg) translateX(39%);
  transform: rotate(-30deg) translateX(39%);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@-webkit-keyframes arrow-move08 {
  0% {
    top: 10%; /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-move08 {
  0% {
    top: 10%; /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* -------------------------------------------------------------------------- */
/*	Media Queries
/* -------------------------------------------------------------------------- */
/* BASIC RESPONSIVE RULE  */
@media screen and (orientation: portrait) {
  .portrait {
    display: block !important;
  }
  .landscape {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .portrait {
    display: none !important;
  }
  .landscape {
    display: block !important;
  }
}
@media screen and (max-width: 810px) {
  .wide {
    display: none !important;
  }
  .narrow {
    display: block !important;
  }
  .narrow.inline {
    display: inline !important;
  }
  .br-wide {
    display: none !important;
  }
  img, img.half-image, img.seventy-image {
    max-width: 100% !important;
    height: auto;
  }
}
@media screen and (min-width: 600px) {
  .wide {
    display: block !important;
  }
  .wide.inline {
    display: inline !important;
  }
  .narrow, .br-narrow {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a:hover, a:focus {
    opacity: 0.6;
  }
  img.half-image {
    max-width: 50%;
    height: auto;
  }
  img.seventy-image {
    max-width: 70%;
    height: auto;
  }
  img.seventy-image.center, img.half-image.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (min-width: 600px) {
  body {
    background-color: rgba(243, 150, 0, 1.00);
  }
  .home-wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }
  /* Expanded Menu ----------------------------- */
  .expanded-menu {
    display: block;
  }
  .mobile-menu {
    display: none;
  }
  .header-logo {
    width: 30rem;
  }
  .header-logo img {
    max-width: 100%;
    height: auto;
  }
  /* Menu Modal ---------------------------- */
  /*  button.close-nav-toggle {
    right: -0.3rem;
  }*/
  /* Menu Modal ---------------------------- */
  .menu-modal, .menu-modal-inner {
    width: 60rem;
  }
  .modal-menu {
    left: auto;
    width: 100%;
  }
  .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
    font-size: 1.8rem;
  }
  .menu-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 4.4rem 0;
  }
  .next-btn-wrapper {
    position: relative;
    left: auto;
    top: 7rem;
    margin: 0 auto;
    height: 7rem;
  }
  section {
    padding: 3rem;
    max-width: 78rem;
    margin: 0 auto 4rem;
    border-radius: 1.4rem !important;
  }
  section.section-01 {
    padding-top: 10rem;
  }
  section.title-section {
    padding: 2rem;
  }
  section.title-section h2 {
    margin: 0 8% 3rem;
  }
  .privacy-wrapper {
    background-color: rgba(200, 200, 200, 1.00);
  }
}