@charset "UTF-8";
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

html {
  overflow-y: scroll;
}

html, body {
  position: relative;
  background-color: #FFF;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow-x: hidden;
  font-size: 14px;
}

a, button {
  color: #000;
  cursor: pointer;
}

.photoswipe img {
  cursor: pointer;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
  /*transition: all .4s ease;*/
}

.optional {
  font-size: 0.8em;
}

.required {
  font-size: 0.8em;
  color: #A00;
}

.error-message {
  padding-top: 5px;
  font-weight: bold;
  font-size: 0.8em;
  color: #A00;
}

.open-modal {
  font-weight: bold;
  color: #014c8c;
  text-decoration: underline;
}

.container-wrapper {
  background-color: #FFF;
  z-index: 999;
  position: relative;
  min-height: 1500px;
}

nav {
  margin-top: 50px;
  font-size: 0.9em;
}

#Top nav {
  margin-top: 1000px;
}
@media screen and (max-width: 767px) {
  #Top nav {
    height: 30px;
    overflow: hidden;
  }
  #Top nav ul {
    height: 45px;
  }
}

#HeaderTel {
  color: #008cee;
  font-weight: bold;
  font-size: 24px;
  margin: 5px 0;
}

#PartsBusiness ul {
  padding: 0;
  list-style-type: none;
}
#PartsLink ul {
  padding: 0;
  list-style-type: none;
}
header {
  position: fixed;
  width: 100%;
  padding: 0;
  background: #fff;
  z-index: 101;
  transition: all 0.3s ease;
  font-family: "Avenir", Verdana, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.header-inner {
  position: relative;
  padding: 26px 10px 20px;
  background: #fff;
  transition: all 0.3s ease;
}
.header-inner .header-headline {
  margin-bottom: 1.2rem;
  text-align: center;
  transition: all 0.3s ease;
}
.header-inner .header-headline img {
  width: 160px;
  transition: all 0.3s ease;
}
.header-inner nav {
  position: relative;
  margin: 0 !important;
  padding: 0;
}
.header-inner nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.header-inner nav li {
  display: inline-block;
  padding: 0;
}
.header-inner nav a {
  color: #000;
  display: block;
  transition: all 0.2s ease;
}
.header-inner nav a:hover {
  padding: 6px 30px 6px 10px;
  text-decoration: none;
}
.header-inner .gnav-sp-scroll {
  position: absolute;
  display: inline-block;
  top: 2px;
  padding: 8px 6px 5px;
  line-height: 1;
  background: #f2f2f2;
}
.header-inner .gnav-sp-scroll-left {
  left: 0px;
}
.header-inner .gnav-sp-scroll-right {
  right: 0px;
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0;
    background: rgba(255, 255, 255, 0);
  }
  .header-inner .header-headline {
    padding: 0 4px;
  }
  .header-inner .header-headline img {
    width: auto;
    height: 30px;
  }
  .header-inner nav {
    margin: 0 !important;
    padding: 0;
  }
  .header-inner nav ul {
    height: 30px;
    padding: 0 15px;
    border: none;
    background: #f2f2f2;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .header-inner nav li {
    display: inline-block;
    padding: 0;
  }
  .header-inner nav a {
    color: #000;
    display: block;
    padding: 4px 16px 4px 0;
    transition: all 0.2s ease;
  }
  .header-inner nav a:hover {
    text-decoration: none;
    padding-left: 8px;
  }
}
@media screen and (max-width: 575px) {
  .header-inner .header-headline {
    margin: 6px 0 12px;
  }
}

header form {
  font-size: 0;
}
header form input[type=search] {
  display: inline-block;
  width: calc(100% - 50px);
  font-size: 13px;
  vertical-align: top;
}
header form button {
  display: inline-block;
  width: 45px;
  height: 34px;
  margin-left: 4px;
  vertical-align: top;
  border: 1px solid #999;
}

.header-scrolled {
  box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .header-scrolled .header-inner {
    padding: 12px 10px 4px;
  }
  .header-scrolled .header-headline {
    margin-bottom: 6px;
    font-size: 1px;
    line-height: 38.5px;
  }
  .header-scrolled .header-headline img {
    width: 100px;
  }
}

#instafeed {
  margin-right: -4px;
  margin-left: -4px;
}
#instafeed li .insta-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
#instafeed li .insta-link:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#instafeed li .insta-link img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.topics-left {
  background: url("/img/geographica/news_bg.jpg") center;
  background-size: cover;
}

footer {
  position: relative;
  width: 100%;
  padding: 0;
  border-top: 1px solid #e7e7e7;
}

.footer-inner {
  position: relative;
  height: 100%;
  padding: 18px 25px;
  background: #fff;
  z-index: 999;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 20px 15px;
  }
}

footer ul {
  padding: 0;
  text-align: center;
}
footer li {
  display: inline-block;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  footer li a {
    display: block;
  }
}

.footer-logo {
  padding: 8px 0 14px;
}
.footer-logo img {
  width: 200px;
  opacity: 0.7;
}

#Navigation {
  background-color: #F4F4F4;
  padding: 5px 0;
}
#Navigation ul {
  font-weight: bold;
  padding-left: 0;
}
#Navigation ul li {
  padding: 0 2px;
}
#Navigation ul li a:hover {
  background-color: #CCC;
  color: #000;
}

.footer-menu-list {
  padding: 10px 0;
}
.footer-menu-list li {
  padding: 0 8px;
  font-size: 0.84em;
}
.footer-menu-list li a {
  color: #999;
  transition: all 0.3s ease;
}
.footer-menu-list li a:hover {
  text-decoration: none;
  color: #73594c;
}
@media screen and (max-width: 575px) {
  .footer-menu-list li {
    display: block;
    padding-bottom: 4px;
  }
}

.footer-menu-list-sns {
  margin: 0;
  padding: 0;
  font-size: 2em;
}
.footer-menu-list-sns li {
  padding: 0 8px;
  font-size: 0.84em;
}
.footer-menu-list-sns a {
  color: #999;
  transition: all 0.4s ease;
}
.footer-menu-list-sns a:hover {
  color: #73594c;
}

#Copyright {
  font-size: 0.82em;
  color: #999;
}

.side-menu {
  position: fixed;
  display: block;
  top: 0;
  left: -100%;
  height: 100%;
  padding: 10px;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  opacity: 0;
  transition: all 0.5s ease;
  overflow-y: scroll;
  box-shadow: 8px 0px 8px -1px rgba(0, 0, 0, 0.31);
}
@media screen and (max-width: 575px) {
  .side-menu {
    width: 100%;
  }
}
.side-menu a {
  color: #000;
}

