.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
}
.wrap {
  margin: auto;
  max-width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a:link,a:visited,a:hover,a:active {
  color: #333;
  text-decoration: none;
}
a img:hover {
  filter: brightness(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333333334vw;
  }
}
@media only screen and (max-width: 749px) {
  html {
    font-size: 2.67022696929239vw;
  }
}

/*notes*/
header .header__top__wrap {
  position: fixed;
  top: 0;
  background: rgba(255,255,255,.6);
  box-sizing: border-box;
  padding: 1rem 1%;
  width: 100%;
  z-index: 2;
}
header .header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header .header__top .logo {
  width: 24rem;
}
header .header__top .menu__wrap {
  align-items: center;
  display: flex;
  margin-left: auto;
}
header .header__top .menu__wrap nav ul {
  display: flex;
}
header .header__top .menu__wrap nav ul li {
  color: #464646;
  font-family: futura-pt, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 2em;
}
header .header__top a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #789D91;
  border-radius: 2.4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  height: 4.8rem;
  width: 18.4rem;
}
header .header__main__wrap {
  position: relative;
  display: flex;
  margin-top: 7rem;
  overflow: hidden;
}
.slider {
  animation: scroll-left 30s infinite linear .5s both;
  display: flex;
}
.slide {
  margin: 0 .5rem;
  width: 246.4rem;
}
.slide img {
  display: block;
  height: auto;
  width: 100%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
header .h1__wrap {
  position: absolute;
  top: 40%;
  left: 5%;
}
header .header__main__wrap h1 {
  display: table;
  background: rgba(255,255,255,.85);
  color: #7B7366;
  font-family: futura-pt, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  margin-bottom: .25em;
  padding: 0 .5em;
  width: fit-content;
}
header .header__main__wrap p {
  display: table;
  background: rgba(255,255,255,.85);
  color: #7B7366;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: .25em;
  padding: .5em 1em;
  width: fit-content;
}

/*notes*/
.s01__wrap {
  padding: 12rem 4% 18rem;
  text-align: center;
}
.s01__wrap p:nth-child(1) {
  color: #9F9F9F;
  font-family: futura-pt, sans-serif;
  font-size: 3.1rem;
  font-weight: 400;
  margin-bottom: 1em;
}
.s01__wrap h2 {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.s01__wrap p:nth-child(3) {
  color: #464646;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}

/*notes*/
.s02__wrap {
  background: bottom center / cover url(../img/0200.png) no-repeat;
  color: #fff;
  padding: 5rem 4%;
  text-align: center;
}
.s02__wrap .box__wrap {
  position: relative;
  margin: auto;
  width: 98rem;
}
.s02__wrap .box__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0201.png) no-repeat;
  width: 18rem;
  height: 18rem;
  top: -5%;
  left: 0;
}
.s02__wrap .box__wrap p:nth-child(1) {
  border-top: .1rem solid #fff;
  border-bottom: .1rem solid #fff;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin: auto;
  padding: .25rem 0 .25rem;
  width: 18rem;
}
.s02__wrap .box__wrap h2 {
  filter: drop-shadow(0 0 .5rem rgba(0,0,0,.45));
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 3.0rem;
  font-weight: 500;
  margin: .5em 0 .25em; 
}
.s02__wrap .box__wrap p:nth-child(3) {
  filter: drop-shadow(0 0 .5rem rgba(0,0,0,.45));
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 2em;
}
.s02__wrap .box__wrap p:nth-child(4) {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2em;
}
.s02__wrap .box__wrap a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #789D91;
  border-radius: 3.2rem;
  color: #fff;
  filter: drop-shadow(.2rem .2rem 0 rgba(0,0,0,.2));
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .02em;
  margin: auto;
  height: 6.4rem;
  width: 30.7rem;
}

/*notes*/
.s03__wrap {
  padding: 10rem 4% 11rem;
}
.s03__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 98rem;
}
.s03__wrap .box__wrap div {
  width: 35rem;
}
.s03__wrap .box__wrap div h2 {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: .25em;
}
.s03__wrap .box__wrap div p {
  color: #9F9F9F;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.s03__wrap .box__wrap ul {
  width: 63rem;
}
.s03__wrap .box__wrap ul li {
  border-left: .1rem solid #9F9F9F;
  padding: .5em 0 .5em 2em;
  margin-bottom: 4.5rem;
}
.s03__wrap .box__wrap ul li:last-child {
  margin-bottom: 0;
}
.s03__wrap .box__wrap ul li h3 {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: .75em;
}
.s03__wrap .box__wrap ul li p {
  color: #464646;
  line-height: 2.2;
}

