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

img {
  max-width: 100%;
  height: auto; }

html body header > h1 {
  text-align: center;
  padding: 7px; }
html body header > h1 img {
  max-width: 70%; }
html body header .gnavBtn button {
  top: 0;
  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: 1rem 0; }
html body .page_title h2 {
  font-size: 1.5rem;
  font-weight: normal; }
html body .mainVi {
  width: 100%;
  margin: 0 auto 0 auto; }
html body .mainVi img {
  display: block;
  width: 100%;
  height: auto; }
html body #content.bg_gray {
  background-color: #F5F5F0; }
html body #content .inner {
  width: 100%;
  margin: 0 auto;
  padding: 1rem; }
html body #content .inner .news_list h3 {
  font-size: 1.5rem;
  text-align: center;
  padding: 0 0 0.5rem 0; }
html body #content .inner .news_list .items a {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  padding: 0.8rem 0;
  display: block;
  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: inline-block;
  padding: 0; }
html body #content .inner .news_list .items a > div.date {
  width: auto; }
html body #content .inner .news_list .items a > div.category {
  width: auto; }
html body #content .inner .news_list .items a > div.category span {
  background-color: white;
  padding: 0.3em;
  width: auto;
  display: inline; }
html body #content .inner .news_list .items a > div.title {
  display: block;
  padding: 0.5rem 2rem 0 0; }
html body #content .inner .parking_list {
  margin-bottom: 1rem; }
html body #content .inner .parking_list h3 {
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem 0; }
html body #content .inner .parking_list .items {
  display: block;
  margin: 0; }
html body #content .inner .parking_list .items .item {
  display: block;
  width: 100%;
  padding: 0 0 1rem 0; }
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: 1rem;
  text-decoration: none;
  padding: 0.5em 0;
  width: 100%;
  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: 1rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center; }
html body #content .inner .teiki_info h3 {
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 0;
  color: white; }
html body #content .inner .teiki_info p {
  color: white;
  text-align: center;
  padding-bottom: 1rem; }
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: 1rem;
  text-decoration: none;
  padding: 1em 0;
  width: 100%;
  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: 1rem;
  background-color: #F5F5F0;
  padding: 1rem;
  -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: 1.5rem;
  text-align: center;
  padding: 1rem 0;
  color: #EC7941; }
html body #content .inner .service_info p {
  color: black;
  text-align: center;
  padding-bottom: 1rem; }
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: 1rem;
  text-decoration: none;
  padding: 1em 0;
  width: 100%;
  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: 1rem; }
html body #content .inner .teiki_list .list {
  display: block;
  width: 100%;
  border-spacing: 1.5rem;
  padding: 1rem 1rem 0 1rem; }
html body #content .inner .teiki_list .list .item {
  display: block;
  width: 100%;
  padding: 1rem;
  margin-bottom: 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 1rem 1rem 1rem;
  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: 1rem 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: 2rem 0; }
html body #content .inner .page_details h2 {
  font-size: 1.5rem;
  padding: 1rem 0;
  font-weight: normal; }
html body #content .inner .page_details h3 {
  font-size: 1.5rem;
  padding-top: 1rem;
  font-weight: normal; }
html body #content .inner .page_details .map iframe {
  border: none;
  width: 100%;
  min-height: 320px; }
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: 1rem;
  line-height: 1.8em; }
html body #content .inner .page_details .details .wrap h5 {
  font-size: 1.2rem;
  color: #EC7941; }
html body #content .inner .page_details .details .wrap a {
  color: #EC7941; }
html body #content .inner .page_details .details .wrap .image {
  display: block;
  margin: 0; }
html body #content .inner .page_details .details .wrap .image > div {
  display: block;
  padding: 0;
  width: 100%; }
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;
  margin-bottom: 1rem; }
html body #content .inner .page_details .details .wrap .list {
  text-align: left;
  padding: 0; }
html body #content .inner .page_details .details .wrap p.pickup {
  font-size: 1.2rem;
  font-weight: bold; }
html body #content .inner .page_details .details .table {
  padding: 1rem; }
html body #content .inner .page_details .details .table table {
  width: 100%; }
html body #content .inner .page_details .details .table table tbody tr {
  display: block; }
html body #content .inner .page_details .details .table table tbody tr th, html body #content .inner .page_details .details .table table tbody tr td {
  display: block;
  text-align: left;
  vertical-align: top;
  font-size: 0.9rem;
  line-height: 1.8em;
  padding: 0.5rem 0;
  border: none; }
html body #content .inner .page_details .details .table table tbody tr th {
  width: 100%;
  padding-top: 1rem; }
html body #content .inner .page_details .details .table table tbody tr td {
  border-bottom: 1px dotted gray;
  padding-bottom: 1rem; }
html body #content .inner .page_details .details .table table tbody tr:first-child td {
  border-top: none; }
html body #content .inner .more_link {
  text-align: center;
  padding: 1rem 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: 1rem;
  text-decoration: none;
  padding: 0.5rem 0;
  width: 100%;
  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 .pagenation {
  padding-bottom: 40px; }
html body .pagenation .inner {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0; }
html body .pagenation .inner ul.pager {
  text-align: center; }
html body .pagenation .inner ul.pager li {
  display: inline-block;
  text-align: center;
  font-size: 0; }
html body .pagenation .inner ul.pager li a, html body .pagenation .inner ul.pager li span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #434343; }
html body .pagenation .inner ul.pager li span {
  color: #ccc; }
html body .pagenation .inner ul.pager li.prev {
  margin-right: 15px;
  border: none; }
html body .pagenation .inner ul.pager li.next {
  margin-left: 15px;
  border: none; }
html body .pagenation .inner ul.pager .num {
  padding: 0 10px;
  border-right: 1px solid #434343; }
html body .pagenation .inner ul.pager .first {
  border-left: 1px solid #434343; }
html body .pagenation .inner .back {
  margin-bottom: 100px;
  text-align: center; }
html body .pagenation .inner .back a {
  display: inline-block;
  background-color: #ececec;
  color: #000;
  font-size: 12px;
  padding: 1em 1.2em; }
html body .pagenation .inner .back a:before {
  content: ">";
  font-size: 0.8em;
  margin-right: 0.5em; }
html body .footerIcon .inner {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0; }
html body .footerIcon .inner .icons {
  text-align: center; }
html body #footer {
  margin-top: 3rem;
  background-color: #F5F5F0;
  padding: 2rem; }
html body #footer .inner {
  width: 100%;
  margin: 0 auto; }
html body #footer .inner nav {
  display: none;
  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; }