.sp-menu-open {
  left: 0px;
  opacity: 1;
}

.menu-inner {
  text-align: center;
}
.menu-inner img {
  width: 160px;
}

.sp-menu-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.main-column {
  width: 100%;
}

/** Responsive Table Form **/
.responsive-table-form th {
  text-align: right;
  width: 30%;
}

@media screen and (max-width: 575px) {
  .responsive-table-form {
    overflow: hidden;
    margin: 0 -15px;
  }
  .responsive-table-form th {
    text-align: left;
  }
  .responsive-table-form h1,
  .responsive-table-form h2,
  .responsive-table-form h3,
  .responsive-table-form h4,
  .responsive-table-form h5 {
    margin-left: 5px;
  }
  .responsive-table-form .col-lg-12,
  .responsive-table-form .col-md-12,
  .responsive-table-form .col-sm-12,
  .responsive-table-form .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .responsive-table-form tbody,
  .responsive-table-form theader,
  .responsive-table-form tfooter,
  .responsive-table-form tr,
  .responsive-table-form td,
  .responsive-table-form th {
    display: block;
    margin: 0;
  }
  .responsive-table-form table {
    display: block;
    margin-bottom: 10px;
  }
  .responsive-table-form table th {
    width: 100%;
    background-color: #EEE;
    padding: 4px !important;
    z-index: 999;
    overflow: show;
    font-size: 0.9em;
  }
  .responsive-table-form table td {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    overflow: hidden;
    background-color: #FFF;
  }
  .responsive-table-form table.table-bordered th,
  .responsive-table-form table.table-bordered td {
    border: solid 0px #FFF;
  }
  .btn {
    width: 90%;
    margin: auto;
    float: none;
  }
}
.pagination {
  margin: 20px auto;
}
.pagination li.current a {
  padding: 5px 15px;
  background-color: #FA7319;
  color: #fff;
  border: 1px solid #ddd;
}
.pagination li.current a:hover {
  text-decoration: none;
  background: #FA7319;
}
.pagination li a {
  padding: 5px 15px;
  border: 1px solid #ddd;
}
.pagination li a:hover {
  text-decoration: none;
  background: #ddd;
}

.carousell-wrap {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1370px;
  margin: auto;
  padding: 130px 84px 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .carousell-wrap {
    padding: 110px 24px 0;
  }
}

#Carousel {
  position: relative;
}

.carousel-bk {
  position: absolute;
  width: 100%;
}

.carousel-bk img {
  width: 100%;
}

.section {
  width: 100% !important;
  margin: auto;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.section ul {
  margin-bottom: 0;
}
.section li {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }
}

.section-menu {
  padding: 24px 74px;
  border-bottom: 1px solid #f4f4f4;
}
.section-menu li img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .section-menu {
    padding: 5px 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-menu-instagram {
    padding: 5px 46px;
  }
}
@media screen and (max-width: 767px) {
  .section-menu-instagram {
    padding: 5px 16px;
  }
}

.section-menu-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0;
}

.section-menu-inner-topics {
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .section-menu-inner-topics {
    padding: 0;
  }
  .section-menu-inner-topics .topics-right {
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .section-menu-top {
    padding-bottom: 50px !important;
  }
}

.content-ttl {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: auto;
  padding: 0 16px 16px;
  display: flex;
  align-items: center;
}
.content-ttl > div {
  flex: auto;
}
.content-ttl p {
  display: block;
  margin: 10px 0 14px;
  padding: 10px 0 8px;
  text-align: center;
  font-size: 13px;
  color: hsla(0, 0%, 0%, 0.75);
  border-top: 1px solid hsla(0, 0%, 0%, 0.2);
}
.content-ttl p:first-letter {
  color: #df2222;
}
@media screen and (max-width: 767px) {
  .content-ttl {
    padding-bottom: 24px;
  }
}

.see-all {
  position: relative;
  display: block;
  width: 180px;
  margin: 50px auto 24px;
  padding: 6px 0;
  text-align: center;
  color: hsla(0, 0%, 0%, 0.5);
  transition: all 0.3s ease;
  cursor: pointer;
}
.see-all:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  transition: all 0.3s ease;
}
.see-all:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .see-all:hover {
    text-decoration: none;
    color: #73594c;
    font-weight: 600;
  }
  .see-all:hover:before {
    left: -10px;
    border-color: #73594c;
  }
  .see-all:hover:after {
    left: 10px;
    border-color: #73594c;
  }
}

.content h2 {
  margin: auto;
}
.content h2 svg {
  display: block;
  height: 40px;
  margin: 6px auto;
}
.content h2 span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.6);
  font-weight: 600;
}
.content figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.content figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/geographica/content-bg.png") repeat-x;
  background-position: left 0px bottom -40px;
  background-size: 20%;
}
.content figcaption {
  position: absolute;
  top: calc(100% - 52px);
  left: 0;
  width: 100%;
  height: 46px;
  padding: 14px 24px;
  font-size: 13px;
  transition: all 0.4s ease-in-out;
  color: rgba(255, 255, 255, 0.4);
}
.content figcaption:first-line {
  font-weight: 600;
  font-size: 1.1em;
}
.content:hover figcaption {
  top: calc(100% - 60px);
  color: rgb(255, 255, 255);
}

.content-menu {
  position: relative;
  overflow: hidden;
}
.content-menu a {
  position: relative;
  display: block;
}
.content-menu .menu-img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.content-menu:hover .menu-img {
  transform: scale(1.1);
}
.content-menu .menu-img-rect {
  width: 100%;
}

.list-menu-ttl {
  position: absolute;
  top: 20px;
}
.list-menu-ttl img {
  width: 80%;
}

.content-menulist a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: url("/img/geographica/content-bg.png") repeat-x;
  background-position: left 0px bottom -40px;
  background-size: 20%;
  z-index: 9;
}

.content-menulist a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center bottom;
}

.content-menulist-about a:after {
  background-image: url("/img/geographica/menu-img-about-ttl.png");
}

.content-menulist-design a:after {
  background-image: url("/img/geographica/menu-img-design-ttl.png");
}

.content-menulist-antique a:after {
  background-image: url("/img/geographica/menu-img-antique-ttl.png");
}

.content-menulist-eshop a:after {
  background-image: url("/img/geographica/menu-img-eshop-ttl.png");
}