/*notes*/
.s04__wrap {
  background: #EFEFEF;
  padding: 7rem 4% 7.5rem;
}
.s04__wrap .box__wrap {
  text-align: center;
}
.s04__wrap .box__wrap h2 {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: .25em;
}
.s04__wrap .box__wrap p:nth-child(2) {
  color: #9F9F9F;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2.5em;
}
.s04__wrap .box__wrap p:nth-child(3) {
  color: #464646;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 2em;
}
.s04__wrap ul {
  border-top: .1rem solid #9F9F9F;
  margin: auto;
  width: 98rem;
}
.s04__wrap ul li {
  display: flex;
  border-bottom: .1rem solid #9F9F9F;
  padding: 4rem;
}
.s04__wrap ul li .box2__wrap {
  width: 65.6rem;
}
.s04__wrap ul li .box2__wrap .item__wrap {
  align-items: flex-start;
  display: flex;
}
.s04__wrap ul li .box2__wrap .num {
  color: #845574;
  font-family: futura-pt, sans-serif;
  font-size: 4.7rem;
  font-style: italic;
  font-weight: 500;
  margin-top: -.35em;
  text-align: center;
  width: 11rem;
}
.s04__wrap ul li:nth-child(2) .box2__wrap .num {
  color: #7E795E;
}
.s04__wrap ul li:nth-child(3) .box2__wrap .num {
  color: #5E697E;
}
.s04__wrap ul li .box2__wrap .item__wrap div h3 {
  font-size: 2.2rem;
  margin-bottom: .25em;
}
.s04__wrap ul li .box2__wrap .item__wrap div p {
  color: #9F9F9F;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.25em;
}
.s04__wrap ul li .box2__wrap .txt {
  color: #464646;
  line-height: 2.2;
  padding-left: 11rem;
}
.s04__wrap ul li .price__wrap {
  margin-left: auto;
}
.s04__wrap ul li .price__wrap p {
  color: #845574;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 2em;
  text-align: right;
}
.s04__wrap ul li:nth-child(2) .price__wrap p {
  color: #7E795E;
}
.s04__wrap ul li:nth-child(3) .price__wrap p {
  color: #5E697E;
}
.s04__wrap ul li .price__wrap p span {
  font-family: futura-pt, sans-serif;
  font-size: 4.1rem;
  font-weight: 500;
  text-align: right;
}
.s04__wrap ul li .price__wrap a.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #AA91A1;
  border-radius: 2.65rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: auto;
  height: 5.3rem;
  width: 17rem;
}
.s04__wrap ul li:nth-child(2) .price__wrap a.btn {
  background: #ACA790;
}
.s04__wrap ul li:nth-child(3) .price__wrap a.btn {
  background: #9AA4B7;
}
.s04__wrap ul li .price__wrap a.btn:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0401.png) no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  top: 35%;
  right: 15%;
}

/*notes*/
.s05__wrap {
  padding: 6rem 4% 1rem;
}
.s05__wrap .h2__wrap {
  text-align: center;
}
.s05__wrap .h2__wrap h2{
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: .25em;
}
.s05__wrap .h2__wrap p:nth-child(2) {
  color: #9F9F9F;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2.5em;
}
.s05__wrap .plan__wrap {
  margin: 0 auto 16rem;
  width: 98rem;
}
.s05__wrap .plan__wrap .ttl__wrap {
  border-top: .1rem solid #D3D3D3;
  border-bottom: .1rem solid #D3D3D3;
  padding: 2.5em 0;
  text-align: center;
}
.s05__wrap .plan__wrap .ttl__wrap h3 {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: .25em;
}
.s05__wrap .plan__wrap .ttl__wrap p {
  color: #464646;
  font-size: 1.5rem;
  font-weight: 500;
}
.s05__wrap .plan__wrap .photo__wrap {
  display: flex;
  justify-content: space-between;
  margin: 5.2rem auto;
  width: 91.1rem;
}
.s05__wrap .plan__wrap .photo__wrap img {
  width: 44rem;
}
.s05__wrap .plan__wrap .box__wrap {
  background: #F7F7F7;
  box-sizing: border-box;
  margin: auto;
  padding: 3rem 4rem;
  width: 78rem;
}
.s05__wrap .plan__wrap .box__wrap dl div {
  display: flex;
  color: #464646;
  margin-bottom: .75em;
}
.s05__wrap .plan__wrap .box__wrap dl div:last-child {
  margin-bottom: 0;
}
.s05__wrap .plan__wrap .box__wrap dl div dt {
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  width: 5em;
}

