@charset "UTF-8";
/*
Theme Name: 三代目池田屋｜沖縄の島豆腐・有限会社池田食品
Theme URI: https://ikedasyokuhin.com/
Description: 沖縄県で島豆富・大豆製品の製造＆移動販売を行う三代目池田屋（有限会社 池田食品）です。新鮮な豆富の美味しさを手渡しでお届けします。昭和五八年創業以来、こだわり続けた製法と美味しさをぜひご賞味ください。
Version: 1.1
Author: natsumi
*/
/* ************************************************************************************************
   index.php
   ************************************************************************************************ */
/***** メインイメージ *****/
#main {
  width: 100%;
  background: #374b6b;
  position: relative; }

#main:before {
  content: "";
  position: absolute;
  bottom: -180px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 0 0 120vw;
  border-color: #374b6b #374b6b transparent transparent;
  z-index: 2; }

.main__container {
  width: 25%;
  padding: 40px 0 0;
  text-align: center; }

.main__menu {
  margin: 20px 0;
  color: #f8f4ed;
  line-height: 3.3; }

.main__menu a {
  transition: all .4s; }

.main__menu a:hover {
  color: #88b4bc;
  transition: all .3s; }

.main__sns {
  transition: all .4s;
  margin: 0 3px;
}

.main__sns:hover {
  opacity: .6;
  transition: all .3s; }

#main__bg {
  width: 85%;
  height: 100vh;
  background-image: url(./img/index/main_bg.jpg);
  background-attachment: fixed;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat; }

/***** コンセプト *****/
#concept {
  width: 100%;
  height: 130vh;
  background-image: url(./img/index/concept_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.concept__wrap {
  width: 50%;
  height: 100%;
  align-items: center;
  padding-bottom: 110px; }

.concept__heading {
  font-size: 30px;
  margin-bottom: 50px;
  color: #f8f4ed; }

.concept__txt {
  font-size: 21px;
  line-height: 3;
  color: #f8f4ed; }

.online__btn {
  margin-top: 50px; }
  .online__btn a {
    font-size: 16px;
    letter-spacing: 0.06em;
    font-family: dnp-shuei-mgothic-std, YuGothic,'Yu Gothic', sans-serif;
    width: 280px;
    opacity: 0.9; }

/***** 移動販売 *****/
#index-car {
  padding: 70px 0 100px;
  position: relative; }

#index-car::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 0 0 120vw;
  border-color: transparent transparent #fff #fff;
  z-index: 2; }

.index-car__wrap {
  align-items: center;
  justify-content: space-between; }

.index-car__container02 {
  padding-right: 60px;
  text-align: right; }

#index-car h2 {
  color: #cee6e9;
  font-size: 120px;
  line-height: 1.2; }

.index-car__ttl--ja {
  font-size: 30px; }

.index-car__btn {
  margin-top: 60px; }

.index-car__container01 {
  width: 60%; }

.index-car__heading {
  margin-bottom: 180px;
  padding-left: 70px; }

.index-car__heading p {
  font-size: 35px;
  background: #cee6e9;
  display: inline-block;
  padding: 20px 50px; }

.index-car__heading02 {
  font-size: 16px;
  margin-top: 50px; }

.index-car__heading p.only-sp {
  display: none; }

.index-car__box01, .index-car__box02 {
  position: relative;
  margin-bottom: 100px; }

.index-car__txt {
  font-size: 18px;
  background: #cee6e9;
  padding: 20px 30px;
  display: inline-block;
  z-index: 2; }

.index-car__box01 .index-car__txt {
  position: absolute;
  top: -30px;
  right: 110px; }

.index-car__box02 .index-car__txt {
  position: absolute;
  bottom: -30px;
  right: 20px; }

.index-car__img {
  width: 90%; }

.index-car__container03 {
  position: relative;
  margin-top: 30px; }

.index-car__container03 .flex {
  justify-content: space-between; }

.index-car__txt02 {
  width: 693px;
  position: absolute;
  bottom: -85px;
  right: 0;
  left: 0;
  margin: auto; }

/***** 商品紹介 *****/
#index-items {
  padding: 250px 0;
  background-image: url(./img/common/bg.jpg);
  background-size: contain;
  position: relative; }

#index-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 250px solid transparent;
  border-left: 120vw solid #fff;
  z-index: 2; }

.index-items__ttl {
  text-align: right;
  margin-bottom: 70px; }

.index-items__ttl h2 {
  font-size: 100px;
  line-height: 1.3; }

.index-items__ttl--ja {
  font-size: 25px;
  margin-bottom: 60px; }

.index-items__lead {
  font-size: 20px; }

.index-items__wrap {
  flex-wrap: wrap;
  justify-content: space-between; }

.index-items__box {
  width: 30%;
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center; }

.index-items__box--pickup {
  width: 45%;
  margin-bottom: 50px; }

.index-items__box:nth-of-type(4),
.index-items__box:nth-of-type(7) {
  margin-top: 50px; }

.index-items__box:nth-of-type(5),
.index-items__box:nth-of-type(8) {
  margin-top: 100px; }

.index-items__box--pickup:nth-of-type(2) {
  margin-top: 50px; }

.index-items__box img {
  margin-bottom: 30px;
  transition: ease-in-out .4s; }

.index-items__box img:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  transition: ease-in-out .4s; }

.index-items__name {
  color: #f8f4ed;
  font-size: 18px;
  background: #374b6b;
  padding: 20px 30px;
  line-height: 1;
  display: inline-block;
  z-index: 2; }

.index-items__txt {
  background: #fff;
  padding: 50px 30px 30px;
  margin: -30px auto 0;
  width: 100%;
  text-align: left; }

.index-items__btn {
  text-align: center;
  margin-top: 50px; }

/***** 三代目池田屋のこだわり *****/
#index-fea {
  padding: 0;
  background: #cee6e9;
  position: relative; }

#index-fea::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 0 0 120vw;
  border-color: transparent transparent #cee6e9 #cee6e9;
  z-index: 2; }

.index-fea__ttl {
  margin-bottom: 70px; }

.index-fea__ttl h2 {
  font-size: 50px;
  line-height: 1.2; }

.index-fea__ttl p {
  font-size: 20px; }

.index-fea__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.index-fea__box {
  width: 22%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center; }

.index-fea__box:nth-of-type(2) {
  margin-top: 50px; }

.index-fea__box:nth-of-type(3) {
  margin-top: 100px; }

.index-fea__box:nth-of-type(4) {
  margin-top: 150px; }

.index-fea__heading {
  font-size: 18px;
  line-height: 1;
  padding: 20px 30px;
  background: #b2dede;
  display: inline-block;
  align-self: flex-end;
  margin-top: -30px;
  z-index: 2; }

.index-fea__txt {
  text-align: left;
  margin-top: 20px;
  z-index: 2; }

/* IE調整 */
@media all and (-ms-high-contrast: none) {
  .index-fea__box {
    align-items: stretch; }

  .index-fea__heading {
    padding: 20px 30px 12px; }

  .index-items__name {
    padding: 20px 30px 12px; } }
/***** 代表挨拶 *****/
#index-prof {
  position: relative; }

#index-prof:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 0 0 120vw;
  border-color: #cee6e9 #cee6e9 transparent transparent;
  z-index: 2; }

.index-prof__wrap {
  justify-content: space-between;
  align-items: center; }

.index-prof__img {
  width: 45%;
  height: 780px;
  background-image: url(./img/index/prof_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right; }

.index-prof__container {
  width: 61%;
  padding: 70px 40px 200px; }

.index-prof__container h3 {
  margin-bottom: 20px; }

/***** インフォメーション *****/
#info {
  position: relative;
  background-color: #f1f1ee;
  padding: 50px 0 250px; }

#info::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 0 0 120vw;
  border-color: transparent transparent #f1f1ee #f1f1ee;
  z-index: 2; }

#info h2, #about h2 {
  color: #374b6b;
  text-align: center; }

#info h2 {
  margin-bottom: 30px; }

.info__wrap {
  justify-content: center; }

.info__box {
  width: 50%;
  padding: 20px 30px 20px; }

.info__box:first-of-type {
  border-right: 1px solid #374b6b; }

.info__tbl {
  margin: 0 auto;
  width: 520px; }

.info__tbl tr {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2); }

.info__tbl th, .info__tbl td {
  padding: 10px; }

.info__tbl th {
  padding-right: 30px; }

.info__tbl td a {
  transition: all .4s; }

.info__tbl td a:hover {
  color: #88b4bc;
  transition: all .3s; }

.info__btn {
  text-align: right;
  margin: 30px 40px 0 0; }

.info__fb {
  text-align: center; }
  .info__fb a {
    width: 170px; }

.fb__sp {
  display: none; }

.info__bnr {
  text-align: center;
  transition: all .4s;
  display: block;
  width: 80%;
  margin: 100px auto 30px;
  transition: ease-in-out .4s; }

.info__bnr:hover {
  opacity: .6;
  transition: ease-in-out .3s; }

.info__bnr02 {
  margin: 50px auto;
}