.content-menulist-order a:after {
  background-image: url("/img/geographica/menu-img-order-ttl.png");
}

.content-menulist-access a:after {
  background-image: url("/img/geographica/menu-img-access-ttl.png");
}

.content-menulist-factory a:after {
  background-image: url("/img/geographica/menu-img-factory-ttl.png?20201008");
}

.content-menulist-levente a:after {
  background-image: url("/img/geographica/menu-img-levente-ttl.png");
}

.content-menulist-recruit a:after {
  background-image: url("/img/geographica/menu-img-recruit-ttl.png");
}

.content-menulist-blog a:after {
  background-image: url("/img/geographica/menu-img-blog-ttl.png");
}

.content-menulist-history a:after {
  background-image: url("/img/geographica/menu-img-history-ttl.png");
}

.content-menulist-glossary a:after {
  background-image: url("/img/geographica/menu-img-glossary-ttl.png");
}

.content-menulist-dictionary a:after {
  background-image: url("/img/geographica/menu-img-dictionary-ttl.png");
}

.content-menulist-access a:after {
  background-image: url("/img/geographica/menu-img-access-ttl.png");
}

.content-menulist-restoration a:after {
  background-image: url("/img/geographica/menu-img-restoration-ttl.png");
}

.content-menulist-wholesaling a:after {
  background-image: url("/img/geographica/menu-img-wholesaling-ttl.png");
}

.content-menu-wide a:before {
  content: none;
}

.content-topic {
  position: relative;
  overflow: hidden;
}

.topic-inner {
  padding: 12px;
  background: #fff;
}
.topic-inner + .topic-inner {
  margin-top: 20px;
}
.topic-inner h3 {
  padding: 4px 0;
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 1px dotted #ddd;
}
.topic-inner a {
  display: block;
  padding: 12px;
  color: #000;
  transition: all 0.3s ease;
}
.topic-inner a:not(:last-child) {
  border-bottom: 1px dotted #ddd;
}
.topic-inner a:hover {
  text-decoration: none;
  padding-left: 6px;
  padding-right: 18px;
}
.topic-inner span {
  position: absolute;
  padding-right: 20px;
  font-weight: 600;
}
.topic-inner p {
  margin: 0;
  padding-left: 106px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .topic-inner {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
  }
  .topic-inner span {
    position: relative;
    display: block;
    padding: 0 0 6px;
    line-height: 1;
  }
  .topic-inner p {
    padding-left: 0;
  }
}

.content-columm {
  overflow: hidden;
}
.content-columm a {
  position: relative;
}
.content-columm img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.content-columm span {
  position: absolute;
  display: block;
  background: #fff;
  top: calc(50% - 18px);
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  padding: 8px 0;
  color: #000;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.content-columm:hover img {
  transform: scale(1.2);
}
.content-columm:hover span {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .content-columm span {
    font-size: 22px;
  }
}

.container-geographica {
  width: 100% !important;
  padding: 0 !important;
  background: #fff;
}

.container-inner {
  padding: 10px;
}
.container-inner li a {
  display: block;
  padding: 6px 20px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .container-inner li a {
    padding: 6px 12px;
  }
}

.content-instagram {
  padding-bottom: 38px;
  font-size: 0;
}
.content-instagram a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.content-instagram a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.content-instagram a:after {
  content: "▶see more";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 45% 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  z-index: 10;
  transition: all 0.3s ease;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.4s ease;
}
.content-instagram a:hover:after {
  opacity: 1;
}
.content-instagram img {
  position: absolute;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top-bnr-area {
  display: block;
  width: 730px;
  max-width: calc(100% - 28px);
  margin: auto;
  border: 1px solid #f2f2f2;
}
.top-bnr-area img {
  width: 100%;
}

.section-menu-links button {
  position: relative;
  display: block;
  width: 180px;
  margin: 20px auto;
  padding: 6px 0;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-weight: 400;
  color: hsla(0, 0%, 0%, 0.5);
  background: #fff;
  transition: all 0.3s ease;
  border: none;
  border-radius: 0;
  line-height: 1.6;
}
.section-menu-links button:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  transition: all 0.3s ease;
}
.section-menu-links button:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .section-menu-links button:hover {
    text-decoration: none;
    color: #73594c;
    background: #fff;
    font-weight: 600;
  }
  .section-menu-links button:hover:before {
    left: -10px;
    border-color: #73594c;
  }
  .section-menu-links button:hover:after {
    left: 10px;
    border-color: #73594c;
  }
}
.section-menu-links button:focus {
  box-shadow: none;
}
.section-menu-links h3 {
  padding: 34px 20px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 1.3em;
}

.link-list li {
  position: relative;
  margin-top: 14px;
}

.link-list-inner {
  position: relative;
  height: 100%;
  border: 1px solid #ddd;
}
.link-list-inner p {
  padding: 40px 18px 40px;
  font-size: 0.9em;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .link-list-inner p {
    padding: 50px 10px 40px;
  }
}
.link-list-inner .link-list-ttl {
  position: absolute;
  top: -20px;
  width: calc(100% - 20px);
  margin: 0 10px;
  padding: 10px;
  background: #fff;
  font-size: 1em;
  font-weight: 600;
}
.link-list-inner a {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
}
.link-list-inner a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #Fdd;
  transition: all 0.3s ease;
}
.link-list-inner a:hover {
  text-decoration: none;
}
.link-list-inner a:hover:before {
  width: 0;
  left: 100%;
}

.instagram-img-list {
  width: 20%;
  padding: 12px !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-img-list {
    width: 33.3333%;
  }
  .instagram-img-list:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .instagram-img-list {
    width: 50%;
  }
}

.carousell {
  padding: 0;
}
.carousell img {
  width: 100%;
}

.slick {
  display: none;
}

.slick-initialized {
  display: block;
}

.slick-list {
  overflow: hidden;
}

.carousell button {
  display: none !important;
}

.pswp__button {
  display: block;
}

.section-menu-map {
  position: relative;
  width: 100%;
  height: 420px;
  margin: 30px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section-menu-map {
    height: 300px;
    margin: 10px 0 0;
  }
}

#accessmap {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
}

#accessmap01 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  padding-top: 10px;
  background: #e7e7e7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }
}

