* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.pagination ul, .pagination li {
  list-style-type: none; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  font-size: 13px; }

.pagination span, .pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 0.5em 1em;
  border: 1px solid #EC7941;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  color: #EC7941; }

.pagination .pager {
  width: 32px; }

.pagination a:hover, .pagination .current {
  color: #fff;
  border-color: #EC7941;
  background-color: #EC7941; }

.pagination a.prev {
  margin-right: 16px; }

.pagination a.next {
  margin-left: 16px; }

.pagination span.page_num {
  display: none; }

html body header > h1 {
  text-align: center;
  padding: 7px; }
html body header .gnavBtn button {
  top: 1em;
  background-color: rgba(255, 255, 255, 0.8); }
html body .drawer-nav ul li a {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  padding: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none; }
html body .drawer-nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1); }
html body .drawer-nav ul li.current-menu-item a {
  background-color: rgba(255, 255, 255, 0.2); }
html body .page_title {
  background-color: #F5F5F0;
  text-align: center;
  padding: 3em 0; }
html body .page_title h2 {
  font-size: 36px;
  font-weight: normal; }
html body .mainVi {
  width: 1110px;
  margin: 0 auto 3rem auto; }
html body .mainVi img {
  display: block;
  width: 100%;
  height: auto; }
html body #content.bg_gray {
  background-color: #F5F5F0; }
html body #content .inner {
  width: 1110px;
  margin: 0 auto;
  padding: 2rem 0; }
html body #content .inner .news_list h3 {
  font-size: 27px;
  text-align: center;
  padding: 1.5em 0; }
html body #content .inner .news_list .items a {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  display: table;
  width: 100%;
  color: black;
  text-decoration: none;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center right; }
html body #content .inner .news_list .items a:last-child {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }
html body #content .inner .news_list .items a:hover {
  background-color: rgba(255, 255, 255, 0.7); }
html body #content .inner .news_list .items a > div {
  display: table-cell;
  padding: 1.2em 0; }
html body #content .inner .news_list .items a > div.date {
  font-size: 0.9em;
  width: 124px; }
html body #content .inner .news_list .items a > div.category {
  width: 190px;
  font-size: 0.9em; }
html body #content .inner .news_list .items a > div.category span {
  background-color: white;
  padding: 0.5em 0;
  width: 90%;
  display: inline-block;
  text-align: center; }
html body #content .inner .parking_list {
  margin-bottom: 4em; }
html body #content .inner .parking_list h3 {
  font-size: 27px;
  text-align: center;
  padding: 1.5em 0; }
html body #content .inner .parking_list .items {
  display: table;
  margin: 0 -20px; }
html body #content .inner .parking_list .items .item {
  display: table-cell;
  width: 33.3333%;
  padding: 0 20px; }
html body #content .inner .parking_list .items .item .image img {
  width: 100%;
  height: auto;
  display: block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }
html body #content .inner .parking_list .items .item h4 {
  padding: 1em 0;
  text-align: center;
  font-size: 1rem; }
html body #content .inner .parking_list .items .item .link {
  text-align: center;
  padding: 0 0 2em 0; }
html body #content .inner .parking_list .items .item .link a {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  background-color: white;
  color: #EC7941;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding: 0.5em 5em;
  border: 2px solid #EC7941;
  -moz-border-radius: 100em;
  -webkit-border-radius: 100em;
  border-radius: 100em; }
html body #content .inner .parking_list .items .item .link a:hover {
  background-color: #EC7941;
  border: 2px solid #EC7941;
  color: white; }
html body #content .inner .teiki_info {
  background-color: #EC7941;
  padding: 0 2em 2em 2em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center; }
html body #content .inner .teiki_info h3 {
  font-size: 27px;
  text-align: center;
  padding: 1.5em 0;
  color: white; }
html body #content .inner .teiki_info p {
  color: white;
  text-align: center;
  padding-bottom: 2em; }
html body #content .inner .teiki_info a {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  background-color: white;
  color: #EC7941;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding: 1em 10em;
  border: 2px solid #EC7941;
  -moz-border-radius: 100em;
  -webkit-border-radius: 100em;
  border-radius: 100em; }
html body #content .inner .teiki_info a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #EC7941;
  color: white; }
html body #content .inner .service_info {
  margin-top: 3rem;
  background-color: #F5F5F0;
  padding: 0 2em 2em 2em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid #EC7941;
  text-align: center; }
html body #content .inner .service_info h3 {
  font-size: 27px;
  text-align: center;
  padding: 1.5em 0;
  color: #EC7941; }
html body #content .inner .service_info p {
  color: black;
  text-align: center;
  padding-bottom: 2em; }
html body #content .inner .service_info a {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  background-color: #EC7941;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding: 1em 10em;
  border: 2px solid #EC7941;
  -moz-border-radius: 100em;
  -webkit-border-radius: 100em;
  border-radius: 100em; }
html body #content .inner .service_info a:hover {
  background-color: white;
  border: 2px solid #EC7941;
  color: #EC7941; }
html body #content .inner .teiki_list {
  margin-top: 3rem; }
html body #content .inner .teiki_list .list {
  display: table;
  width: 100%;
  border-spacing: 1.5rem; }
html body #content .inner .teiki_list .list .item {
  display: table-cell;
  width: 33.33333%;
  padding: 1rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: white; }
html body #content .inner .teiki_list .list .item h4 {
  padding-bottom: 1rem; }
