.courgette {
 font-family: "Courgette", cursive;
 font-weight: 400;
}
/* sec_access */
@media screen and (min-width: 641px) {
 .sec_access {
  padding: 0 54px;
 }
}
.sec_access > .in {
 padding-bottom: 28.5rem;
}
@media screen and (max-width: 640px) {
 .sec_access > .in {
  padding-bottom: 4.5rem;
 }
}
.sec_access > .in .sec_tit > .title {
 min-width: 38rem;
}
@media screen and (max-width: 640px) {
 .sec_access > .in .sec_tit > .title {
  min-width: 28rem;
 }
}
.sec_access > .in > .in2 {
 position: relative;
}
.sec_access > .in > .in2 .tit {
 width: 190px;
 height: 190px;
 margin-bottom: 2.5rem;
 /*padding-top: 3rem;*/
 border-radius: 19rem;
 background-color: #f05050;
 box-sizing: border-box;
 color: #fff;
 font-size: 2.2rem;
 font-weight: normal;
 line-height: 1;
 text-align: center;
 display: flex;
 justify-content: center;
 align-items: center;
}
@media screen and (max-width: 640px) {
 .sec_access > .in > .in2 .tit {
  display: inline-block;
  vertical-align: middle;
  width: 10.9rem;
  height: 10.9rem;
  margin-bottom: 0;
  padding-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.2;
 }
}
.sec_access > .in > .in2 .tit .one {
 font-size: 2.6rem;
}
.lang_en .sec_access > .in > .in2 .tit .one {
 font-size: 2.2rem;
}
.sec_access > .in > .in2 .tit .one b {
 font-size: 1.5em;
}
.lang_tw .sec_access > .in > .in2 .tit .one b {
 font-size: 1.2em;
}
@media screen and (max-width: 640px) {
 .sec_access > .in > .in2 .tit .one {
  font-size: 2.7rem;
 }
}
.sec_access > .in > .in2 .tit .min {
 font-size: 2.5rem;
}
@media screen and (max-width: 640px) {
 .sec_access > .in > .in2 .tit .min {
  font-size: 1.4rem;
 }
}
.sec_access > .in > .in2 p {
 font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
 .sec_access > .in > .in2 p {
  font-size: 1.1rem;
 }
}
.sec_access > .in > .in2 p.address {
 margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
 .sec_access > .in > .in2 p.address {
  display: inline-block;
  vertical-align: middle;
  width: 18rem;
  margin-bottom: 0;
  margin-left: .5rem;
 }
}
.sec_access > .in > .in2 p.way {
 width: 34.5rem;
 font-weight: bold;
}
@media screen and (max-width: 640px) {
 .sec_access > .in > .in2 p.way {
  width: auto;
  font-size: 1.1rem;
 }
}
.sec_access > .in > .in2 p.way + .way {
 margin-top: 1rem;
}
@media screen and (max-width: 640px) {
 .sec_access > .in > .in2 p.way + .way {
  margin-top: 0;
 }
}
.sec_access > .in > .in2 .googlemap {
 position: absolute;
 top: 1rem;
 right: 0;
 width: 690px;
 height: 560px;
}
@media (max-width: 1150px) {
 .sec_access > .in > .in2 .googlemap {
  width: 64%;
  height: 31rem;
 }
}
@media screen and (max-width: 640px) {
 .sec_access > .in > .in2 .googlemap {
  margin-top: 2rem;
  position: static;
  width: 100%;
  margin-bottom: 2.5rem;
 }
}
.sec_access > .in > .in2 .googlemap [data-googlemap] {
 height: 560px;
}
@media screen and (max-width: 640px) {
 .sec_access > .in > .in2 .googlemap [data-googlemap] {
  height: 28rem;
 }
}
.sec_access > .in > .in2 .googlemap .googlemaplink {
 text-align: right;
}
.sec_access > .in > .in2 .googlemap .googlemaplink > a {
 display: inline-block;
 padding: 5px 0;
 font-size: 1.4rem;
 color: #0d1663;
 text-decoration: underline;
 font-weight: bold;
}
.no-touchevents .sec_access > .in > .in2 .googlemap .googlemaplink > a:hover {
 text-decoration: none;
}