@charset "UTF-8";
/* Scss Document */
#loader {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30000;
}
#loader img {
  position: absolute;
  width: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.top_spacer {
  width: 100%;
  height: 122px;
}
@media screen and (max-width: 480px) {
  .top_spacer {
    height: 80px;
  }
}

.main_visual {
  width: 100%;
  background: #dff0ee;
}
.main_visual__inner {
  width: 1024px;
  margin: auto;
  position: relative;
}
.main_visual__inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 41.50390625%;
  overflow: hidden;
}
.main_visual__inner .bxslider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .main_visual__inner {
    width: 100%;
  }
}

.area01 {
  padding: 45px 0 70px 60px;
  width: 1024px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 480px) {
  .area01 {
    padding: 28px 0 100px;
    width: 93.75%;
  }
}
.area01__inner {
  width: 100%;
}
.area01__inner ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area01__inner ul {
    display: block;
    margin-top: 1em;
    position: relative;
  }
}
.area01__inner ul li:first-child {
  box-sizing: border-box;
  padding: 1em 1em 0 0;
  font-size: 17px;
  line-height: 1.75;
  flex: 1;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 480px) {
  .area01__inner ul li:first-child {
    padding-top: 0;
  }
}
.area01__inner ul li:last-child {
  width: 240px;
}
@media screen and (max-width: 480px) {
  .area01__inner ul li:last-child {
    position: absolute;
    right: 0;
    bottom: -82px;
    width: 150px;
  }
}

.bgg {
  background: #dff0ee;
}

.area02 {
  width: 960px;
  margin: auto;
  padding: 40px 0 70px;
}
@media screen and (max-width: 480px) {
  .area02 {
    width: 93.75%;
    margin: auto;
    padding: 40px 0 40px;
  }
}
.area02__inner {
  width: 864px;
  margin: 28px auto 0;
  position: relative;
  background: #fff;
}
.area02__inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 40%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 480px) {
  .area02__inner::before {
    padding-top: 67%;
  }
}
@media screen and (max-width: 480px) {
  .area02__inner {
    width: 100%;
  }
}
.area02__inner iframe {
  position: absolute;
  left: 1em;
  top: 1em;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
}
.area02 .list_button {
  position: relative;
  width: 160px;
  height: 50px;
  margin: 24px 0 0 auto;
}
@media screen and (max-width: 480px) {
  .area02 .list_button {
    width: 128px;
    height: 42px;
  }
}
.area02 .list_button .b_back {
  width: 150px;
  height: 40px;
  box-sizing: border-box;
  border: solid #7ac1bb;
  border-width: 0 2px 2px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  ransition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
@media screen and (max-width: 480px) {
  .area02 .list_button .b_back {
    width: 118px;
    height: 32px;
  }
}
.area02 .list_button .b_front {
  width: 152px;
  height: 42px;
  box-sizing: border-box;
  border: 2px solid #7ac1bb;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  ransition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
@media screen and (max-width: 480px) {
  .area02 .list_button .b_front {
    width: 120px;
    height: 34px;
  }
}
.area02 .list_button .b_front p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 17px;
  color: #083a8a;
}
@media screen and (max-width: 480px) {
  .area02 .list_button .b_front p {
    font-size: 14px;
  }
}
.area02 .list_button:hover .b_back {
  right: 4px;
  bottom: 4px;
}
.area02 .list_button:hover .b_front {
  top: 4px;
  left: 4px;
}

.area03 {
  width: 100%;
  background: #dff0ee;
}
.area03__inner {
  width: 1024px;
  height: 227px;
  box-sizing: border-box;
  padding: 25px 0 0;
  border: 1px solid #7ac1bb;
  margin: auto;
  background: url("../img/top/dl_bg.png") center center/cover no-repeat;
}
@media screen and (max-width: 480px) {
  .area03__inner {
    width: 100%;
    height: inherit;
    border: solid #7ac1bb;
    border-width: 1px 0;
    padding: 28px 0 60px;
    background: url("../img/common/bgp_top.png") left top/contain no-repeat, url("../img/common/bgp_bottom.png") right bottom/contain no-repeat, #fff;
  }
}
.area03__inner .bxslider {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .area03__inner .bxslider {
    display: none;
  }
}
.area03__inner .bxslider ul {
  width: 100%;
}
.area03__inner .bxslider ul li {
  width: 100%;
  position: relative;
}
.area03__inner .bxslider ul li::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 26.6666%;
  overflow: hidden;
}
.area03__inner .bxslider ul li div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ddeabc;
}
.area03__inner .bxslider ul li div:hover {
  opacity: 0.8;
}
.area03__inner .bxslider ul li div p {
  font-size: 17px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #222;
  text-align: center;
  line-height: 1.5;
}
.area03__inner .bx-wrapper .bx-prev {
  left: -37px;
  background: url("../dist/images/controls.png") no-repeat 0 -32px;
}
.area03__inner .bx-wrapper .bx-next {
  right: -37px;
  background: url(../dist/images/controls.png) no-repeat -43px -32px;
}
.area03__inner .bxslider2 {
  display: none;
}
@media screen and (max-width: 480px) {
  .area03__inner .bxslider2 {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .area03__inner .bxslider2 ul {
    width: 93.75%;
    margin: auto;
  }
  .area03__inner .bxslider2 ul li {
    width: 100%;
    position: relative;
  }
  .area03__inner .bxslider2 ul li:nth-child(n+2) {
    margin-top: 3px;
  }
  .area03__inner .bxslider2 ul li::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 17%;
    overflow: hidden;
  }
  .area03__inner .bxslider2 ul li div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ddeabc;
  }
  .area03__inner .bxslider2 ul li div:hover {
    opacity: 0.8;
  }
  .area03__inner .bxslider2 ul li div p {
    font-size: 17px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #222;
    text-align: center;
    line-height: 1.5;
  }
}

