/*スマホ最適化*/
@media only screen and (max-width: 896px) {
  .spl-header {
    background-color: rgba(0, 0, 0, 0);
  }

  /*============================
#eye_catch
============================*/
  div#wraper>div#eyecatch {
    width: 100%;
    height: 80vw;
    overflow: hidden;
  }

  .vegas-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px 0;
  }

  div#wraper>div#eyecatch img {
    width: 60%;
    padding-bottom: 2.5vw;
  }

  .fadeOut {
    animation-name: fadeOutAnime;
    animation-fill-mode: backwards;
    animation-duration: 11.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-delay: 0.5s;
    animation-direction: normal;
  }

  @keyframes fadeOutAnime {
    0% {
      opacity: 1;
    }

    75% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  /*============================
#container
============================*/
  div#wraper>div#container {}

  /*============================
#main
============================*/
  div#wraper>div#container>article#main {}

  /*============================
#cont01
============================*/
  #cont01 {
    background-color: rgba(250, 234, 240, 0.5);
  }

  #cont01>div.inner {
    width: 95%;
    margin: 0 auto;
    padding: 43px 0 7px;
  }

  #cont01>div.inner>h2 {
    /* width: 300px; */
    max-width: 85%;
    margin: 0 auto;
  }

  #cont01>div.inner>h2>img {}

  #cont01>div.inner>ul {
    overflow: hidden;
    margin-top: 20.5px;
  }

  #cont01>div.inner>ul>li {
    margin-bottom: 45px;
  }

  #cont01>div.inner>ul>li:nth-of-type(2) {}

  #cont01>div.inner>ul>li>a {
    display: block;
  }

  #cont01>div.inner>ul>li>a>img {}

  #cont01>div.inner>ul>li>a>h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    padding-bottom: 2px;
    border: 1px solid #333;
    background-color: #fff;
    padding: 12px 0 10px;
  }

  /*============================
#cont02
============================*/
  #cont02 {
    background-color: #fff;
  }

  #cont02>div.inner {
    width: 95%;
    margin: 0 auto;
    padding: 43px 0 50px;
  }

  #cont02>div.inner>h2 {
    width: 300px;
    margin: 0 auto;
  }

  #cont02>div.inner>h2>img {}

  #cont02>div.inner>img {
    margin-top: 16px;
  }

  /*============================
#cont03
============================*/
  #cont03 {}

  #cont03>div.inner {}

  #cont03>div.inner>div.top {}

  #cont03>div.inner>div.top>img {
    width: 150%;
    margin: 0 -25%;
  }

  #cont03>div.inner>div.middle {
    background-image: url(../img/index/bg01.png);
    background-color: rgba(255, 255, 255, 0.4);
    background-size: cover;
    background-blend-mode: lighten;
    background-position: center;
    padding: 18px 0 18px;
  }

  #cont03>div.inner>div.middle>h4 {
    text-align: center;
    font-size: 21px;
    letter-spacing: 0.2em;
    color: #42210B;
    line-height: 1.45;
    font-family: "A-OTF-GothicMB101Pro-Bold";
  }

  #cont03>div.inner>div.bottom {
    background-image: url(../img/index/bg02.png);
    background-position: center;
    background-size: cover;
    padding: 27px 0 27px;
  }

  #cont03>div.inner>div.bottom>p {
    width: 90%;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2.1;
    color: #42210B;
    font-family: "A-OTF-GothicMB101Pro-Bold";
    text-align: center;
  }

  /*============================
#cont04
============================*/
  #cont04 {
    background-color: rgba(250, 234, 240, 0.5);
  }

  #cont04>div.inner {
    width: 95%;
    margin: 0 auto;
    padding: 50px 0 0px;
  }

  #cont04>div.inner>h2 {
    width: 200px;
    margin: 0 auto;
  }

  #cont04>div.inner>h2>img {}

  #cont04>div.inner>p {
    font-size: 19px;
    line-height: 1.7;
    color: #42210B;
    ;
    font-family: "A-OTF-GothicMB101Pro-Bold";
    margin-top: 31px;
    text-align: center;
  }

  #cont04>div.inner>ul {
    text-align: center;
    clear: both;
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
  }

  #cont04>div.inner>ul>li {
    position: relative;
    width: 95%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    padding-bottom: 35px;
  }

  #cont04>div.inner>ul>li>div.img_wrap {
    vertical-align: top;
  }

  #cont04>div.inner>ul>li>div.img_wrap>a {
    pointer-events: none;
  }

  #cont04>div.inner>ul>li>div.img_wrap>a>img {}

  #cont04>div.inner>ul>li>h3 {
    font-size: 25px;
    letter-spacing: 0.1em;
    margin-top: 20px;
    font-family: "A-OTF-GothicMB101Pro-Bold";
    color: #42210B;
  }

  #cont04>div.inner>ul>li>ul {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 8%;
  }

  #cont04>div.inner>ul>li>ul>li {
    font-size: 15.5px;
    width: 250px;
    text-align: left;
    display: inline-block;
    line-height: 1.9;
    color: #42210B;
  }

  #cont04>div.inner>ul>li>h4 {
    font-size: 23px;
    letter-spacing: 0.1em;
    color: red;
    font-family: "A-OTF-GothicMB101Pro-Bold";
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 0;
    margin: auto;
  }

  /*============================
#cont05
============================*/
  #cont05 {
    background-color: #fff;
  }

  #cont05>div.inner {
    margin: 0 auto;
    padding: 43px 0;
  }

  #cont05>div.inner>h2 {
    text-align: center;
    font-size: 28px;
    font-family: "A-OTF-GothicMB101Pro-Bold";
    letter-spacing: 0.05em;
  }

  #cont05>div.inner>ul {
    text-align: center;
    margin-top: 35px;
  }

  #cont05>div.inner>ul>li {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    margin-bottom: 7px;
  }

  #cont05>div.inner>ul>li>a {
    font-size: 16px;
    color: #42210B;
    border: 1px solid #42210B;
    padding: 10px 20px 9px;
    display: block;
    background-color: #fff;
  }

  /*============================
#cont06
============================*/
  #cont06 {}

  #cont06>div.inner {
    width: 95%;
    margin: 0 auto;
    padding: 43px 0;
    background-color: rgba(250, 234, 240, 0.5);
  }

  #cont06>div.inner h2 {
    text-align: center;
    font-size: 28px;
    font-family: "A-OTF-GothicMB101Pro-Bold";
    letter-spacing: 0.05em;
  }

  section#cont06>div.inner table {
    width: 100%;
    margin-top: 25px;
    display: block;
  }

  section#cont06>div.inner table tbody {
    width: 100%;
    display: block;
  }

  section#cont06>div.inner table tbody tr {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
  }

  section#cont06>div.inner table tbody tr th {
    text-align: left;
    font-size: 16px;
    margin-top: 4px;
    padding-bottom: 1px;
    display: block;
  }

  section#cont06>div.inner table tbody tr th span {
    color: red;
    font-size: 12px;
  }

  section#cont06>div.inner table tbody tr td {
    font-size: 16px;
    display: block;
    margin-top: 10px;
  }

  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=tel],
  textarea {
    width: 100%;
    padding: 5px 7px;
    font-size: 16px;
  }

  select {
    width: 100%;
    padding: 5px 7px;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    background-color: #fff;
  }

  #wpcf7-f5-o1>form>table>tbody>tr:nth-child(5)>td>p>b {
    display: inline-block;
    margin-right: 10px;
  }

  #wpcf7-f5-o1>form>table>tbody>tr:nth-child(5)>td>p>b:last-of-type {
    margin-right: 0;
  }

  #wpcf7-f5-o1>form>table>tbody>tr:nth-child(5)>td>p>span {
    display: inline-block;
    width: 22%;
    margin-right: 3px;
  }

  .wpcf7-list-item {
    margin-right: 10px;
    cursor: pointer;
  }

  .wpcf7-list-item label {
    cursor: pointer;
  }

  input[type=submit] {
    width: 100%;
    color: #fff;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    padding: 8px 5px 5px;
    font-size: 24px;
    margin-top: 20px;
    border-radius: 6px;
    font-size: 18px;
    transition: all 0.3s ease-out;
  }

  input[type=submit]:hover {
    background-color: #000;
    color: #fff;
    opacity: 0.9;
  }

  .wpcf7-response-output {
    font-size: 16px;
    color: red;
  }

}