.info__note {
  text-align: center; }

/***** 会社概要 *****/
#about {
  position: relative; }

#about::before {
  content: "";
  position: absolute;
  top: -180px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 180px solid #fff;
  border-left: 120vw solid transparent;
  z-index: 2;
  color: transparent; }

#about h2 {
  margin-bottom: 60px; }

.about__container {
  align-items: center;
  justify-content: center; }

.about__box {
  margin-left: 50px; }

.about__txt {
  margin-bottom: 30px; }

.about__tbl tr {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4); }

.about__tbl th, .about__tbl td {
  padding: 5px; }

.about__tbl th {
  padding-right: 30px; }

.about__map {
  -webkit-filter: saturate(0.4);
  -moz-filter: saturate(0.4);
  filter: saturate(0.4);
  margin: 60px 0 80px; }

/* ************************************************************************************************
   car
   ************************************************************************************************ */
#car-about {
  position: relative;
  padding: 70px 0 250px; }

#car-about::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 180px solid transparent;
  border-right: 120vw solid #fff;
  z-index: 2;
  color: transparent; }

.car-about__images {
  justify-content: space-around;
  margin-bottom: 60px; }

.car-about__txt {
  margin-top: 60px; }

#car-howto {
  position: relative;
  background-color: #f1f1ee;
  padding: 0 0 200px; }

#car-howto::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 0 0 120vw;
  border-color: transparent transparent #f1f1ee #f1f1ee;
  z-index: 2; }

#car-howto .sub__h3 {
  color: #333; }

.car-howto__flow {
  margin-top: 90px;
  justify-content: space-between; }

.car-howto__item {
  width: 400px;
  height: 400px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center; }

.car-howto__item img {
  width: 85%; }

.car-howto__item:nth-of-type(2) {
  margin-top: 70px; }

.car-howto__item:nth-of-type(3) {
  margin-top: 140px; }

.car-howto__container {
  justify-content: space-between;
  margin-top: 100px; }

.car-howto__fukidashi {
  position: relative;
  margin-top: -70px; }

.car-howto__fukidashi img {
  min-width: 322px; }

.car-howto__fukidashi p {
  font-size: 27px;
  line-height: 2;
  position: absolute;
  top: 17%;
  left: 17%;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg); }

.car-howto__box {
  text-align: right; }

.car-howto__box img {
  width: 860px;
  border-radius: 15px; }

.car-howto__box audio {
  border: 2px solid #fff;
  margin-top: 20px;
  border-radius: 20px; }

.car-howto__box p {
  margin-top: 10px; }

/***** 移動販売のルート *****/
#route {
  position: relative;
  padding: 0 0 180px; }

#route::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 0 0 120vw;
  border-color: transparent transparent #fff #fff;
  z-index: 2; }

#route .sub__h3 {
  margin-bottom: 70px; }

.route__wrap {
  text-align: center; }
  .route__wrap .route-s__search {
    margin: 0 auto; }
    .route__wrap .route-s__search #oftown {
      border: 1px solid #88b4bc;
      padding: 10px;
      appearance: auto;
      margin-top: 10px; }
      .route__wrap .route-s__search #oftown .level-0 {
        font-weight: 600 !important;
        font-size: 1.1em !important;
        background: #cee6e9 !important; }
    .route__wrap .route-s__search input[name="ofsearch"] {
      border: 1px solid #88b4bc;
      padding: 5px 10px; }
    .route__wrap .route-s__search ul {
      text-align: left;
      width: 100%; }
      .route__wrap .route-s__search ul li {
        display: block;
        margin-bottom: 40px; }
        .route__wrap .route-s__search ul li:nth-of-type(2), .route__wrap .route-s__search ul li:nth-of-type(3), .route__wrap .route-s__search ul li:nth-of-type(4) {
          display: none; }
        .route__wrap .route-s__search ul li:last-of-type {
          text-align: center;
          margin-top: 10px; }
        .route__wrap .route-s__search ul li h4 {
          color: #374b6b;
          border-bottom: 1px solid #374b6b;
          display: none; }
        .route__wrap .route-s__search ul li ul li {
          display: inline-block;
          margin-bottom: 0; }
    .route__wrap .route-s__search input[type="submit"] {
      background-color: #88b4bc;
      color: #f8f4ed;
      width: 100px;
      height: 50px;
      text-align: center;
      transition: all .4s; }
      .route__wrap .route-s__search input[type="submit"]:hover {
        opacity: .6;
        transition: all .3s; }

/***** スタッフ紹介 *****/
#staff {
  background-color: #cee6e9;
  position: relative;
  padding: 0 0 250px; }

#staff::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 180px solid transparent;
  border-right: 120vw solid #cee6e9;
  z-index: 2;
  color: transparent; }

#staff .sub__h3 {
  color: #333;
  text-align: right; }

.staff__wrap {
  margin-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between; }

.staff__box {
  width: 22%;
  margin-bottom: 4%;
  border: 3px solid #fff;
  text-align: center;
  transition: ease-in-out .3s; }

.staff__box:hover {
  background: #fff;
  border: 3px solid #88b4bc;
  transition: ease-in-out .3s; }

.staff__box p {
  font-size: 18px;
  margin: 20px 0; }

#car-note {
  position: relative;
  padding: 50px 0 0;
  text-align: center; }

#car-note::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 180px solid transparent;
  border-right: 120vw solid #fff;
  z-index: 2;
  color: transparent; }

#car-note h3 {
  font-size: 30px;
  color: #374b6b; }

.car-note__txt {
  margin: 60px 0 70px; }

/* ************************************************************************************************

   items / 商品紹介

   ************************************************************************************************ */
#index-fea.items-fea {
  padding: 70px 0 150px; }
  #index-fea.items-fea::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    border-width: unset;
    border-color: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 180px solid transparent;
    border-right: 120vw solid #cee6e9;
    z-index: 2;
    color: transparent; }
  #index-fea.items-fea .sub__h3 {
    color: #333;
    margin-bottom: 70px; }

#items {
  padding: 50px 0 0;
  position: relative; }
  #items::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 0 0 120vw;
    border-color: transparent transparent #fff #fff;
    z-index: 2; }
  #items .items__wrap {
    flex-wrap: wrap;
    justify-content: space-between; }
    #items .items__wrap .items__box {
      width: 50%;
      margin-bottom: 100px;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #items .items__wrap .items__box img {
        max-width: 300px;
        height: auto; }
      #items .items__wrap .items__box h4 {
        color: #f8f4ed;
        background-color: #374b6b;
        padding: 10px 30px;
        margin: 50px 0 30px;
        display: inline-block; }
      #items .items__wrap .items__box .items__txt {
        text-align: left;
        max-width: 90%; }

/* ************************************************************************************************
   recipe
   ************************************************************************************************ */
#recipe {
  padding: 70px 0 0;
  position: relative; }
  #recipe::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 180px solid transparent;
    border-right: 120vw solid #fff;
    z-index: 2;
    color: transparent; }
  #recipe .recipe__wrap {
    margin-bottom: 150px; }
    #recipe .recipe__wrap h3 {
      border-bottom: 1px dashed #374b6b;
      font-size: 22px;
      color: #374b6b;
      line-height: 1.5;
      padding-bottom: 10px; }
      #recipe .recipe__wrap h3 img {
        margin-right: 20px; }
    #recipe .recipe__wrap .recipe__container {
      margin-top: 60px;
      justify-content: center; }
      #recipe .recipe__wrap .recipe__container img {
        align-self: center; }
      #recipe .recipe__wrap .recipe__container .recipe__ingre {
        padding: 30px 40px 40px;
        background-color: rgba(206, 230, 233, 0.5); }
        #recipe .recipe__wrap .recipe__container .recipe__ingre:first-of-type {
          margin: 0 70px; }
        #recipe .recipe__wrap .recipe__container .recipe__ingre p {
          font-size: 17px;
          color: #374b6b;
          margin-bottom: 15px;
          text-align: center; }
        #recipe .recipe__wrap .recipe__container .recipe__ingre table {
          min-width: 320px; }
          #recipe .recipe__wrap .recipe__container .recipe__ingre table tr {
            border-bottom: 1px solid rgba(51, 51, 51, 0.4); }
            #recipe .recipe__wrap .recipe__container .recipe__ingre table tr th, #recipe .recipe__wrap .recipe__container .recipe__ingre table tr td {
              padding: 7px; }
            /*#recipe .recipe__wrap .recipe__container .recipe__ingre table tr td {
              text-align: right; }*/
