@charset "UTF-8";
/*colors
Yellow: #FFF8C5
blue: 2CA6E0
green: 006935
dark grey: 4C4949
dark blue: 182A87
*/
/*Reset*/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  font-weight: normal;
  color: #221815;
  list-style: none;
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "Arial", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

.wrapper {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  padding: 10% 0;
}

h2 {
  color: #006935;
  font-weight: 700;
  font-size: 3vw;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}

h2::before {
  content: "";
  width: 3vw;
  height: 3vw;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}

p {
  margin-bottom: 20px;
}

body {
  overflow-x: hidden;
  color: #4c4949;
  min-width: 320px;
}

.imgWrap {
  text-align: center;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

header {
  width: 100%;
  background: url(../img/mainBack.jpg) no-repeat center/cover;
}

header .border {
  position: relative;
}

header .border .left,
header .border .right {
  width: 10%;
  height: 100%;
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
}

header .border .left {
  background-image: url(../img/line-flower-left.png);
  left: 0;
}

header .border .right {
  background-image: url(../img/line-flower-right.png);
  right: 0;
}

header .border::after {
  content: "";
  display: block;
  width: 10%;
  height: 20vh;
  background: url(../img/deer.png) no-repeat 100%/contain;
  position: absolute;
  bottom: 0;
  left: 10%;
}

header .border .wrapper h1 {
  text-align: center;
  color: #fff;
  font-size: 8vw;
  -webkit-filter: drop-shadow(0px 0px 5px #182a87) drop-shadow(0px 0px 5px #182a87);
          filter: drop-shadow(0px 0px 5px #182a87) drop-shadow(0px 0px 5px #182a87);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

header .border .wrapper p.catch {
  text-align: center;
  color: #fff;
  font-size: 3.5vw;
  -webkit-filter: drop-shadow(0px 0px 5px #2ca6e0) drop-shadow(0px 0px 5px #2ca6e0);
          filter: drop-shadow(0px 0px 5px #2ca6e0) drop-shadow(0px 0px 5px #2ca6e0);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

header .border .wrapper .mainImg {
  width: 80%;
  margin: auto;
}

article {
  background-color: #FDF7E1;
  position: relative;
  padding: 5% 0;
}

article .inner {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  text-align: center;
  padding: 10% 0;
  border: 10px solid #e5c6699f;
  padding: 20px;
  border-radius: 10px;
}

article .inner h2 {
  border: none;
  width: 70%;
  margin: auto;
  margin-bottom: 40px;
}

article .inner img.sub {
  width: 80%;
  margin: auto;
  margin-bottom: 5%;
}

article .inner p {
  font-size: 18px;
  text-align: justify;
}

@media (max-width: 767px) {
  #postponed .inner {
    width: 90%;
  }
  #postponed .inner h2, #postponed .inner img.sub {
    width: 90%;
  }
}

@media (min-width: 1366px) {
  h1 {
    font-size: 100px !important;
  }
  p.catch {
    font-size: 50px !important;
  }
  h2 {
    font-size: 40px !important;
  }
}
/*# sourceMappingURL=style.css.map */