@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

.tenmetsu {
  animation: tenm 1.5s infinite;
}

@keyframes tenm {
  50% {
    opacity: 0;
  }
}
@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

figure.img_main {
  position: relative;
  top: 0;
  left: 0;
}
figure.img_main .img_caption {
  position: absolute;
  bottom: 12px;
  right: 24px;
  z-index: 1;
}
@media screen and (max-width:800px) {
  figure.img_main .img_caption {
    bottom: 8px;
    right: 6px;
  }
}
figure.img_main .img_caption.img_caption--wh {
  color: #fff;
}

/**scss共通ここまで***/
#section01 {
  position: relative;
  width: 100%;
  z-index: 15;
  background-color: #002437;
  margin-top: -84px;
}
@media screen and (max-width:800px) {
  #section01 {
    margin-top: 0;
  }
}
#section01 .title_area {
  height: 198px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section01 .title_area {
    height: auto;
    padding: 10vw;
  }
}
#section01 .title_area img {
  display: block;
  max-width: 531px;
  width: 90%;
}
@media screen and (max-width:800px) {
  #section01 .title_area img {
    width: 60vw;
  }
}

#section02 {
  position: relative;
  width: 100%;
  z-index: 15;
  padding-bottom: 120px;
}
#section02 .mv_area {
  position: relative;
  top: 0;
  left: 0;
}
#section02 .mv_area .mv_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section02 .mv_area .mv_title img {
  max-width: 160px;
}
@media screen and (max-width:800px) {
  #section02 .mv_area .mv_title img {
    width: 28vw;
  }
}
#section02 .intro_box {
  text-align: center;
  color: #8e7346;
  margin-top: 116px;
}
@media screen and (max-width:800px) {
  #section02 .intro_box {
    margin-top: 11vw;
  }
}
#section02 .intro_box p {
  line-height: 1.6em;
}
@media screen and (max-width:800px) {
  #section02 .intro_box p {
    font-size: 6vw;
    line-height: 1.7em;
  }
}
#section02 .section_in {
  margin: 0 auto;
  max-width: 968px;
  width: 95%;
}
#section02 .block {
  margin-top: 84px;
}
@media screen and (max-width:800px) {
  #section02 .block {
    margin-top: 15vw;
  }
}
#section02 .block .block_title {
  margin: 0 auto;
  max-width: 261px;
}
@media screen and (max-width:800px) {
  #section02 .block .block_title {
    width: 60vw;
  }
}
#section02 .block .intro_text {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section02 .block .intro_text {
    margin-top: 3vw;
  }
}
#section02 .block--train .map {
  margin-top: 56px;
}
@media screen and (max-width:800px) {
  #section02 .block--train .map {
    margin-top: 6vw;
  }
}
#section02 .block--train .map_bottom_box {
  margin: 48px auto 0;
  max-width: 735px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  box-sizing: border-box;
  padding: 18px 20px;
}
@media screen and (max-width:800px) {
  #section02 .block--train .map_bottom_box {
    margin-top: 8vw;
    padding: 6vw 7vw 4vw;
  }
}
#section02 .block--train .location_box {
  margin-top: 48px;
}
@media screen and (max-width:800px) {
  #section02 .block--train .location_box {
    margin-top: 8vw;
  }
}
#section02 .block--train .location_box .location_copy {
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02 .block--train .location_box .location_copy {
    font-size: 5.3vw;
  }
}
#section02 .block--train .location_box .location_list {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
}
@media screen and (max-width:800px) {
  #section02 .block--train .location_box .location_list {
    flex-wrap: wrap;
  }
}
#section02 .block--train .location_box .location_list li {
  width: 19%;
}
@media screen and (max-width:800px) {
  #section02 .block--train .location_box .location_list li {
    width: 48%;
    margin-bottom: 4vw;
  }
  #section02 .block--train .location_box .location_list li:last-child {
    margin-bottom: 0;
  }
}
#section02 .block--train .location_box .location_list li .location_desc {
  margin-top: 10px;
}
#section02 .block--car {
  margin-top: 118px;
}
@media screen and (max-width:800px) {
  #section02 .block--car {
    margin-top: 15vw;
  }
}
#section02 .block--car .mv {
  margin-top: 32px;
}
@media screen and (max-width:800px) {
  #section02 .block--car .mv {
    margin-top: 3vw;
  }
}
#section02 .block--car .mv_text {
  margin: 70px auto 0;
  max-width: 902px;
}
@media screen and (max-width:800px) {
  #section02 .block--car .mv_text {
    margin: 7vw auto 0;
  }
}
#section02 .block--car .map_box {
  max-width: 790px;
  margin: 30px auto 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  box-sizing: border-box;
  padding: 35px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section02 .block--car .map_box {
    display: block;
    padding: 5vw 0;
  }
}
#section02 .block--car .map_box dt {
  width: 56%;
}
@media screen and (max-width:800px) {
  #section02 .block--car .map_box dt {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #section02 .block--car .map_box dt .map_intro {
    text-align: center;
  }
}
#section02 .block--car .map_box dt .map_copy {
  margin-top: 4px;
  color: #8e7346;
}
@media screen and (max-width:800px) {
  #section02 .block--car .map_box dt .map_copy {
    font-size: 5vw;
    text-align: center;
  }
}
#section02 .block--car .map_box dt .map_desc {
  margin-top: 4px;
}
@media screen and (max-width:800px) {
  #section02 .block--car .map_box dt .map_desc {
    margin-top: 5vw;
    font-size: 3.4vw;
    line-height: 180%;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width:800px) {
  #section02 .block--car .map_box dt .map_img {
    margin-top: 7vw;
  }
}
#section02 .block--car .map_box dd {
  width: 40%;
}
@media screen and (max-width:800px) {
  #section02 .block--car .map_box dd {
    width: 100%;
  }
}
#section02 .block--bus {
  margin-top: 65px;
}
@media screen and (max-width:800px) {
  #section02 .block--bus {
    margin-top: 12vw;
  }
}
#section02 .block--bus .box {
  margin-top: 34px;
  background-color: rgba(3, 36, 54, 0.07);
  box-sizing: border-box;
  padding: 47px 35px 27px;
}
@media screen and (max-width:800px) {
  #section02 .block--bus .box {
    margin-top: 5vw;
    padding: 7vw 2vw 9vw;
  }
}
@media screen and (max-width:800px) {
  #section02 .block--bus .box .list {
    margin: 0 auto;
    width: 72%;
  }
}
#section02 .block--bus .box .map {
  margin-top: 32px;
}
@media screen and (max-width:800px) {
  #section02 .block--bus .box .map {
    margin-top: 11vw;
  }
}
#section02 .block--bussiness {
  margin-top: 104px;
}
@media screen and (max-width:800px) {
  #section02 .block--bussiness {
    margin-top: 14vw;
  }
}
#section02 .block--bussiness .map {
  margin-top: 32px;
}
@media screen and (max-width:800px) {
  #section02 .block--bussiness .map {
    margin-top: 4vw;
  }
}
#section02 .block--bussiness .map_bottom_box {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02 .block--bussiness .map_bottom_box {
    display: block;
    margin-top: 5.3vw;
  }
}
#section02 .block--bussiness .map_bottom_box .text_box {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section02 .block--bussiness .map_bottom_box .text_box {
    width: 100%;
  }
}
#section02 .block--bussiness .map_bottom_box .text_box .complist li {
  display: flex;
  justify-content: space-between;
  padding-left: 14px;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 6px;
  line-height: 1em;
}
@media screen and (max-width:800px) {
  #section02 .block--bussiness .map_bottom_box .text_box .complist li {
    font-size: 3vw;
  }
}
#section02 .block--bussiness .map_bottom_box .text_box .complist li:first-child {
  margin-top: 0;
}
#section02 .block--bussiness .map_bottom_box .text_box .complist li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #b9692f;
}
@media screen and (max-width:800px) {
  #section02 .block--bussiness .map_bottom_box .text_box .complist li:before {
    width: 3vw;
    height: 3vw;
    top: 0;
  }
}
#section02 .block--bussiness .map_bottom_box .text_box .complist li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: calc(100% - 30px);
  height: 2px;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  z-index: -1;
}
#section02 .block--bussiness .map_bottom_box .text_box .complist li span {
  background-color: #fff;
}
#section02 .block--bussiness .map_bottom_box .text_box .complist.complist--group {
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #section02 .block--bussiness .map_bottom_box .text_box .complist.complist--group {
    margin-top: 5.5vw;
  }
}
#section02 .block--bussiness .map_bottom_box .text_box .complist.complist--group li:before {
  background-color: #9a4657;
}
#section02 .block--bussiness .map_bottom_box .company {
  width: 48%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02 .block--bussiness .map_bottom_box .company {
    width: 100%;
    margin-top: 4vw;
  }
}
#section02 .block--bussiness .map_bottom_box .company figcaption {
  margin-top: 4px;
}