.side-menu form {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.side-menu form input[type=search] {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
.side-menu form button {
  display: inline-block;
  width: 50px;
  height: 33px;
  vertical-align: top;
}

.map-addit {
  z-index: 100;
  position: absolute;
  /* top: 0; */
  bottom: 50px;
  left: calc(50% - 100px);
  text-align: center;
}
.map-addit a {
  display: inline-block;
  width: 200px;
  margin: auto;
  padding: 12px 12px;
  background: #74625d;
  color: #fff;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.map-addit a:hover {
  background: #e6c6bd;
  text-decoration: none;
}

.menu-pc {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 14px;
  color: #999;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.menu-pc i {
  padding-right: 6px;
}
.menu-pc:hover {
  color: #73594c;
  border-color: #73594c;
}

.search-pc {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 14px;
  color: #999;
  z-index: 999;
  transition: all 0.3s ease;
  vertical-align: top;
  cursor: pointer;
}
.search-pc i {
  vertical-align: top;
}
.search-pc:hover {
  color: #73594c;
  border-color: #73594c;
}

.search-wrap {
  display: inline-block;
  width: 0;
  overflow: hidden;
  word-wrap: break-word;
  transition: all 0.3s ease;
}
.search-wrap input[type=search] {
  display: inline-block;
  border: none;
  width: 140px;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 2px 10px;
  vertical-align: top;
}
.search-wrap button {
  display: none;
  padding: 0;
  width: 30px;
  height: 20px;
  vertical-align: top;
}

.search-wrap-open {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .menu-sp {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 20px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row li {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 500px) {
  .see-all {
    width: 140px;
    margin: 40px auto 50px;
    font-size: 14px;
  }
  .content h2 {
    margin: 0 auto 4px;
  }
  .content h2 svg {
    display: block;
    height: 44px;
    margin: auto;
  }
  .content h2 span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
  }
  .content figure {
    position: relative;
    margin: 0;
    overflow: hidden;
  }
  .content figure figcaption {
    position: absolute;
    top: calc(100% - 46px);
    left: 0;
    width: 100%;
    height: 46px;
    padding: 14px 12px;
    font-size: 13px;
    transition: all 0.6s ease-in-out;
    color: #fff;
  }
}
.path {
  fill: #000;
  stroke: #000;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: hello 2s ease-in 0s;
  animation: hello 2s ease-in 0s;
}

@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  40% {
    　　stroke-dashoffset: 1000;
    　　fill: transparent;
  }
  50% {
    　　fill: transparent;
  }
  100% {
    　　stroke-dashoffset: 0;
    　　fill: #0060e6;
  }
}
#Content {
  font-size: 1.04em;
}

.col {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .col {
    padding: 14px 28px;
  }
}

.section-content {
  padding: 24px 0;
  border-top: 1px solid #f4f4f4;
}

.content h2 svg {
  height: 40px;
}

.content-inner {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

@media screen and (max-width: 575px) {
  .row.content-inner {
    padding: 0;
  }
}
.content-page h1 {
  margin: auto;
  text-align: center;
}
.content-page h1 span {
  font-size: 0.4em;
  color: #727272;
}
.content-page h1 span::first-letter {
  color: #df2222;
}
.content-page h1 svg {
  display: block;
  height: 40px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .content-page h1 svg {
    height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .content-page .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.content-img-fit {
  width: 100%;
}

#Content .content-ttl {
  margin: 40px auto;
  border-bottom: 1px solid #f2f2f2;
}

.content-article-detail,
.content-page p,
.content-page h2,
.content-page h3 {
  max-width: 800px;
  margin: auto;
  line-height: 2;
  color: #626262;
}

.content-page h2 {
  padding: 10px;
  border: 1px solid #f2f2f2;
  border-left: none;
  font-size: 1.6em;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 767px) {
  .content-page h2 li.content-article-detail {
    border: none;
  }
}
@media screen and (max-width: 575px) {
  .content-page h2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.content-page p {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .content-page p {
    font-size: 0.96em;
  }
}

.content-page h3 {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 1.5em;
  color: #000;
}
.content-page h3 span {
  padding-right: 8px;
  color: #df2222;
}
.content-page h3 small {
  display: block;
  line-height: 1.2;
  font-size: 0.64em;
  color: #888;
}

.img-middle {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .img-middle {
    margin: 14px 0;
    transform: initial;
  }
}

li.content-article-detail:nth-child(odd) {
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

li.content-article-detail:nth-child(even) {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.content-def-list {
  padding: 24px;
  border: 1px solid #ddd;
}
.content-def-list h4 {
  padding-top: 6px;
  font-size: 1.1em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .content-def-list h4 {
    padding-left: 10px;
    text-align: left;
  }
}
.content-def-list dl {
  margin: 0;
  padding: 0 10px;
  border-left: 1px solid #ddd;
}
.content-def-list dt {
  position: absolute;
}
.content-def-list dd {
  margin: 0;
  padding-left: 90px;
}
.content-def-list address {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .content-def-list {
    margin: 0 24px !important;
  }
  .content-def-list dl {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  p.content-inner {
    padding: 0 24px;
  }
}
.pagination {
  position: relative;
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 0.96em;
  line-height: 1;
  text-align: center;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-bottom: 30px;
  }
}
.pagination li {
  display: inline-block;
  padding: 12px;
}
.pagination li a {
  padding: 0;
  border: none;
  color: #777;
  transition: all 0.2s ease;
}
.pagination li a:hover {
  background: initial;
  color: #df2222;
}
.pagination li.current a {
  padding: 0;
  background: initial;
  color: #df2222;
  border: none;
  pointer-events: none;
}
.pagination .prev {
  position: absolute;
  left: 10px;
}
.pagination .next {
  position: absolute;
  right: 10px;
}

.pswp__caption__center {
  text-align: center;
}

#ColumnDetail {
  font-size: 1.04em;
}
#ColumnDetail .container-geographica {
  max-width: 800px;
  margin-bottom: 40px;
}
#ColumnDetail .container-geographica h2,
#ColumnDetail .container-geographica h3,
#ColumnDetail .container-geographica h4,
#ColumnDetail .container-geographica div.row,
#ColumnDetail .container-geographica a {
  margin-bottom: 40px;
  line-height: 2;
}
#ColumnDetail .container-geographica a {
  display: block;
}
#ColumnDetail .container-geographica h2,
#ColumnDetail .container-geographica h3,
#ColumnDetail .container-geographica h4 {
  border-bottom: 1px solid #e7e7e7;
}
#ColumnDetail .container-geographica h2 + p {
  position: absolute;
  right: 0;
  margin-top: -76px;
}
@media screen and (max-width: 767px) {
  #ColumnDetail .container-geographica h2 + p {
    position: relative;
    right: auto;
    margin: -32px 0 40px;
    text-align: left;
  }
}
#ColumnDetail .container-geographica h5 {
  max-width: 800px;
  margin: 0 auto 10px;
  padding: 0 24px;
  line-height: 2;
  font-weight: 600;
}
#ColumnDetail .container-geographica p,
#ColumnDetail .container-geographica blockquote {
  max-width: 800px;
  line-height: 2;
  color: #727272;
}
#ColumnDetail .container-geographica blockquote {
  font-size: 1.2em;
  color: #888;
  font-weight: 600;
}
#ColumnDetail .container-geographica img {
  display: block;
  max-width: 1040px;
  margin: auto;
}
#ColumnDetail .container-geographica figcaption {
  font-size: 0.84em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #ColumnDetail .container-geographica {
    padding: 0 24px !important;
  }
  #ColumnDetail .row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #ColumnDetail a > figure {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#BlogDetail .container-geographica p {
  color: #000 !important;
}
#BlogDetail .container-geographica figure {
  margin: 0 !important;
}
#BlogDetail .container-geographica img {
  margin-bottom: 20px;
}

