@charset "utf-8";

/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  vertical-align: baseline;
  line-height: 1.8;
}

.ac {
  text-align: center;
}

header {
  position: relative;
  line-height: 0;
}

.balloon2-top {
  position: relative;
  display: block;
  margin: 1.5em auto;
  padding: 15px;
  color: #000000;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #658F00;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  width: calc(100% - 30px);
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #658F00;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
}

.headInner {
  background: url("../img/mainhead.png") center top no-repeat;
  width: 375px;
  padding: 10px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}

h1 {
  margin: 76px 0 50px;
  padding: 0;
  width: 100%;
  text-align: center;
}

.headInner figure {
  text-align: center;
}

a.scroll {
    display: inline-block;
    position: fixed;
    left: calc(50% - 250px);
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #242d5c;
    font-size: 13px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
}

a.scroll::after {
  content: url("../img/sch.png");
  position: absolute;
  bottom: 15px;
  left: 25%;
}

a.scroll::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .0);
}

a.scroll::after {
  animation: sdl 1.5s cubic-bezier(0, 0, 0, 1) infinite;
}
.txt {
    background: #fff;
    position: absolute;
    top: -50px;
    border-radius: 5px;
    width: 100%;
}
.box.wow.fadeInUp.txt a {
    background: #fff;
    padding: 8px;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    line-height: 125%;
    color: #333;
}
.txt::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -13px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

a.yaji:before {
  content: "●";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 11px;
  margin: auto;
  z-index: 1;
  font-size: 10px;
}

section.sec01 {
  width: 375px;
  margin: 0 auto;
  background: url("../img/mapBg01.png") center center;
  height: 960px;
  position: relative;
}

section.sec01 h2 {
  text-align: center;
}
section.sec01 h2 img {
    max-width: 100%;
}
p.ac.backBtn {
  margin-bottom: 30px;
}

section.sec02 {
  width: 375px;
  margin: 0 auto;
  background: url("../img/mapBg02.png") center center;
  height: 811px;
  position: relative;
}

section.sec03 {
  width: 375px;
  margin: 0 auto;
  background: url("../img/mapBg03.png") center center;
  height: 1209px;
  position: relative;
}

section.sec04 {
  width: 375px;
  margin: 0 auto;
  background: url("../img/mapBg04.png") center center;
  height: 477px;
  position: relative;
}

section.sec05 {
  width: 375px;
  margin: 0 auto;
  background: url("../img/mapBg05.png") center center;
  height: 404px;
  position: relative;
}

section.sec01 p.ac {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sikaku_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 156px;
  font-size: 16px;
  font-weight: bold;
  top: 0;
  transition-duration: .2s;
  left: 0;
  right: 0;
  margin: auto;
}

.sikaku_box.fixed {
  position: fixed;
  top: 30vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

.sikaku_box.fixed.none {
  opacity: 0;
  z-index: -1;
}

.oneArea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1000px;
  background: #f2f2f2;
}

.oneArea .one_title {
  font-size: 30px;
  font-weight: bold;
}

.end_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/last.png");
  height: 20px;
}

@media screen and (max-width: 1024px) {
  .oneArea .one_title {
    font-size: 18px;
  }
  .end_box {
    font-size: 18px;
  }
}

