@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4.285714285714286% {
    opacity: 1;
  }
  14.285714285714285% {
    opacity: 1;
  }
  16.857142857142854% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4.285714285714286% {
    opacity: 1;
  }
  14.285714285714285% {
    opacity: 1;
  }
  16.857142857142854% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
  }
  4.285714285714286% {
    opacity: 1;
  }
  14.285714285714285% {
    opacity: 1;
  }
  16.857142857142854% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4.285714285714286% {
    opacity: 1;
  }
  14.285714285714285% {
    opacity: 1;
  }
  16.857142857142854% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4.285714285714286% {
    opacity: 1;
  }
  14.285714285714285% {
    opacity: 1;
  }
  16.857142857142854% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.topKeySlider {
  position: relative;
  background: #000;
  width: calc(100% - 120px);
  height: 827px;
  overflow: hidden;
  transition: all .4s;
}

@media screen and (max-width: 768px) {
  .topKeySlider {
    width: 100%;
    height: 472px;
  }
}

.topKeySlider li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.topKeySlider li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  -webkit-animation: imageAnimation 42s linear infinite 0s;
  -moz-animation: imageAnimation 42s linear infinite 0s;
  -ms-animation: imageAnimation 42s linear infinite 0s;
  -o-animation: imageAnimation 42s linear infinite 0s;
  animation: imageAnimation 42s linear infinite 0s;
}

.topKeySlider li:nth-child(1) span {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  background-image: url(../img/top/top_slide01_pc.jpg);
}

.topKeySlider li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
  background-image: url(../img/top/top_slide02_pc.jpg);
}

.topKeySlider li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -ms-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
  background-image: url(../img/top/top_slide03_pc.jpg);
}

.topKeySlider li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -ms-animation-delay: 18s;
  -o-animation-delay: 18s;
  animation-delay: 18s;
  background-image: url(../img/top/top_slide04_pc.jpg);
}

.topKeySlider li:nth-child(5) span {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -ms-animation-delay: 24s;
  -o-animation-delay: 24s;
  animation-delay: 24s;
  background-image: url(../img/top/top_slide05_pc.jpg);
}

.topKeySlider li:nth-child(6) span {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -ms-animation-delay: 30s;
  -o-animation-delay: 30s;
  animation-delay: 30s;
  background-image: url(../img/top/top_slide06_pc.jpg);
}

.topKeySlider li:nth-child(7) span {
  -webkit-animation-delay: 36s;
  -moz-animation-delay: 36s;
  -ms-animation-delay: 36s;
  -o-animation-delay: 36s;
  animation-delay: 36s;
  background-image: url(../img/top/top_slide07_pc.jpg);
}

.secStyle_ttl {
  float: left;
}

@media screen and (max-width: 768px) {
  .secStyle_ttl {
    float: none;
    text-align: center;
  }
  .secStyle_ttl img {
    width: 15.1%;
  }
}

.secStyle_txtArea {
  margin-left: 22.8%;
}

@media screen and (max-width: 768px) {
  .secStyle_txtArea {
    margin-left: 0;
  }
}

.secStyle_dl {
  display: table;
}

.secStyle_dl dt, .secStyle_dl dd {
  display: table-cell;
  vertical-align: top;
}

.secStyle_dl dt {
  width: 50px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .secStyle_dl dt {
    width: 33px;
  }
  .secStyle_dl dt img {
    width: 15px;
  }
}

.secStyle_dl dd {
  padding-top: 20px;
  padding-left: 13px;
}

@media screen and (max-width: 768px) {
  .secStyle_dl dd {
    padding-top: 0.6em;
  }
}

.secStyle p {
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .secStyle p {
    font-size: 14px;
	      line-height: 2em;
  }
}

.secStyle p + p {
  margin-top: 1.2em;
}

.secStyle_image img {
  width: 100%;
  vertical-align: bottom;
}

.secStyle_image:after {
  content: "";
  display: block;
  border-top: solid 17px #4A225D;
  border-bottom: solid 9px #C99833;
}

@media screen and (max-width: 768px) {
  .secStyle_image:after {
    border-top-width: 10px;
    border-bottom-width: 7px;
  }
}

.sec01 {
  padding-top: 67px;
  padding-left: 120px;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding-left: 0;
  }
}

.sec01 .secStyle_txtArea {
  padding-top: 45px;
}

@media screen and (max-width: 768px) {
  .sec01 .secStyle_txtArea {
    padding-top: 22px;
  }
}

.sec01 .secStyle_dl:nth-child(2) {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .sec01 .secStyle_dl:nth-child(2) {
    margin-top: 30px;
  }
}

.sec01 .secStyle_dl:nth-child(3) {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .sec01 .secStyle_dl:nth-child(3) {
    margin-top: 38px;
  }
}

.sec01 .secStyle_image {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .sec01 .secStyle_image {
    margin-top: 49px;
  }
}

.sec02 {
  padding: 57px 0 0 120px;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding-top: 23px;
    padding-left: 0;
  }
}

.sec02:after {
  content: "";
  display: block;
  border-top: solid 17px #4A225D;
  border-bottom: solid 9px #C99833;
}

.sec02 .secStyle_dl + .secStyle_dl {
  margin-top: 95px;
}