.blog-thumb,
.blog-thumb-catch {
  display: inline-block;
  width: 90px;
  margin: 15px;
}
@media screen and (max-width: 575px) {
  .blog-thumb,
  .blog-thumb-catch {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .content-text {
    padding: 0 15px;
    overflow: hidden;
    height: 108px;
  }
}
#BlogList {
  font-size: 1.04em;
}
#BlogList .container-geographica figure {
  margin: 0 !important;
}
#BlogList .container-geographica figure img {
  width: 100%;
}
#BlogList .container-geographica img {
  margin-bottom: 20px;
}
#BlogList .container-geographica small {
  display: block;
  padding: 6px 10px;
  background: #74625d;
  color: #fff;
  line-height: 1;
  font-size: 11px;
}
#BlogList .container-geographica blockquote {
  font-size: 1.2em;
  color: #888;
  font-weight: 600;
}
#BlogList .container-geographica p {
  color: #000;
}
@media screen and (max-width: 767px) {
  #BlogList .list-group-item .content-text img {
    display: none;
  }
  #BlogList .list-group-item .content-text br {
    display: none;
  }
  #BlogList .list-group-item:not(:nth-child(-n+5)) .content-text {
    display: none;
  }
}

.section-blog-list {
  padding-top: 20px !important;
}

.blog-list-main li {
  display: block;
  margin: 0;
  padding: 24px 0;
  border: none;
}
.blog-list-main li:first-child {
  padding-top: 0 !important;
}
.blog-list-main li h4 {
  margin: 0 0 20px;
  padding: 6px 0;
  font-size: 1.4em;
  line-height: 2;
}
.blog-list-main li figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .blog-list-main li {
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .blog-list-main li {
    border: 1px solid #74625d;
    margin-bottom: 10px;
    padding: 0;
  }
  .blog-list-main li h4 {
    display: inline-block;
    margin: 0;
    width: calc(100% - 140px);
    padding: 10px 12px 6px 0;
    font-size: 1.3em;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .blog-list-main li h4 {
    width: calc(100% - 90px);
    font-size: 1.2em;
  }
}
.blog-list-main p {
  line-height: 2;
}

.blog-archive-list {
  border-right: 1px solid #ddd;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .blog-archive-list {
    border: none;
  }
}
.blog-archive-list ul {
  text-align: right;
}
.blog-archive-list li {
  display: block;
  padding: 0 0px 10px 0px;
  text-align: right;
  border: none;
}
@media screen and (max-width: 767px) {
  .blog-archive-list li {
    margin: 0;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .blog-archive-list li a {
    display: block;
  }
}
.blog-archive-list .panel-heading {
  margin-bottom: 10px;
  padding: 6px 10px;
  background: #74625d;
  color: #fff;
  line-height: 1;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .blog-archive-list .panel-heading {
    text-align: left;
  }
}

#BlogDetail .container-geographica,
#NewsDetail .container-geographica {
  max-width: 800px;
  padding: 0 15px 15px !important;
}
#BlogDetail .container-geographica h2,
#BlogDetail .container-geographica h3,
#BlogDetail .container-geographica h4,
#BlogDetail .container-geographica div.row,
#NewsDetail .container-geographica h2,
#NewsDetail .container-geographica h3,
#NewsDetail .container-geographica h4,
#NewsDetail .container-geographica div.row {
  max-width: 800px;
  padding: 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #BlogDetail .container-geographica h2,
  #BlogDetail .container-geographica h3,
  #BlogDetail .container-geographica h4,
  #BlogDetail .container-geographica div.row,
  #NewsDetail .container-geographica h2,
  #NewsDetail .container-geographica h3,
  #NewsDetail .container-geographica h4,
  #NewsDetail .container-geographica div.row {
    margin: 0 -15px;
    padding: 0 15px;
  }
}
#BlogDetail .container-geographica h2,
#NewsDetail .container-geographica h2 {
  margin: 0 auto 15px;
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  #BlogDetail .container-geographica h2,
  #NewsDetail .container-geographica h2 {
    margin: 0 auto 40px;
  }
}
#BlogDetail .container-geographica h3,
#NewsDetail .container-geographica h3 {
  margin: 0 auto 20px;
  font-size: 1.3em;
  font-weight: 600;
}
#BlogDetail .container-geographica h4,
#NewsDetail .container-geographica h4 {
  margin: 0 auto 20px;
  font-size: 1em;
  font-weight: 600;
}
#BlogDetail .container-geographica h2 + p,
#NewsDetail .container-geographica h2 + p {
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 767px) {
  #BlogDetail .container-geographica h2 + p,
  #NewsDetail .container-geographica h2 + p {
    position: relative;
    right: auto;
    margin: -32px 0 40px;
    text-align: left;
  }
}
#BlogDetail .container-geographica p,
#NewsDetail .container-geographica p {
  margin-bottom: 30px;
  line-height: 2;
  color: #727272;
}
#BlogDetail .container-geographica figure,
#NewsDetail .container-geographica figure {
  padding: 0;
  line-height: 2;
}
#BlogDetail .container-geographica .row > figure,
#NewsDetail .container-geographica .row > figure {
  padding: 0 15px;
}
#BlogDetail .container-geographica img,
#NewsDetail .container-geographica img {
  max-width: 800px;
}
#BlogDetail .container-geographica .row .row,
#NewsDetail .container-geographica .row .row {
  padding: 0;
}
#BlogDetail blockquote,
#NewsDetail blockquote {
  font-size: 1.2em;
  color: #888;
  font-weight: 600;
}

