@media screen and (min-width: 1201px), print {
  #top-content .top-title {
    margin-top: 50px;
    writing-mode: vertical-rl;
  }
}
#top-content .top-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 710px;
  height: 450px;
  z-index: 1;
}
@media screen and (min-width: 751px), print {
  #top-content .top-image {
    max-width: 710px;
  }
  #section5 a:hover{ opacity: 0.8; }
  #section5 a{ -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  #top-content .top-image {
    width: 284px;
    height: 180px;
  }
}
@media screen and (max-width: 750px) {
  #top-content .top-image {
    width: 62vw;
    width: 39.4vw;
    z-index: 0;
  }
}

.section-navi {
  border-top: 1px solid #281301;
  border-bottom: 1px solid #281301;
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .section-navi {
    margin-top: 13.3333333333vw;
  }
}
.section-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 1.0909090909em;
}
@media screen and (max-width: 750px) {
  .section-navi ul {
    font-size: 0.9696969697em;
    justify-content: flex-start;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .section-navi ul li {
    margin-right: 3%;
    margin-left: 3%;
  }
}
.section-navi a {
  display: block;
  color: #281301;
  font-weight: 500;
  position: relative;
  padding-right: 2em;
}
@media screen and (hover: hover) {
  .section-navi a {
    transition: color 0.3s;
  }
  .section-navi a i {
    transition: background-color 0.3s;
  }
  .section-navi a:hover {
    color: #036900;
  }
  .section-navi a:hover i {
    background-color: #036900;
  }
}
.section-navi a i {
  font-size: 0.95em;
  transform: rotate(90deg);
}

.section-content {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .section-content {
    margin-top: 16vw;
  }
}
.section-content:nth-of-type(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .section-content:nth-of-type(n+2) {
    margin-top: 13.3333333333vw;
  }
}
.section-content:nth-of-type(2n) {
  background: url(../images/common/bg1.jpg);
  border-radius: 25px;
}
@media screen and (max-width: 750px) {
  .section-content:nth-of-type(2n) {
    border-radius: 3.3333333333vw;
  }
  .section-content:nth-of-type(2n) .right-content {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.section-content h3 {
  font-weight: 400;
  font-size: 2.2424242424em;
  position: relative;
  padding-left: 1.35em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .section-content h3 {
    font-size: 6.4vw;
  }
}
.section-content h3:before {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: #036900;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.section-content > .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-content > .inner h3 {
  width: min(37%, 430px);
}
@media screen and (max-width: 750px) {
  .section-content > .inner h3 {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .section-content > .inner h3, .section-content > .inner .right-content {
    width: 100%;
  }
}
.section-content .right-content {
  width: min(60%, 720px);
  margin-right: 3%;
  font-weight: 500;
  font-size: 1.0303030303em;
}
.section-content table {
  border: 1px solid #ccd5c8;
  border-collapse: collapse;
  background: #fbfbfb;
  width: 100%;
}
.section-content table th {
  background: #036900;
  color: #fff;
  font-size: 1.0588235294em;
  text-align: center;
}
.section-content table td, .section-content table th {
  border: 1px solid #ccd5c8;
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .section-content table td, .section-content table th {
    padding: 2.6666666667vw;
  }
}
.section-content table td {
  font-size: 1.0882352941em;
  font-weight: 500;
}
.section-content .pointer-circle > .pointer {
  padding-left: 1.2em;
  position: relative;
}
.section-content .pointer-circle > .pointer:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #036900;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.section-content .border-box {
  border: 1px solid #281301;
}

#section1 th {
  width: 260px;
}
@media screen and (max-width: 1200px) {
  #section1 th {
    width: 50%;
  }
}
#section1 td span {
  font-size: 0.9166666667em;
}
#section2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  #section2 {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
#section3 table td {
  text-align: center;
}
#section4 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  #section4 {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
#section4 ul li:nth-child(n+2) {
  margin-top: 15px;
}
#section5 .box {
  max-width: 1085px;
  margin-right: auto;
  margin-left: auto;
}
#section5 .border-box {
  width: calc(100% - 10px);
  box-sizing: border-box;
  padding: 30px;
}
@media screen and (max-width: 750px) {
  #section5 .border-box {
    padding: 4vw;
  }
}
#section5 .border-box ul {
  display: flex;
  flex-wrap: wrap;
}
#section5 .border-box ul li:not(:last-child) {
  margin-right: 2em;
}
@media screen and (max-width: 750px) {
  #section5 .border-box ul li {
    width: 100%;
    margin-right: 0;
  }
  #section5 .border-box ul li:not(:first-child) {
    margin-top: 0.5em;
  }
}
#section5 .box:not(.border-box) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.route a{ position: relative; padding-left:25px }
.route a:hover{ color: #036900; }
.route a .circle-arrow{ right:inherit; width: 17px; height: 17px; }

@media screen and (hover: hover) {
.route a:hover i { background-color: #036900;}
}


#section5 .map {
  border: 1px solid #281301;
  padding: 3px;
  border-radius: 20px;
  box-sizing: border-box;
  width: min(60%, 670px);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #section5 .map {
    width: 100%;
  }
}
#section5 .map > div {
  position: relative;
  width: 100%;
  padding-top: 68.6567164179%;
}
#section5 .map > div iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
#section5 .map-image {
  width: min(35%, 379px);
}
@media screen and (max-width: 750px) {
  #section5 .map-image {
    width: 100%;
    margin-top: 4vw;
  }
}
#section6 {
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  #section6 {
    padding-bottom: 12vw;
  }
}
#section6 h3 {
  padding-left: 0;
  padding-top: 90px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #section6 h3 {
    padding-top: 12vw;
  }
}
#section6 h3:before {
  top: 0;
  right: 0;
  left: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 2px;
  height: 1.3em;
}
#section6 > p {
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2em;
  font-size: 0.9696969697em;
  letter-spacing: 0.075em;
  max-width: 90%;
}
@media screen and (hover: hover) {
  #section6 > p {
    transition: color 0.3s;
  }
  #section6 > p i {
    transition: background-color 0.3s;
  }
  #section6 > p:hover {
    color: #036900;
  }
  #section6 > p:hover i {
    background-color: #036900;
  }
}
@media screen and (max-width: 750px) {
  #section6 > p {
    font-size: 2.6666666667vw;
    padding-right: 0;
  }
}
#section6 > p i {
  margin: initial;
  position: relative;
  display: inline-block;
  top: 0.3em;
  margin-left: 1em;
}
#section6 .content {
  position: relative;
  border: 1px solid #281301;
  background: #fff;
  box-sizing: border-box;
  padding: 40px 5%;
  width: min(90%, 770px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  #section6 .content {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    font-size: 2.2vw;
  }
}
#section6 .content:before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: 3px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/guide/bg1.jpg);
}
#section6 .content > div {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}
#section6 .content .tel {
  font-size: 1.696969697em;
  font-weight: 500;
  letter-spacing: 0.075em;
}
#section6 .content .tel span {
  font-size: 0.75em;
}/*# sourceMappingURL=guide.css.map */