/*notes*/
.s06__wrap {
  background: top center / cover url(../img/0600.png) no-repeat;
  color: #fff;
  padding: 5rem 4%;
}
.s06__wrap .box__wrap p:nth-child(3) {
  margin-bottom: .5em;
}
.s06__wrap .venue__wrap {
  background:rgba(255,255,255,.9);
  box-sizing: border-box;
  color: #464646;
  margin: auto;
  padding: 4rem;
  width: 86rem;
}
.s06__wrap .venue__wrap h3 {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: .25em;
}
.s06__wrap .venue__wrap ul {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.s06__wrap .venue__wrap ul li {
  text-align: left;
  width: 37.6rem;
}
.s06__wrap .venue__wrap ul li p:nth-child(2) {
  font-size: 1.6rem;
  margin-top: .5em;
}
.s06__wrap .venue__wrap ul li p:nth-child(3) {
  position: relative;
  margin-top: .5em;
  padding-left: 1.5em;
}
.s06__wrap .venue__wrap ul li p:nth-child(3):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0603.png) no-repeat;
  width: 1.5rem;
  height: 2.2rem;
  top: 5%;
  left: 0;
}

/*notes*/
.s07__wrap {
  background: #F7F7F7;
  padding: 7rem 4% 11rem;
}
.s07__wrap .h2__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 2rem;
  width: 79.3rem;
}
.s07__wrap .h2__wrap h2{
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: .25em;
}
.s07__wrap .h2__wrap p:nth-child(2) {
  color: #9F9F9F;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.s07__wrap .h2__wrap img {
  width: 33.3rem;
}
form {
  border-top: .1rem solid #CECECE;
  color: #464646;
  margin: auto;
  max-width: 79.3rem;
}
form .block__wrap {
  display: flex;
  border-bottom: .1rem solid #CECECE;
  padding: 2rem 4rem 2rem 3rem;
}
form .input__wrap {
  width: 47.4rem;
}
form .item__wrap {
  font-size: 1.6rem;
  margin-top: .75em;
  width: 35%;
}
form .block__wrap:nth-child(4) .item__wrap {
  margin-top: 2.5em;
}
form .item__wrap .item {
  align-items: flex-start;
  display: flex;
}
form .item__wrap span {
  background: #A59B65;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: .15em;
  margin-right: .75em;
  padding: .2em 1em;
  text-align: center;
}
form .item__wrap span.any {
  background: #fff;
  border: .1rem solid #BCBCBC;
  color: #A59B65;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=date],
form textarea {
  background: #fff;
  border: .1rem solid #ddd;
  border-radius: .6rem;
  box-shadow: inset 0 .3rem .3rem #f1f1f1;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2.5%;
  height: 5rem;
  width: 100%;
}
form textarea {
  font-family: Arial,'Noto Sans JP', sans-serif;
  height: 18rem;
}
form .t1 {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: .5em;
}
.input-half {
  display: flex;
}
.input-half div {
  margin-right: 3rem;
  width: 40%;
}
form select {
  background: #fff;
  border: .1rem solid #ddd;
  border-radius: .6rem;
  box-sizing: border-box;
  color: #9F9F9F;
  font-size: 1.2rem;
  padding: 2.5%;
  height: 5rem;
  width: 100%;
}
form .box__wrap {
  background: #fff;
  color: #464646;
  margin-top: 2rem;
  padding: 1em;
}
form input[type=submit] {
  background: #7B7366;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  filter: drop-shadow(.5rem .5rem 0 rgba(0,0,0,.2));
  font-size: 2.0rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 30rem;
  padding: .75em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #464646;
}
::-webkit-input-placeholder {
  color: #9F9F9F;
  font-size: 1.2rem;
}

/*notes*/
footer {
  padding: 6rem 4% 3rem;
  text-align: center;
}
footer .logo {
  margin-bottom: 1.5em;
  width: 21.6rem;
}
footer div {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 1.5em 0;
}
footer div a {
  margin: 0 .5em;
  width: 2.9rem;
}
footer div a:last-child {
  width: 16rem;
}
footer a.pp {
  font-size: 1.2rem;
  text-decoration: underline;
}
footer .cp {
  font-size: 1.0rem;
  margin-top: 4em;
}

.btn_finish {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #616161;
  border-radius: 2.4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  height: 4.8rem;
  width: 20.4rem;
  margin: 50px auto 0;
}
a.btn_finish:link,
a.btn_finish:visited,
a.btn_finish:hover,
a.btn_finish:active {
  color: #fff;
}


@media screen and (max-width:749px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.3rem;
}

/*notes*/
header .header__top__wrap {
  padding: .5rem 3%;
}
header .header__top .logo {
  width: 15.8rem;
}
header .header__top a.btn {
  font-size: 1.4rem;
  height: 4.0rem;
  width: 14.7rem;
}
header .header__main__wrap {
  margin-top: 5rem;
}
header .h1__wrap {
  top: 30%;
  left: 4%;
}
header .header__main__wrap h2 {
  display: table;
  background: rgba(255,255,255,.85);
  color: #7B7366;
  font-family: futura-pt, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .25em;
  padding: 0 .25em;
  width: fit-content;
}
header .header__main__wrap h2:nth-child(3) {
  margin-bottom: .75em;
}
header .header__main__wrap p {
  font-size: 1.6rem;
  padding: .35em .75em;
}

/*notes*/
.s01__wrap {
  padding: 9rem 8% 10rem;
}
.s01__wrap p:nth-child(1) {
  font-size: 2.5rem;
  margin-bottom: 1.5em;
}
.s01__wrap h2 {
  font-size: 2.2rem;
}
.s01__wrap p:nth-child(3) {
  font-size: 1.5rem;
  text-align: left;
}

/*notes*/
.s02__wrap {
  background: bottom center / cover url(../img/0200_sp.png) no-repeat;
  color: #fff;
  padding: 3rem 4% 10rem;
  text-align: center;
}
.s02__wrap .box__wrap {
  width: 100%;
}
.s02__wrap .box__wrap:before {
  width: 14.6rem;
  height: 14.6rem;
  top: -18%;
  left: -1%;
}
.s02__wrap .box__wrap p:nth-child(1) {
  font-size: 1.5rem;
  margin: 0;
  margin-left: auto;
  padding: .75rem 0 .75rem;
  width: 13.2rem;
}
.s02__wrap .box__wrap h2 {
  font-size: 3.5rem;
  margin: 1.5em 0 .25em; 
}
.s02__wrap .box__wrap p:nth-child(3) {
  font-size: 1.6rem;
  margin-bottom: 3em;
}
.s02__wrap .box__wrap p:nth-child(4) {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.s02__wrap .box__wrap a.btn {
  font-size: 1.5rem;
  height: 5.7rem;
  width: 27.3rem;
}

/*notes*/
.s03__wrap {
  padding: 6rem 10% 11rem;
}
.s03__wrap .box__wrap {
  display: block;
  width: 100%;
}
.s03__wrap .box__wrap div {
  width: 100%;
}
.s03__wrap .box__wrap div h2 {
  font-size: 2.0rem;
}
.s03__wrap .box__wrap div p {
  font-size: 1.4rem;
  margin-bottom: 3em;
}
.s03__wrap .box__wrap ul {
  width: 100%;
}
.s03__wrap .box__wrap ul li {
  border-left: none;
  padding: 0;
  margin-bottom: 5rem;
}
.s03__wrap .box__wrap ul li h3 {
  border-left: .1rem solid #9F9F9F;
  font-size: 1.8rem;
  padding: .5em 0 .5em .75em
}
.s03__wrap .box__wrap ul li p {
  line-height: 2;
}

/*notes*/
.s04__wrap {
  padding: 5rem 5% 7.5rem;
}
.s04__wrap .box__wrap h2 {
  font-size: 2.0rem;
}
.s04__wrap .box__wrap p:nth-child(2) {
  font-size: 1.4rem;
}
.s04__wrap .box__wrap p:nth-child(3) {
  font-size: 1.6rem;
  line-height: 2.4;
  margin-bottom: 3em;
}
.s04__wrap ul {
  width: 100%;
}
.s04__wrap ul li {
  display: block;
  padding: 4rem 0;
}
.s04__wrap ul li .box2__wrap {
  width: 100%;
}
.s04__wrap ul li .box2__wrap .item__wrap {
  align-items: flex-start;
  display: flex;
}
.s04__wrap ul li .box2__wrap .num {
  font-size: 4.0rem;
  margin-right: .25em;
  width: auto;
}
.s04__wrap ul li .box2__wrap .item__wrap div h3 {
  font-size: 2.0rem;
}
.s04__wrap ul li .box2__wrap .item__wrap div p {
  font-size: 1.3rem;
}
.s04__wrap ul li .box2__wrap .txt {
  line-height: 2;
  padding-left: 0;
}
.s04__wrap ul li .price__wrap p {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.s04__wrap ul li .price__wrap p span {
  font-size: 3.5rem;
}
.s04__wrap ul li .price__wrap a.btn {
  border-radius: 2.85rem;
  font-size: 1.5rem;
  margin: auto;
  height: 5.7rem;
  width: 27rem;
}
.s04__wrap ul li .price__wrap a.btn:before {
  top: 35%;
  right: 25%;
}

/*notes*/
.s05__wrap {
  padding: 6rem 5% 10rem;
}
.s05__wrap .h2__wrap h2{
  font-size: 2.0rem;
}
.s05__wrap .h2__wrap p:nth-child(2) {
  font-size: 1.4rem;
}
.s05__wrap .plan__wrap {
  margin: 0 auto 16rem;
  width: 100%;
}
.s05__wrap .plan__wrap:last-child {
  margin: auto;
}
.s05__wrap .plan__wrap .ttl__wrap {
  padding: 2em 0;
}
.s05__wrap .plan__wrap .ttl__wrap h3 {
  font-size: 2.0rem;
  margin-bottom: .5em;
}
.s05__wrap .plan__wrap .ttl__wrap p {
  font-size: 1.2rem;
}
.s05__wrap .plan__wrap .photo__wrap {
  display: block;
  margin: 2rem auto;
  width: 100%;
}
.s05__wrap .plan__wrap .photo__wrap img {
  margin-bottom: 1rem;
  width: 100%;
}
.s05__wrap .plan__wrap .box__wrap {
  padding: 2rem;
  width: 100%;
}
.s05__wrap .plan__wrap .box__wrap dl div {
  display: block;
}
.s05__wrap .plan__wrap .box__wrap dl div dt {
  font-size: 1.4rem;
}

/*notes*/
.s06__wrap {
  background: top center / cover url(../img/0600_sp.png) no-repeat;
  padding: 3rem 5% 4rem;
}
.s06__wrap .box__wrap:before {
  width: 14.6rem;
  height: 14.6rem;
  top: -28%;
  left: -1%;
}
.s06__wrap .box__wrap p:nth-child(3) {
  margin-bottom: 1.5em;
}
.s06__wrap .venue__wrap {
  padding: 4rem 2rem;
  width: 100%;
}
.s06__wrap .venue__wrap h3 {
  font-size: 1.8rem;
  margin-bottom: .5em;
}
.s06__wrap .venue__wrap .t1 {
  font-size: 1.2rem;
}
.s06__wrap .venue__wrap ul {
  display: block;
}
.s06__wrap .venue__wrap ul li {
  margin-top: 3rem;
  width: 100%;
}
.s06__wrap .venue__wrap ul li p:nth-child(2) {
  font-size: 1.4rem;
}
.s06__wrap .venue__wrap ul li p:nth-child(3) {
  font-size: 1.2rem;
}
.s06__wrap .venue__wrap ul li p:nth-child(3):before {
  width: 1.2rem;
  height: 1.8rem;
}

/*notes*/
.s07__wrap {
  padding: 6rem 5%;
}
.s07__wrap .h2__wrap {
  display: block;
  margin: 0 auto 4rem;
  width: 100%;
}
.s07__wrap .h2__wrap h2 {
  font-size: 2.0rem;
  margin-bottom: .5em;
  text-align: center;
}
.s07__wrap .h2__wrap p:nth-child(2) {
  font-size: 1.4rem;
  margin-bottom: 3em;
  text-align: center;
}
.s07__wrap .h2__wrap img {
  width: 100%;
}
form {
  max-width: 100%;
}
form .block__wrap {
  display: block;
  border-bottom: .1rem solid #CECECE;
  padding: 1rem 1rem 2rem 1rem;
}
form .input__wrap {
  width: 100%;
}
form .item__wrap {
  font-size: 1.4rem;
  margin-top: .75em;
  width: 100%;
}
form .block__wrap:nth-child(4) .item__wrap {
  margin-top: 2.5em;
}
form .item__wrap .item {
  align-items: flex-start;
  margin-bottom: 1em;
}
form .item__wrap span {
  padding: .2em 0;
  max-width: 4.5rem;
  width: 100%;
}
form .item__wrap span.any {
  background: #fff;
  border: .1rem solid #BCBCBC;
  color: #A59B65;
}
form textarea {
  height: 11.6rem;
}
.input-half {
  display: block;
}
.input-half div {
  margin-right: 0;
  width: 60%;
}
form .box__wrap {
  font-size: 1.2rem;
}
form input[type=submit] {
  font-size: 1.6rem;
  max-width: 30rem;
  padding: 1.25em;
}

/*notes*/
footer {
  font-size: 1.2rem;
  padding: 5rem 4% 3rem;
}
footer .logo {
  margin-bottom: 2em;
  width: 19rem;
}
}