.appearance-none {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.section-inquiry {
  padding: 0 !important;
  border: none;
}

#Inquiry h2,
#Questionnaire h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
}
#Inquiry .table,
#Questionnaire .table {
  font-size: 1em;
}
#Inquiry th,
#Inquiry td,
#Questionnaire th,
#Questionnaire td {
  border: none;
}
@media screen and (max-width: 575px) {
  #Inquiry .responsive-table-form,
  #Questionnaire .responsive-table-form {
    margin: 0;
  }
}
#Inquiry input[type=text],
#Inquiry input[type=email],
#Inquiry input[type=tel],
#Inquiry textarea,
#Inquiry select,
#Questionnaire input[type=text],
#Questionnaire input[type=email],
#Questionnaire input[type=tel],
#Questionnaire textarea,
#Questionnaire select {
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#Inquiry input[type=text]::placeholder,
#Inquiry input[type=email]::placeholder,
#Inquiry input[type=tel]::placeholder,
#Inquiry textarea::placeholder,
#Inquiry select::placeholder,
#Questionnaire input[type=text]::placeholder,
#Questionnaire input[type=email]::placeholder,
#Questionnaire input[type=tel]::placeholder,
#Questionnaire textarea::placeholder,
#Questionnaire select::placeholder {
  font-size: 0.9em;
  color: #ccc;
}
#Inquiry input[type=file],
#Questionnaire input[type=file] {
  width: 100%;
  font-size: 0.9em;
}
#Inquiry .preview .unlink-preview,
#Questionnaire .preview .unlink-preview {
  display: inline-block;
  padding: 6px 0;
  font-size: 0.9em;
}
#Inquiry .preview img,
#Questionnaire .preview img {
  display: block;
  width: 200px;
  max-width: 100%;
  margin-bottom: 20px;
}
#Inquiry form,
#Questionnaire form {
  max-width: 700px;
  margin: auto;
}
#Inquiry table th,
#Inquiry table td,
#Questionnaire table th,
#Questionnaire table td {
  vertical-align: middle;
}
@media screen and (max-width: 575px) {
  #Inquiry table th,
  #Inquiry table td,
  #Questionnaire table th,
  #Questionnaire table td {
    display: block;
    width: 100%;
    padding: 4px 10px;
    border: none;
  }
}
@media screen and (max-width: 575px) {
  #Inquiry table td,
  #Questionnaire table td {
    margin-bottom: 20px;
  }
}
#Inquiry div.submit,
#Questionnaire div.submit {
  position: relative;
  display: block;
  width: 220px;
  margin: 24px auto;
  padding: 6px 0;
  text-align: center;
  color: hsla(0, 0%, 0%, 0.5);
  transition: all 0.3s ease;
}
#Inquiry div.submit input,
#Questionnaire div.submit input {
  cursor: pointer;
}
#Inquiry div.submit input:disabled,
#Questionnaire div.submit input:disabled {
  cursor: auto;
}
#Inquiry div.submit:before,
#Questionnaire div.submit:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  transition: all 0.3s ease;
}
#Inquiry div.submit:after,
#Questionnaire div.submit:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  transition: all 0.3s ease;
}
#Inquiry div.submit input,
#Questionnaire div.submit input {
  border: none;
  background: #fff;
}
#Inquiry div.submit input.submit:before,
#Questionnaire div.submit input.submit:before {
  left: 0px;
}
#Inquiry div.submit input.submit:after,
#Questionnaire div.submit input.submit:after {
  left: 0px;
}
#Inquiry .answer img,
#Questionnaire .answer img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #Inquiry #check:checked div.submit:hover,
  #Questionnaire #check:checked div.submit:hover {
    text-decoration: none;
    color: #73594c;
    font-weight: 600;
  }
  #Inquiry #check:checked div.submit:hover:before,
  #Questionnaire #check:checked div.submit:hover:before {
    left: -10px;
    border-color: #73594c;
  }
  #Inquiry #check:checked div.submit:hover:after,
  #Questionnaire #check:checked div.submit:hover:after {
    left: 10px;
    border-color: #73594c;
  }
}

.page-back {
  font-size: 0.86rem;
}

.to-regist {
  position: relative;
  display: block;
  width: 180px;
  margin: 50px auto 24px;
  padding: 6px 0;
  text-align: center;
  color: hsla(0, 0%, 0%, 0.5);
  border: none;
  transition: all 0.3s ease;
}
.to-regist:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  transition: all 0.3s ease;
}
.to-regist:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .to-regist:hover {
    text-decoration: none;
    color: #73594c;
    font-weight: 600;
  }
  .to-regist:hover:before {
    left: -10px;
    border-color: #73594c;
  }
  .to-regist:hover:after {
    left: 10px;
    border-color: #73594c;
  }
}

#Questionnaire h1 {
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  margin: 6px auto;
  padding: 26px 0 10px;
  font-family: "Avenir", Verdana, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#Questionnaire h1 span {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}
#Questionnaire h1 + span {
  display: block;
  max-width: 360px;
  margin: auto;
  text-align: center;
}
#Questionnaire h1 ~ p {
  display: block;
  max-width: 360px;
  margin: 10px auto 30px;
  padding: 10px 0 8px;
  text-align: center;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.75);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#Questionnaire h1 ~ p:first-letter {
  color: #df2222;
}
#Questionnaire .totop {
  display: block;
  width: 60px;
  margin: 0 auto 30px;
}

#PartsNews {
  padding-bottom: 40px;
}

.news-count {
  max-width: 680px;
  margin: 10px auto 0;
  font-size: 0.9em;
  color: #727272;
}

.newslist {
  max-width: 680px;
  margin: auto;
}
.newslist li {
  position: relative;
  padding: 8px 4px;
}
.newslist li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.newslist li .list-heading {
  position: absolute;
}
.newslist li .date {
  color: #777;
  font-size: 0.86em;
}
.newslist li .badge-wrap {
  display: inline-block;
  width: 100px;
}
.newslist li a {
  display: block;
  padding: 0 0 0 180px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 576px) {
  .newslist li a:hover {
    padding: 0 10px 0 170px;
    text-decoration: none;
  }
}
@media screen and (max-width: 575px) {
  .newslist li a {
    display: block;
    padding: 4px 0;
  }
}
@media screen and (max-width: 767px) {
  .newslist li {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 575px) {
  .newslist li .list-heading {
    position: relative;
  }
}

@media screen and (max-width: 575px) {
  #NewsDetail .redactor-editor img {
    width: 100% !important;
    height: auto !important;
  }
}
.badge {
  width: 54px;
  text-align: center;
}