.recipe__ingre table td:nth-child(2) { border-left: 1px solid  rgba(51, 51, 51, 0.4); border-left-style: dashed; }
    #recipe .recipe__wrap .recipe__txt {
      text-align: center;
      margin-top: 60px; }
    #recipe .recipe__wrap .recipe__flow {
      width: 100%;
      max-width: 980px;
      margin: 90px auto 0;
      position: relative;
      background-color: #f8f4ed;
      padding: 70px 50px 30px; }
      #recipe .recipe__wrap .recipe__flow p {
        position: absolute;
        top: -30px;
        left: -30px;
        color: #f8f4ed;
        font-size: 18px;
        background-color: #374b6b;
        padding: 10px 20px; }
      #recipe .recipe__wrap .recipe__flow table {
        margin: 0 auto; }
        #recipe .recipe__wrap .recipe__flow table tr th, #recipe .recipe__wrap .recipe__flow table tr td {
          vertical-align: middle;
          padding-bottom: 40px; }
        #recipe .recipe__wrap .recipe__flow table tr th {
          font-weight: normal; }
          #recipe .recipe__wrap .recipe__flow table tr th span {
            display: inline-block;
            background-color: #374b6b;
            color: #f8f4ed;
            font-size: 20px;
            text-align: center;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            line-height: 40px;
            margin-right: 30px; }

/* ************************************************************************************************
   works
   ************************************************************************************************ */
#works {
  padding: 70px 0 150px;
  position: relative; }
  #works::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 180px solid transparent;
    border-right: 120vw solid #fff;
    z-index: 2;
    color: transparent; }
  #works .works__wrap .works__container {
    align-items: center;
    margin: 0 auto 100px;
    width: 90%; }
    #works .works__wrap .works__container img {
      min-width: 350px; }
    #works .works__wrap .works__container .works__box {
      margin-left: 70px;
      width: 100%; }
      #works .works__wrap .works__container .works__box h3 {
        font-size: 24px;
        color: #374b6b;
        border-bottom: 2px dotted #374b6b;
        padding-bottom: 10px;
        line-height: 1.5; }
        #works .works__wrap .works__container .works__box h3 span {
          width: 40px;
          height: 40px;
          line-height: 40px;
          display: inline-block;
          border-radius: 50%;
          text-align: center;
          background-color: #374b6b;
          color: #f8f4ed;
          font-size: 20px;
          margin-right: 20px;
          vertical-align: bottom; }
      #works .works__wrap .works__container .works__box p {
        margin-top: 30px; }
  #works .works__note {
    width: 100%;
    min-width: 900px;
    text-align: center;
    padding: 50px 30px;
    background-color: rgba(206, 230, 233, 0.4); }
    #works .works__note h3 {
      color: #374b6b;
      font-size: 22px;
      margin-bottom: 25px; }

/* ************************************************************************************************
   gallery
   ************************************************************************************************ */
#gallery {
  position: relative;
  padding: 70px 0 50px; }
  #gallery::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 180px solid transparent;
    border-right: 120vw solid #fff;
    z-index: 2;
    color: transparent; }
  #gallery .gallery__movie {
    text-align: center;
    margin-bottom: 100px; }
  #gallery .gallery__images {
    flex-wrap: wrap; }
    #gallery .gallery__images .gallery__item {
      width: calc(100%/4);
      margin-bottom: 50px;
      text-align: center;
      transition: all .4s; }
      #gallery .gallery__images .gallery__item img {
        width: 85%;
        height: auto;
        transition: all .4s; }
        #gallery .gallery__images .gallery__item img:hover {
          opacity: .6;
          transition: all .3s; }
      #gallery .gallery__images .gallery__item p {
        margin-top: 10px; }

/* ************************************************************************************************
   news / お知らせ
   ************************************************************************************************ */
/***** index.php *****/
#news {
  position: relative; }
  #news::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 180px solid transparent;
    border-right: 120vw solid #fff;
    z-index: 2;
    color: transparent; }
  #news .news__wrap {
    padding: 80px 0; }
    #news .news__wrap table {
      max-width: 900px;
      width: 100%;
      margin: 0 auto; }
      #news .news__wrap table tr {
        border-bottom: 1px solid #cee6e9; }
        #news .news__wrap table tr th, #news .news__wrap table tr td {
          padding: 15px; }
        #news .news__wrap table tr th {
          width: 20%; }
        #news .news__wrap table tr td a {
          transition: all .4s; }
          #news .news__wrap table tr td a:hover {
            color: #88b4bc;
            transition: all .3s; }

/***** single.php *****/
#single {
  position: relative; }
  #single img {
    height: auto; }
  #single::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 180px solid transparent;
    border-right: 120vw solid #fff;
    z-index: 2;
    color: transparent; }
  #single .single__wrap {
    padding: 70px 0 90px;
    text-align: center; }
    #single .single__wrap .single__date {
      color: #88b4bc;
      margin-bottom: 10px; }
    #single .single__wrap .single__ttl {
      font-size: 24px;
      margin-bottom: 50px; }
    #single .single__wrap .single__thumbnail {
      text-align: center; }
      #single .single__wrap .single__thumbnail img {
        max-width: 700px;
        height: auto; }
    #single .single__wrap .single__content {
      text-align: left;
      width: 100%;
      max-width: 700px;
      margin: 50px auto 0; }

/***** ページネーション、ボタン *****/
.pagination {
  margin-top: 40px; }
  .pagination .page-numbers {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333; }
    .pagination .page-numbers li {
      margin: 0 10px; }
      .pagination .page-numbers li a {
        transition: all .4s; }
        .pagination .page-numbers li a:hover {
          color: #88b4bc;
          transition: all .3s; }
      .pagination .page-numbers li .current {
        border-bottom: 1px solid #88b4bc;
        font-weight: bold;
        color: #88b4bc; }

.nav__content {
  justify-content: space-around;
  margin: 70px auto 0;
  width: 50%;
  min-width: 500px; }
  .nav__content a {
    color: #88b4bc;
    padding-bottom: 3px;
    background: linear-gradient(currentcolor, currentcolor) left bottom/100% 1px no-repeat;
    transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .nav__content a:hover {
      background-position: right bottom;
      background-size: 0 1px; }

/***** マニュアル *****/
#manual .manual__wrap {
  padding: 100px 0; }
  #manual .manual__wrap img {
    width: auto;
    height: auto; }
  #manual .manual__wrap input {
    border: 1px solid #374b6b;
    padding: 0 10px; }
  #manual .manual__wrap #pwbox-950 {
    margin-right: 30px; }

/* ************************************************************************************************
   experience
   ************************************************************************************************ */
#experience {
  position: relative;
  padding: 70px 0; }
  #experience::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 180px solid transparent;
    border-right: 120vw solid #fff;
    z-index: 2;
    color: transparent; }
  #experience .experience__wrap {
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }
    #experience .experience__wrap .experience__txt {
      text-align: center;
      margin-bottom: 60px; }
    #experience .experience__wrap form p {
      margin-bottom: 40px; }
      #experience .experience__wrap form p input, #experience .experience__wrap form p textarea {
        width: 100%;
        border: 1px solid #374b6b;
        padding: 0 10px; }
        #experience .experience__wrap form p input:focus, #experience .experience__wrap form p textarea:focus {
          border: 1px solid #88b4bc; }
#experience form { padding: 10px; background-color: #fdfbe5; }
#experience form input, #experience form textarea { background-color: #fff; }

.experience__consent input {
  width: auto !important;
  vertical-align: text-top;
  margin-right: 10px; }
.experience__consent span.wpcf7-list-item {
  margin: 0; }

.submit__btn {
  text-align: center; }
  .submit__btn input {
    width: 150px;
    height: 50px;
    color: #f8f4ed;
    background-color: #374b6b;
    transition: all .4s; }
    .submit__btn input:hover {
      opacity: .7;
      transition: all .3s; }

div.wpcf7 .ajax-loader {
  display: none; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #88b4bc; }

/* ************************************************************************************************
   contact
   ************************************************************************************************ */
#contact {
  position: relative;
  padding: 70px 0; }
  #contact::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 180px solid transparent;
    border-right: 120vw solid #fff;
    z-index: 2;
    color: transparent; }
  #contact .contact__wrap {
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }
    #contact .contact__wrap .contact__txt {
      text-align: center;
      margin-bottom: 60px; }
    #contact .contact__wrap form p {
      margin-bottom: 40px; }
      #contact .contact__wrap form p input, #contact .contact__wrap form p textarea {
        width: 100%;
        border: 1px solid #374b6b;
        padding: 0 10px; }
        #contact .contact__wrap form p input:focus, #contact .contact__wrap form p textarea:focus {
          border: 1px solid #88b4bc; }

.contact__consent input {
  width: auto !important;
  vertical-align: revert;
  margin-right: 10px; }
.contact__consent span.wpcf7-list-item {
  margin: 0; }

.submit__btn {
  text-align: center; }
  .submit__btn input {
    width: 150px;
    height: 50px;
    color: #f8f4ed;
    background-color: #374b6b;
    transition: all .4s; }
    .submit__btn input:hover {
      opacity: .7;
      transition: all .3s; }

