@charset "UTF-8";
/*---------------------------------
  Base
---------------------------------*/
body {
  min-width: 1200px;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.content {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }

  .inner {
    width: 100%;
  }
}
/*---------------------------------
  header
---------------------------------*/
#adminBox + header {
  margin: 80px 0 0;
}

#adminBox + header .searchMenu--box {
  transform: translateY(-200%);
}

.header {
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header--logo {
  position: absolute;
  bottom: 0;
  left: 20px;
  opacity: 1;
  transition: all 0.3s ease;
}
.header--logo a {
  display: block;
}
.header--logo:hover {
  opacity: 0.5;
}
.header--wrap {
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  z-index: 2;
}
.header--wrap::after {
  content: none;
}

.purposeNav--list {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 13px;
}
.purposeNav--item {
  display: inline-block;
  margin-right: 20px;
}
.purposeNav--item a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid #fff;
  border-radius: 30px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
.purposeNav--item a:hover {
  background: #ffffff;
  color: #333333;
}
.purposeNav--item.active a {
  background: #ffffff;
  color: #333333;
  font-weight: bold;
}

.hambergerMenu {
  display: none;
}

@media screen and (max-width: 768px) {
  .header--logo {
    max-width: 35vw;
    top: 65px;
  }
  .header--wrap {
    display: block;
  }

  .purposeNav {
    width: 100%;
    padding: 10px 60px 10px 0;
    background: rgba(255, 255, 255, 0.5);
  }
  .purposeNav--list {
    justify-content: center;
    top: auto;
  }
  .purposeNav--item {
    margin-right: 0;
  }
  .purposeNav--item:first-of-type {
    margin-right: 20px;
  }

  .menuBtn {
    width: 60px;
    height: 60px;
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .menuBtn--wrap {
    width: 25px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menuBtn--bar {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .menuBtn--bar:nth-child(1) {
    top: 0;
  }
  .menuBtn--bar:nth-child(2) {
    top: 50%;
  }
  .menuBtn--bar:nth-child(3) {
    top: 100%;
  }
  .menuBtn.on .menuBtn--bar:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .menuBtn.on .menuBtn--bar:nth-child(2) {
    display: none;
  }
  .menuBtn.on .menuBtn--bar:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }

  .hambergerMenu {
    display: none !important;
    width: 100%;
    height: 100vh;
    padding: 20px 15px;
    background: #eeeeee;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .hambergerMenu.on {
    display: block !important;
  }
  .hambergerMenu--search {
    margin: 25px 0;
    position: relative;
  }
  .hambergerMenu--searchIcon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .hambergerMenu--search .gsc-control-cse {
    border-color: transparent;
    background-color: transparent;
    padding: 0;
  }
  .hambergerMenu--search .gsc-search-box,
.hambergerMenu--search .gsc-search-box * {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    line-height: 1;
  }
  .hambergerMenu--search .gsc-search-button {
    display: none;
  }
  .hambergerMenu--search .search_unit svg {
    fill: #29b37a;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    z-index: 1;
  }
  .hambergerMenu--search .gsc-control-searchbox-only,
.hambergerMenu--search .gsc-search-box {
    height: 100% !important;
  }
  .hambergerMenu--search .gsc-search-box,
.hambergerMenu--search .gsc-input {
    border-radius: 0;
  }
  .hambergerMenu--search input.gsc-input {
    min-width: 100%;
    height: 40px !important;
    padding: 0 0 0 10px !important;
    border: 1px solid #cccccc !important;
  }
  .hambergerMenu--search .gsib_b {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .hambergerMenu--search .gsib_b .gscb_a {
    color: #999;
  }
  .hambergerMenu--lang {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .hambergerMenu--langTitle {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .hambergerMenu--langList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .hambergerMenu--langItem {
    width: 31%;
    margin: 10px 3.5% 0 0;
    position: relative;
  }
  .hambergerMenu--langItem:nth-child(3n) {
    margin-right: 0;
  }
  .hambergerMenu--langItem a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #ccc;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
  }
  .hambergerMenu--langItem.on a {
    background: #000000;
  }

  .spGlobalNav--tabs {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100vw;
    margin: 20px -15px 0;
    padding: 0 15px;
    border-bottom: 1px solid #000;
  }
  .spGlobalNav--tab {
    width: 150px;
    height: 45px;
    line-height: 45px;
    background: #dddddd;
    text-align: center;
    font-size: 1.5rem;
  }
  .spGlobalNav--tab.on {
    background: #000000;
    color: #ffffff;
  }
  .spGlobalNav--body {
    display: none;
  }
  .spGlobalNav--body.on {
    display: block;
  }
  .spGlobalNav--list {
    width: 100vw;
    margin: 10px -15px 0;
    padding: 0 15px;
    border-bottom: 1px solid #000;
  }
  .spGlobalNav--item {
    border-bottom: 1px solid #ddd;
    padding-left: 65px;
    position: relative;
  }
  .spGlobalNav--item a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    text-decoration: none;
  }
  .spGlobalNav--item:last-of-type {
    border: none;
  }
  .spGlobalNav--icon {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translate(-50%, -50%) scale(0.5);
  }
  .spGlobalNav--about {
    margin: 20px 0 0;
  }
  .spGlobalNav--aboutTitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #000000;
    color: #ffffff;
    text-align: center;
  }
  .spGlobalNav--aboutList {
    width: 100vw;
    margin: 0 -15px;
    padding: 0 15px;
    border-bottom: 1px solid #000;
  }
  .spGlobalNav--aboutItem {
    border-bottom: 1px solid #ddd;
  }
  .spGlobalNav--aboutItem a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
  }
  .spGlobalNav--aboutItem:last-of-type {
    border: none;
  }
  .spGlobalNav--utilityItem {
    margin-top: 1px;
  }
  .spGlobalNav--utilityItem a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #dddddd;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
  }
}
.langMenu {
  width: 150px;
  height: 70px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
.langMenu--btn {
  letter-spacing: 1px;
  font-size: 1.5rem;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.langMenu--nav {
  display: none;
  width: 150px;
  background: #000000;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.langMenu--nav a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
}
.langMenu--item {
  border: 1px solid #000;
  position: relative;
}
.langMenu--item.active {
  background: #ffffff;
}
.langMenu--item.active a {
  color: #000000;
}
.langMenu--item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(45deg) translateY(-50%);
}
.langMenu:hover .langMenu--nav {
  display: block;
}

.searchMenu {
  width: 60px;
  height: 70px;
}
.searchMenu--btn {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.searchMenu--btn img {
  position: relative;
  top: 15px;
}
.searchMenu--box {
  width: 100%;
  padding: 100px 40px 20px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.searchMenu--box .gsc-control-cse {
  border-color: transparent;
  background-color: transparent;
  padding: 0;
}
.searchMenu--box .gsc-search-box,
.searchMenu--box .gsc-search-box * {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  line-height: 1;
}
.searchMenu--box .gsc-search-button {
  width: 100px;
  height: 100%;
}
.searchMenu--box .search_unit svg {
  fill: #29b37a;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  z-index: 1;
}
.searchMenu--box .gsc-control-searchbox-only,
.searchMenu--box .gsc-search-box {
  height: 100% !important;
}
.searchMenu--box .gsc-search-box,
.searchMenu--box .gsc-input {
  border-radius: 0;
}
.searchMenu--box input.gsc-input {
  min-width: 100%;
  height: 40px !important;
  padding: 0 0 0 10px !important;
}
.searchMenu--box .gsib_b {
  position: relative;
  right: 20px;
}
.searchMenu--box .gsib_b .gscb_a {
  color: #999;
}
.searchMenu--box .gsc-results-wrapper-visible {
  height: 90vh;
  z-index: 999999;
}
.searchMenu--box .gsc-modal-background-image {
  height: 100vh;
}
.searchMenu--box .header .lang_area {
  margin-left: 40px;
  position: relative;
}
.searchMenu:hover .searchMenu--box {
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------------
  Global Navigation
---------------------------------*/
.globalNav.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.globalNav--list {
  display: flex;
  justify-content: space-between;
}
.globalNav--item {
  width: 12.5%;
  height: 80px;
  background: #000000;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
}
.globalNav--item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
.globalNav--item a img {
  margin-top: 5px;
}
.globalNav--item a:hover {
  opacity: 0.5;
}
.globalNav--item:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .globalNav.fixed {
    display: none;
  }
  .globalNav--list {
    flex-wrap: wrap;
  }
  .globalNav--item {
    width: 25%;
  }
  .globalNav--item a {
    font-size: 1.1rem;
  }
}
/*---------------------------------
  access
---------------------------------*/
.access {
  margin: 60px auto 0;
}
.access--heading {
  margin: 40px 0 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
  text-align: center;
}
.access--headingEn {
  display: block;
  font-size: 1.4rem;
}
.access--gmap {
  width: 100%;
  height: 400px;
}
.access--gmap iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.access--main {
  width: 1100px;
  margin: 0 auto;
  padding: 1px 15px;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.access--heading {
  margin: 40px 0 0 !important;
}
.access--choices {
  display: flex;
  justify-content: space-between;
}
.access--choice {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.access--choiceIcon {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 75px;
}
.access--choiceSummary {
  text-align: center;
}
.access--btnList {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.access--btnList.col2 .access--btn {
  width: 47%;
}
.access--btn {
  width: 100%;
}
.access--btn a {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  background: #eeeeee;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.access--btn a:hover {
  background: #666666;
  color: #ffffff;
}
.access--btn a:hover::after {
  border-color: #fff;
}
.access--btn a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_external-link.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
}
.access--btn a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease;
}
.access--parking {
  display: flex;
  justify-content: space-between;
}
.access--sunport, .access--symbolTower {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 47.5%;
  margin: 60px 0 30px;
  padding: 40px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.access--sunport .rice li, .access--symbolTower .rice li {
  font-size: 1.3rem;
}
.access--icon {
  text-align: center;
}
.access--title {
  margin: 15px 0 0;
  font-weight: bold;
}
.access--detail {
  margin: 15px 0 0 !important;
}
.access--detail th, .access--detail td {
  padding: 3px 0;
}
.access--contact {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0 0;
}
.access--contact .rice {
  margin: 0 !important;
}
.access--tel {
  font-weight: bold;
}
.access--link a {
  display: block;
  width: 210px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-bottom: 3px solid #000;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease;
}
.access--link a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: rotate(45deg) translateY(-50%);
}
.access--link a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .access {
    margin: 40px 0 0;
    padding: 50px 0 0;
    position: relative;
  }
  .access--gmap {
    height: 300px;
    padding: 0 15px;
  }
  .access--main {
    width: 100%;
    margin: 0;
    position: static;
  }
  .access--heading {
    width: 100%;
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .access--heading .ttl-h2--en {
    display: none;
  }
  .access--choices {
    display: block;
  }
  .access--choice {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 5px 20px;
    border-top: 1px solid #ccc;
  }
  .access--choiceSummary {
    text-align: left;
    margin-left: 15px;
  }
  .access--btnList {
    width: 100%;
  }
  .access--btn {
    margin: 0 !important;
  }
  .access--parking {
    display: block;
  }
  .access--sunport, .access--symbolTower {
    width: 100%;
    margin: 0;
    padding: 20px 5px;
  }
  .access--icon {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
  }
  .access--title {
    margin: 0 0 0 15px;
  }
  .access--detail tr:nth-of-type(2) td,
.access--detail tr:nth-of-type(3) td {
    display: block;
    width: 100%;
  }
  .access--contact {
    display: block;
  }
  .access--tel {
    font-size: 1.6rem;
  }
  .access--link {
    display: block;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 374px) {
  .access--choiceSummary {
    font-size: 1.2rem;
  }
}
/*---------------------------------
  news
---------------------------------*/
.news {
  margin: 100px auto 0;
}
.news--heading {
  margin: 40px 0 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
}
.news--headingEn {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 15px;
}
.news--wrap {
  display: flex;
  justify-content: space-between;
}
.news--headingArea {
  width: 8%;
}
.news--list {
  width: 92%;
  position: relative;
}
.news--list::before {
  content: "";
  display: block;
  width: 108%;
  height: 130%;
  background: #fafafa;
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  z-index: 1;
}
.news--heading {
  writing-mode: vertical-rl;
  max-height: 7em;
  margin: 20px 0 0 !important;
  text-align: left !important;
  position: relative;
  z-index: 2;
}
.news--heading .ttl-h2--en {
  display: inline-block;
  margin-top: 20px;
}
.news--item {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-top: 1px solid #ccc;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 2;
}
.news--item:hover {
  opacity: 0.5;
}
.news--item:last-of-type {
  border-bottom: 1px solid #ccc;
}
.news--category {
  display: inline-block;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 0 20px;
  background: #666;
  text-align: center;
  color: #ffffff;
}
.news--category.event {
  background: #e8660f;
}
.news--category.shop {
  background: #87b607;
}
.news--category.business {
  background: #1758c4;
}
.news--category.service {
  background: #0eb795;
}
.news--category.general {
  background: #178dc4;
}
.news--title a {
  text-decoration: none;
}
.news--indexLink {
  margin: -10px 0 0;
  position: relative;
  z-index: 2;
}
.news--indexLink a {
  display: block;
  width: 210px;
  height: 50px;
  margin: 30px auto;
  line-height: 50px;
  border-bottom: 3px solid #000;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease;
}
.news--indexLink a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: rotate(45deg) translateY(-50%);
}
.news--indexLink a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .news {
    margin: 40px auto 0;
  }
  .news--headingArea {
    width: 11%;
    position: relative;
    top: 25px;
    left: 6vw;
    z-index: 2;
  }
  .news--heading {
    text-align: left !important;
  }
  .news--heading .ttl-h2--en {
    display: none;
  }
  .news--list {
    width: 89%;
    background: #eee;
    margin: 0;
    padding: 15px 15px 30px 30px;
  }
  .news--list::before {
    content: none;
  }
  .news--item {
    flex-wrap: wrap;
    height: auto;
    line-height: 1.8;
    margin: 15px 0 0;
    padding: 0;
    border: none !important;
  }
  .news--category {
    order: 1;
  }
  .news--date {
    order: 2;
  }
  .news--title {
    order: 3;
  }
  .news--category {
    height: 20px;
    line-height: 20px;
    margin: 0 15px 0 0;
    font-size: 1.2rem;
  }
  .news--title {
    margin-top: 5px;
    line-height: 1.6;
  }
  .news--indexLink {
    display: block;
  }
  .news--indexLink a {
    margin: -25px auto 50px;
  }
}
/*---------------------------------
  blog
---------------------------------*/
.blog .news--wrap {
  -ms-flex-align: center;
  align-items: center;
}
.blog .news--heading {
  margin: 0!important;
  min-height: 12em;
}

/*---------------------------------
  big banner
---------------------------------*/
.bigBanner {
  height: 200px;
  background: url(../images/customer-top/bg_big-banner.png) no-repeat center center/cover;
}
.bigBanner--list {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.bigBanner--item {
  width: 33.333%;
  height: 100%;
  border-right: 1px solid #fff;
}
.bigBanner--item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none !important;
  position: relative;
}
.bigBanner--item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.bigBanner--item a:hover::after {
  opacity: 0;
}
.bigBanner--icon, .bigBanner--title {
  position: relative;
  z-index: 2;
}
.bigBanner--title {
  margin: 20px 0 0;
}
.bigBanner--title.external::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(/themes/main/images/common/icon_external-link.png) no-repeat center center/cover;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .bigBanner {
    height: auto;
  }
  .bigBanner--list {
    flex-direction: column;
  }
  .bigBanner--item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .bigBanner--item a {
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 25px 30px;
  }
  .bigBanner--icon {
    transform: scale(0.5);
  }
  .bigBanner--title {
    margin: 0 0 0 20px;
    text-align: left;
  }
}
/*---------------------------------
  footer
---------------------------------*/
.footer {
  width: 100%;
  background: #fafafa;
}
.footer div, .footer a {
  text-decoration: none;
}

.footer .pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index:10;
}

.banner {
  padding: 60px 0;
  background: #fff;
}
.banner--list {
  margin: 0 !important;
}
.banner--item {
  opacity: 1;
  transition: all 0.3s ease;
}
.banner--item:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .banner--list {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 !important;
  }
  .banner--item {
    margin: 0 5px;
  }
}
.megaMenu {
  display: flex;
  justify-content: space-between;
}
.megaMenu--column {
  width: 30%;
}
.megaMenu--title {
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
}
.megaMenu--title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dddddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.megaMenu--title::after {
  content: "";
  display: block;
  width: 25%;
  height: 3px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.megaMenu--list {
  padding: 20px 25px 0;
}
.megaMenu--item {
  display: inline-block;
  margin: 10px 2em 0 0;
  opacity: 1;
  transition: all 0.3s ease;
}
.megaMenu--item:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .megaMenu {
    display: none;
  }
}
.utilityLink--list {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 30px 0 0 !important;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.utilityLink--item {
  padding: 0 1.5em;
  position: relative;
}
.utilityLink--item a {
  font-weight: bold;
  opacity: 1;
  transition: all 0.3s ease;
}
.utilityLink--item a:hover {
  opacity: 0.5;
}
.utilityLink--item::after {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  right: -0.4em;
}
.utilityLink--item:last-of-type::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .utilityLink {
    display: none;
  }
}
.towerInfo, .spTowerInfo {
  display: flex;
  justify-content: flex-start;
  padding: 40px 0;
  position: relative;
}
.towerInfo--logo, .spTowerInfo--logo {
  margin-right: 20px;
}
.towerInfo--company, .spTowerInfo--company {
  font-weight: bold;
  margin-right: 20px;
  text-align: center;
}
.towerInfo--company span, .spTowerInfo--company span {
  display: block;
}
.towerInfo--address, .spTowerInfo--address {
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.6;
}
.towerInfo--sns, .spTowerInfo--sns {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.towerInfo--sns a, .spTowerInfo--sns a {
  opacity: 1;
  transition: all 0.3s ease;
}
.towerInfo--sns a:hover, .spTowerInfo--sns a:hover {
  opacity: 0.5;
}
.towerInfo--twitter, .spTowerInfo--twitter {
  margin: 0 20px;
}

.copyright {
  padding: 0 0 40px;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .footer {
    background: #eeeeee;
  }

  .banner {
    background: #ffffff;
    padding: 30px 0 !important;
  }

  .towerInfo, .spTowerInfo {
    display: block;
    padding: 30px 0;
  }
  .towerInfo--logo, .spTowerInfo--logo {
    text-align: center;
  }
  .towerInfo--company, .spTowerInfo--company {
    margin: 15px 0 0;
    font-size: 1.6rem;
  }
  .towerInfo--address, .spTowerInfo--address {
    margin: 15px 0 0;
    text-align: center;
    font-size: 1.4rem;
  }
  .towerInfo--sns, .spTowerInfo--sns {
    margin: 25px 0 0;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
  .towerInfo--facebook, .spTowerInfo--facebook {
   /* margin: 0 20px 0 0;*/
  }
}
/*# sourceMappingURL=top-common.css.map */