.badge-renewal {
  background: #8fa8e0;
}

.badge-notice {
  background: #a4ab57;
}

.page-item.disabled a {
  color: #bbb !important;
}

.content-inner-antique {
  max-width: 800px;
  margin-bottom: 60px;
  padding: 0;
}
.content-inner-antique h2 {
  padding: 0;
  border: none;
  font-size: 1.4em;
}
.content-inner-antique h2 span {
  display: block;
  font-size: 0.62em;
  line-height: 1em;
  color: #888;
}

.content-inner-factory {
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 0 15px;
}
.content-inner-factory h2 {
  margin-bottom: 20px;
  padding: 0 10px;
  border-right: none;
  font-size: 1.4em;
}
.content-inner-factory h3 {
  font-size: 1.2em;
  border-bottom: 1px dotted #f2f2f2;
}

.access-factory {
  padding: 20px 15px;
  color: #747474;
}
.access-factory dl {
  position: relative;
  font-size: 0.94em;
  line-height: 1.8;
}
.access-factory dt {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.access-factory dd {
  padding: 20px 0 20px 250px;
}
@media screen and (max-width: 767px) {
  .access-factory dt {
    position: relative;
    padding: 2px 6px;
    transform: initial;
    background: #000;
    color: #fff;
  }
  .access-factory dd {
    padding: 10px;
  }
}

.content-page-privacy {
  padding: 0 24px;
}
.content-page-privacy h1 {
  font-size: 1.5em;
}
.content-page-privacy li:not(:last-child) {
  margin-bottom: 30px;
}
.content-page-privacy h2 {
  padding: 0;
  border: none;
  font-size: 1.2em;
}

ul.content-inner-privacy {
  padding: 15px;
  border: 1px solid #ddd;
}

iframe {
  width: 460px;
  height: 220px;
  border: none;
}
@media screen and (max-width: 991px) {
  iframe {
    width: 100%;
  }
}

.calendar-side {
  padding: 4px 16px;
}
.calendar-side p {
  line-height: 1.6;
}
.calendar-side em {
  font-weight: 600;
}

.holiday-announce {
  margin: 6px 0;
  position: relative;
  padding-left: 30px;
  font-size: 0.9em;
}
.holiday-announce:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 18px;
  background: #59a128;
}

#Calendar .calendar-month {
  padding: 8px;
}
#Calendar p {
  margin-bottom: 0.6em;
  text-align: center;
  font-weight: 600;
}
#Calendar table {
  font-size: 0.92em;
}
#Calendar tr:nth-of-type(1) td {
  border-top: 2px solid #74625d;
}
#Calendar tr:last-of-type td {
  border-bottom: 1px solid #eceeef;
}
#Calendar td {
  padding: 5px 0;
  text-align: center;
}
#Calendar td.saturday {
  color: #91a0c2;
}
#Calendar td.sunday {
  color: #dd8080;
}
#Calendar td.calendar_holiday {
  background: #59a128;
  color: #fff;
}
#Calendar td.disabled {
  color: #ccc;
}
#Calendar td.calendar_other_1 {
  color: #dd8080;
}

.content-inner-levante {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 0 15px;
}

.content-page-levante h2 {
  max-width: 1040px;
  margin: 30px 0 10px;
  padding: 0 10px 10px;
  font-size: 1.4em;
  border-right: none;
  border: none;
  border-bottom: 1px solid #ddd;
}
.content-page-levante h2 span {
  display: block;
  font-size: 0.62em;
  line-height: 1em;
  color: #888;
}

.menu-detail {
  display: none;
  padding: 50px 15px;
  border: 1px solid #aaa;
  background: #fff;
  text-align: center;
  line-height: 2;
}
.menu-detail h3 {
  padding: 20px 0;
  font-size: 1.4em;
  font-style: italic;
}
.menu-detail h3 span {
  display: block;
  font-size: 0.66em;
  color: #777;
}
.menu-detail h4 {
  padding-bottom: 10px;
  font-size: 1.14em;
  font-weight: 600;
}
.menu-detail h4 span {
  display: block;
  padding: 8px 0;
  font-size: 0.82em;
  color: #727272;
}
.menu-detail ul {
  padding-bottom: 30px;
}
.menu-detail li {
  padding-bottom: 15px;
}
.menu-detail li span {
  padding: 0 8px;
  font-style: italic;
  font-size: 0.9em;
  color: #777;
}
@media screen and (max-width: 767px) {
  .menu-detail li span {
    display: block;
  }
}

.set-menu {
  color: #000;
  padding-bottom: 10px;
}
.set-menu span {
  display: block;
  font-size: 0.86em;
  color: #999;
}
.set-menu small {
  display: block;
  padding: 20px 0 30px;
}

.menu-read {
  padding: 10px 0 40px;
  color: #888;
  font-size: 0.9em;
}

.tabShow {
  display: block;
}

.menu-tab-area {
  font-size: 0;
}
.menu-tab-area p {
  width: 34%;
  margin: 0px 0 -1px;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #aaa;
  background: #eee;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.menu-tab-area p:not(:first-child) {
  width: 33%;
  border-left: none;
}
.menu-tab-area .current {
  border-bottom: 1px solid #fff;
  background: #fff;
}

.levante-tel {
  background: #74625d;
  padding: 40px;
}
.levante-tel a {
  display: inline-block;
  padding: 0 0 15px;
  font-size: 2em;
  font-weight: 600;
  color: #fff;
}
.levante-tel span {
  color: #ddd;
}
.levante-tel small {
  display: block;
  font-size: 0.96em;
  color: #fff;
}

.levante-ticket-img img {
  border: 1px solid #3e2413;
}

.access dt {
  border-top: 1px solid #ddd;
  padding: 4px 12px;
}

.access dd {
  padding: 0 12px;
}

.content-inner-access {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 0 24px;
}

.content-page-access h2 {
  max-width: 1040px;
  margin: 30px 0 10px;
  padding: 0 10px 10px;
  font-size: 1.4em;
  border-right: none;
  border: none;
  border-bottom: 1px solid #ddd;
}
.content-page-access h2 span {
  display: block;
  font-size: 0.62em;
  line-height: 1em;
  color: #888;
}

