@charset "UTF-8";
/* ===================================
ロケーション
=================================== */
*:before,
*:after {
  -webkit-box-sizing: inherit !important;
  -moz-box-sizing: inherit !important;
  box-sizing: inherit !important;
}

#contentsMap #container {
  padding-top: 0;
}

.mapWrapper {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .mapWrapper {
    margin-bottom: 20px;
  }
}
figure map area {
  border: none;
  outline: none;
}

.cap {
  word-break: break-all;
}
.cap.text-cap {
  margin-top: 20px;
}

.anchor-nav {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 90px 20px 160px;
}
.anchor-nav a {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #334457;
  color: #FFF;
  width: 234px;
  height: 100px;
  margin: 0 4px;
  font-size: 21px;
  font-family: "リュウミン R-KL";
  text-align: center;
  position: relative;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body:not(.smf) .anchor-nav a:hover {
  opacity: 0.9;
}
body:not(.smf) .anchor-nav a:hover:before {
  width: calc(100% - 14px);
  height: calc(100% - 20px);
  left: 7px;
  top: 9px;
}
body:not(.smf) .anchor-nav a:hover:after {
  width: calc(100% - 20px);
  height: calc(100% - 14px);
  left: 9px;
  top: 7px;
}
.anchor-nav a:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 14px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 4px;
  top: 6px;
  z-index: 1;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.anchor-nav a:after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 8px);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 6px;
  top: 4px;
  z-index: 2;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.anchor-nav a .arrow {
  background: #334457;
  width: 22px;
  height: 22px;
  padding: 7px;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -5px;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.anchor-nav a .arrow:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
}
.anchor-nav a .arrow:after {
  content: "";
  display: block;
  background: #FFF;
  width: 11px;
  height: 1px;
  position: absolute;
  right: 5px;
  bottom: 10px;
  transform: rotate(45deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.anchor-nav a .en {
  display: block;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .anchor-nav {
    display: block;
    margin: 50px 10px 100px;
  }
  .anchor-nav a {
    width: 100%;
    height: 80px;
    margin: 13px 0;
    line-height: 1.2;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body:not(.smf) .anchor-nav a:before {
    width: 96%;
    height: 87%;
    left: 2%;
    top: 6%;
  }
  body:not(.smf) .anchor-nav a:after {
    width: 93%;
    height: 95%;
    left: 3%;
    top: 3%;
  }
  body:not(.smf) .anchor-nav a.on:before, body:not(.smf) .anchor-nav a:hover:before {
    width: 94%;
    height: 83%;
    left: 3%;
    top: 8%;
  }
  body:not(.smf) .anchor-nav a.on:after, body:not(.smf) .anchor-nav a:hover:after {
    width: 91%;
    height: 93%;
    left: 4%;
    top: 4%;
  }
}
@supports (-ms-ime-align: auto) {
  body:not(.smf) .anchor-nav a:before {
    width: 96%;
    height: 87%;
    left: 2%;
    top: 6%;
  }
  body:not(.smf) .anchor-nav a:after {
    width: 93%;
    height: 95%;
    left: 3%;
    top: 3%;
  }
  body:not(.smf) .anchor-nav a.on:before, body:not(.smf) .anchor-nav a:hover:before {
    width: 94%;
    height: 83%;
    left: 3%;
    top: 8%;
  }
  body:not(.smf) .anchor-nav a.on:after, body:not(.smf) .anchor-nav a:hover:after {
    width: 91%;
    height: 93%;
    left: 4%;
    top: 4%;
  }
}
.wide-photo {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 240px;
  position: relative;
}
.wide-photo img {
  width: 100%;
}
.wide-photo .title {
  color: #FFF;
  padding-top: 10px;
  text-align: center;
}
.wide-photo .title .en {
  font-family: 'Cinzel', serif;
  font-size: 27px;
  letter-spacing: 0.1em;
}
.wide-photo .title .jp {
  padding-left: 0.2em;
  font-family: "リュウミン R-KL";
  font-size: 35px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .wide-photo .title .en {
    font-size: 20px;
  }
  .wide-photo .title .jp {
    font-size: 24px;
  }
}

#west .wide-photo {
  background-image: url(../imgs/01main_pc.png);
}

#south .wide-photo {
  background-image: url(../imgs/02main_pc.png);
}

#east .wide-photo {
  background-image: url(../imgs/03main_pc.png);
}