div.wpcf7 .ajax-loader {
  display: none; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #88b4bc; }

/*プライバシーポリシー*/
@media only screen and (max-width: 550px) {
  [class*="grid-"].noGutter > .col {
    padding: 0%; } }
.blk-iframe {
  border: 1px solid #374b6b;
  background-color: #fff;
  width: 700px;
  max-width: 100%;
  height: 30em;
  margin: 60px auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.privacy {
  font-size: 0.9em;
  line-height: 1.8;
  padding: 5%; }

.privacy h4 {
  text-align: center;
  border-bottom-style: none;
  margin-top: 0;
  padding: 0; }

.privacy h4::after {
  content: none; }

.privacy h5 {
  margin: 1em 0 0.5em; }

.contact__consent {
  text-align: center; }

/* ************************************************************************************************
   route
   ************************************************************************************************ */
#route-s {
  position: relative;
  padding: 70px 0; }
  #route-s::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 180px solid transparent;
    border-right: 120vw solid #fff;
    z-index: 2;
    color: transparent; }
  #route-s .route-s__wrap .route-s__tbl {
    margin: 0 auto; }
    #route-s .route-s__wrap .route-s__tbl tr th, #route-s .route-s__wrap .route-s__tbl tr td {
      border: 1px solid #88b4bc;
      padding: 5px 30px;
      text-align: center; }
    #route-s .route-s__wrap .route-s__tbl tr th {
      background-color: #cee6e9; }
    #route-s .route-s__wrap .route-s__tbl tr td a {
      color: #374b6b;
      text-decoration: underline;
      transition: all .4s; }
      #route-s .route-s__wrap .route-s__tbl tr td a:hover {
        color: #88b4bc;
        transition: all .3s; }
    #route-s .route-s__wrap .route-s__tbl tr .route-s__tbl--town a {
      pointer-events: none;
      color: #333;
      text-decoration: none; }
  #route-s .route-s__wrap .route-s__contact {
    background-color: #cee6e9;
    text-align: center;
    margin: 60px auto 0;
    padding: 15px;
    width: 60%;
    max-width: 672px; }
    #route-s .route-s__wrap .route-s__contact h3 {
      color: #374b6b;
      font-size: 23px;
      margin-bottom: 15px; }
    #route-s .route-s__wrap .route-s__contact a {
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.06em;
      transition: all .4s; }
      #route-s .route-s__wrap .route-s__contact a:hover {
        color: #88b4bc;
        transition: all .3s; }
    #route-s .route-s__wrap .route-s__contact p {
      margin-top: 10px; }
  #route-s .route-s__wrap .route-s__btn {
    text-align: center;
    margin: 70px 0 30px; }
    #route-s .route-s__wrap .route-s__btn a {
      font-family: dnp-shuei-mgothic-std, YuGothic,'Yu Gothic', sans-serif;
      font-size: 17px;
      width: 220px; }
  #route-s .title {
    text-align: center; }
  #route-s .route-s__btn02 {
    margin: 60px 0 70px;
    text-align: center; }
    #route-s .route-s__btn02 a {
      font-family: dnp-shuei-mgothic-std, YuGothic,'Yu Gothic', sans-serif;
      font-size: 17px;
      width: 220px; }

#route-s.route-s-r .route-s__wrap .route-s__tbl tr:nth-of-type(2), #route-s.route-s-r .route-s__wrap .route-s__tbl tr:nth-of-type(3) {
  display: none !important; }

/*セレクトボックスモーダルウィンドウ*/
body.selModalBody {
  overflow: hidden; }

.selModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  display: none; }

.selModalOverlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%; }

.selModal .selModalInner {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 95%;
  max-width: 600px;
  max-height: 95%;
  border-radius: 0 0 5px 5px;
  overflow-y: hidden; }

.selModal .selModalInner .selModalHeader {
  background-color: #EFEFEF;
  text-align: right;
  padding: 10px;
  border-radius: 5px 5px 0 0; }

.selModal .selModalInner .selModalHeader::after {
  content: "";
  display: block;
  clear: both; }

.selModalCloseIcon {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
  float: right; }

.selModalCloseIcon span::before,
.selModalCloseIcon span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 10%;
  margin: -8% 0 0 -42%;
  background: #555555; }

.selModalCloseIcon span::before {
  transform: rotate(-45deg); }

.selModalCloseIcon span::after {
  transform: rotate(45deg); }

.selModal .selModalInner .selModalList {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-y: auto; }

.selModal .selModalInner ul {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #FFF;
  padding-bottom: 1px;
  box-sizing: border-box; }

.selModal .selModalInner ul li {
  display: block;
  position: relative;
  margin: 0 0 -1px 0;
  padding: 10px 25px 10px 15px;
  border: 1px solid #cee6e9;
  cursor: pointer;
  box-sizing: border-box; }

.selModal .selModalInner ul li img {
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
  max-width: 40px; }

.selModal .selModalInner ul li.selected {
  background-color: #fff; }

.selModal .selModalInner ul li.selected::before {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  width: 4px;
  background-color: #374b6b; }

.selModal .selModalInner ul li::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #cee6e9;
  border-right: 1px solid #cee6e9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.selModalButton {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 6px 22px 6px 12px;
  border: 1px solid #88b4bc;
  border-radius: 3px;
  background: #fff;
  color: #333;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  text-align: left;
  font-size: inherit; }

.selModalButton::before, .selModalButton::after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 7px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #333 transparent;
  pointer-events: none; }

.selModalButton::before {
  border-bottom-style: solid;
  border-top: none;
  top: 30%; }

.selModalButton::after {
  border-top-style: solid;
  border-bottom: none;
  bottom: 30%; }

.selModal .selModalInner ul li.totch {
  background-color: #EFEFEF; }

.selModal .selModalInner ul li[data-value="438"],
.selModal .selModalInner ul li[data-value="479"],
.selModal .selModalInner ul li[data-value="481"],
.selModal .selModalInner ul li[data-value="478"],
.selModal .selModalInner ul li[data-value="487"],
.selModal .selModalInner ul li[data-value="486"],
.selModal .selModalInner ul li[data-value="480"],
.selModal .selModalInner ul li[data-value="484"],
.selModal .selModalInner ul li[data-value="413"],
.selModal .selModalInner ul li[data-value="485"],
.selModal .selModalInner ul li[data-value="282"],
.selModal .selModalInner ul li[data-value="475"],
.selModal .selModalInner ul li[data-value="483"],
.selModal .selModalInner ul li[data-value="474"],
.selModal .selModalInner ul li[data-value="477"],
.selModal .selModalInner ul li[data-value="476"],
.selModal .selModalInner ul li[data-value="482"] {
  font-weight: 600 !important;
  background: #cee6e9 !important;
  border: 1px solid #fff !important; }

/***** マニュアル *****/
#manual h2 {
  font-size: 34px;
  color: #374b6b;
  border-bottom: 2px solid #374b6b;
  line-height: 1.5;
  margin-bottom: 30px; }

.links {
  color: #374b6b;
  text-decoration: underline; }
  .links:hover {
    color: #88b4bc; }

/***** リキャプチャ非表示 *****/
.grecaptcha-badge {
  visibility: hidden; }

/* ************************************************************************************************
   SOYまーる
   ************************************************************************************************ */
#soy-about {
 position: relative;
 padding: 90px 0 250px;
}
#soy-about::before {
 content: "";
 position: absolute;
 top: -180px;
 left: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-top: 180px solid transparent;
 border-right: 120vw solid #fff;
 z-index: 2;
 color: transparent;
}
.soy-about__heading {
 justify-content: center;
 align-items: center;
}
.soy-about__images {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.soy-about__images img {
  margin: 10px;
  transition: ease-in-out .4s;
}
.soy-about__images img:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  transition: ease-in-out .4s;
}
.soy-about__ttl {
  text-align: center;
  color: #374b6b;
  margin: 0 60px;
  word-break: keep-all;
}
.soy-about__ttl__desc {
  font-size: 22px;
}
.soy-about__ttl h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin: 15px 0;
}
.soy-about__ttl__sub {
  font-size: 24px;
  font-weight: 600;
}
.soy-about__container {
  margin-top: 110px;
  justify-content: center;
  align-items: center;
}
.soy-about__points {
  border: 5px double #88b4bc;
  padding: 50px 70px 40px;
  position: relative;
}
.soy-about__points h4 {
  padding: 15px 25px;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  background-color: #88b4bc;
  display: inline-block;
  position: absolute;
  top: -10%;
  left: 29%;
}
.soy-about__points__list li {
  padding: 10px 0;
  font-size: 20px;
}
.soy-about__points__list li img {
  margin-right: 20px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.soy-about__price {
  width: 410px;
  height: 410px;
  text-align: center;
  margin-left: 120px;
  position: relative;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  flex-wrap: wrap;
}
.soy-about__price__item {
  font-size: 30px;
  color: #374b6b;
  background-color: #cee6e9;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  display: inline-block;
}
.soy-about__price__item--free {
  font-size: 56px;
  font-weight: 600;
  color: #f8f4ed;
  background-color: #374b6b;
  width: 210px;
  height: 210px;
  line-height: 210px;
  position: absolute;
  margin: auto;
  top: 30%;
  right: 0;
  left: 0;
  z-index: 10;
}
.soy-about__price__box {
  justify-content: space-between;
  width: 100%;
}

#soy-flow {
  position: relative;
  background-color: #f1f1ee;
  padding: 0 0 220px;
}
#soy-flow::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 0 0 120vw;
  border-color: transparent transparent #f1f1ee #f1f1ee;
  z-index: 2;
}
.soy-flow__wrap {
  margin-top: 70px;
}
.soy-flow__container {
  justify-content: center;
  align-items: center;
}
.soy-flow__container02 {
  text-align: right;
  padding-right: 25%;
}
.soy-flow__item {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.9);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.soy-flow__item:first-of-type a {
  color: #88b4bc;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  transition: all .3s;
}
.soy-flow__item:first-of-type a:hover {
  transition: all .4s;
  text-decoration: underline;
}
.soy-flow__item:first-of-type a img {
  margin-right: 15px;
  margin-bottom: 6px;
  vertical-align: middle;
}
.soy-flow__inner {
  width: 100%;
  text-align: center;
}
.soy-flow__item h4 {
  font-size: 22px;
  font-weight: 600;
  color: #374b6b;
  margin: 20px 0 5px;
}
.soy-flow__item p {
  word-break: keep-all;
}
.soy-flow__arrow {
  margin: 0 35px;
  text-align: center;
}
.soy-flow__arrow--under {
  margin: 30px 0;
}
.soy-flow__arrow--left {
  transform: rotate(180deg);
}
.soy-flow__arrows p {
  color: #374b6b;
  margin: 17px 0 5px;
  text-align: center;
}