@media screen and (max-width: 768px) {
  .sec02 .secStyle_dl + .secStyle_dl {
    margin-top: 28px;
  }
}

.sec02 .secStyle_txtArea {
  margin-bottom: 115px;
}

@media screen and (max-width: 768px) {
  .sec02 .secStyle_txtArea {
    margin-top: 28px;
    margin-bottom: 35px;
  }
}

.sec02 table td:nth-child(2) {
  padding-left: 12px;
}

.sec02 table td:nth-child(3) {
  padding-left: 24px;
}

.sec02 .secStyle_movie {
  position: relative;
  margin-left: auto;
}

.sec02 .secStyle_movie:after {
  content: '';
  display: block;
  padding-top: 37.1%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec02 .secStyle_movie:after {
    padding-top: 89%;
  }
}
.sec02 .secStyle_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.sec02 .secStyle_movie .thumb {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.sec02 .secStyle_movie .thumb:hover {
  opacity: 1;
}

.sec02 .secStyle_movie .thumb:hover:after {
  opacity: 0.9;
}

.sec02 .secStyle_movie .thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.56;
  transition: all 0.2s;
  z-index: 2;
}

.sec02 .secStyle_movie img {
  vertical-align: bottom;
  max-width: none;
  width: 100%;
}

.sec02 .secStyle_movie_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .sec02 .secStyle_movie_btn {
    width: 14.6%;
  }
}

.sec03 {
  padding: 70px 0 0 120px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding: 46px 0 36px;
  }
}

.sec03 .secStyle_txtArea > img {
  position: absolute;
  width: 40%;
  max-width: 747px;
  right: 0;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .sec03 .secStyle_txtArea > img {
    position: static;
    width: 106.6%;
    margin-right: -6.6%;
  }
}

.sec03 .secStyle_dl:nth-child(1) + img {
  margin-top: -70px;
}

@media screen and (max-width: 768px) {
  .sec03 .secStyle_dl:nth-child(1) + img {
    margin-top: 12px;
  }
}

.sec03 .secStyle_dl:nth-child(3) {
  margin-top: 18%;
}

@media screen and (max-width: 768px) {
  .sec03 .secStyle_dl:nth-child(3) {
    margin-top: 25px;
  }
}

.sec03 .secStyle_dl:nth-child(3) img {
  width: 47px;
}

@media screen and (max-width: 768px) {
  .sec03 .secStyle_dl:nth-child(3) img {
    width: 26px;
  }
}

.sec03 .secStyle_dl:nth-child(4) {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .sec03 .secStyle_dl:nth-child(4) {
    margin-top: 0;
  }
}

.sec03 .secStyle_dl:nth-child(4) + img {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .sec03 .secStyle_dl:nth-child(4) + img {
    margin-top: 12px;
  }
}

.sec03 .secStyle_dl:nth-child(6) {
  margin: 43% 0 50px;
}

.sec03 .secStyle_dl:nth-child(6) + img {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .sec03 .secStyle_dl:nth-child(6) + img {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .sec03 .secStyle_dl:nth-child(6) {
    margin: 30px 0 15px;
  }
}

.sec03 .secStyle_dl:nth-child(8) {
  margin-bottom: 42%;
}

@media screen and (max-width: 768px) {
  .sec03 .secStyle_dl:nth-child(8) {
    margin-top: 25px;
    margin-bottom: 16px;
  }
}

.sec03 .secStyle_dl:nth-child(8) + img {
  margin-top: -290px;
}

@media screen and (max-width: 768px) {
  .sec03 .secStyle_dl:nth-child(8) + img {
    margin-top: 12px;
  }
}

.sec03 .imageList {
  max-width: 1020px;
  margin: 50px auto 72px;
  padding: 0 10px;
}

.sec03 .imageList:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .sec03 .imageList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px 0 0;
  }
  .sec03 .imageList:after {
    content: "";
    display: none;
  }
}

.sec03 .imageList li {
  width: 30.7%;
  float: left;
}

@media screen and (max-width: 768px) {
  .sec03 .imageList li {
    width: 48.5%;
    margin-bottom: 8px;
  }
}

.sec03 .imageList li + li {
  margin-left: 3.9%;
}


@media screen and (max-width: 768px) {
  .sec03 .imageList li + li {
    margin-left: 0;
  }

	
}

.sec03 .imageList li:nth-child(4), .sec03 .imageList li:nth-child(7) {
  margin-left: 0;
}

.map img {
  vertical-align: bottom;
}


.br_box{
	width: 700px;
	margin: auto;
}
.br_box img{
	width: 100%;
	margin: 20px;
}
@media screen and (max-width: 768px) {

.br_box {
    width: 90%;
    margin: 0px;
}	
}

/*# sourceMappingURL=../maps/style.css.map */

.boxer { border: none; }
			.inline_content { width: 300px; overflow: hidden; padding: 0 20px; }
			#boxer h3 { font-style: italic; font-size: 16px; margin: 0; padding: 15px 10px 10px; }
			#boxer.mobile.inline .boxer-content { background: #fff; }
			#boxer.mobile.inline .inline_content { height: 10000px; overflow: scroll; padding: 30px 50px; width: 100%; }