@media screen and (max-width: 750px) {

 body {
  font-size: 14px;
 }


 .pc {
  display: none;
 }

 .tab {
  display: none;
 }

 .sp {
  display: block;
 }

 .sp-only {
  display: block;
 }


 .nav-cover__menu__item a {
  font-size: 15px;
 }

 .nav-cover__menu__item {
  margin: 30px 0;
  vertical-align: middle;
 }

 .nav-cover__menu__item:last-child {
  font-size: 12px;
 }


 .nav-hmb .logo {
  display: block;
  width: 250px;
  position: absolute;
  top: 5px;
  left: 15px;
 }

 .main-visual {
  overflow: hidden;
  height: 600px;
 }

 .main-visual.ex {
  height: 30px;
 }


 .main-visual .content-wrap {
  height: 600px;
 }

 .main-visual img.kubo {
  width: 52%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: -8%;
  margin: auto;
  max-height: 310px;
 }

 .main-visual img.catch {
  width: 75%;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
 }


 .main-visual .pumpkin {
  width: 22%;
  top: 480px;
  left: -10%;
 }

 .main-visual .cone {
  width: 28%;
  top: 370px;
  left: 0;
 }

 .main-visual .rice {
  width: 20%;
  right: 2%;
  top: 250px;
 }

 .main-visual .mushroom {
  width: 24%;
  right: -9%;
  top: 440px;
 }

 .main-visual .grape {
  width: 20%;
  right: -10%;
  top: 530px;
 }

 .main-visual .nuts {
  width: 25%;
  top: 280px;
  left: 5%;
 }

 .main-visual .carrot {
  width: 20%;
  top: 350px;
  left: 80%;
 }

 .main-visual .yuzu {
  width: 45px;
  top: 220px;
  left: -10%;
 }

 .main-visual .fish {
  width: 30%;
  top: 550px;
  left: -10%;
 }



 @keyframes fuwafuwa {

  0%,
  100% {
   transform: translateY(0);
  }

  50% {
   transform: translateY(-4px);
  }
 }


 .fuwafuwa {
  animation: 3s fuwafuwa infinite;
 }

 .fuwafuwa-2 {
  animation: 3s fuwafuwa infinite;
  animation-delay: .5s;
 }

 .fuwafuwa-3 {
  animation: 3s fuwafuwa infinite;
  animation-delay: 1s;
 }






 /*----------------------------*/


 .teaser .logo {
  width: 80%;
 }


 .teaser .inner {
  width: 80%;
 }

 .bnr-taidan {
  width: 90%;
  flex-direction: column;
 }

 .bnr-taidan .item {
  width: 100%;
 }

 .bnr-taidan img {
  border-radius: 30px 30px 0 0;
 }

 .bnr-taidan .info {
  background: #ACD06B;
  border-radius: 0 0 30px 30px;
  padding: 30px 20px;
 }

 .bnr-taidan .info span:nth-child(1) {
  font-size: 18px;
 }

 .bnr-taidan .info h2 {
  margin-bottom: 20px;
  font-size: 25px;
 }

 section {
  padding: 30px 0;
 }

 section.ex2 {
  padding: 30px 0;
 }

 section.ex4 {
  padding-bottom: 60px;
 }



 .news-list {
  width: 90%;
 }

 .news-list li {
  margin-bottom: 20px;
  flex-direction: column;
 }

 .news-list li span:first-child {
  margin-right: 0;
 }


 .about-full {
  background-image: url(../img/about-background-2.jpg);
  background-size: cover;
  background-position: 45% 0%;
  height: auto;
  padding: 50px 30px;
  flex-direction: column;
 }


 .about-full p {
  max-width: 100%;
 }


 .title-1 {
  font-size: 30px;
 }

 .title-3 {
  font-size: 25px;
 }


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

 .soudan-index .tn {
  width: 100%;
 }

 .soudan-index .info {
  width: 100%;
  padding: 0;
 }



 .uchiwake-wrap {
  margin-top: 60px;
  margin-bottom: 30px;
 }

 .uchiwake-wrap.ex {
  margin-top: 80px;
 }


 .uchiwake-box {
  width: 65%;
  margin: 60px auto;
  flex-direction: column;
 }


 .uchiwake-box .item {
  width: 100%;
  margin-bottom: 60px;
 }


 .uchiwake-box .item:last-child {
  margin-bottom: 0;
 }

 .uchiwake-box .tn {
  height: 230px;
  background: gray;
  margin-bottom: 20px;
 }

 .uchiwake-box p {
  font-size: 14px;
  margin-top: 10px
 }


 .other-box {
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
 }

 .other-box .item {
  width: 200px;
  margin-bottom: 45px;
 }

 .other-box .item:last-child {
  margin-bottom: 0;
 }


 .other-box .tn {
  border-radius: 100px;
  height: 200px;
  margin-bottom: 15px;
 }

 .profile-box {
  width: 90%;
 }

 .profile-box.ex {
  width: 90%;
 }

 .profile-box .tn {
  width: 100%;
  margin-bottom: 30px;
 }

 .profile-box .info {
  width: 100%;
 }


 footer {
  background-image: url(../img/top-background.jpg);
  background-size: cover;
  padding: 45px;
  display: flex;
  align-items: center;
  flex-direction: column;
 }


 footer .logo {
  width: 250px;
 }


 .footer-nav-wrap {
  margin-left: inherit;
  margin-right: 0;
 }


 .footer-nav {
  flex-direction: column;
  margin-top: 30px;
  margin-left: 0;
 }


 .footer-nav .item {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;

 }



 .footer-nav .item span:first-child {
  color: #383838;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 15px;
 }

 .footer-nav .item span:last-child {
  font-size: 12px;
 }


 footer .link {
  text-align: center;
  margin-top: 15px;
  margin-left: 0;
 }


 footer .link a {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  margin-left: 0;
 }


 .btn-contact {
  margin-top: 30px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-left: inherit;
 }

 .btn-contact.ex {
  margin-right: 0;
 }


 .btn-contact img {
  display: block;
  width: 30px;
 }

 .btn-contact span {
  font-size: 12px;
 }


 .title-leaf.ex {
  margin-bottom: 30px;
 }


 .title-leaf.ex .title {
  margin: 0 20px;
 }

 .title-leaf img {
  width: 30px;
 }

 .title-leaf.ex img {
  width: 35px;
 }

 .title-leaf .title h2 {
  font-size: 20px;
  margin-bottom: 0;
 }

 .title-leaf .title span {
  font-size: 10px;
 }

 .title-leaf.ex .title h1 {
  font-size: 28px;
  margin-bottom: 0;
 }


 .txt-box {
  width: 100%;
  margin: 30px auto;
 }


 .column-box .tn {
  width: 90%;
 }

 .column-box .info {
  width: 90%;
  padding: 0px;
  margin-top: 30px;
 }


 .gatagata-box {
  width: 70%;
  margin: 60px auto;
  flex-wrap: wrap;
 }

 .gatagata-box .item {
  width: 100%;
  margin-bottom: 45px;
 }

 .gatagata-box .item:nth-child(2n) {
  margin-top: 0;
 }

 .gatagata-box .item:last-child {
  margin-bottom: 0;
 }


 .gatagata-box .tn {
  height: 180px;
  background: gray;
 }

 .gatagata-box p {
  font-size: 14px;
  margin-top: 10px;
 }

 .shokuiku-box {
  width: 90%;
  flex-direction: column;
  margin-bottom: 60px;
 }

 .shokuiku-box .tn {
  width: 280px;
  height: 280px;
  margin-bottom: 30px;
 }

 .shokuiku-box .info {
  width: 90%;
 }



 .service-list {
  width: 90%;
  margin-bottom: 60px;
  flex-wrap: wrap;
  justify-content: center;
 }

 .service-list .item {
  width: 48%;
  margin-bottom: 40px;
 }

 .service-list .item:last-child {
  margin-bottom: 0;
 }


 .service-box {
  width: 90%;
  flex-direction: column;
 }


 .service-box .tn {
  width: 250px;
  height: 250px;
  margin-bottom: 40px;
 }

 .service-box .info {
  width: 90%;
 }


 .price-box {
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  margin-top: 30px;
 }

 .price-box span {
  font-size: 26px;
 }



 .kouka-wrap {
  margin-top: 80px;
 }

 .kouka-box {
  width: 70%;
  margin: 60px auto;
  flex-direction: column;
 }

 .kouka-box .item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 50px;
 }

 .kouka-box .item:last-child {
  margin-bottom: 0;
 }

 .kouka-box .tn {
  height: 280px;
  margin-bottom: 20px;
 }

 .kouka-box p {
  font-size: 16px;
 }

 .btn-1.large {
  width: 90%;
  font-size: 18px;
 }


 .ptn-box {
  width: 90%;
  flex-direction: column;
  align-items: center;
 }


 .ptn-box .item {
  width: 90%;
  margin-right: 0;
  border: 1px solid gray;
  padding: 30px;
  margin-bottom: 30px;
 }


 .ptn-box .item:nth-child(2) {
  margin-right: 0;
 }


 .ptn-box .txt {
  padding: 30px 0;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
 }

 .ptn-box p {
  margin-top: 20px;
 }

 .ptn-box .price {
  font-size: 16px;
 }

 .ptn-box .price span {
  font-size: 24px;
 }


 .btn-1.ex2 {
  margin-top: 30px;
 }


 .keireki-wrap {
  width: 90%;
  flex-direction: column;
  padding: 40px 0;
 }


 .keireki-wrap .tn {
  width: 270px;
  height: 250px;
  margin-right: 0;
 }

 .keireki-box {
  margin-top: 20px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
 }


 .keireki-list {
  margin-top: 15px;
 }

 .keireki-list .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
 }

 .keireki-list .item:last-child {
  margin-bottom: 0;
 }


 .keireki-list .item span:first-child {
  font-size: 14px;
  margin-right: 0;
  margin-bottom: 5px;
 }

 .keireki-list .item span:last-child {
  font-size: 14px;
 }




 form {
  width: 80%;
  margin: 30px auto;
  padding-bottom: 0;
 }

 form label {
  width: 100%;
  line-height: 45px;
 }

 form .item {
  display: flex;
  height: auto;
  flex-direction: column;
 }

 .item.message,
 .item.radio {
  align-items: flex-start;
  height: auto;
 }

 label.radio {
  height: 60px;
 }

 label.message {
  height: 45px;
 }

 form input {
  width: 100%;
  height: 60px;
  line-height: 60px;
 }

 textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #ddd;
  padding: 10px;
 }

 .radio .inner {
  width: 100%;
  height: auto;
 }


 .check {
  width: 20px;
  height: 20px;
  border: none;
 }



 .btn-form {
  font-size: 18px;
  margin: 0 auto;
 }

 .btn-form i {
  margin-right: 5px;
 }



 table {
  width: 80%;
  margin: 50px auto;
 }


 table tr {
  text-align: center;
  border-bottom: 1px solid #ddd;

 }

 table td {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
 }

 table td:first-child {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  color: #ACD06B;
  padding-bottom: 0px;
 }

 table p:first-child {
  margin-top: 0;
 }


 .privacy-box {
  width: 80%;
  margin-bottom: 60px;
 }

 .privacy-box p {
  margin-top: 10px;
 }

 .gatagata-wrap {
  margin-top: 60px;
 }


 /*----------------------------*/

}
