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

 .pc {
  display: none;
 }

 .tab {
  display: block;
 }

 .sp {
  display: none;
 }

 .sp-only {
  display: none;
 }


 body {
  font-size: 14px;
 }


 header {
  padding-bottom: 45px;
 }


 p {
  font-size: 15px;
  margin-top: 20px;
 }

 .teaser .logo {
  width: 300px;
 }

 .teaser .inner {
  width: 70%;
 }

 .main-visual {
  aspect-ratio: inherit;
  height: 600px;
 }
 
  .main-visual.ex {
  aspect-ratio: inherit;
  height: 0;
 }


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

 .main-visual img.kubo {
  width: 36%;
  position: absolute;
  bottom: 0;
  right: 2%;
  max-height: 80%;
  object-fit:contain;
 }

 .main-visual img.catch {
  width: 40%;
  position: absolute;
  top:40%;
  left: 20%;
 }

 .main-visual.ex {
  aspect-ratio: inherit;
 }

 .main-visual.ex .content-wrap {
  aspect-ratio: inherit;
  display: none;
 }





 .main-visual.ex img.catch {
  aspect-ratio: inherit;
 }

 .main-visual .pumpkin {
  position: absolute;
  width: 16%;
  top: 200px;
  left: 3%;
 }

 .main-visual .cone {
  width: 16%;
  top: 100px;
  left: 18%;
 }

 .main-visual .rice {
  width: 16%;
  right: 40%;
  top: 90px;
 }


 .main-visual .mushroom {
  width: 16%;
  right: -2%;
  top: 25%;
 }

 .main-visual .grape {
  width: 16%;
  right: -5%;
  bottom: 1%;
 }

 .main-visual .nuts {
  width: 15%;
  bottom: 60px;
  left: 45%;
 }

 .main-visual .carrot {
  width: 16%;
  bottom: 0;
  left: 22%;
 }

 .main-visual .yuzu {
  width: 8%;
  bottom: 60px;
  left: 12%;
 }

 .main-visual .fish {
  width: 26%;
  top: 350px;
  left: -10%;
 }

 .nav-bar-wrap .nav-bar {
  display: none;
 }

 .link {
  display: block;
 }

 .main-visual .link {
  display: none;
 }

 .tab .tab-visual {
  display: none;
 }

 .header-nav .logo {
  display: none;
 }

 .header-nav .btn-contact {
  display: none;
 }


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


 .nav-hmb {
  display: block;
  height: 75px;
  width: 1180px;
  position: fixed;
  top: 0px;
  background: #fff;
  z-index: 9999999;
 }


 .nav-hmb.ex {
  background-image: url(../img/top-background.jpg);
  background-size: cover;
 }

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

 .menu-under {
  height: 20px;
  position: fixed;
  right: 20px;
  top: 30px;
  width: 30px;
  z-index: 9999999;
  cursor: pointer;
 }

 .menu__line {
  background: #383838;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
  z-index: 9999999;
 }

 .menu__line--center {
  top: 9px;
 }

 .menu__line--bottom {
  bottom: 0;
 }

 .menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
 }

 .menu__line--center.active {
  transform: scaleX(0);
 }

 .menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
 }


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


 .nav-cover {
  background: #fff;
  background-size: cover;
  background-position: 50% 50%;
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 99999;
  background-image: url(../img/top-background.jpg);
  background-size: cover;
 }

 .nav-cover__wrap {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
 }

 .nav-cover__menu {
  text-align: center;
 }

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

 .nav-cover__menu__item:last-child {
  margin-bottom: 0;
 }

 .nav-cover__menu__item:first-child {
  margin: 0 auto;
  width: 200px;
  margin-bottom: 50px;
 }

 .nav-cover__menu__item a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #111;
 }



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

 section {
  padding: 60px 0;
 }

 section.ex2 {
  padding: 60px 0;
 }

 .bnr-taidan {
  width: 90%;
 }

 .news-list {
  width: 70%;
 }

 .about-full {
  background-size: 140%;
  background-position: 0% 50%;
  height: 450px;
  padding: 60px;
  background-repeat: no-repeat;
 }


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


 .title-flag img {
  width: 280px;
 }

 .title-flag span {
  left: 70px;
  font-size: 13px;
 }


 .title-flag h2 {
  left: 70px;
  bottom: 12px;
  font-size: 20px;
 }


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

 .title-leaf.ex .title h1 {
  font-size: 30px;
 }


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




 .title-1 {
  font-size: 36px;
  font-family: serif;
 }


 .title-2 {
  font-size: 22px;
 }

 .title-3 {
  font-size: 30px;
  font-family: serif;
 }

 .title-4 {
  font-size: 18px;
  font-family: serif;
 }


 .title-5 {
  font-size: 16px;
  font-family: serif;
 }


 .btn-1 {
  margin-top: 20px;
 }

 .btn-1.ex3 {
  margin: 0 auto;
  margin-top: 45px;
 }

 .soudan-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
 }



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

 .soudan-index .info {
  width: 60%;
  padding: 0;
  margin-top: 30px;
 }


 .uchiwake-box {
  width: 90%;
  margin: 45px auto;
 }


 .uchiwake-box .item {
  width: 22%;
 }

 .uchiwake-box .tn {
  height: 150px;
  margin-bottom: 20px;
 }

 .uchiwake-box p {
  font-size: 13px;
 }


 .other-box {
  width: 90%;
  margin-bottom: 60px;
 }

 .other-box .item {
  width: 150px;
 }

 .other-box .tn {
  border-radius: 100px;
  height: 150px;
  background: gray;
  margin-bottom: 20px;
  background-size: cover;
 }


 .profile-box {
  width: 65%;
  flex-direction: column-reverse;
 }

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

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

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


 footer {
  padding: 30px 40px;
 }


 footer .logo {
  width: 150px;
 }

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


 .footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 30px;

 }


 .footer-nav .item {
  margin-right: 30px;
  margin-bottom: 10px;
 }

 .footer-nav .item:last-child {
  margin-right: 0;
  margin-bottom: 0;
 }


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

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


 footer .link {
  text-align: left;
  margin-left: 20px;
  margin-top: 10px;
 }


 footer .link a {
  font-size: 12px;
  color: #666;
  text-decoration: none;
  margin-left: 10px;
  font-weight: 300;
 }


 .btn-contact {
  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;
 }


 #pageTop {
  bottom: 10px;
  right: 10px;
 }

 #pageTop a {
  margin: 0;
  padding: 0;
  width: 30px;
 }


 .basic-box {
  width: 90%;
 }

 .txt-box {
  width: 500px;
  margin: 45px auto;
 }

 .column-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
 }

 .column-box .tn {
  width: 500px;
 }

 .column-box .info {
  width: 500px;
  padding: 60px;
 }

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

 .gatagata-box {
  width: 90%;
  margin: 60px auto;
  margin-bottom: 0;
 }

 .gatagata-box .item {
  width: 20%;
 }

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

 .gatagata-box .tn {
  height: 120px;
  background: gray;
  margin-bottom: 20px;
 }

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

 .shokuiku-box {
  width: 90%;
 }

 .shokuiku-box .tn {
  width: 280px;
  height: 280px;
  border-radius: 160px;
  margin-bottom: 50px;
 }

 .shokuiku-box .info {
  width: calc(100% - 320px)
 }

 .service-list {
  width: 90%;
  margin-bottom: 0;
 }

 .service-list .item {
  width: 18%
 }

 .service-list .tn {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
 }


 .service-box {
  width: 90%;
 }


 .service-box .tn {
  width: 300px;
  height: 300px;
 }

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

 .price-box {
  width: 300px;
  margin-top: 30px;
  font-size: 14px;
 }

 .price-box span {
  font-size: 24px;
  letter-spacing: 0;
 }


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

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

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

 .kouka-box {
  width: 70%;
  margin: 60px auto;
  justify-content: space-between;
 }

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

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

 .ptn-box {
  width: 90%;
 }


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

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


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


 .ptn-box h3 {
  margin-bottom: 20px;
  font-size: 24px;
 }

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

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

 .ptn-box .price span {
  font-size: 26px;
  letter-spacing: 0;
 }

 .ptn-box .sub {
  font-size: 14px;
  margin-top: 5px;
 }


 .keireki-wrap {
  width: 90%;
  padding: 20px 0;
 }


 .keireki-wrap .tn {
  width: 250px;
  height: 250px;
  background: gray;
  margin-right: 30px;
 }


 .keireki-box {
  margin-top: 20px;
 }

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


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

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

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

 form {
  width: 90%;
  margin: 50px auto;
  margin-bottom: 0;
 }

 form label {
  width: 50%;
 }


 table {
  width: 600px;
 }

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

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




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




}