#soy-terms {
 position: relative;
 padding: 90px 0 250px;
 background-color: #cee6e9;
}
#soy-terms::before {
 content: "";
 position: absolute;
 top: -180px;
 left: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-top: 180px solid transparent;
 border-right: 120vw solid #cee6e9;
 z-index: 2;
 color: transparent;
}
.soy-terms__wrap {
  margin: 80px auto 0;
  width: 90%;
}
.soy-terms__box {
  padding: 50px 60px;
  background-color: rgba(255,255,255,.8);
  display: inline-block;
}
.soy-temrs__list li {
  padding: 10px 0;
  font-size: 20px;
}
.soy-temrs__list li img {
  margin-right: 20px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.soy-terms__container {
  text-align: right;
}
.soy-terms__box02 {
  margin-top: 70px;
  padding: 50px 60px;
  background-color: rgba(255,255,255,.8);
  text-align: left;
  display: inline-block;
}
.soy-terms__box02 h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px dashed #374b6b;
  color: #374b6b;
  text-align: center;
}
.soy-terms__tbl th, .soy-terms__tbl td {
  padding-top: 30px;
}
.soy-terms__number {
  display: inline-block;
  background-color: #374b6b;
  color: #f8f4ed;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
}
.soy-terms__b {
  font-weight: 600;
  display: inline-block;
  margin-right: 20px;
}

#soy-apply {
  position: relative;
  background-color: #fff;
  padding: 50px 0 100px;
}
#soy-apply::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 0 0 120vw;
  border-color: transparent transparent #fff #fff;
  z-index: 2;
}
#soy-apply .sub__h3 {
  text-align: center;
}
.soy-apply__txt {
  text-align: center;
  margin: 70px 0 60px;
}
.soy-apply__wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.soy-apply__wrap form p {
  margin-bottom: 40px;
}
.soy-apply__wrap form p input, .soy-apply__wrap form p textarea {
  width: 100%;
  border: 1px solid #374b6b;
  padding: 0 10px;
}
.soy-apply__wrap form p input:focus, .soy-apply__wrap form p textarea:focus {
  border: 1px solid #88b4bc;
}
#soy-apply .privacy h4 {
  margin-bottom: 20px;
}
label.label-post input {
  width: auto !important;
  margin-left: 10px;
}
.form-required {
  color: red;
  font-size: .85em;
  margin-left: 5px;
}

/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
/***** Edge,IE調整 *****/
/***** FireFox調整 *****/
@-moz-document url-prefix() {}
@media screen and (max-height: 780px) {
  .main__menu {
    line-height: 3; }

  .main__container {
    padding: 5vh 0 0; }

  #main:before {
    bottom: -179px; }

  #index-car::before, #index-fea::before, #info::before, #about::before {
    top: -179px; }

  #index-prof:before {
    top: -1px; } }
@media screen and (max-height: 710px) {
  .main__container {
    padding: 5vh 0 0; }

  .main__menu {
    margin: 3vh 0;
    line-height: 2.8;
  }

  .main__logo {
    width: auto;
    height: 50px; } }
@media screen and (max-height: 680px) {
  .main__menu {
    line-height: 2.7;
  }
  .main__sns img {
    width: 35px; } }
@media screen and (min-width: 1900px) {
  /***** index.php @1900px *****/
  .main__container {
    padding: 70px 0 0;
  }
  .main__menu {
    margin: 50px 0 30px;
    line-height: 3;
  }

  .main__menu a {
    font-size: 17px; }

  #concept .wrap3 {
    padding: 0 100px; }

  .concept__heading {
    font-size: 35px;
    margin-bottom: 60px; }

  .concept__txt {
    font-size: 25px; }

  .index-car__container02 {
    padding-right: 80px; }

  .index-car__box01 .index-car__txt {
    top: -40px;
    right: 160px; }

  .index-car__box02 .index-car__txt {
    bottom: -40px; }

  .index-car__heading {
    padding-left: 120px; }

  .index-prof__container {
    padding: 80px 100px 180px;
    width: 50%; }

  .index-prof__img {
    width: 50%;
    height: 850px; } }
@media screen and (max-width: 1490px) {
  /***** soymall *****/
  .soy-about__ttl {margin: 0 3%;}
}
@media screen and (max-width: 1440px) {
  /***** soymall *****/
  .soy-about__heading {width: 90%; margin: 0 auto;}
  .soy-about__price {margin-left: 8%;}
}
@media screen and (max-width: 1300px) {
  .index-car__heading p {
    font-size: 33px; }

  .index-car__box02 .index-car__txt {
    right: -10px; }

  #recipe .recipe__wrap .recipe__container .recipe__ingre table {
    min-width: 24vw; }

  #recipe .recipe__wrap .recipe__container .recipe__ingre:first-of-type {
    margin: 0 5vw; } }
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  /***** index.php @1025px *****/
  .main__logo {
    width: 75%;
    height: auto; }

  #main__bg {
    background-size: cover;
    background-position: center;
    background-attachment: scroll; }

  #concept {
    height: 110vh; }

  #index-car h2 {
    font-size: 100px; }

  #index-car {
    padding: 40px 0 70px; }

  .index-car__container02 {
    padding-right: 50px; }

  .index-car__ttl--ja {
    font-size: 26px; }

  .index-car__heading {
    margin-bottom: 150px;
    padding-left: 50px; }

  .index-car__heading p {
    font-size: 25px; }

  .index-car__txt {
    font-size: 15px;
    padding: 15px 25px; }

  .index-car__box01, .index-car__box02 {
    margin-bottom: 80px; }

  .index-car__container03 .flex {
    justify-content: space-around; }

  .index-car__container03 img {
    width: 40%; }

  .index-car__txt02 {
    bottom: -70px; }

  .index-items__ttl h2 {
    font-size: 80px; }

  .index-items__ttl--ja {
    font-size: 22px;
    margin-bottom: 50px; }

  .index-items__lead {
    font-size: 18px; }

  .index-fea__ttl h2 {
    font-size: 45px; }

  .index-fea__heading {
    font-size: 16px; }

  #info h2 {
    margin-bottom: 20px; }

  .info__box:first-of-type {
    padding: 20px 30px 20px 0; }

  .info__box:last-of-type {
    padding: 20px 0 20px 30px; }

  .info__tbl {
    width: 100%; }

  .info__tbl th {
    padding-right: 20px; }

  .info__btn {
    margin: 30px 0 0 0; }

  .info__fb iframe {
    width: 100%; }

  .info__bnr {
    width: 100%;
    margin: 70px auto 30px; }

  #about h2 {
    margin-bottom: 50px; }

  .about__map {
    width: 100%; }

  .about__container img {
    width: 300px; }

  /***** car @1025px *****/
  .car-about__images img {
    width: 43%; }

  .car-howto__item {
    width: 300px;
    height: 300px; }

  .car-howto__item img {
    width: 80%; }

  .car-howto__box img {
    width: 90%; }

  .car-howto__box p {
    font-size: 13px; }

  .car-howto__fukidashi img {
    min-width: 280px; }

  .car-howto__fukidashi p {
    font-size: 23px;
    top: 18%;
    left: 18%; }

  /***** recipe @1025px *****/
  #recipe .recipe__wrap .recipe__flow {
    max-width: 85%; }

  /***** works @1025px *****/
  #works {
    padding: 70px 0 100px; }

  #works .works__note {
    min-width: 100%; }

  /***** news @1025px *****/
  #news .news__wrap table {
    max-width: 700px; }

  #news .news__wrap {
    padding: 70px 0; }

  /***** route @1025px *****/
  #route-s .route-s__wrap .route-s__btn a {
    font-size: 15px;
    width: 200px; }

  #route-s .route-s__btn02 a {
    font-size: 15px;
    width: 200px; }

  #route-s .route-s__wrap .route-s__contact h3 {
    font-size: 21px; }

  #route-s .route-s__wrap .route-s__tbl tr th, #route-s .route-s__wrap .route-s__tbl tr td {
    padding: 5px 20px; }

  /***** soymall @1025px *****/
  .soy-about__container {flex-direction: column;}
  .soy-about__price {margin-left: 0; margin-top: 70px;}
  .soy-flow__arrow {margin: 0 30px; width: 35px;}
  .soy-flow__arrow--under {height: 35px; width: auto; margin: 30px 0;}
  .soy-flow__container02 {padding-right: 22%;}
  .soy-flow__item {width: 400px; height: 400px;}
}

