.title {
  padding: 100px 0;
  background: url(../images/bg_index01.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title {
    padding: 60px 0;
  }
}
.title h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: auto;
  padding: 30px 0;
  background: url(../images/img_index01.png) no-repeat center center;
  background-size: 365px auto;
  position: absolute;
  top: 145px;
  left: 0;
  right: 0;
}
@media all and (-ms-high-contrast: none) {
  .title h2 {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 18px;
    top: 65px;
  }
}
@media screen and (max-width: 360px) {
  .title h2 {
    font-size: 16px;
    background-size: 280px auto;
  }
}
.title h2 span {
  font-size: 16px;
  font-weight: normal;
  padding-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .title h2 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .title h2 span {
    padding-top: 5px;
  }
}

.catchcopy {
  padding: 120px 0 80px;
  background: url(../images/bg_index02.png) no-repeat left top, url(../images/bg_index03.png) no-repeat right top;
}
@media screen and (max-width: 1300px) {
  .catchcopy {
    background: url(../images/bg_index02.png) no-repeat left -100px top, url(../images/bg_index03.png) no-repeat right -100px top;
  }
}
@media screen and (max-width: 1000px) {
  .catchcopy {
    background: url(../images/bg_index02.png) no-repeat left -100px top, url(../images/bg_index03.png) no-repeat right -100px top;
    background-size: 270px, 230px;
  }
}
@media screen and (max-width: 767px) {
  .catchcopy {
    padding: 80px 0 40px;
    background: url(../images/bg_index02.png) no-repeat left -85px top, url(../images/bg_index03.png) no-repeat right -100px top;
    background-size: 210px, 185px;
  }
}
@media screen and (max-width: 700px) {
  .catchcopy {
    background: url(../images/bg_index02.png) no-repeat left -145px top, url(../images/bg_index03.png) no-repeat right -110px top;
    background-size: 260px, 215px;
  }
}
@media screen and (max-width: 600px) {
  .catchcopy {
    padding: 80px 0 25px;
    background: url(../images/bg_index02.png) no-repeat left -200px top, url(../images/bg_index03.png) no-repeat right -160px top;
    background-size: 260px, 215px;
  }
}
.catchcopy h2 {
  color: #ff803b;
  font-size: 60px;
}
@media screen and (max-width: 1350px) {
  .catchcopy h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .catchcopy h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .catchcopy h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 360px) {
  .catchcopy h2 {
    font-size: 26px;
  }
}
.catchcopy h4 {
  color: #ff803b;
  font-size: 26px;
  line-height: 1.8;
  padding: 20px 0 40px;
}
@media screen and (max-width: 1000px) {
  .catchcopy h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .catchcopy h4 {
    font-size: 18px;
    padding: 20px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .catchcopy h4 {
    font-size: 16px;
  }
}
.catchcopy p {
  font-size: 16px;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .catchcopy p {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .catchcopy p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 360px) {
  .catchcopy p {
    font-size: 13px;
  }
}

.conceptArea {
  padding: 80px 0;
  margin-bottom: 65px;
  background: url(../images/bg_index04.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .conceptArea {
    padding: 65px 0 70px;
  }
}
.conceptArea:before {
  content: "";
  width: 100%;
  height: 70px;
  background: url(../images/bg_index06.png) repeat-x top left;
  position: absolute;
  top: 0;
}
.conceptArea:after {
  content: "";
  width: 100%;
  height: 70px;
  background: url("../images/bg_index05.png") repeat-x bottom left;
  position: absolute;
  bottom: 0;
}
.conceptArea h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .conceptArea h3 {
    font-size: 20px;
  }
}
.conceptArea h3:before {
  content: "";
  width: 40%;
  height: 2px;
  margin: auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .conceptArea h3:before {
    width: 35%;
  }
}
@media screen and (max-width: 400px) {
  .conceptArea h3:before {
    width: 28%;
  }
}
.conceptArea h3:after {
  content: "";
  width: 40%;
  height: 2px;
  margin: auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .conceptArea h3:after {
    width: 35%;
  }
}
@media screen and (max-width: 400px) {
  .conceptArea h3:after {
    width: 28%;
  }
}

.concept {
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .concept {
    padding: 30px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.concept h5 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .concept h5 {
    font-size: 18px;
    padding: 15px 0;
  }
}
.concept h5 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffbe92));
  background: -o-linear-gradient(transparent 70%, #ffbe92 70%);
  background: linear-gradient(transparent 70%, #ffbe92 70%);
  display: inline-block;
}
.concept li {
  font-size: 16px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .concept li {
    width: 100%;
  }
}
.concept li:not(:last-child) {
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .concept li:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.concept .pic01 {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .concept .pic01 img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .concept p {
    font-size: 14px;
  }
}

.oneday {
  padding: 0 0 40px;
  background: url(../images/bg_index07.png) no-repeat left top 350px, url(../images/bg_index08.png) no-repeat right 100px top 120px;
}
@media screen and (max-width: 1000px) {
  .oneday {
    background: url(../images/bg_index07.png) no-repeat left top 350px, url(../images/bg_index08.png) no-repeat right 0 top 120px;
  }
}
@media screen and (max-width: 767px) {
  .oneday {
    background: url(../images/bg_index07.png) no-repeat left top 40px, url(../images/bg_index08.png) no-repeat right bottom;
    background-size: 700px auto, 750px auto;
  }
}
@media screen and (max-width: 500px) {
  .oneday {
    background: url(../images/bg_index07.png) no-repeat left top 40px, url(../images/bg_index08.png) no-repeat right bottom -100px;
    background-size: 700px auto, 750px auto;
  }
}
.oneday h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .oneday h3 {
    font-size: 20px;
  }
}
.oneday h3:before {
  content: "";
  width: 40%;
  height: 2px;
  margin: auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .oneday h3:before {
    width: 35%;
  }
}
@media screen and (max-width: 400px) {
  .oneday h3:before {
    width: 28%;
  }
}
.oneday h3:after {
  content: "";
  width: 40%;
  height: 2px;
  margin: auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .oneday h3:after {
    width: 35%;
  }
}
@media screen and (max-width: 400px) {
  .oneday h3:after {
    width: 28%;
  }
}
.oneday .oktext {
  padding: 16px 0;
}
.oneday .oktext img {
  max-width: 250px;
}
@media screen and (max-width: 450px) {
  .oneday .oktext img {
    max-width: 200px;
  }
}
@media screen and (max-width: 450px) {
  .oneday .oktext img {
    max-width: 160px;
  }
}
.oneday .onedayBtn a {
  color: #fff;
  max-width: 350px;
  width: 100%;
  margin: auto;
  padding: 25px 0;
  background: url(../images/img_index02.png) no-repeat center center;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .oneday .onedayBtn a {
    padding: 28px 0 22px;
  }
}
.oneday .onedaySp {
  padding-top: 40px;
}

.onedayPc {
  padding: 40px 0;
}

.timeArea01 {
  margin-bottom: 24px;
  position: relative;
}
.timeArea01 .time01 {
  position: absolute;
  top: 0;
  left: 0;
}
.timeArea01 .time01 img {
  width: 100px;
}
@media screen and (max-width: 550px) {
  .timeArea01 .time01 img {
    width: 80px;
  }
}
@media screen and (max-width: 450px) {
  .timeArea01 .time01 img {
    width: 60px;
  }
}
.timeArea01 .time02 {
  margin-top: 8%;
}
@media screen and (max-width: 320px) {
  .timeArea01 .time02 {
    margin-top: 6%;
  }
}
.timeArea01 .time02 img {
  width: 100px;
}
@media screen and (max-width: 550px) {
  .timeArea01 .time02 img {
    width: 80px;
  }
}
@media screen and (max-width: 450px) {
  .timeArea01 .time02 img {
    width: 60px;
  }
}
.timeArea01 .time03 {
  margin-top: 4%;
}
@media screen and (max-width: 320px) {
  .timeArea01 .time03 {
    margin-top: 2%;
  }
}
.timeArea01 .time03 img {
  width: 100px;
}
@media screen and (max-width: 550px) {
  .timeArea01 .time03 img {
    width: 80px;
  }
}
@media screen and (max-width: 450px) {
  .timeArea01 .time03 img {
    width: 60px;
  }
}
.timeArea01 .pic01 {
  padding: 20px 0 0 20px;
}
.timeArea01 .text02 {
  width: 80%;
}
@media screen and (max-width: 320px) {
  .timeArea01 .text02 {
    width: 78%;
  }
}
.timeArea01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeArea01 .flex .time04 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.timeArea01 .flex .time04 img {
  width: 100px;
}
@media screen and (max-width: 550px) {
  .timeArea01 .flex .time04 img {
    width: 80px;
  }
}
@media screen and (max-width: 450px) {
  .timeArea01 .flex .time04 img {
    width: 60px;
  }
}

.footer {
  border-top: 1px solid #d6d6d6;
}

.preparation {
  padding: 120px 0 60px;
}
@media screen and (max-width: 767px) {
  .preparation {
    padding: 80px 0 40px;
  }
}
.preparation h5 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 40px;
}
.preparation p {
  font-size: 16px;
}

.spOnly01 {
  display: none;
}
@media screen and (max-width: 440px) {
  .spOnly01 {
    display: block;
  }
}

.spOnly02 {
  display: none;
}
@media screen and (max-width: 700px) {
  .spOnly02 {
    display: block;
  }
}

.preparation {
  padding: 120px 0 60px;
}
@media screen and (max-width: 767px) {
  .preparation {
    padding: 80px 0 40px;
  }
}
.preparation h5 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 40px;
}
.preparation p {
  font-size: 16px;
}