@charset "utf-8";
/* CSS Document */
.wrapper {
  background-color: #F9DFD5;
  width: 100%;
  font-family: "Zen Kaku Gothic New", "sans-serif";
  color: #2c2c2c;
  font-size: 18px;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a .ja:active {
  color: #E06A3B
}
header {
  padding: 16px 24px 40px;
  display: flex;
  align-items: center;
}
/*ロゴ*/
#header-logo {
  margin-right: 50px;
}
/*グロナビ背景*/
.header-list {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  padding: 25px;
  margin-left: 316px;
  border-radius: 40px;
}
/*グロナビ文字そろえ*/
.header-item {
  padding-right: 30px;
  text-align: center;
}
.header-item:last-child {
  padding-right: 0;
}
/*日本語*/
.ja {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}
/*英語*/
.en {
  font-size: 18px;
  color: #E06A3B;
  font-weight: bold;
  display: block;
}
/*カルーセル*/
.slider {
  width: 100%;
  max-width: 1920px;
  height: 650px;
  overflow: hidden;
  margin: 0 auto;
}
.slide-wrap {
  display: flex;
  width: calc((980px + 60px) * 8);
  animation: slide 40s linear infinite;
}
.slide-wrap img {
  width: 980px;
  height: 650px;
  object-fit: cover;
  margin-right: 60px;
}
.slider :hover {
  animation-play-state: paused;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-980px * 4 - 60px * 4));
  }
}
/*キャッチフレーズ*/
#top {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 70px;
}
h1 {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 250px;
  font-family: ab-babywalk, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 90px;
}
.catchphrase p {
  font-family: ab-babywalk, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 90px;
}
#pri-ebi {
  padding: 20px 0 40px 140px;
}
.pripri {
  color: #E06A3B;
  position: relative;
}
.pripri::before {
  content: url("image/pripri-.png");
  position: absolute;
  top: -40px;
  left: -40px;
}
.pripri::after {
  content: url(image/pripri2.png);
  position: absolute;
  top: 35px;
}
h1 span {
  padding-left: 10px;
}
#top p {
  text-align: center;
}
/*イセエビ・海・つり見出し*/
h2 {
  max-width: 400px;
  height: 100px;
  border-radius: 50px;
  background-color: #E06A3B;
  color: #fff;
  font-size: 24px;
  line-height: 100px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.discription {
  width: 950px;
  margin: 0 auto;
  padding-top: 80px;
  letter-spacing: 0.1em;
}
section {
  font-size: 24px;
  letter-spacing: 150;
  line-height: 80px;
}
/*白い背景*/
.bg-white {
  background-image: url("image/bg-white.png");
  background-size: cover;
  background-repeat: no-repeat;
}
/*青い背景*/
.bg-blue {
  background-image: url("image/海の背景.png");
  background-size: cover;
  background-repeat: no-repeat;
}
/*つなぎ目の線を消す*/
.bg-img {
    width: 100%;
  display: block;
  margin: 0;
}

/*コンテンツ幅*/
#iseebi, #sea, #fishing {
  width: 80%;
  margin: 0 auto;
}
/*イセエビ料理の写真*/
.photo-dishes {
  padding-top: 116px;
  display: flex;
  justify-content: space-between;
}
/*千葉県とテキストを横並びにする*/
.sea-chiba-text {
  display: flex;
  padding-top: 110px;
}
.sea-chiba-text img {
  padding-right: 30px;
}
/*つりの写真*/
.photo-fishing {
  padding-top: 116px;
  display: flex;
  justify-content: space-around;
}
/*つり体験　テキスト*/
#fishing p {
  padding-bottom: 200px;
}
/*フッター*/
footer {
  width: 100%;
  background-color: #eda184;
}
/*地図の写真*/
.map {
  display: block;
    margin: 0 auto;
    padding:3rem;
}
/*アクセス*/
.access {
  max-width: 950px;
  margin: 0 auto;
    
}
/*バス・電車・車の見出し*/
h3 {
  width: 150px;
  height: 50px;
  border-radius: 20px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #E06A3B;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  line-height: 50px;
  margin: 40px 0 20px;
}
/*アクセステキスト*/
.access p, small {
  color: #fff;
  display: flex;
}
.access p, .adress {
  line-height: 36px;
}
/*アクセス位置ぞろえ*/
.bus-train {
  padding-right: 137px;
  padding-bottom: 90px;
}
.bus-train, .car-place {
  float: left;
}
/*著作権*/
small {
  clear: both;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
/*住所*/
.place {
  color: #fff;
  letter-spacing: 0.1em;
  padding-top: 63px;
}
.sotobouunion {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

#top-iseebi-chan{
    float:right;
}

@media (max-width: 1024px) {
  .wrapper,
  footer {
    width: 100%;
    min-width: 0;
  }
  #iseebi, #sea, #fishing, .access, #top, .discription {
    width: 95%;
    min-width: 0;
  }
  .slider {
    height: 300px;
  }
  .slide-wrap img {
    width: 100vw;
    height: 300px;
    max-width: 100%;
  }
  h1, .catchphrase p {
    font-size: 2.5em;
    padding-right: 0;
  }
  header {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 10px 20px;
    height: auto;
  }
  #header-logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header-list {
    position: static;
    left: auto;
    transform: none;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 20px;
    margin: 0 auto;
  }
  .header-item {
    margin-bottom: 10px;
    padding-right: 15px;
  }
  .photo-dishes, .photo-fishing, .sea-chiba-text {
    flex-direction: column;
    align-items: center;
  }
  .photo-dishes li, .photo-fishing li {
    margin-bottom: 20px;
    width: 100%;
    max-width: 350px;
  }
  .sea-chiba-text img {
    padding-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .map {
    margin: 30px auto 0;
    width: 90%;
    max-width: 400px;
    height: auto;
    display: block;
  }
  .bus-train, .car-place {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  #top-iseebi-chan {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  h1, .catchphrase p {
    font-size: 1.5em;
    padding-left: 0;
    padding-right: 0;
  }
  h2 {
    width: 90%;
    font-size: 1.1em;
    height: auto;
    line-height: 2.5em;
  }
  .discription, section {
    font-size: 1em;
    width: 100%;
    line-height: 1.7em;
    padding-top: 20px;
  }
  .header-list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 5px;
  }
  .header-item {
    padding-right: 0;
    margin-bottom: 8px;
  }
}