/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 959px) {
  /***** index.php @960px *****/
  #main {
    padding-bottom: 100px; }

  #main::before {
    display: none; }

  .main__wrap {
    flex-direction: column; }

  .main__container {
    width: 100%;
    padding: 30px;
    text-align: right; }

  .main__logo {
    width: auto; }

  .main__menu, .main__sns {
    display: none !important; }

  #main__bg {
    width: 100%;
    height: 50vh;
    background-attachment: scroll; }

  #concept {
    height: 70vh; }

  .concept__wrap {
    width: 65%;
    padding-bottom: 120px; }

  .concept__heading {
    font-size: 26px;
    margin-bottom: 40px; }

  .concept__txt {
    font-size: 18px; }

  #index-car h2 {
    font-size: 70px; }

  .index-car__container01 {
    width: 61%; }

  .index-car__heading p {
    padding: 20px 30px;
    font-size: 20px; }

  .index-car__heading02 {
    font-size: 11px;
    margin-top: 40px;
    letter-spacing: 0.04em; }

  .index-car__txt {
    font-size: 14px;
    padding: 15px 20px; }

  .index-car__box01 .index-car__txt {
    top: -50px;
    right: 80px; }

  .index-car__box02 .index-car__txt {
    bottom: -40px;
    right: -100px; }

  .index-car__ttl--ja {
    font-size: 20px; }

  .index-car__btn {
    margin-top: 50px; }

  .index-car__txt02 {
    width: 540px; }

  #index-items {
    padding: 220px 0; }

  .index-items__ttl h2 {
    font-size: 70px; }

  .index-items__ttl--ja {
    font-size: 20px; }

  .index-items__lead {
    font-size: 16px; }

  .index-items__name {
    font-size: 16px; }

  .index-items__btn {
    margin-top: 30px; }

  #index-fea::before {
    top: -179px; }

  .index-fea__wrap {
    flex-wrap: wrap; }

  .index-fea__box {
    width: calc(100%/2);
    padding: 0 25px; }

  .index-fea__box:nth-of-type(3) {
    margin-top: 50px; }

  .index-fea__box:nth-of-type(4) {
    margin-top: 100px; }

  #index-prof:before {
    top: -1px; }

  .index-prof__container {
    width: 100%;
    padding: 50px 50px 220px; }

  .index-prof__wrap {
    justify-content: center;
    flex-direction: column-reverse; }

  .index-prof__img {
    width: 100%;
    height: 50vh;
    background-position: bottom; }

  #info {
    padding: 0 0 250px; }

  .info__wrap {
    flex-direction: column; }

  .info__box {
    width: 100%; }

  .info__box:first-of-type {
    border-right: none;
    border-bottom: 1px solid #374b6b; }

  .info__fb iframe {
    width: 520px; }

  .info__box:first-of-type {
    padding: 0 20px 50px; }

  .info__box:last-of-type {
    padding: 50px 20px; }

  .about__container {
    flex-direction: column; }

  .about__box {
    margin-left: 0;
    margin-top: 50px; }

  .about__txt {
    text-align: center; }

  .about__tbl {
    margin: 0 auto; }

  /***** car @960px *****/
  #car-howto .wrap {
    padding: 0 30px; }

  .car-howto__item {
    width: 230px;
    height: 230px; }

  .car-howto__container {
    margin-top: 80px; }

  .car-howto__fukidashi img {
    min-width: 240px; }

  .car-howto__fukidashi p {
    font-size: 20px; }

  .car-howto__box p {
    text-align: left; }

  .staff__box {
    width: 45%;
    margin-bottom: 50px; }

  .staff__box p {
    font-size: 16px; }

  #car-note h3 {
    font-size: 26px; }

  /***** items @960px *****/
  #index-fea.items-fea {
    padding: 70px 0 180px; }

  #items .items__wrap .items__box {
    width: 48%; }

  #items .items__wrap .items__box img {
    max-width: 80%; }

  #items .items__wrap .items__box p {
    max-width: 100%; }

  /***** recipe @960px *****/
  #recipe .recipe__wrap .recipe__container {
    flex-direction: column;
    align-items: center; }

  #recipe .recipe__wrap .recipe__container .recipe__ingre:first-of-type {
    margin: 0; }

  #recipe .recipe__wrap .recipe__container .recipe__ingre table {
    min-width: 320px; }

  #recipe .recipe__wrap .recipe__container .recipe__ingre {
    margin-top: 50px !important; }

  #recipe .recipe__wrap .recipe__flow {
    max-width: 90%; }

  #recipe .recipe__wrap {
    margin-bottom: 100px; }

  /***** works @960px *****/
  #works .works__wrap .works__container {
    width: 95%; }

  #works .works__wrap .works__container img {
    min-width: auto;
    width: 40%; }

  #works .works__wrap .works__container .works__box h3 {
    font-size: 20px; }

  #works .works__wrap .works__container .works__box {
    margin-left: 50px; }

  #works .works__wrap .works__container .works__box h3 span {
    vertical-align: unset; }

  #works .works__wrap .works__container .works__box h3 span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px; }

  #works .works__note {
    padding: 50px 100px; }

  #works .works__note h3 {
    font-size: 20px; }

  /***** news @960px *****/
  #news .news__wrap {
    padding: 60px 0 70px; }

  #single .single__wrap {
    padding: 70px 0 80px; }

  #single .single__wrap .single__thumbnail img {
    max-width: 80vw; }

  #single .single__wrap .single__content {
    max-width: 80vw; }

  /***** experience @960px *****/
  #experience .experience__wrap {
    width: 80%;
    max-width: 100%; }

  /***** contact @960px *****/
  #contact .contact__wrap {
    width: 80%;
    max-width: 100%; }

  /***** gallery @960px *****/
  #gallery .gallery__images .gallery__item {
    width: calc(100%/3); }

  /***** route @960px *****/
  #route-s .route-s__wrap .route-s__tbl tr th, #route-s .route-s__wrap .route-s__tbl tr td {
    padding: 5px 7px; }

  #route-s .route-s__wrap .route-s__contact {
    width: 80%;
    max-width: 100%; }

  /***** soymall @960px *****/
  .soy-about__ttl__desc {font-size: 20px;}
  .soy-about__ttl h3 {font-size: 46px;}
  .soy-about__ttl__sub {font-size: 22px;}
  .soy-flow__container {flex-direction: column;}
  .soy-flow__container:last-of-type {flex-direction: column-reverse;}
  .soy-flow__arrow {transform: rotate(90deg); margin: 35px;}
  .soy-flow__container02 {padding-right: 0; text-align: center;}
  .soy-flow__arrow--under {transform: rotate(0deg);}
  .soy-flow__arrows p {margin: 0;}
  .soy-flow__arrows {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .soy-flow__arrows .soy-flow__arrow {margin: 35px 15px;}
  .soy-flow__arrows .soy-flow__arrow--left {transform: rotate(270deg);}
  .soy-apply__wrap {width: 80%;}

  }
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  /***** index.php @560px *****/
  #main {
    padding-bottom: 50px; }

  .main__logo {
    width: 150px; }

  #main__bg {
    height: 38vh;
    background-image: url(./img/index/main_bg_sp.jpg); }

  #concept {
    height: 100vh;
    background-image: url(./img/index/concept_bg_sp.jpg);
    background-position: center; }

  .concept__wrap {
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 110px; }

  .concept__heading {
    font-size: 22px;
    margin-bottom: 20px; }

  .concept__txt {
    font-size: 16px;
    line-height: 2.5; }

  .online__btn {
    margin-top: 30px; }

  .online__btn a {
    font-size: 15px;
    width: 260px; }

  #index-car::before {
    top: -59px;
    border-width: 60px 0 0 120vw; }

  .index-car__wrap {
    justify-content: flex-start;
    flex-direction: column-reverse; }

  .index-car__container01 {
    width: 100%; }

  #index-car h2 {
    font-size: 60px; }

  .index-car__container02 {
    padding: 0 0 0 30px;
    text-align: left;
    align-self: flex-start; }

  .index-car__btn {
    margin-top: 30px; }

  .index-car__heading {
    margin: 60px auto 100px;
    padding-left: 0;
    width: 80%; }

  .index-car__heading02 {
    font-size: 14px;
    letter-spacing: 0.06em; }

  .index-car__heading p {
    padding: 10px 20px;
    font-size: 23px; }

  .index-car__heading p.only-pc {
    display: none; }

  .index-car__heading p.only-sp {
    display: inline-block; }

  .index-car__box01 {
    text-align: right;
    margin-bottom: 50px; }

  .index-car__txt {
    padding: 10px 20px; }

  .index-car__box01 .index-car__txt {
    top: -30px;
    right: 40px; }

  .index-car__box02 .index-car__txt {
    bottom: -95px;
    right: 20px; }

  #index-car {
    padding: 40px 0 60px; }

  #index-car .wrap2 {
    padding: 0; }

  .index-car__container03 {
    margin-top: 70px; }

  .index-car__container03 .flex {
    flex-direction: column; }

  .index-car__container03 img {
    width: 68%; }

  .index-car__container03 img:first-of-type {
    align-self: flex-start; }

  .index-car__container03 img:last-of-type {
    align-self: flex-end;
    margin-top: 50px; }

  .index-car__txt02 {
    width: 85%;
    bottom: 160px; }

  #index-items {
    padding: 120px 0; }

  #index-items::before {
    top: 0;
    border-bottom: 60px solid transparent; }

  .index-items__ttl {
    margin-bottom: 60px; }

  .index-items__ttl h2 {
    font-size: 50px; }

  .index-items__ttl--ja {
    margin-bottom: 30px; }

  .index-items__box, .index-items__box--pickup {
    width: 90%;
    margin: 0 auto 60px; }

  .index-items__box:nth-of-type(4), .index-items__box:nth-of-type(7), .index-items__box:nth-of-type(5), .index-items__box:nth-of-type(8), .index-items__box--pickup:nth-of-type(2) {
    margin-top: 0; }

  .index-items__name {
    align-self: flex-start;
    margin-left: 20px; }

  .index-items__btn {
    margin-top: 10px; }

  #index-fea {
    padding: 40px 0 0; }

  #index-fea::before {
    top: -60px;
    border-width: 60px 0 0 120vw; }

  .index-fea__ttl {
    margin-bottom: 60px; }

  .index-fea__box {
    width: 100%;
    padding: 0;
    margin-bottom: 50px; }

  .index-fea__box:nth-of-type(2), .index-fea__box:nth-of-type(3), .index-fea__box:nth-of-type(4) {
    margin-top: 0; }

  #index-prof:before {
    border-width: 60px 0 0 120vw; }

  .index-prof__container {
    padding: 30px 30px 120px; }

  #info {
    padding: 40px 0 110px; }

  #info::before {
    top: -60px;
    border-width: 60px 0 0 120vw; }

  #info h2 {
    margin-bottom: 10px; }

  .info__box:first-of-type {
    padding: 0 0 40px; }

  .info__box:last-of-type {
    padding: 40px 0; }

  .info__tbl th, .info__tbl td {
    display: block;
    width: 100%; }

  .info__tbl th {
    padding: 10px 0 0 10px;
    color: #374b6b;
    font-size: 12px; }

  .info__tbl td {
    padding: 0 5px 10px 10px; }

  .info__btn {
    margin: 20px 0 0 0; }

  .info__fb iframe {
    width: 100%; }

  .info__bnr {
    margin: 40px auto 30px; }
  .info__bnr02 {
    margin: 40px auto 10px;
  }

  .info__note {
    text-align: left; }

  .fb__sp {
    display: inline-block; }

  .fb__pc {
    display: none; }

  #about {
    padding: 30px 0 0; }

  #about::before {
    top: -60px;
    border-bottom: 60px solid #fff; }

  #about h2 {
    margin-bottom: 20px; }

  .about__box {
    margin-top: 30px; }

  .about__txt {
    text-align: left; }

  .about__tbl th {
    width: 35%;
    padding-right: 20px;
    vertical-align: middle;
    color: #374b6b; }

  .about__map {
    margin: 40px 0 60px;
    height: 50vh; }

  /***** car @560px *****/
  .route__tbl th {
    border-top: 1px solid #cee6e9;
    background-color: #88b4bc;
    color: #f8f4ed; }

  .route__name {
    color: #fff;
    font-weight: bold; }

  .route__heading th, .route__tbl td {
    font-size: 13px; }

  .route__wrap .route-s__search {
    margin: 0 auto; }

  .route__wrap .route-s__search input[type="submit"] {
    height: 45px; }

  .route__wrap .route-s__search #oftown {
    padding: 5px 10px;
    appearance: none; }

  #car-about {
    padding: 70px 0 120px; }

  #car-about::before {
    top: -70px;
    border-top: 70px solid transparent; }

  .car-about__images {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px; }

  .car-about__images img {
    width: 80%;
    margin-bottom: 40px; }

  .car-about__txt {
    margin-top: 50px; }

  #car-howto {
    padding: 40px 0 120px; }

  #car-howto::before {
    top: -70px;
    border-width: 70px 0 0 120vw; }

  .car-howto__flow {
    margin-top: 60px;
    align-items: center;
    flex-direction: column; }

  .car-howto__item {
    width: 300px;
    height: 300px;
    margin-bottom: 50px; }

  .car-howto__item img {
    width: 85%; }

  .car-howto__container {
    margin-top: 20px;
    flex-direction: column; }

  .car-howto__item:nth-of-type(2), .car-howto__item:nth-of-type(3) {
    margin-top: 0; }

  .car-howto__box img {
    width: 100%; }

  .car-howto__fukidashi {
    margin-top: 0;
    margin-bottom: 30px; }

  .car-howto__fukidashi img {
    min-width: auto;
    width: 75%; }

  .car-howto__fukidashi p {
    font-size: 18px;
    top: 19%;
    left: 15%; }

  .car-howto__box audio {
    margin-top: 30px; }

  #route {
    padding: 40px 0 80px; }

  #route::before {
    top: -70px;
    border-width: 70px 0 0 120vw; }

  #route .sub__h3 {
    margin-bottom: 45px; }

  #staff {
    padding: 40px 0 80px; }

  #staff::before {
    top: -70px;
    border-top: 70px solid transparent; }

  .staff__wrap {
    margin-top: 60px;
    flex-direction: column;
    align-items: center; }

  .staff__box {
    width: 80%;
    margin-bottom: 40px; }

  .staff__box p {
    font-size: 15px;
    margin: 15px 0; }

  #car-note {
    padding: 40px 0 0; }

  #car-note::before {
    top: -70px;
    border-top: 70px solid transparent; }

  #car-note h3 {
    font-size: 20px; }

  .car-note__txt {
    margin: 40px 0 60px;
    text-align: left; }

  /***** items @560px *****/
  #index-fea.items-fea {
    padding: 70px 0 80px; }

  #index-fea.items-fea::before {
    top: -70px;
    border-top: 70px solid transparent; }

  #index-fea.items-fea .sub__h3 {
    margin-bottom: 60px; }

  #items {
    padding: 70px 0 30px; }

  #items::before {
    top: -70px;
    border-width: 70px 0 0 120vw; }

  #items .items__wrap {
    flex-direction: column;
    align-items: center; }

  #items .items__wrap .items__box {
    width: 100%; }

  #items .items__wrap .items__box img {
    max-height: 250px; }

  #items .items__wrap .items__box {
    margin-bottom: 60px; }

  #items .items__wrap .items__box h4 {
    margin: 40px 0 30px; }

  /***** recipe @560px *****/
  #recipe::before {
    top: -70px;
    border-top: 70px solid transparent; }

  #recipe .recipe__wrap .recipe__container .recipe__ingre {
    width: 100%;
    padding: 30px 30px 40px; }

  #recipe .recipe__wrap .recipe__container .recipe__ingre table {
    min-width: 100%; }

  #recipe .recipe__wrap h3 {
    font-size: 20px; }

  #recipe .recipe__wrap h3 img {
    margin-right: 15px;
    width: 30px; }

  #recipe .recipe__wrap .recipe__container {
    margin-top: 50px; }

  #recipe .recipe__wrap {
    margin-bottom: 70px; }

  #recipe .recipe__wrap .recipe__flow {
    max-width: 100%;
    padding: 60px 20px 20px;
    margin: 80px auto 0; }

  #recipe .recipe__wrap .recipe__flow p {
    font-size: 16px;
    left: -15px; }

  #recipe .recipe__wrap .recipe__flow table tr th span {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px; }

  #recipe .recipe__wrap .recipe__flow table tr th, #recipe .recipe__wrap .recipe__flow table tr td {
    padding-bottom: 30px; }

  /***** works @560px *****/
  #works {
    padding: 70px 0; }

  #works::before {
    top: -70px;
    border-top: 70px solid transparent; }

  #works .works__wrap .works__container {
    flex-direction: column;
    margin: 0 auto 60px; }

  #works .works__wrap .works__container .works__box {
    margin-left: 0; }

  #works .works__wrap .works__container img {
    width: 80%;
    margin-bottom: 30px; }

  #works .works__wrap .works__container .works__box p {
    margin-top: 20px; }

  #works .works__note {
    padding: 40px 20px; }

  #works .works__note h3 {
    margin-bottom: 20px; }

  /***** news @560px *****/
  #news::before {
    top: -70px;
    border-top: 70px solid transparent; }

  #news .news__wrap {
    padding: 35px 0 60px; }

  #news .news__wrap table {
    max-width: 100%; }

  #news .news__wrap table tr th, #news .news__wrap table tr td {
    display: block;
    width: 100%; }

  #news .news__wrap table tr th {
    padding: 15px 0 10px 0;
    font-size: 13px;
    color: #88b4bc; }

  #news .news__wrap table tr td {
    padding: 0 0 15px 0; }

  #single::before {
    top: -70px;
    border-top: 70px solid transparent; }

  #single .single__wrap {
    padding: 50px 0 70px; }

  #single .single__wrap .single__ttl {
    font-size: 18px;
    margin-bottom: 40px; }

  #single .single__wrap .single__content {
    margin: 30px auto 0; }

  #single .single__wrap .single__thumbnail img, #single .single__wrap .single__content {
    max-width: 100%; }

  .nav__content {
    width: 100%;
    min-width: auto;
    margin: 50px auto 0; }

  .nav__content a {
    font-size: 13px; }

  .pagination {
    margin-top: 30px; }

  .pagination .page-numbers li a {
    font-style: 13px; }

  /***** experience @560px *****/
  #experience::before {
    top: -70px;
    border-top: 70px solid transparent; }

  #experience {
    padding: 50px 0; }

  #experience .experience__wrap {
    width: 100%; }

  #experience .experience__wrap .experience__txt {
    margin-bottom: 40px; }

  #experience .experience__wrap form p {
    margin-bottom: 30px; }

  .blk-iframe {
    margin: 40px auto; }

  /***** contact @560px *****/
  #contact::before {
    top: -70px;
    border-top: 70px solid transparent; }

  #contact {
    padding: 50px 0; }

  #contact .contact__wrap {
    width: 100%; }

  #contact .contact__wrap .contact__txt {
    margin-bottom: 40px; }

  #contact .contact__wrap form p {
    margin-bottom: 30px; }

  .blk-iframe {
    margin: 40px auto; }

  /***** gallery @560px *****/
  #gallery {
    padding: 50px 0 30px; }

  #gallery::before {
    top: -70px;
    border-top: 70px solid transparent; }

  #gallery .gallery__movie {
    margin-bottom: 60px; }

  #gallery .gallery__movie iframe {
    width: 100%;
    height: 180px; }

  #gallery .gallery__images .gallery__item {
    width: calc(100%/2);
    margin-bottom: 40px; }

  /***** route @560px *****/
  #route-s {
    padding: 50px 0 30px; }

  #route-s::before {
    top: -70px;
    border-top: 70px solid transparent; }

  #route-s .route-s__wrap .route-s__tbl {
    width: 100%; }

  #route-s .route-s__wrap .route-s__tbl tr {
    margin-bottom: 50px; }

  #route-s .route-s__wrap .route-s__tbl tr th {
    display: none; }

  #route-s .route-s__wrap .route-s__tbl tr td {
    display: block;
    width: 100%;
    text-align: left; }

  #route-s .route-s__wrap .route-s__tbl tr td:last-of-type {
    margin-bottom: 40px; }

  #route-s .route-s__wrap .route-s__tbl tr th, #route-s .route-s__wrap .route-s__tbl tr td {
    border: 1px solid #88b4bc;
    border-bottom: none;
    padding: 5px 15px;
	font-weight: 600; }

  #route-s .route-s__wrap .route-s__tbl tr td:last-of-type {
    border-bottom: 1px solid #88b4bc; }

  #route-s .route-s__wrap .route-s__tbl .only-sp {
    display: inline-block;
    margin-right: 5px;
    color: #374b6b;
	font-weight: normal; }

  #route-s .route-s__wrap .route-s__btn {
    margin: 50px 0 30px; }

  #route-s .title {
    font-size: 17px; }

  #route-s .route-s__btn02 {
    margin: 40px 0 60px; }

  .route-s__wrap .pagination {
    margin-top: 0; }

  #route-s .route-s__wrap .route-s__contact {
    width: 100%;
    padding: 10px;
    margin: 30px auto 0; }

  #route-s .route-s__wrap .route-s__contact h3 {
    font-size: 18px; }

  #route-s .route-s__wrap .route-s__contact a {
    font-size: 24px; }
	
	.route-s__contact h4 { line-height: 24px; }
	.route-s__contact a { font-size: 18px !important; line-height: 24px; }


  /***** soymall @560px *****/
  #soy-about {padding: 60px 0 120px;}
  #soy-about::before {top: -70px; border-top: 70px solid transparent;}
  .soy-about__heading {flex-direction: column; width: 100%;}
  .soy-about__images img {height: 68px; width: auto;;}
  .soy-about__images {width: 90%; justify-content: space-around; flex-wrap:nowrap;}
  .soy-about__ttl {margin: 20px 0;}
  .soy-about__ttl h3 {font-size: 38px; margin: 10px 0;}
  .soy-about__ttl__desc {font-size: 17px;}
  .soy-about__ttl__sub {font-size: 18px;}
  .soy-about__points {width: 90%; padding: 40px 20px 30px;}
  .soy-about__points__list li {font-size: 14px;}
  .soy-about__points__list li img {width: 23px; margin-right: 10px;}
  .soy-about__points h4 {font-size: 18px; left: 16%;}
  .soy-about__container {margin-top: 90px;}
  .soy-about__price {width: 300px; height: 300px; margin-top: 50px;}
  .soy-about__price__item {font-size: 22px; width: 110px; height: 110px; line-height: 110px;}
  .soy-about__price__item--free {font-size: 48px; width: 160px; height: 160px; line-height: 160px;}

  #soy-flow {padding: 40px 0 110px;}
  #soy-flow::before {top: -70px; border-width: 70px 0 0 120vw;}
  .soy-flow__wrap {margin-top: 50px;}
  .soy-flow__item h4 {font-size: 20px; margin: 10px 0 0;}
  .soy-flow__item:first-of-type a {font-size: 32px;}
  .soy-flow__item:first-of-type a img {width: auto; height: 30px; margin-right: 12px;}
  .soy-flow__item {width: 330px; height: 330px;}
  .soy-flow__arrow {margin: 30px; width: 30px;}
  .soy-flow__arrow--under {height: 30px; width: auto; margin: 25px;}
  .soy-flow__img {height: 100px; width: auto;}
  .soy-flow__item:nth-of-type(2) .soy-flow__img {height: 130px; width: auto;}

  #soy-terms {padding: 50px 0 120px;}
  #soy-terms::before {top: -70px; border-top: 70px solid transparent;}
  .soy-terms__wrap {margin: 50px auto 0; width: 100%;}
  .soy-temrs__list li {font-size: 14px;}
  .soy-temrs__list li img {width: 23px; margin-right: 10px;}
  .soy-terms__box {padding: 25px 20px;}
  .soy-terms__box02 {margin-top: 50px; padding: 30px 20px;}
  .soy-terms__box02 h4 {font-size: 18px;}
  .soy-terms__number {font-size: 14px; width: 25px; height: 25px; line-height: 25px; margin-right: 10px;}
  .soy-terms__b {word-break: keep-all;}

  #soy-apply {padding: 40px 0 70px;}
  #soy-apply::before {top: -70px; border-width: 70px 0 0 120vw;}
  .soy-apply__wrap {width: 100%;}
  .soy-apply__txt {margin: 40px 0;}
  .soy-apply__wrap form p {margin-bottom: 30px;}

  }
/* ************************************************************************************************

   320px

   ************************************************************************************************ */
@media screen and (max-width: 320px) {
  #concept {
    height: 85vh; }

  .concept__wrap {
    padding-bottom: 90px; }

  .concept__heading {
    font-size: 20px; }

  .concept__txt {
    font-size: 15px; }

  .index-car__heading p {
    font-size: 20px; }

  .index-car__txt {
    font-size: 13px;
    padding: 10px; }

  .index-items__txt {
    padding: 50px 20px 30px; }

  .index-prof__container {
    padding: 30px 20px 110px; }

  .car-howto__fukidashi p {
    font-size: 17px;
    top: 17%;
    left: 13%; }

  .car-howto__box p {
    width: 90%; }

  .route__wrap .pdf__btn .btn02 {
    font-size: 14px; }

  #car-note h3 {
    font-size: 18px; }

  .nav__content a {
    font-size: 12px; }

  .soy-about__points h4 {
    left: 10%;
  }

  }


/* ************************************************************************************************

   min 1024px

   ************************************************************************************************ */
@media screen and (min-width: 1024px) {
	.selModalButton { display: block; width: 50%; margin: auto; }
	.pcnone { display: none; }
}

.submit__btn input { background-color: #374b6b !important; }