.copy-notification {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 500;
  padding: 20px;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  margin-top: -30px;
  margin-left: -85px;
  display: none;
  text-align: center;
}

@media only screen and (max-width: 1250px) {
  .scroll_down {
    display: none;
  }
}

article {
  position: relative;
}
article .topic_en {
  width: 1300px;
  height: 250px;
  background-image: url(../images/contact_en.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  top: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  article .topic_en {
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  article .topic_en {
    top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  article .topic_en {
    display: none;
  }
}
article .topic_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 180px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1250px) {
  article .topic_box {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 950px) {
  article .topic_box {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
article .topic_box .bread {
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  article .topic_box .bread {
    margin-bottom: 20px;
  }
}
article .topic_box .bread a {
  font-size: 14px;
  color: #908b82;
  text-decoration: underline;
}
article .topic_box h2 {
  font-size: 50px;
  position: relative;
  padding-left: 40px;
  letter-spacing: 5px;
}
@media only screen and (max-width: 950px) {
  article .topic_box h2 {
    font-size: 32px;
  }
}
article .topic_box h2::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

section.contact_us {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 0;
}
@media only screen and (max-width: 950px) {
  section.contact_us {
    padding: 40px 0 0px;
  }
}
section.contact_us .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  section.contact_us .inner {
    width: calc(100% - 60px);
  }
}
section.contact_us .inner .information {
  text-align: center;
  padding-bottom: 100px;
  border-bottom: solid 1px #908b82;
}
@media only screen and (max-width: 950px) {
  section.contact_us .inner .information {
    padding-bottom: 50px;
  }
}
section.contact_us .inner .information h3 {
  color: #000;
}
section.contact_us .inner .information h3::after {
  background-color: #000;
}
section.contact_us .inner .information .tel_box {
  padding: 50px 80px;
  background-color: #beaa93;
  border-radius: 10px;
  text-align: left;
  display: inline-block;
  margin-bottom: 50px;
}
@media only screen and (max-width: 950px) {
  section.contact_us .inner .information .tel_box {
    text-align: center;
    padding: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
section.contact_us .inner .information .tel_box p {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #FFF;
}
@media only screen and (max-width: 950px) {
  section.contact_us .inner .information .tel_box p {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
section.contact_us .inner .information .tel_box p span {
  font-size: 18px;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 950px) {
  section.contact_us .inner .information .tel_box p span {
    font-size: 14px;
  }
}
section.contact_us .inner .information .tel_box .tel {
  display: inline-block;
  vertical-align: middle;
  margin-left: 100px;
}
@media only screen and (max-width: 950px) {
  section.contact_us .inner .information .tel_box .tel {
    display: block;
    margin-left: 0;
  }
}
section.contact_us .inner .information .tel_box .tel figure {
  width: 37px;
  height: 37px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 950px) {
  section.contact_us .inner .information .tel_box .tel figure {
    width: 27px;
    height: 27px;
  }
}
section.contact_us .inner .information .tel_box .tel a {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media only screen and (max-width: 950px) {
  section.contact_us .inner .information .tel_box .tel a {
    font-size: 34px;
    line-height: 34px;
    margin-left: 5px;
  }
}
section.contact_us .inner .information .social_box {
  text-align: center;
}
section.contact_us .inner .information .social_box a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 100px;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 100px;
  height: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
section.contact_us .inner .information .social_box a.fb {
  background-image: url(../images/social_fb.svg);
}
section.contact_us .inner .information .social_box a.ig {
  background-image: url(../images/social_ig.svg);
}
section.contact_us .inner .information .social_box a.line {
  margin-right: 0;
  background-image: url(../images/social_line.svg);
}
@media only screen and (max-width: 950px) {
  section.contact_us .inner .information .social_box a {
    width: 58px;
    height: 58px;
    background-size: 58px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 751px) {
  section.contact_us .inner .information .social_box a:hover.fb {
    background-image: url(../images/social_fb_brown.svg);
  }
  section.contact_us .inner .information .social_box a:hover.ig {
    background-image: url(../images/social_ig_brown.svg);
  }
  section.contact_us .inner .information .social_box a:hover.line {
    background-image: url(../images/social_line_brown.svg);
  }
}

section.access {
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
}
@media only screen and (max-width: 1250px) {
  section.access {
    padding: 100px 0 50px;
  }
}
@media only screen and (max-width: 950px) {
  section.access {
    padding: 50px 0 0;
  }
}
section.access .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  section.access .inner {
    width: calc(100% - 60px);
  }
}
section.access .inner h3 {
  color: #000;
}
section.access .inner h3::after {
  background-color: #000;
}
section.access .inner .main figure {
  width: 780px;
  display: inline-block;
  vertical-align: top;
  border-radius: 30px;
  line-height: 0;
  overflow: hidden;
  margin-left: -260px;
}
@media only screen and (max-width: 1250px) {
  section.access .inner .main figure {
    width: 680px;
  }
}
@media only screen and (max-width: 950px) {
  section.access .inner .main figure {
    display: none;
  }
}
section.access .inner .main .info {
  display: inline-block;
  vertical-align: top;
  margin-left: 80px;
  width: calc(100% - 610px);
}
@media only screen and (max-width: 1250px) {
  section.access .inner .main .info {
    margin-left: 40px;
    width: calc(100% - 470px);
  }
}
@media only screen and (max-width: 950px) {
  section.access .inner .main .info {
    margin-left: 0;
    width: 100%;
  }
}
section.access .inner .main .info .row {
  margin-bottom: 50px;
}
section.access .inner .main .info .row.first {
  padding-bottom: 50px;
  border-bottom: solid 1px #908b82;
}
section.access .inner .main .info .row h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 950px) {
  section.access .inner .main .info .row h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
section.access .inner .main .info .row h4 .icon {
  width: 45px;
  height: 45px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-position: center center;
}
section.access .inner .main .info .row h4 .icon.location {
  background-size: 35px 35px;
  background-image: url(../images/icon_location.png);
}
section.access .inner .main .info .row h4 .icon.car {
  background-size: 35px 35px;
  background-image: url(../images/icon_car.png);
}
section.access .inner .main .info .row h4 .icon.cable {
  background-size: 45px 45px;
  background-image: url(../images/icon_cable.png);
}
section.access .inner .main .info .row h4 .icon.mrt {
  background-size: 41px 41px;
  background-image: url(../images/icon_mrt.png);
}
section.access .inner .main .info .row .map {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
}
@media only screen and (max-width: 1250px) {
  section.access .inner .main .info .row .map {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 950px) {
  section.access .inner .main .info .row .map {
    padding: 10px 15px;
    text-align: left;
    display: inline-block;
  }
}
section.access .inner .main .info .row .map p {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
@media only screen and (max-width: 950px) {
  section.access .inner .main .info .row .map p {
    font-size: 20px;
  }
}
section.access .inner .main .info .row .map p a {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #beaa93;
  text-decoration: underline;
  margin-left: 20px;
  margin-top: -5px;
}
@media only screen and (max-width: 950px) {
  section.access .inner .main .info .row .map p a {
    font-size: 20px;
    margin-left: 10px;
  }
}
section.access .inner .main .info .row > p {
  line-height: 40px;
}
@media only screen and (max-width: 950px) {
  section.access .inner .main .info .row > p {
    font-size: 18px;
  }
}
section.access .inner .main .info .row > p.bus {
  padding-left: 82px;
  background: url(../images/icon_bus.png) 52px 10px no-repeat;
  background-size: 20px;
}

section.map iframe {
  width: 100%;
  height: 620px;
  margin-bottom: -6px;
}
@media only screen and (max-width: 1250px) {
  section.map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 950px) {
  section.map iframe {
    height: 280px;
  }
}

section.contact {
  padding: 0;
}