#section03 {
  position: relative;
  width: 100%;
  z-index: 15;
  background: #002437;
  padding-bottom: 95px;
}
@media screen and (max-width:800px) {
  #section03 {
    padding-bottom: 14vw;
  }
}
#section03 .mv_area {
  position: relative;
  top: 0;
  left: 0;
}
#section03 .mv_area .mv_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section03 .mv_area .mv_title img {
  max-width: 207px;
}
@media screen and (max-width:800px) {
  #section03 .mv_area .mv_title img {
    width: 31vw;
  }
}
#section03 .intro_box {
  text-align: center;
  color: #8e7346;
  margin-top: 130px;
}
@media screen and (max-width:800px) {
  #section03 .intro_box {
    margin-top: 9vw;
  }
}
#section03 .intro_box p {
  line-height: 1.6em;
}
@media screen and (max-width:800px) {
  #section03 .intro_box p {
    font-size: 6vw;
    line-height: 1.7em;
  }
}
#section03 .section_in {
  margin: 0 auto;
  max-width: 946px;
  width: 95%;
}
#section03 .block {
  margin-top: 65px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section03 .block {
    margin-top: 16vw;
  }
  #section03 .block.block--shopping {
    margin-top: 10vw;
  }
}
#section03 .block .block_title {
  line-height: 1em;
}
@media screen and (max-width:800px) {
  #section03 .block .block_title {
    text-align: center;
  }
}
#section03 .block .block_title img {
  max-width: 136px;
}
@media screen and (max-width:800px) {
  #section03 .block .block_title img {
    text-align: center;
    width: 43vw;
    max-width: 100vw;
  }
}
#section03 .block .location_list {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}
@media screen and (max-width:800px) {
  #section03 .block .location_list {
    flex-wrap: wrap;
  }
}
#section03 .block .location_list li {
  width: 23%;
}
@media screen and (max-width:800px) {
  #section03 .block .location_list li {
    width: 48%;
    margin-top: 4vw;
  }
  #section03 .block .location_list li:first-child, #section03 .block .location_list li:nth-child(2) {
    margin-top: 0;
  }
}
#section03 .block .location_list li .location_desc {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section03 .block .location_list li .location_desc {
    margin-top: 1vw;
  }
}
#section03 .block .pickup_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section03 .block .pickup_wrap {
    display: block;
  }
}
#section03 .block .pickup_wrap .desc_list {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section03 .block .pickup_wrap .desc_list {
    width: 100%;
  }
  #section03 .block .pickup_wrap .desc_list:last-child {
    margin-top: 2vw;
  }
}
#section03 .block .pickup_wrap .desc_list li {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 6px;
  line-height: 1em;
}
@media screen and (max-width:800px) {
  #section03 .block .pickup_wrap .desc_list li {
    font-size: 3vw;
  }
}
#section03 .block .pickup_wrap .desc_list li:first-child {
  margin-top: 0;
}
#section03 .block .pickup_wrap .desc_list li.list-desc:after {
  opacity: 0;
}
#section03 .block .pickup_wrap .desc_list li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: calc(100% - 30px);
  height: 2px;
  background-image: linear-gradient(to right, #fff 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  z-index: -1;
}
#section03 .block .pickup_wrap .desc_list li span {
  background-color: #002437;
}
#section03 .sec_bottom {
  color: #fff;
  margin-top: 75px;
}
@media screen and (max-width:800px) {
  #section03 .sec_bottom {
    margin-top: 17vw;
  }
}/*# sourceMappingURL=access_location.css.map */