.access-geographica h2 {
  max-width: 800px;
  margin: 30px auto;
  padding: 0 10px;
  border-right: none;
  font-size: 1.4em;
}
.access-geographica h3 {
  font-size: 1.2em;
  border-bottom: 1px dotted #f2f2f2;
}
.access-geographica dl {
  position: relative;
  font-size: 0.94em;
  line-height: 1.8;
  color: #777;
}

.access-geographica dl {
  position: relative;
  font-size: 0.94em;
  line-height: 1.8;
  color: #777;
}
.access-geographica dt {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.access-geographica dd {
  padding: 20px 0 20px 250px;
}
@media screen and (max-width: 767px) {
  .access-geographica dt {
    position: relative;
    padding: 2px 6px;
    transform: initial;
    background: #000;
    color: #fff;
  }
  .access-geographica dd {
    padding: 10px;
  }
}

.content-inner-dictionary {
  max-width: 800px;
}

.furniture-dic-index {
  font-size: 0;
  text-align: left;
}
.furniture-dic-index li {
  display: inline-block;
  width: 33%;
  height: 62px;
  padding: 4px;
  font-size: 14px;
  vertical-align: top;
}
.furniture-dic-index li a {
  display: block;
  height: 100%;
  padding: 4px 12px;
  border: 1px solid #ddd;
  text-align: left;
  transition: all 0.2s ease;
}
.furniture-dic-index li a:hover {
  border-color: #73594c;
  text-decoration: none;
}
.furniture-dic-index li img {
  height: 100%;
}
@media screen and (max-width: 575px) {
  .furniture-dic-index li {
    width: 100%;
  }
  .furniture-dic-index li img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: auto;
    float: initial;
  }
}

.menu-detail-dictionary {
  padding: 50px 15px;
  background: #fff;
  text-align: center;
  line-height: 2;
}

.furniture-dic-detail li {
  padding-top: 80px;
  clear: both;
}
.furniture-dic-detail li img {
  max-width: 220px;
  float: right;
  margin: 0 10px 10px;
}
.furniture-dic-detail h3 {
  padding-bottom: 6px;
  text-align: left;
  font-size: 1.4em;
  border-bottom: 1px solid #ddd;
}
.furniture-dic-detail h3 span {
  display: block;
  line-height: 1;
  font-size: 0.7em;
  color: #999;
}
.furniture-dic-detail h4 {
  font-size: 1.1em;
  font-weight: 600;
  text-align: left;
}
.furniture-dic-detail p {
  text-align: left;
}
.furniture-dic-detail a {
  display: block;
  padding: 4px 12px;
  float: right;
  clear: both;
  background: #ddd;
  transition: all 0.2s ease;
}
.furniture-dic-detail a:hover {
  background: #999;
  color: #fff;
  text-decoration: none;
}

.content-page-glossary h1 img {
  display: block;
  height: 40px;
}

.content-inner-glossary {
  max-width: 800px;
}

.antique-glossary-index {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding: 8px 16px;
}
.antique-glossary-index li {
  position: relative;
  display: inline-block;
  padding: 4px 0 0 28px;
  background: url("/img/geographica/index-arrow.png") no-repeat 12px;
}
.antique-glossary-index li a {
  color: #777;
}

.antique-glossary-detail {
  max-width: 800px;
}
.antique-glossary-detail li {
  position: relative;
  margin-top: -40px;
  padding: 40px 24px 0;
}
.antique-glossary-detail h3 {
  font-size: 1.3em;
  padding-top: 60px;
  line-height: 1.4;
  clear: both;
}
.antique-glossary-detail h3 span {
  display: block;
  color: #999;
  font-size: 0.72em;
}
.antique-glossary-detail h3 + span {
  position: absolute;
  right: 24px;
  margin-top: -54px;
  padding: 2px 14px;
  background: #74625d;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .antique-glossary-detail h3 {
    width: 180px;
    margin-left: 0;
  }
}
.antique-glossary-detail img {
  float: right;
  margin: 0 0 0 10px;
}

.content-inner-history {
  max-width: 1040px;
}

.history-list span {
  display: block;
  color: #777;
}

.history-list li.empty {
  padding: 0 !important;
}

.history-era {
  background: #000;
  color: #fff;
  margin: 4px 0;
  padding: 3px 12px;
}
.history-era span {
  display: inline-block;
  padding-right: 8px;
  color: #fff;
}

.history-detail {
  display: none;
  background: #eee;
  padding: 20px;
}
.history-detail h3 {
  min-width: 100%;
  font-size: 1.3em;
}
.history-detail h3 span {
  display: block;
  line-height: 1;
  font-size: 0.7em;
  color: #777;
}
.history-detail p {
  min-width: 100%;
  padding-top: 10px;
  border-top: 1px solid #666;
}

.history-detail-show {
  display: block;
  margin-bottom: 10px;
}

.cake-error {
  display: none;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  font-family: "Avenir", Verdana, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sp-menu-btn-cover {
  position: absolute;
  display: none;
  top: 10px;
  right: 20px;
  width: 60px;
  height: 20px;
}

.sp-menu-btn-cover-close {
  display: block;
}

#Errors .main-column {
  text-align: center;
}
#Errors .main-column h2 {
  padding: 20px 24px;
  text-align: center;
}
#Errors .main-column .wrapper p {
  padding: 0 24px;
}
#Errors .main-column .wrapper a {
  position: relative;
  display: block;
  width: 180px;
  margin: 50px auto 40px;
  padding: 6px 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  cursor: pointer;
}
#Errors .main-column .wrapper a:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  transition: all 0.3s ease;
}
#Errors .main-column .wrapper a:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  transition: all 0.3s ease;
}
#Errors .main-column .wrapper a:hover:before {
  left: -10px;
  border-color: #73594c;
}
#Errors .main-column .wrapper a:hover:after {
  left: 10px;
  border-color: #73594c;
}

.slick-slide {
  overflow: hidden;
}

.slide-insta {
  overflow: hidden;
  font-size: 0;
}
.slide-insta li {
  display: inline-block;
  width: 20%;
  padding: 0 !important;
}
.slide-insta li a {
  pointer-events: none;
}

.map-area {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.map-area iframe {
  width: 100%;
  height: 720px;
}

/*# sourceMappingURL=style_geographica.css.map */