.area04__inner {
  width: 1024px;
  margin: auto;
  padding: 50px 0 100px;
}
@media screen and (max-width: 480px) {
  .area04__inner {
    width: 93.75%;
    padding: 36px 0 50px;
  }
}
.area04__inner ul {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .area04__inner ul {
    display: block;
  }
}
.area04__inner ul li:first-child {
  width: 720px;
  border: 1px solid #7ac1bb;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .area04__inner ul li:first-child {
    width: 100%;
  }
}
.area04__inner ul li:first-child .gmap {
  width: calc(100% - 2px);
  position: relative;
}
.area04__inner ul li:first-child .gmap::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  padding-top: 70%;
  overflow: hidden;
}
.area04__inner ul li:first-child .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.area04__inner ul li:last-child {
  width: 284px;
}
@media screen and (max-width: 480px) {
  .area04__inner ul li:last-child {
    width: 100%;
    margin-top: 0.5em;
  }
}
.area04__inner ul li:last-child p {
  position: relative;
  padding-left: 1.5em;
  font-size: 16px;
  line-height: 2;
  color: #575757;
}
@media screen and (max-width: 480px) {
  .area04__inner ul li:last-child p {
    font-size: 14px;
  }
}
.area04__inner ul li:last-child p::before {
  content: "■";
  color: #7ac1bb;
  position: absolute;
  left: 0;
  top: 0;
}

.to_the_video {
  box-sizing: border-box;
  width: 100%;
  background: #7ac1bb;
  padding: 3px;
  margin-top: 0.5em;
}
@media screen and (max-width: 480px) {
  .to_the_video {
    width: 80%;
  }
}
.to_the_video:hover {
  opacity: 0.85;
}
.to_the_video a {
  color: #fff;
  text-decoration: none;
}
.to_the_video dl {
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.to_the_video dl dt {
  flex: 1;
  padding: 0.175em 1em;
  font-size: 1.0625em;
  line-height: 1.35;
}
.to_the_video dl dd {
  width: 20px;
  background: #fff;
  position: relative;
}
.to_the_video dl dd span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 13px;
  border-color: transparent transparent transparent rgba(217, 88, 87, 0.85);
}/*# sourceMappingURL=style.css.map */