main.contents {
    line-height: 0;
    background: url("../img/contentBG.png");
    width: 375px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

.bl01 {
  position: absolute;
  top: 371px;
  left: 10px;
}

.bl02 {
  position: absolute;
  top: 383px;
  right: 10px;
}

.bl03 {
  position: absolute;
  top: 543px;
  left: 10px;
}

.bl04 {
  position: absolute;
  top: 512px;
  right: 10px;
}

.bl05 {
  position: absolute;
  top: 674px;
  left: 10px;
}

.bl06 {
  position: absolute;
  top: 780px;
  left: 10px;
}

.bl07 {
  position: absolute;
  top: 757px;
  right: 10px;
}

.bl08 {
  position: absolute;
  top: 5px;
  right: 10px;
}

.bl09 {
  position: absolute;
  top: 128px;
  left: 10px;
}

.bl10 {
  position: absolute;
  top: 120px;
  right: 10px;
}

.bl11 {
  position: absolute;
  top: 328px;
  left: 10px;
}

.bl12 {
  position: absolute;
  top: 263px;
  right: 10px;
}

.bl13 {
  position: absolute;
  top: 415px;
  right: 10px;
}

.bl14 {
  position: absolute;
  top: 531px;
  left: 10px;
}

.bl15 {
  position: absolute;
  bottom: 156px;
  right: 10px;
}

.bl16 {
  position: absolute;
  top: 667px;
  left: 10px;
}

.bl17 {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.bl18 {
  position: absolute;
  top: 10px;
  left: 10px;
}

.bl19 {
  position: absolute;
  top: 26px;
  right: 10px;
}

.bl20 {
  position: absolute;
  top: 147px;
  left: 10px;
}

.bl21 {
  position: absolute;
  top: 213px;
  right: 10px;
}

.bl22 {
  position: absolute;
  top: 291px;
  left: 10px;
}

.bl23 {
  position: absolute;
  top: 415px;
  right: 10px;
}

.bl24 {
  position: absolute;
  top: 485px;
  left: 10px;
}

.bl26 {
  position: absolute;
  top: 686px;
  left: 10px;
}

.bl25 {
  position: absolute;
  top: 610px;
  right: 10px;
}

.bl27 {
  position: absolute;
  left: 10px;
  bottom: 200px;
}

.bl28 {
  position: absolute;
  bottom: 220px;
  right: 10px;
}

.bl29 {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.bl30 {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.bl31 {
  position: absolute;
  top: 10px;
  left: 10px;
}

.bl32 {
  position: absolute;
  top: 170px;
  left: 10px;
}

.bl33 {
  position: absolute;
  top: 303px;
  left: 10px;
}

.bl35 {
  position: absolute;
  top: 30px;
  right: 10px;
}

.bl34 {
  position: absolute;
  top: 10px;
  left: 10px;
}

@media (max-width:768px){
  header {
    background: url("../img/mainhead.png") center top no-repeat;
    background-size: cover;
    width: 100%;
    padding: 10px 0 0;
    overflow: hidden;
  }
  .headInner {
    background: none;
    background-size: cover;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
 main.contents {
    line-height: 0;
    background: url("../img/contentBG.png");
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
  a.scroll {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #000;
    font-size: 13px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    right: 0;
    margin: auto;
  }
  section.sec01 {
    width: 100%;
    margin: 0 auto;
    background: url("../img/mapBg01.png") no-repeat center top;
    height: 961px;
    position: relative;
  }
  .bl01 {
    position: absolute;
    top: 371px;
    left: calc(50% - 200px);
  }
  .bl02 {
    position: absolute;
    top: 383px;
    right: calc(50% - 200px);
  }
  .bl03 {
    position: absolute;
    top: 543px;
    left: calc(50% - 200px);
  }
  .bl04 {
    position: absolute;
    top: 512px;
    right: calc(50% - 200px);
  }
  .bl05 {
    position: absolute;
    top: 674px;
    left: calc(50% - 200px);
  }
  .bl06 {
    position: absolute;
    top: 780px;
    left: calc(50% - 200px);
  }
  .bl07 {
    position: absolute;
    top: 757px;
    right: calc(50% - 200px);
  }
  section.sec02 {
    width: 100%;
    margin: 0 auto;
    background: url("../img/mapBg02.png") no-repeat center top;
    height: 811px;
    position: relative;
  }
  section.sec03 {
    width: 100%;
    margin: 0 auto;
    background: url("../img/mapBg03.png") no-repeat center top;
    height: 1209px;
    position: relative;
  }
  section.sec04 {
    width: 100%;
    margin: 0 auto;
    background: url("../img/mapBg04.png") no-repeat center top;
    height: 474px;
    position: relative;
  }
  section.sec05 {
    width: 100%;
    margin: 0 auto;
    background: url("../img/mapBg05.png") no-repeat center top;
    height: 430px;
    position: relative;
  }
  .bl08 {
    position: absolute;
    top: 0;
    right: calc(50% - 200px);
  }
  .bl09 {
    position: absolute;
    top: 128px;
    left: calc(50% - 200px);
  }
  .bl10 {
    position: absolute;
    top: 120px;
    right: calc(50% - 200px);
  }
  .bl11 {
    position: absolute;
    top: 328px;
    left: calc(50% - 200px);
  }
  .bl12 {
    position: absolute;
    top: 263px;
    right: calc(50% - 200px);
  }
  .bl13 {
    position: absolute;
    top: 415px;
    right: calc(50% - 200px);
  }
  .bl14 {
    position: absolute;
    top: 531px;
    left: calc(50% - 200px);
  }
  .bl15 {
    position: absolute;
    bottom: 156px;
    right: calc(50% - 200px);
  }
  .bl16 {
    position: absolute;
    top: 667px;
    left: calc(50% - 200px);
  }
  .bl17 {
    position: absolute;
    bottom: 0;
    right: calc(50% - 200px);
  }
  .bl18 {
    position: absolute;
    top: 10px;
    left: calc(50% - 200px);
  }
  .bl19 {
    position: absolute;
    top: 26px;
    right: calc(50% - 200px);
  }
  .bl20 {
    position: absolute;
    top: 147px;
    left: calc(50% - 200px);
  }
  .bl21 {
    position: absolute;
    top: 213px;
    right: calc(50% - 200px);
  }
  .bl22 {
    position: absolute;
    top: 291px;
    left: calc(50% - 200px);
  }
  .bl23 {
    position: absolute;
    top: 415px;
    right: calc(50% - 200px);
  }
  .bl24 {
    position: absolute;
    top: 485px;
    left: calc(50% - 200px);
  }
  .bl26 {
    position: absolute;
    top: 686px;
    left: calc(50% - 200px);
  }
  .bl25 {
    position: absolute;
    top: 610px;
    right: calc(50% - 200px);
  }
  .bl27 {
    position: absolute;
    left: calc(50% - 200px);
    bottom: 200px;
  }
  .bl28 {
    position: absolute;
    bottom: 220px;
    right: calc(50% - 200px);
  }
  .bl29 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 200px);
  }
  .bl30 {
    position: absolute;
    bottom: 0;
    right: calc(50% - 200px);
  }
  .bl31 {
    position: absolute;
    top: 10px;
    left: calc(50% - 200px);
  }
  .bl32 {
    position: absolute;
    top: 170px;
    left: calc(50% - 200px);
  }
  .bl33 {
    position: absolute;
    top: 303px;
    left: calc(50% - 200px);
  }
  .bl35 {
    position: absolute;
    top: 30px;
    right: calc(50% - 200px);
  }
  .bl34 {
    position: absolute;
    top: 10px;
    left: calc(50% - 200px);
  }
	a.yaji:before {
    content: "●";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 10px;
    margin: auto;
    z-index: 1;
    font-size: 10px;
    color: #232c5b;
}
}
@media (max-width:480px){
	.bl01 {
    position: absolute;
    top: 371px;
    left: 10px;
  }
  .bl02 {
    position: absolute;
    top: 383px;
    right: 10px;
  }
  .bl03 {
    position: absolute;
    top: 543px;
    left: 10px;
  }
  .bl04 {
    position: absolute;
    top: 512px;
    right: 10px;
  }
  .bl05 {
    position: absolute;
    top: 674px;
    left: 10px;
  }
  .bl06 {
    position: absolute;
    top: 780px;
    left: 10px;
  }
  .bl07 {
    position: absolute;
    top: 757px;
    right: 10px;
  }.bl08 {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .bl09 {
    position: absolute;
    top: 128px;
    left: 10px;
  }
  .bl10 {
    position: absolute;
    top: 120px;
    right: 10px;
  }
  .bl11 {
    position: absolute;
    top: 328px;
    left: 10px;
  }
  .bl12 {
    position: absolute;
    top: 263px;
    right: 10px;
  }
  .bl13 {
    position: absolute;
    top: 415px;
    right: 10px;
  }
  .bl14 {
    position: absolute;
    top: 531px;
    left: 10px;
  }
  .bl15 {
    position: absolute;
    bottom: 156px;
    right: 10px;
  }
  .bl16 {
    position: absolute;
    top: 667px;
    left: 10px;
  }
  .bl17 {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .bl18 {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .bl19 {
    position: absolute;
    top: 26px;
    right: 10px;
  }
  .bl20 {
    position: absolute;
    top: 147px;
    left: 10px;
  }
  .bl21 {
    position: absolute;
    top: 213px;
    right: 10px;
  }
  .bl22 {
    position: absolute;
    top: 291px;
    left: 10px;
  }
  .bl23 {
    position: absolute;
    top: 415px;
    right: 10px;
  }
  .bl24 {
    position: absolute;
    top: 485px;
    left: 10px;
  }
  .bl26 {
    position: absolute;
    top: 686px;
    left: 10px;
  }
  .bl25 {
    position: absolute;
    top: 610px;
    right: 10px;
  }
  .bl27 {
    position: absolute;
    left: 10px;
    bottom: 200px;
  }
  .bl28 {
    position: absolute;
    bottom: 220px;
    right: 10px;
  }
  .bl29 {
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  .bl30 {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .bl31 {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .bl32 {
    position: absolute;
    top: 170px;
    left: 10px;
  }
  .bl33 {
    position: absolute;
    top: 303px;
    left: 10px;
  }
  .bl35 {
    position: absolute;
    top: 30px;
    right: 10px;
  }
  .bl34 {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}