html body #content .inner .teiki_list .list .item ul {
  padding: 1rem 0;
  border-top: 1px dotted gray; }
html body #content .inner .teiki_list .list .item ul li {
  list-style-type: none; }
html body #content .inner .teiki_list .list .item ul li strong {
  color: #EC7941; }
html body #content .inner .teiki_list .text {
  padding: 0 1.5rem 1.5rem 1.5rem;
  text-align: left; }
html body #content .inner .teiki_list .text p {
  font-size: 0.9rem;
  line-height: 1.5em;
  padding: 0.5em 0; }
html body #content .inner .text-box {
  margin: 1.5rem 0;
  text-align: left; }
html body #content .inner .text-box p {
  font-size: 0.9rem;
  line-height: 1.5em;
  padding: 0.5em 0; }
html body #content .inner .page_details {
  text-align: center; }
html body #content .inner .page_details hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5em 0; }
html body #content .inner .page_details h2 {
  font-size: 40px;
  padding: 2em 0 0 0;
  font-weight: normal; }
html body #content .inner .page_details h3 {
  font-size: 40px;
  padding-top: 2em;
  font-weight: normal; }
html body #content .inner .page_details .map iframe {
  border: none;
  width: 100%;
  min-height: 500px; }
html body #content .inner .page_details .details {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }
html body #content .inner .page_details .details.bg_gray {
  background-color: #F5F5F0; }
html body #content .inner .page_details .details .wrap {
  padding: 3em 0;
  line-height: 1.8em; }
html body #content .inner .page_details .details .wrap h5 {
  font-size: 24px;
  color: #EC7941; }
html body #content .inner .page_details .details .wrap a {
  color: #EC7941; }
html body #content .inner .page_details .details .wrap .image {
  display: table;
  margin: 0 -20px; }
html body #content .inner .page_details .details .wrap .image > div {
  display: table-cell;
  padding: 0 20px;
  width: 50%; }
html body #content .inner .page_details .details .wrap .image > div img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  width: 100%;
  height: auto; }
html body #content .inner .page_details .details .wrap .list {
  text-align: left;
  padding: 0 2em; }
html body #content .inner .page_details .details .wrap p.pickup {
  font-size: 1.5em;
  font-weight: bold; }
html body #content .inner .page_details .details .table {
  padding: 2rem; }
html body #content .inner .page_details .details .table table {
  width: 100%; }
html body #content .inner .page_details .details .table table tbody tr:first-child th, html body #content .inner .page_details .details .table table tbody tr:first-child td {
  border-top: 1px dotted gray; }
html body #content .inner .page_details .details .table table tbody tr th, html body #content .inner .page_details .details .table table tbody tr td {
  border-bottom: 1px dotted gray;
  text-align: left;
  vertical-align: top;
  font-size: 0.9rem;
  line-height: 1.8em;
  padding: 1rem 0; }
html body #content .inner .page_details .details .table table tbody tr th {
  width: 20%; }
html body #content .inner .more_link {
  text-align: center;
  padding: 2em 0; }
html body #content .inner .more_link a {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  background-color: #EC7941;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding: 1em 10em;
  border: 2px solid #F5F5F0;
  -moz-border-radius: 100em;
  -webkit-border-radius: 100em;
  border-radius: 100em; }
html body #content .inner .more_link a:hover {
  background-color: white;
  border: 2px solid #EC7941;
  color: #EC7941; }
html body #content .inner .single_details {
  text-align: left;
  line-height: 2.5em;
  padding-bottom: 2rem; }
html body #content .inner .single_details .post_meta {
  font-size: 0.8em; }
html body #content .inner .single_details a {
  color: #EC7941; }
html body #content .inner .single_details h1 {
  font-size: 1.4rem;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
html body #content .inner .single_details h2, html body #content .inner .single_details h3, html body #content .inner .single_details h4, html body #content .inner .single_details h5, html body #content .inner .single_details h6 {
  font-size: 1rem;
  padding: 0.5em 0; }
html body #content .inner .single_details .alignright {
  float: right;
  margin-left: 1em; }
html body #content .inner .single_details .alignleft {
  float: left;
  margin-right: 1em; }
html body #content .inner .single_details p {
  padding: 0.5em 0; }
html body .footerIcon .inner {
  width: 1110px;
  margin: 0 auto;
  padding: 30px 0; }
html body .footerIcon .inner .icons {
  text-align: center; }
html body #footer {
  margin-top: 6rem;
  background-color: #F5F5F0;
  padding: 2rem; }
html body #footer .inner {
  width: 1110px;
  margin: 0 auto; }
html body #footer .inner nav {
  padding-bottom: 26px; }
html body #footer .inner nav ul {
  text-align: center; }
html body #footer .inner nav ul li {
  display: inline-block; }
html body #footer .inner nav ul li a {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
  padding: 0 1em;
  text-decoration: none; }
html body #footer .inner nav ul li a:hover {
  text-decoration: underline; }
html body #footer .inner .logo {
  text-align: center; }
html body #footer .inner .logo p {
  font-weight: bold;
  padding: 1em 1em 2em 1em; }
html body #footer .inner .copyright {
  text-align: center;
  font-size: 11px;
  color: #000; }
html body .pageTop {
  position: fixed;
  right: 0;
  bottom: 80px;
  width: 70px;
  height: 70px; }
html body .pageTop img {
  cursor: pointer; }
html body .pageTop img:hover {
  opacity: 0.9; }
