@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

img {
  max-width: 100%;
}

a:hover {
  opacity: .8;
}

label {
  -webkit-tap-highlight-color: transparent;
}

button {
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.pc {
  display: none;
}

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

html,
body {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
  font-size: 17px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #4d4d4d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}

/*--------------------------------*/
main {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
}

.kv {
  position: relative;
  text-align: center;
  width: 100%;
}

h1 {
  position: absolute;
  top: 68.42105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 86.66667%;
}

.first {
  font-size: 14px;
  line-height: 1.78;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  text-align: center;
}

.sec01 > img:first-child {
  margin-bottom: 43px;
}

.sec01 {
  padding-bottom: 60px;
}

.sec01_menu {
  width: 72%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec01_menu a {
  width: 47.2%;
  margin-right: 2.76923%;
  margin-bottom: 2vw;
}

.sec01_menu a:nth-child(2n), .sec01_menu a:last-child {
  margin-right: 0;
}

.sec01 h2 {
  margin-bottom: 15px;
}

.sec01 p {
  margin-bottom: 43px;
}

.sec02 {
  padding: 82px 0;
  background-image: url(../images/bg_white_top.png), url(../images/bg_white_btm.png);
  background-color: #ffefe9;
  background-position: 50% 0,50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sec04 {
  padding: 70px 0;
  background-image: url(../images/bg_white_top.png), url(../images/bg_white_btm.png);
  background-color: #f1f9f4;
  background-position: 50% 0,50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sec06 {
  padding: 70px 0;
  background-image: url(../images/bg_white_top.png), url(../images/bg_white_btm.png);
  background-color: #f6f6ff;
  background-position: 50% 0,50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sec02 h2 {
  margin-bottom: 15px;
}

.sec02_img {
  width: 93.33333%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  display: block;
}

.sec02_mdl {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 53.33333%;
  margin-left: auto;
  margin-right: auto;
}

.movmodal {
  display: none;
}

.modaal-content-container {
  width: 93.4%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 50px 0 40px;
  font-weight: bold;
}

.mdl_img {
  margin-bottom: 16px;
}

.movie_inner {
  max-width: 960px;
  width: 90.2439%;
  margin: 0 auto 25px;
}

.movie_wrap {
  max-width: 960px;
  margin: auto;
  position: relative;
}

.movie_wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.movie_iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mdlclose01 {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 5px;
  outline: none;
  position: absolute;
}

.mdlclose01 img {
  width: 14px;
}

.mdlclose02 {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 19.81707%;
}

.modal_mov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
}

.modal_mov p {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.78;
}

.acd_open {
  position: absolute;
  z-index: 3;
  left: 21.33333%;
  width: 65px;
}

.acd_open.right {
  right: 21.06667%;
  left: unset;
}

.acd_open img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.acd_open img:last-child {
  z-index: 3;
}

.acd_btn {
  position: relative;
  z-index: 1;
}

.acd_img {
  position: relative;
  margin-right: 6.66667%;
}

.acd_img.right {
  margin-right: unset;
  margin-left: 6.66667%;
}

.acd_txt {
  position: absolute;
  width: 80%;
  font-size: 3.73vw;
  line-height: 1.75;
  left: 10%;
  color: #000;
}

.st {
  font-weight: 700;
}

.st_notes {
  font-size: 3.2vw;
}

.sec03acd01 {
  top: 51.39665%;
  background-color: #fce6d4;
}

.sec03acd02 {
  top: 62.06897%;
  width: 83%;
}

.sec03acd03 {
  top: 24.20814%;
}

.sec04acd01 {
  top: 8.29132%;
}

.sec04acd02 {
  top: 51.70068%;
}

.sec04acd03 {
  top: 68.60465%;
}

.sec03, .sec04_inr, .sec05 {
  padding: 52px 0;
}

.acd01, .acd02, .acd02 {
  margin-bottom: 40px;
}

.sec03 .acd01 .acd_open {
  top: 56.5%;
}

.sec03 .acd02 .acd_open {
  top: 59.09091%;
}

.sec03 .acd03 .acd_open {
  top: 73.01587%;
}

.sec04_inr .acd01 .acd_open {
  top: 53.5%;
}

.sec04_inr .acd02 .acd_open {
  top: 53.25%;
}

.sec04_inr .acd03 .acd_open {
  top: 81.61905%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec04_inr .acd03 {
  position: relative;
}

.sec05 .acd01 .acd_open {
  top: 79.10448%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec03 h2, .sec04 h2, .sec05 h2, .sec06 h2 {
  margin-bottom: 25px;
}

.sec05_txt01, .sec05_txt02, .sec05_txt03, .sec06_txt01, .sec06_txt02 {
  font-size: 14px;
  line-height: 1.78;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.sec05_txt01, .sec06_txt01 {
  width: 93.33333%;
  text-align: center;
}

.sec05_txt02 {
  margin-top: 27px;
  width: 71.33333%;
}

.sec05_txt03 {
  margin-top: 27px;
  width: 71.33333%;
}

.sec05 .acd_img {
  position: relative;
  margin-right: unset;
}

.sec05 picture:nth-child(odd) {
  margin-bottom: 23px;
  display: block;
}

.sec06 h3 {
  margin-bottom: 30px;
}

.sec06_txt02 {
  width: 71.33333%;
  margin-bottom: 30px;
}

.sec06_txt03 {
  margin-bottom: 35px;
}

.sec06_bnr {
  display: block;
  width: 93.33333%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.sec07 {
  padding-top: 60px;
}

.sec07 h2 {
  margin-bottom: 23px;
}

.sec07_bnr {
  display: block;
  width: 66.66667%;
  margin-top: 19.2%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.sec07_homebnr {
  display: block;
  width: 93.33333%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

.acd_btn.open > .acd_open img:first-child {
  opacity: 0;
}

.sec03 .acd02 .acd_img {
  position: relative;
  z-index: 2;
  margin-top: -11.33333%;
  pointer-events: none;
}

.sec03 .acd02 .acd_btn.open + .acd_img {
  position: relative;
}

.sec03 .acd03 .acd_img {
  margin-top: -6%;
}

.acd03 .acdimg_link {
  position: absolute;
  left: 12.85714%;
}

.sec03 .acd03 .acdimg_link {
  width: 74.28571%;
  bottom: 5.65611%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec03 .acd03 .acd_btn {
  margin-bottom: 50px;
}

.sec04_inr .acd03 {
  position: relative;
}

.sec04 .acd03 .acd_img {
  margin-top: 6%;
}

.sec04_inr .acd03 .acdimg_link {
  position: relative;
  width: 74.28571%;
  left: unset;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
}

.sec04_arr {
  width: 93.33333%;
  margin-left: auto;
  margin-right: auto;
}

footer {
  font-size: 14px;
  line-height: 1.78;
  text-align: center;
  margin-top: 35px;
  padding-bottom: 35px;
}

.swiper .swiper-slide img {
  line-height: 0;
  font-size: 0;
}

.calendar {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  border: 5px solid #ffa4a4;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.calender_img {
  position: relative;
  width: 100%;
}

.calender_img img {
  max-width: none;
  height: 100%;
}

.ca_link {
  position: absolute;
  display: block;
  background-color: transparent;
  line-height: 0;
  font-size: 0;
  height: auto;
  padding-top: 2.72%;
}

.ca_link img {
  width: 100%;
}

.ca_link_test {
  position: absolute;
  display: block;
  background-color: transparent;
  line-height: 0;
  font-size: 0;
  height: auto;
  padding-top: 10.88%;
}

.ca_link_test img {
  width: 100%;
}

.ca_01_01 {
  top: 38.75562%;
  left: 17.6%;
  width: 100%;
}

.ca_02_01 {
  top: 46.70165%;
  left: 17.6%;
  width: 100%;
}

.ca_09_01 {
  top: 76.46177%;
  left: 17.6%;
  width: 100%;
}

.ca_12_01 {
  top: 91.45427%;
  left: 17.6%;
  width: 100%;
}

.ca_01_02 {
  top: 38.75562%;
  left: 0;
  width: 100%;
}

.ca_02_02 {
  top: 46.70165%;
  left: 0;
  width: 52.32%;
}

.ca_09_02 {
  top: 76.46177%;
  left: 0;
  width: 36.8%;
}

.ca_12_02 {
  top: 91.45427%;
  left: 0;
  width: 51.2%;
}

.ca_08_02 {
  top: 69.11544%;
  left: 0;
  width: 100%;
}

.ca_05_02 {
  top: 53.97301%;
  left: 25.6%;
  width: 74.4%;
}

.ca_07_02 {
  top: 61.46927%;
  left: 79.2%;
  width: 20.8%;
}

.ca_01_03 {
  top: 38.75562%;
  left: 0;
  width: 84%;
}

.ca_03_03 {
  top: 46.47676%;
  left: 29.6%;
  width: 70.4%;
}

.ca_05_03 {
  top: 53.97301%;
  left: 0;
  width: 57.6%;
}

.ca_07_03 {
  top: 61.46927%;
  left: 0;
  width: 100%;
}

.ca_08_03 {
  top: 69.11544%;
  left: 0;
  width: 33.6%;
}

.ca_10_03 {
  top: 76.46177%;
  left: 5.92%;
  width: 95.2%;
}

.ca_11_03 {
  top: 83.95802%;
  left: 5.92%;
  width: 95.2%;
}

.ca_13_03 {
  top: 91.45427%;
  left: 31.2%;
  width: 68.8%;
}

.ca_03_04 {
  top: 46.47676%;
  left: 0;
  width: 65.6%;
}

.ca_04_04 {
  top: 38.75562%;
  left: 48%;
  width: 52%;
}

.ca_06_04 {
  top: 53.97301%;
  left: 59.2%;
  width: 40.8%;
}

.ca_07_04 {
  top: 61.46927%;
  left: 0;
  width: 76.8%;
}

.ca_10_04 {
  top: 76.46177%;
  left: 0;
  width: 65.6%;
}

.ca_11_04 {
  top: 83.95802%;
  left: 0;
  width: 65.6%;
}

.ca_13_04 {
  top: 91.45427%;
  left: 0;
  width: 65.6%;
}

.swiper-button-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  bottom: 50%;
  z-index: 3;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.swiper-button-next {
  position: absolute;
  right: 10px;
  top: 50%;
  bottom: 50%;
  z-index: 3;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.swiper-slide {
  width: auto;
  height: auto;
  z-index: 1;
}

.swiper-button {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.swiper-button-next, .swiper-button-prev {
  width: 36px !important;
  height: 36px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: "" !important;
  display: block;
  width: 36px;
  height: 36px;
}

.swiper-button-next:after {
  background: url(../images/next.png) no-repeat center center;
  background-size: 100%;
}

.swiper-button-prev:after {
  background: url(../images/prev.png) no-repeat center center;
  background-size: 100%;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-scrollbar {
  background-color: rgba(227, 0, 18, 0.2);
}

.swiper-scrollbar-drag {
  background-color: rgba(227, 0, 18, 0.3);
}

@media screen and (min-width: 521px) {
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
  header {
    position: relative;
    width: 100%;
  }
  .kv {
    position: relative;
    text-align: center;
    width: 100%;
  }
  h1 {
    position: absolute;
    top: calc(3vw + 50px);
    left: 0;
    width: 55%;
    -webkit-transform: unset;
            transform: unset;
  }
  main {
    max-width: unset;
    margin: 0 auto;
    background-color: #fff;
  }
  .first {
    font-size: 1.71vw;
    width: 100%;
    margin-bottom: 5vw;
  }
  .sec01 {
    padding-bottom: 9.29vw;
  }
  .sec01_menu {
    width: 71.42857%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec01_menu a {
    width: 17.85714%;
    margin-right: 2.38095%;
  }
  .sec01_menu a:nth-child(2n) {
    margin-right: 2.38095%;
  }
  .sec01_menu a:last-child {
    margin-right: 0;
  }
  .sec01 h2 {
    margin-bottom: 15px;
  }
  .sec01 p {
    margin-bottom: 43px;
  }
  .sec02 {
    padding: 9.29vw 0;
    background-image: url(../images/bg_white_top.png), url(../images/bg_white_btm.png);
    background-color: #ffefe9;
    background-position: 50% 0,50% 100%;
    background-size: 53.57143% auto;
    background-repeat: repeat-x;
  }
  .sec06 {
    padding: 10vw 0;
    background-image: url(../images/bg_white_top.png), url(../images/bg_white_btm.png);
    background-color: #f6f6ff;
    background-position: 50% 0,50% 100%;
    background-size: 53.57143% auto;
    background-repeat: repeat-x;
  }
  .sec02 h2 {
    width: 71.42857%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .sec02_img {
    width: 57.14286%;
    margin-bottom: 28px;
    display: block;
  }
  .sec02_mdl {
    width: 31.66667%;
  }
  .mdl_img {
    width: 45.71429%;
    margin: 1.42857%;
  }
  .movie_inner {
    max-width: 1400px;
    width: 85.29412%;
    margin: 0 auto 25px;
  }
  .movie_wrap {
    max-width: 960px;
    margin: auto;
    position: relative;
  }
  .movie_wrap:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .movie_iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .modaal-content-container {
    width: 93.4%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    padding: 3.57143% 4.64286% 2.85714% 0;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mdlclose01 {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    outline: none;
    position: absolute;
  }
  .mdlclose01 img {
    width: 28px;
  }
  .mdlclose02 {
    display: none;
  }
  .mdlmovdum {
    width: 89.93902%;
    display: block;
    margin: 0 auto 25px;
  }
  .modal_mov {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48.57143%;
    max-width: 580px;
    margin-left: auto;
  }
  .modal_mov p {
    text-align: left;
    font-size: 1.42vw;
  }
  .acd_open {
    left: 21.41667%;
    width: 7.5%;
  }
  .acd_open.right {
    right: 21.25%;
    left: unset;
  }
  .acd_img {
    position: relative;
    margin-right: unset;
  }
  .acd_img.right {
    margin-left: unset;
  }
  .acd_txt {
    position: absolute;
    width: 40.67vw;
    font-size: 1.57vw;
    left: 40.5vw;
  }
  .st_notes {
    font-size: 1.29vw;
  }
  .sec03acd01 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec03acd02 {
    top: 50%;
    -webkit-transform: translateY(-37%);
            transform: translateY(-37%);
    width: 40vw;
  }
  .sec03acd03 {
    width: 41.67vw;
    top: 9.04523%;
  }
  .sec04acd01 {
    top: 11.42857%;
  }
  .sec04acd02 {
    top: 24.19048%;
  }
  .sec04acd03 {
    top: 19.84375%;
  }
  .sec03, .sec04_inr, .sec05 {
    max-width: 1200px;
    width: 85.71429%;
    margin-left: auto;
    margin-right: auto;
    padding: 7.91667% 0;
  }
  .acd01, .acd02, .acd02 {
    margin-bottom: 40px;
  }
  .sec03 .acd01 .acd_open {
    top: 68.5567%;
  }
  .sec03 .acd02 .acd_open {
    top: 61.97183%;
  }
  .sec03 .acd03 .acd_open {
    top: 91.17647%;
  }
  .sec04_inr .acd01 .acd_open {
    top: 63.25301%;
  }
  .sec04_inr .acd02 .acd_open {
    top: 75.93583%;
  }
  .sec04_inr .acd03 .acd_open {
    top: 74.15094%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec05 .acd01 .acd_btn {
    margin-bottom: 17%;
  }
  .sec05 .acd01 .acd_open {
    top: 100%;
  }
  .sec03 h2, .sec04 h2, .sec05 h2, .sec06 h2, .sec07 h2 {
    margin-bottom: 45px;
    width: 71.42857%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec05_txt01, .sec05_txt02, .sec05_txt03, .sec06_txt01, .sec06_txt02 {
    font-size: 1.57vw;
    line-height: 1.78;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec05_txt01 {
    width: 100%;
    text-align: center;
  }
  .sec05_txt02 {
    margin-top: 27px;
    width: 71.33333%;
    text-align: left;
  }
  .sec05_txt03 {
    margin-top: 0;
    margin-bottom: 0;
    width: 71.33333%;
    text-align: left;
  }
  .sec05 .acd_img {
    position: relative;
    margin-right: unset;
    background-color: #d5edf9;
    border-radius: 60px;
    padding: 90px 0;
  }
  .sec05 picture:nth-child(odd) {
    margin-bottom: 0;
  }
  .sec05_acd_inr01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8.33333%;
    padding-right: 4.58333%;
  }
  .sec05_acd_inr01 picture {
    display: block;
    width: 46.41148%;
  }
  .sec05_acd_inr02 {
    width: 41.66667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-right: auto;
  }
  .sec05_acd_inr02 picture {
    width: 100%;
    margin-bottom: 0;
  }
  .sec05_acd_inr02 p {
    width: 100%;
    margin-top: 7%;
  }
  .sec05_acd_inr03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -3px;
  }
  .sec05_acd_inr03 picture {
    display: block;
    width: 41.66667%;
  }
  .sec05_acd_inr04 {
    width: 39.58333%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 4.16667%;
    margin-left: 3.64583%;
  }
  .sec05_acd_inr04 picture {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .sec05_acd_inr04 p {
    width: 100%;
    margin-top: 7%;
  }
  .sec06 h2 {
    width: 71.42857%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec06 h3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .sec06_txt01 {
    width: 100%;
    text-align: center;
    margin-bottom: 85px;
  }
  .sec06_txt02 {
    font-size: 1.57vw;
    width: 57.14286%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .sec06_txt03 {
    font-size: 1.57vw;
    width: 71.42857%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .sec06_bnr {
    display: block;
    width: 57.14286%;
    max-width: 800px;
    margin-bottom: 60px;
  }
  .sec07 {
    padding-top: 7.5%;
    text-align: center;
  }
  .sec07 h2 {
    width: 52.5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
  }
  .sec07_bnr {
    display: block;
    width: 40%;
    margin-top: 45px;
    margin-bottom: 10px;
  }
  .sec07_homebnr {
    display: block;
    width: 53.33333%;
    margin-top: 35px;
  }
  .sec07_img03 {
    width: 57.5%;
    margin-bottom: 84px;
  }
  .acd_btn.open > .acd_open img:first-child {
    opacity: 0;
  }
  .sec03 .acd01 .acd_btn, .sec03 .acd02 .acd_btn, .sec03 .acd03 .acd_btn {
    margin-bottom: 50px;
  }
  .sec03 .acd02 .acd_img {
    position: relative;
    z-index: 2;
    margin-top: -87px;
    pointer-events: none;
  }
  .sec03 .acd02 .acd_btn.open + .acd_img {
    position: relative;
  }
  .sec03 .acd03 .acd_img {
    margin-top: 0;
  }
  .sec03 .acd03 .acdimg_link {
    width: 36.33333%;
    bottom: 9.04523%;
  }
  .sec04_inr .acd01 .acd_btn {
    margin-bottom: 4.16667%;
  }
  .sec04_inr .acd02 .acd_btn {
    margin-bottom: 3.33333%;
  }
  .sec04 .acd03 .acd_img {
    margin-top: 6.25%;
  }
  .sec04_inr .acd03 .acdimg_link {
    width: 36.33333%;
    margin-top: 6.25%;
  }
  .sec04_arr {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  footer {
    font-size: 1vw;
    line-height: 1.78;
    text-align: center;
    margin-top: 35px;
    padding-bottom: 35px;
  }
  .swiper .swiper-slide img {
    line-height: 0;
    font-size: 0;
  }
  .calendar {
    width: 95%;
    margin: 0 auto;
    border: 5px solid #ffa4a4;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .calender_img {
    position: relative;
    width: 100%;
  }
  .calender_img img {
    max-width: none;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .kv {
    padding-top: 100px;
  }
  .sec03, .sec04, .sec05, .sec06 {
    margin-top: -100px;
    padding-top: 176px !important;
  }
	h1 {
    position: absolute;
    top: calc(10vw + 100px);
    left: 0;
    width: 55%;
    -webkit-transform: unset;
    transform: unset;
  }
}

@media screen and (min-width: 1201px) {
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
  header {
    position: relative;
    width: 100%;
  }
  .kv {
    position: relative;
    padding-top: 100px;
    text-align: center;
    width: 100%;
  }
  h1 {
    position: absolute;
    top: calc(10vw + 100px);
    left: 0;
    width: 55%;
    -webkit-transform: unset;
            transform: unset;
  }
  main {
    max-width: unset;
    margin: 0 auto;
    background-color: #fff;
  }
  .first {
    font-size: 19px;
    width: 100%;
    margin-bottom: 56px;
  }
  .sec01 {
    padding-bottom: 130px;
  }
  .sec01_menu {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec01_menu a {
    width: 180px;
    margin-right: 20px;
  }
  .sec01_menu a:nth-child(2n) {
    margin-right: 20px;
  }
  .sec01_menu a:last-child {
    margin-right: 0;
  }
  .sec01 h2 {
    margin-bottom: 15px;
  }
  .sec01 p {
    margin-bottom: 43px;
  }
  .sec02 {
    padding: 110px 0;
    background-image: url(../images/bg_white_top.png), url(../images/bg_white_btm.png);
    background-color: #ffefe9;
    background-position: 50% 0,50% 100%;
    background-size: 600px auto;
    background-repeat: repeat-x;
  }
  .sec04 {
    padding: 110px 0;
    background-image: url(../images/bg_white_top.png), url(../images/bg_white_btm.png);
    background-color: #f1f9f4;
    background-position: 50% 0,50% 100%;
    background-size: 600px auto;
    background-repeat: repeat-x;
  }
  .sec06 {
    padding-bottom: 112px;
    background-image: url(../images/bg_white_top.png), url(../images/bg_white_btm.png);
    background-color: #f6f6ff;
    background-position: 50% 0,50% 100%;
    background-size: 600px auto;
    background-repeat: repeat-x;
  }
  .sec06 {
    margin-top: -100px;
    padding-top: 112px;
  }
  .sec02 h2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .sec02_img {
    width: 544px;
    margin-bottom: 28px;
    display: block;
  }
  .sec02_mdl {
    width: 304px;
  }
  .mdl_img {
    margin-bottom: 16px;
  }
  .movie_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 25px;
  }
  .movie_wrap {
    max-width: 960px;
    margin: auto;
    position: relative;
  }
  .movie_wrap:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .movie_iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 99999;
  }
  .container {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    z-index: 7;
  }
  .overlay .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .modaal-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    padding: 50px 65px 40px 0;
    font-weight: bold;
  }
  .mdlclose02 {
    display: none;
  }
  .mdlmovdum {
    width: 89.93902%;
    display: block;
    margin: 0 auto 25px;
  }
  .acd_open {
    left: 165px;
    width: 72px;
  }
  .acd_open.right {
    right: 204px;
    left: unset;
  }
  .acd_img {
    position: relative;
    margin-right: unset;
  }
  .acd_img.right {
    margin-left: unset;
  }
  .acd_txt {
    position: absolute;
    width: 350px;
    font-size: 15px;
    left: unset;
    right: 60px;
  }
  .st_notes {
    font-size: 16px;
  }
  .sec03acd02 {
    top: 100px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sec03acd03 {
    top: 57px;
  }
  .sec04acd01 {
    top: 35px;
  }
  .sec04acd02 {
    top: 80px;
  }
  .sec04acd03 {
    top: 80px;
  }
  .sec03, .sec04_inr, .sec05 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 76px 0;
  }
  .sec05 {
    margin-top: -100px;
    padding-top: 176px;
  }
  .acd01, .acd02, .acd02 {
    margin-bottom: 40px;
  }
  .sec03 .acd01 .acd_open {
    top: 170px;
  }
  .sec03 .acd02 .acd_open {
    top: 141px;
  }
  .sec03 .acd03 .acd_open {
    top: 198px;
  }
  .sec04_inr .acd01 .acd_open {
    top: 134px;
  }
  .sec04_inr .acd02 .acd_open {
    top: 181px;
  }
  .sec04_inr .acd03 .acd_open {
    top: 166px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec05 .acd01 .acd_btn {
    margin-bottom: 136px;
  }
  .sec05 .acd01 .acd_open {
    top: 345px;
  }
  .sec03 h2, .sec04 h2, .sec05 h2, .sec06 h2 {
    margin-bottom: 36px;
  }
  .sec05_txt01, .sec05_txt02, .sec05_txt03, .sec06_txt01, .sec06_txt02 {
    font-size: 15px;
    line-height: 1.78;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec05_txt02 {
    margin-top: 22px;
    width: 71.33333%;
  }
  .sec05_txt03 {
    margin-top: 22px;
    width: 71.33333%;
  }
  .sec05 .acd_img {
    position: relative;
    margin-right: unset;
    background-color: #d5edf9;
    border-radius: 60px;
    padding: 72px 0;
  }
  .sec05_acd_inr01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 80px;
    padding-right: 44px;
  }
  .sec05_acd_inr01 picture {
    display: block;
    width: 388px;
  }
  .sec05_acd_inr02 {
    width: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-right: auto;
  }
  .sec05_acd_inr02 p {
    width: 100%;
  }
  .sec05_acd_inr03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -3px;
  }
  .sec05_acd_inr03 picture {
    display: block;
    width: 386px;
  }
  .sec05_acd_inr04 {
    width: 370px;
    text-align: center;
    padding-right: 40px;
    margin-left: 35px;
  }
  .sec05_acd_inr04 picture {
    margin-right: 0;
    margin-left: 0;
  }
  .sec05_acd_inr04 p {
    width: 100%;
  }
  .sec05 picture:nth-child(odd) {
    margin-bottom: 23px;
    display: block;
  }
  .sec06 h2 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec06 h3 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .sec06_txt01 {
    margin-bottom: 85px;
  }
  .sec06_txt02 {
    font-size: 17px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    text-align: center;
  }
  .sec06_txt03 {
    font-size: 17px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }
  .sec06_bnr {
    display: block;
    width: 800px;
    margin-bottom: 88px;
  }
  .sec07 {
    padding-top: 72px;
    text-align: center;
  }
  .sec07 h2 {
    width: 504px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
  }
  .sec07_bnr {
    display: block;
    width: 384px;
    margin-top: 45px;
    margin-bottom: 10px;
  }
  .sec07_homebnr {
    display: block;
    width: 512px;
    margin-top: 28px;
  }
  .sec07_img03 {
    width: 552px;
    margin-bottom: 68px;
  }
  .acd_btn.open > .acd_open img:first-child {
    opacity: 0;
  }
  .sec03 .acd01 .acd_btn, .sec03 .acd02 .acd_btn, .sec03 .acd03 .acd_btn {
    margin-bottom: 40px;
  }
  .sec03 .acd03 .acd_btn {
    margin-bottom: 70px;
  }
  .sec03 .acd02 .acd_img {
    position: relative;
    z-index: 2;
    margin-top: -70px;
    pointer-events: none;
  }
  .sec03 .acd02 .acd_btn.open + .acd_img {
    position: relative;
  }
  .sec03 .acd03 .acd_img {
    margin-top: 0;
  }
  .acd03 .acdimg_link {
    position: absolute;
    left: 12.85714%;
  }
  .sec03 .acd03 .acdimg_link {
    width: 348px;
    bottom: 42px;
  }
  .sec04_inr .acd01 .acd_btn {
    margin-bottom: 40px;
  }
  .sec04_inr .acd02 .acd_btn {
    margin-bottom: 32px;
  }
  .sec04_inr .acd03 .acdimg_link {
    width: 348px;
  }
  .sec04_arr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  footer {
    font-size: 14px;
    line-height: 1.78;
    text-align: center;
    margin-top: 35px;
    padding-bottom: 35px;
  }
  .swiper .swiper-slide img {
    line-height: 0;
    font-size: 0;
  }
  .calendar {
    width: 85.71429%;
    margin: 0 auto;
    border: 5px solid #ffa4a4;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .calender_img {
    position: relative;
    width: 100%;
  }
  .calender_img img {
    max-width: none;
    height: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    content: "" !important;
    display: block;
    width: 50px;
    height: 50px;
  }
  .modal_mov p {
    font-size: 17px;
  }
}

@media screen and (min-width: 1401px) {
  .calendar {
    width: 1000px;
    height: 685px;
    margin: 0 auto;
    border: 5px solid #ffa4a4;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mdlclose01 {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    outline: none;
    position: absolute;
  }
  .mdlclose01 img {
    width: 28px;
  }
  .mdlclose02 {
    display: none;
  }
  .mdlmovdum {
    width: 89.93902%;
    display: block;
    margin: 0 auto 25px;
  }
}
/*# sourceMappingURL=style.css.map */