@media only screen and (max-width: 767px) {
  #west .wide-photo {
    background-image: url(../imgs/sp/01main_sp.png);
  }

  #south .wide-photo {
    background-image: url(../imgs/sp/02main_sp.png);
  }
  #south .line-title span {
    padding: 0 30px;
    letter-spacing: 0.05em;
  }
  #south .line-title span:before, #south .line-title span:after {
    width: 30px;
  }

  #east .wide-photo {
    background-image: url(../imgs/sp/03main_sp.png);
  }
}
.area-block {
  padding-bottom: 300px;
}
.area-block#east {
  padding-bottom: 200px;
}
.area-block p {
  margin-top: 90px;
  text-align: center;
  line-height: 2;
}
.area-block .photo-area {
  margin-top: 90px;
}
.area-block .photo-area.arae01 {
  margin-bottom: 150px;
}
.area-block .photo-area img {
  width: 100%;
}
.area-block .photo-area .photo-set {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.area-block .photo-area figure {
  position: relative;
}
.area-block .photo-list {
  margin-top: 90px;
  display: flex;
}
.area-block .photo-list li {
  margin-left: 15px;
}
.area-block .photo-list li:first-child {
  margin-left: 0;
}
.area-block .photo-list figure {
  position: relative;
}
.area-block .photo-list figure img {
  width: 100%;
}
.area-block .information {
  text-align: center;
}
.area-block .information .name {
  color: #193F6B;
  padding-top: 20px;
  font-family: "リュウミン R-KL";
  font-size: 17px;
}
.area-block .information .time {
  margin-top: 15px;
  padding-top: 15px;
  border-top: #B2B2B2 dashed 1px;
  line-height: 2;
}
.area-block .photo-right {
  margin-top: 100px;
  display: flex;
}
.area-block .photo-right li {
  width: 50%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.area-block .photo-right li .text-area {
  width: 480px;
}
.area-block .photo-right li .line-title {
  margin-top: 0px;
}
.area-block .photo-right li figure {
  width: 100%;
}
.area-block .photo-right li figure img {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .area-block .line-title span {
    min-width: auto;
  }
  .area-block .photo-right li .text-area p {
    margin-top: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .area-block {
    padding-bottom: 200px;
  }
  .area-block#east {
    padding-bottom: 100px;
  }
  .area-block p {
    margin-top: 40px;
    padding: 0 10px;
    text-align: left;
  }
  .area-block .photo-area {
    margin-top: 36px;
  }
  .area-block .photo-area.arae01 {
    margin-top: 20px;
    margin-bottom: 100px;
  }
  .area-block .photo-area .set01 {
    display: block;
  }
  .area-block .photo-area .set02 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .area-block .photo-area .set02 figure:nth-of-type(1),
  .area-block .photo-area .set02 figure:nth-of-type(2) {
    width: 50%;
  }
  .area-block .photo-area .set02 figure:nth-of-type(3) {
    width: 100%;
  }
  .area-block .photo-area .set03 {
    display: block;
  }
  .area-block .photo-list {
    margin-top: 30px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .area-block .photo-list.list01 li {
    margin-top: 5px;
    margin-top: 12px;
  }
  .area-block .photo-list.list01 li:first-child {
    margin-top: 0;
  }
  .area-block .photo-list.list01 li:nth-child(even) {
    margin-right: 8px;
  }
  .area-block .photo-list.list02 li {
    margin-top: 12px;
    margin-left: 0;
  }
  .area-block .photo-list.list02 li:first-child {
    margin-top: 0;
  }
  .area-block .photo-list li {
    width: calc(50% - 4px);
    margin-left: 0px;
  }
  .area-block .photo-list li:first-child {
    width: 100%;
  }
  .area-block .information .name {
    padding-top: 8px;
    font-size: 14px;
  }
  .area-block .information .time {
    margin-top: 10px;
    padding-top: 8px;
    font-size: 12px;
    line-height: 1.66;
    letter-spacing: 0.02em;
  }
  .area-block .photo-right {
    display: block;
    padding: 0 10px;
  }
  .area-block .photo-right li {
    width: 100%;
  }
  .area-block .photo-right li .text-area {
    width: 100%;
  }
  .area-block .photo-right li figure {
    margin-top: 30px;
  }
}

.line-title {
  margin-top: 100px;
  font-size: 21px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.2em;
  text-align: center;
}
.line-title span {
  display: inline-block;
  min-width: 400px;
  padding: 0 130px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.line-title span:before, .line-title span:after {
  content: "";
  display: block;
  background: #CBCBCB;
  width: 100px;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
}
.line-title span:before {
  left: 0px;
}
.line-title span:after {
  right: 0px;
}
@media only screen and (max-width: 767px) {
  .line-title span {
    min-width: auto;
    padding: 0 50px;
  }
  .line-title span:before, .line-title span:after {
    width: 40px;
  }
}

.community-space .photo-layout li.li-photo .cap {
  min-height: 3em;
}
.community-space .photo-layout .fig-wrap .photo {
  margin-top: 12px;
}
@media only screen and (max-width: 960px) {
  .community-space {
    padding: 30px 20px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .community-space {
    padding: 30px 10px 20px;
  }
}

.photo-layout {
  margin-top: 25px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.photo-layout li {
  width: 50%;
}
.photo-layout li figure {
  position: relative;
}
.photo-layout li.li-photo figure img {
  width: 100%;
}
.photo-layout li.li-text {
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.photo-layout li:first-child .fig-wrap {
  padding: 0 40px 0 0px;
}
.photo-layout .fig-wrap {
  width: 100%;
  padding: 0 20px 0 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.photo-layout .fig-wrap .title {
  font-family: "リュウミン R-KL";
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 8%;
}
.photo-layout .fig-wrap .text {
  line-height: 2;
}
.photo-layout .fig-wrap .photo {
  margin-top: 5px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.photo-layout .fig-wrap .photo:first-child {
  margin-top: 12px;
}
.photo-layout .fig-wrap .photo figure {
  width: calc(50% - 4px);
  margin-top: 5px;
}
.photo-layout .fig-wrap .photo figure:nth-child(odd) {
  margin-right: 8px;
}
.photo-layout .fig-wrap .photo figure img {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .photo-layout .fig-wrap {
    padding: 0 0px 0 20px;
  }
  .photo-layout .fig-wrap .title {
    margin: 3% 0;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .photo-layout {
    display: block;
  }
  .photo-layout li {
    width: 100%;
  }
  .photo-layout li:first-child .fig-wrap {
    padding: 0;
  }
  .photo-layout .fig-wrap {
    padding: 0;
  }
  .photo-layout .fig-wrap .title {
    text-align: left;
    margin-bottom: 5px;
  }
}

.school-block .photo-layout {
  margin-top: 100px;
}
.school-block .photo-layout .fig-wrap {
  padding-right: 0;
}
.school-block .photo-layout .fig-wrap .text {
  min-height: 150px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.school-block .photo-layout .fig-wrap .photo {
  margin-top: 0;
}
.school-block .photo-layout .fig-wrap .photo figure {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .school-block .text.sp {
    margin-top: 40px;
    line-height: 2;
  }
  .school-block .photo-layout {
    margin-top: 40px;
  }
  .school-block .photo-layout .li-text {
    margin-top: 15px;
  }
}

.asakusa-block {
  background: url(../imgs/asakusa_bg.png);
  color: #FFF;
  padding: 100px 0;
}
.asakusa-block .asa-title {
  margin-bottom: 70px;
  position: relative;
  font-family: "リュウミン R-KL";
  font-size: 21px;
  text-align: center;
  padding-bottom: 30px;
  letter-spacing: 0.2em;
}
.asakusa-block .asa-title:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: calc(50% - 50px);
  bottom: 0px;
  z-index: 1;
}
.asakusa-block .asa-title:after {
  content: "";
  width: 16px;
  height: 19px;
  background: url(../imgs/asakusa_effect.png) center no-repeat;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -9px;
  z-index: 2;
}
.asakusa-block .photo-layout .fig-wrap .title {
  margin-bottom: 5%;
}
.asakusa-block .photo-layout .fig-wrap .photo {
  margin-top: 25px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.asakusa-block .photo-layout .fig-wrap .photo .figure-wrap {
  width: 51.42%;
  margin-right: 1.9%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.asakusa-block .photo-layout .fig-wrap .photo .figure-wrap figure {
  width: 100%;
}
.asakusa-block .photo-layout .fig-wrap .photo .figure-wrap figure:first-child {
  margin-bottom: 8px;
}
.asakusa-block .photo-layout .fig-wrap .photo figure {
  width: 46.66%;
}
.asakusa-block .photo-layout .fig-wrap .photo figure img {
  width: 100%;
}
.asakusa-block .photo-layout .fig-wrap .photo .cap {
  line-height: normal;
}
.asakusa-block li.li-photo .cap {
  min-height: auto;
}
@media only screen and (max-width: 767px) {
  .asakusa-block {
    padding: 50px 0;
  }
  .asakusa-block .photo-layout .fig-wrap .title {
    text-align: center;
    margin-bottom: 30px;
  }
  .asakusa-block .photo-layout .fig-wrap .photo .figure-wrap {
    width: 48.66%;
    margin-right: 2.66%;
  }
  .asakusa-block .photo-layout .fig-wrap .photo .figure-wrap figure:first-child {
    margin-bottom: 3.5%;
  }
  .asakusa-block .photo-layout .fig-wrap .photo figure {
    width: 48.66%;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .asakusa-block .photo-layout .fig-wrap .photo .figure-wrap figure:first-child {
    margin-bottom: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .asakusa-block .photo-layout .fig-wrap .photo .figure-wrap {
    display: block;
  }
  .asakusa-block .photo-layout .fig-wrap .photo .figure-wrap figure:first-child {
    margin-bottom: 14px;
  }
}
.column {
  padding-bottom: 200px;
}
.column .c-frame {
  margin-bottom: 0;
}
.column .photo-layout li.li-text {
  -webkit-align-items: center;
  align-items: center;
}
.column .photo-layout li.li-text .fig-wrap .title {
  line-height: 2.38;
  margin-bottom: 4%;
}
.column .photo-layout li.li-text .fig-wrap .text {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .column {
    padding-bottom: 100px;
  }
  .column .photo-layout li.li-photo figure .cap {
    position: static;
    color: #000;
  }
  .column .photo-layout li.li-text .fig-wrap .title {
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .column .photo-layout li.li-text .fig-wrap .text {
    padding: 0;
  }
}

.area-information {
  padding: 200px 0 100px;
}
.area-information .line-title {
  font-family: 'Cinzel', serif;
  margin-top: 0;
}
.area-information .lead {
  text-align: center;
  margin-top: 40px;
}
.area-information .area-nav {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px;
}
.area-information .area-nav li {
  background: #334457;
  color: #FFF;
  width: calc((188/960)*100%);
  height: 80px;
  font-family: "リュウミン R-KL";
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.area-information .area-nav li.on {
  opacity: 0.75;
}
.area-information .area-nav li.on:before {
  width: calc(100% - 14px);
  height: calc(100% - 20px);
  left: 7px;
  top: 9px;
}
.area-information .area-nav li.on:after {
  width: calc(100% - 20px);
  height: calc(100% - 14px);
  left: 9px;
  top: 7px;
}
body:not(.smf) .area-information .area-nav li:hover {
  opacity: 0.75;
}
body:not(.smf) .area-information .area-nav li:hover:before {
  width: calc(100% - 14px);
  height: calc(100% - 20px);
  left: 7px;
  top: 9px;
}
body:not(.smf) .area-information .area-nav li:hover:after {
  width: calc(100% - 20px);
  height: calc(100% - 14px);
  left: 9px;
  top: 7px;
}
.area-information .area-nav li:first-child {
  margin-left: 0;
  letter-spacing: 0;
}
.area-information .area-nav li:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 14px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 4px;
  top: 6px;
  z-index: 10;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.area-information .area-nav li:after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 8px);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 6px;
  top: 4px;
  z-index: 10;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.area-information .area-nav li p {
  width: 100%;
  height: 100%;
  padding: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.area-information .area-nav li p:after {
  content: "";
  background: url(../../common/imgs/chip.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.5;
}
.area-information .area-nav li span {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #334457;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .area-information .area-nav li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .area-information {
    padding: 100px 10px 100px;
  }
  .area-information .lead {
    text-align: left;
  }
  .area-information .area-nav {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .area-information .area-nav li {
    width: calc(50% - 5px);
    height: 70px;
    margin-top: 12px;
  }
  .area-information .area-nav li:nth-child(even) {
    margin-left: 10px;
  }
  .area-information .area-nav li p {
    padding: 6px 6px 8px;
  }
  .area-information .area-nav .arrow {
    background: #334457;
    width: 22px;
    height: 22px;
    padding: 7px;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -5px;
    z-index: 10;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transform: rotate(45deg);
  }
  .area-information .area-nav .arrow:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
  }
  .area-information .area-nav .arrow:after {
    content: "";
    display: block;
    background: #FFF;
    width: 11px;
    height: 1px;
    position: absolute;
    right: 5px;
    bottom: 10px;
    transform: rotate(45deg);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body:not(.smf) .area-information .area-nav li:before {
    width: 96%;
    height: 87%;
    left: 2%;
    top: 6%;
  }
  body:not(.smf) .area-information .area-nav li:after {
    width: 93%;
    height: 95%;
    left: 3%;
    top: 3%;
  }
  body:not(.smf) .area-information .area-nav li.on:before, body:not(.smf) .area-information .area-nav li:hover:before {
    width: 94%;
    height: 83%;
    left: 3%;
    top: 8%;
  }
  body:not(.smf) .area-information .area-nav li.on:after, body:not(.smf) .area-information .area-nav li:hover:after {
    width: 91%;
    height: 93%;
    left: 4%;
    top: 4%;
  }
}
@supports (-ms-ime-align: auto) {
  body:not(.smf) .area-information .area-nav li:before {
    width: 96%;
    height: 87%;
    left: 2%;
    top: 6%;
  }
  body:not(.smf) .area-information .area-nav li:after {
    width: 93%;
    height: 95%;
    left: 3%;
    top: 3%;
  }
  body:not(.smf) .area-information .area-nav li.on:before, body:not(.smf) .area-information .area-nav li:hover:before {
    width: 94%;
    height: 83%;
    left: 3%;
    top: 8%;
  }
  body:not(.smf) .area-information .area-nav li.on:after, body:not(.smf) .area-information .area-nav li:hover:after {
    width: 91%;
    height: 93%;
    left: 4%;
    top: 4%;
  }
}
#contentsMap #container {
  margin-top: 0;
}
