
@charset "UTF-8";
/*変数設定用*/


/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
header {
  background: #fff !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 4px -4px 15px rgb(0 0 0 / 40%);
}
header .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1364px;
  padding: 0 24px;
}

header .inner img {
  /* max-height: 40px; */
}

header .inner .company_logo {
  align-items: center;
  display: flex;
}
header .inner h1 {
  width: 132.62px;
}
header .inner .mfg_logo {
  width: 180px;
  display: flex;
  justify-content: center;
  margin-left: 15px;
}
header .inner .mitsuioutletpark_logo {
  width: 132.61px;
  margin-left: 13.26px;
}
header .inner .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header .inner .menu_btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 20px;
  height: 36px;
  margin-right: -5px;
}
header .inner .menu_btn span {
  background-color: #000000;
  height: 2px;
  left: 5px;
  width: 20px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .inner .menu_btn span:nth-of-type(1) {
  top: 10px;
}
header .inner .menu_btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .inner .menu_btn span:nth-of-type(3) {
  bottom: 10px;
}
header .inner .menu_btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}
header .inner .menu_btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar 0.8s forwards;
  animation: active-menu-bar 0.8s forwards;
}
header .inner .menu_btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}
header .inner nav ul li {
  background-color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
header .inner nav ul li a {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 9px 13px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
}

header .inner .company_logo a img {
  width: auto;
}

header .inner nav ul li a:hover,
header .inner nav ul li a.current {
  color: #b0b0b0;
}
header .inner nav ul li a span {
  margin-right: 2.3076923077vw;
}
header .inner nav.active {
  color: #5fca4f;
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .inner .child_1 {
  order: 2;
}
header .inner .child_2 {
  order: 1;
}

@media screen and (min-width: 769px) {
  header {
    height: 80px;
    min-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  header .inner {
    position: relative;
    padding: 0 5%;
    font-size: 130%;
    letter-spacing: 0em;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  header .inner .company_logo {
    width: auto;
    max-width: calc((300 / 350) * 100vw);
  }
}
@media screen and (max-width: 768px) {
  header .inner h1 {
    margin: 0 10px 0 0;
    width: 92.38px;
  }
  header .inner h1 img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header .inner .mfg_logo {
    margin: 0 10px 0 0;
    width: 108px;
  }
  header .inner .mitsuioutletpark_logo {
    margin: 0 9.24px 0 0;
    width: 92.38px;
  }
}
@media screen and (max-width: 300px) {
  header .inner .mfg_logo {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  header .inner .menu_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .inner .child_1 {
    order: 1;
  }
  header .inner .child_2 {
    order: 2;
  }
}
@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 57px;
  }
  header .inner nav {
    opacity: 0;
    position: absolute;
    z-index: 300;
    right: -100%;
    top: 57px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (min-width: 769px) {
  header .inner nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .inner nav ul .active a {
    background-color: #f3f0e7;
  }
}
@media screen and (max-width: 768px) {
  header .inner nav ul {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  header .inner nav ul li {
    border-top: 1px solid #008bde;
  }
  header .inner nav ul li a {
    padding: 15px 15px;
    font-size: 14px;
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  header .inner nav ul li + li {
    margin-left: 3.0769230769vw;
    margin-left: 45px;
    margin-left: 10px;
  }
}
footer {
  font-size: 14px;
}
footer .foot_nav {
  padding: 30px 0;
}
footer .foot_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .foot_nav ul li {
  margin-right: 20px;
}
footer .foot_nav ul li:last-child {
  margin-right: 0;
}
footer .foot_nav ul li:last-child::after {
  display: none;
}
footer .foot_nav ul li::after {
  content: "・";
  color: #0e9d46;
  margin-left: 20px;
}
footer .foot_nav ul li a:hover {
  color: #0e9d46;
}

@media screen and (max-width: 768px) {
  footer .pagetop {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  footer .foot_nav {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  footer .foot_nav ul {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .foot_nav ul li {
    margin-bottom: 10px;
  }
}
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

.l-header_cont {
  height: 80px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header_logo {
  width: 148px;
  height: 36px;
  display: inline-block;
}

.header_logow{
  width: 330px;
  height: 36px;
  display: inline-block;
  display: flex;
}

.l-header_logo--mitsui {
  width: 102px;
  height: 33px;
}

.l-footer {
  padding: 60px 0 20px;
  background-color: #333;
  position: relative;
}

.l-footer.is-animated .l-footer_top {
  position: absolute;
  top: auto;
  bottom: calc(100% + 20px);
}

.l-footer_cont {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-footer_copy {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.l-footer_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.l-footer_top.is-view {
  opacity: 1;
}

.l-footer_topInner {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border: 3px solid #333;
  border-radius: 50%;
  position: relative;
}

.l-footer_topInner:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-footerSns {
  margin: 0 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footerSns_list {
  width: 48px;
  height: 48px;
}

.l-footerSns_list + .l-footerSns_list {
  margin: 0 0 0 20px;
}

.l-footerSns_link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.l-footerSns_link:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.l-footerNav {
  margin: 0 0 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footerNav_link {
  display: block;
  font-size: 12px;
  color: #fff;
}

.l-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .l-header_cont {
    height: 50px;
    padding: 0 16px;
  }
  .l-header_logo {
    width: 103px;
    height: 26px;
  }
  .l-header_logo--mitsui {
    width: 72px;
    height: 23px;
  }
  .l-footer {
    padding: 40px 0 16px;
  }
  .l-footer_copy {
    padding: 0 12px;
  }
  .l-footer_top {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0;
    right: 20px;
  }
  .l-footer_topInner,
  .l-footer_topInner:after {
    border-width: 2px;
  }
  .l-footerSns_list {
    width: 40px;
    height: 40px;
  }
  .l-footerSns_list + .l-footerSns_list {
    margin: 0 0 0 16px;
  }
  .l-footerNav {
    margin: 0 0 24px;
    display: block;
    text-align: center;
  }
  .l-footerNav_list {
    margin: 0 0 12px 12px;
    display: inline-block;
  }
  .l-footerNav_list:first-of-type,
  .l-footerNav_list:nth-of-type(5) {
    margin-left: 0;
  }
  .l-footerNav_list:nth-of-type(3),
  .l-footerNav_list:nth-of-type(4) {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-header_logo {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .l-header_logo:hover {
    opacity: .7;
  }
  .l-footer_cont {
    max-width: 1040px;
  }
  .l-footer_topInner {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .l-footer_topInner:after {
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
  }
  .l-footer_topInner:hover {
    background-color: #333;
  }
  .l-footer_topInner:hover:after {
    border-color: #fff;
  }
  .l-footerSns_link:after {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .l-footerSns_link:hover:after {
    opacity: .3;
  }
  .l-footerNav_link {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .l-footerNav_link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .l-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

.parking-status {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .parking-status {
    margin-top: 80px;
  }
}

.parking-status h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  font-size: 2.7rem;
  padding: 15px;
  font-weight: bold;
  line-height: 1;
  background: -ms-linear-gradient(180deg, #0092d9 46.88%, #0089d1 55.34%, #006fbc 69.36%, #0068b6 72.8%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0092D9', endColorstr='#0068B6' ,GradientType=0)";
  background: -webkit-gradient(linear, right top, left top, color-stop(46.88%, #0092d9), color-stop(55.34%, #0089d1), color-stop(69.36%, #006fbc), color-stop(72.8%, #0068b6));
  background: linear-gradient(-90deg, #0092d9 46.88%, #0089d1 55.34%, #006fbc 69.36%, #0068b6 72.8%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068B6',endColorstr='#0092D9' , GradientType=1);
}

@media screen and (max-width: 767px) {
  .parking-status h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    padding: 10px;
  }
}

.parking-status .now-status {
  text-align: center;
  font-size: 2.8rem;
  color: #F15A24;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .parking-status .now-status {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.parking-status .now-status span {
  font-weight: bold;
  border-bottom: 2px solid #F15A24;
}

.parking-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .parking-area {
    display: block;
  }
}

.parking-area .solid-parking {
  background: #0092D9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 37%;
  height: 75px;
}

@media screen and (max-width: 767px) {
  .parking-area .solid-parking {
    width: 100%;
  }
}

.parking-area .solid-parking h3 {
  font-size: 1.8rem;
  /* padding-left: 10px; */
  text-align: center;
  color: #fff;
  width: calc(85% - 92px);
}

@media screen and (max-width: 767px) {
  .parking-area .solid-parking h3 {
    font-size: 1.5rem;
    width: calc(90% - 110px);
  }
}

@media all and (-ms-high-contrast: none) {
  .parking-area .solid-parking h3 {
    margin-top: 8px;
  }
}

.parking-area .solid-parking h3 .small {
  font-size: 1.4rem;
  margin-left: 5px;
}

.parking-area .plane-parking {
  background: #FFA2DB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2px;
  width: 48%;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .parking-area .plane-parking {
    width: 100%;
  }
}

.parking-area .plane-parking h3 {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  width: calc(85% - 165px);
}

@media screen and (max-width: 767px) {
  .parking-area .plane-parking h3 {
    font-size: 1.5rem;
    width: calc(90% - 110px);
  }
}

@media all and (-ms-high-contrast: none) {
  .parking-area .plane-parking h3 {
    margin-top: 8px;
  }
}

.parking-area .plane-parking h3 .small {
  font-size: 1.4rem;

}

.txt {
  max-width: 935px;
  margin: 15px auto 50px;
  font-size: 1.4rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .txt {
    width: 95%;
    margin: 15px auto 30px;
  }
}

.map .inner {
  max-width: 700px;
  margin: 15px auto 30px;
}

@media screen and (max-width: 767px) {
  .map .inner {
    width: 95%;
  }
}

.comment {
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .comment {
    width: 95%;
  }
}

.comment .blue {
  display: inline-block;
  border: 2px solid #0068B6;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0068B6;
}

.comment ul {
  margin-bottom: 10px;
}

.comment ul li {
  font-size: 1.6rem;
  color: #000;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .comment ul li {
    font-size: 1.4rem;
  }
}

.comment ul li a {
  color: #0068B6;
  border-bottom: 2px solid #0068B6;
}

.comment dl {
  border: 2px solid #F15A24;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .comment dl {
    font-size: 1.4rem;
  }
}

.comment dl dt {
  background: #F15A24;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.comment dl dd {
  color: #F15A24;
  padding: 15px;
  font-size: 1.6rem;
}

/* footer {
  margin-top: 150px;
  background: #333;
  padding: 10px 0 20px;
} */

@media screen and (max-width: 767px) {
  footer {
    margin-top: 50px;
    padding-top: 20px;
  }
}

footer .foot_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  footer .foot_link {
    display: block;
  }
}

footer .foot_link li {
  margin: 0 20px;
}

footer .foot_link li a {
  color: #fff;
  font-size: 1.4rem;
}

footer .copy {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 40px;
}

footer .foot_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .foot_sns li {
  max-width: 50px;
  margin: 0 10px;
}



