@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}
body {
  background-color: #fcfaf5;
  /* font-family: 'TsukuBRdGothic-Regular',YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',sans-serif; */
  /* font-family: "Noto Sans JP" , "Roboto Condensed", sans-serif; */
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: #3d423b;
  font-size: 16px;
  margin: 0;
  box-sizing: border-box;
  z-index: 1;
}
.flex {
  display: flex;
}
p {
  line-height: 1.7em;
  letter-spacing: 0.03em;
}
a {
  text-decoration: none;
}
h2 {
  color: #fd5193;
  font-size: 26px;
  line-height: 60px;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
h3 {
  color: #fd5193;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.08em;
  max-width: 540px;
  border-bottom: #ffcad4 dotted 4px;
  padding-bottom: 10px;
  margin-top: 100px;
}
h4 {
  color: #3d423b;
  font-size: 28px;
  font-weight: bold;
  line-height: 45px;
  margin-top: 50px;
}
h5 {
  color: #3d423b;
  font-size: 24px;
  font-weight: bold;
  background-image: url(images/ichigo_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 18px 10px 15px 55px;
}
img {
  max-width: 100%;
  height: auto;
}

.inner-wrap {
  max-width: 1125px;
  width: 100%;
  margin: 0 auto;
  /* border: solid 4px lightblue; */
}
.main-contents {
  width: 100%;
  margin: 0 auto;
}

/* ヘッダー */
header {
  margin: 0 auto;
}
header .header-inner {
  height: 290px;
  justify-content: center;
}

header h1.header-logo img {
  margin: 69px 107px 70px auto;
}

header nav ul {
  margin: 137px 0;
  justify-content: space-around;
}
header nav ul li a {
  font-size: 18px;
  color: #3d423b;
  letter-spacing: 0.08em;
  transition: 0.5s;
}
header nav ul li a:hover {
  color: #ffcad4;
}
header .nav-a::after {
  content: "/";
  color: #3d423b;
  padding: 1.3em;
}

.pink-button {
  color: #fcfaf5;
  font-weight: bold;
  letter-spacing: 0.04em;
  background-color: #fd5193;
  border: #fd5193 solid 3px;
  transition: 0.5s;
}
header .pink-button {
  font-family: "Noto Sans JP", "Roboto Condensed", sans-serif;
  font-size: 16px;
  border-radius: 10px;
  padding: 22px 20px;
  margin: 100px auto 100px 126px;
}
header .pink-button:hover {
  background-color: #ffcad4;
  transform: scale(1.02);
}
.white-button {
  color: #fd5193;
  font-weight: bold;
  background-color: #fcfaf5;
  border: #fd5193 solid 3px;
  transition: 0.5s;
}
header .white-button {
  font-family: "Noto Sans JP", "Roboto Condensed", sans-serif;
  font-size: 16px;
  border-radius: 10px;
  padding: 22px 20px;
  margin: 100px auto 100px 33px;
}
header .white-button:hover {
  background-color: #ffcad4;
  transform: scale(1.02);
}

/* メインビジュアル */
.main-visual {
  justify-content: flex-end;
}
.main {
  margin: 0 auto;
}
.main-logo {
  margin-top: 100px;
  margin-bottom: 34px;
}
.main-text {
  padding-left: 56px;
  text-align: center;
}
.main-catch {
  margin: 100px 0;
}

/* 農園について */
#farm {
  position: relative;
}
.farm-inner {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 70px;
}
.farm-text p {
  margin-top: 50px;
}
#farm::after {
  content: "";
  position: absolute;
  top: 675px;
  right: 0;
  width: 255px;
  height: 383px;
  background: url(images/logo_v4_1.png) no-repeat right center;
  background-size: contain;
  z-index: -1;
}

/* いちご狩り */
#harvest {
  position: relative;
}
.harvest-inner {
  margin: 0 auto;
}
.harvest-inner h3 {
  margin-top: 100px;
}
.harvest-inner h5 {
  margin: 50px 0 20px 0;
}
table {
  margin-bottom: 15px;
  font-size: 17px;
  border-collapse: separate;
}
.table-inner {
  margin: 0 auto;
  justify-content: space-between;
}
table th {
  color: #fcfaf5;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #fd5193;
  border-radius: 20px 0 0 20px;
  height: 107px;
  width: 123px;
}
table th,
table td {
  border: #fd5193 solid 2px;
}
table td {
  background-color: #fcfaf5;
  border: #ffcad4 solid 2px;
  border-radius: 0 20px 20px 0;
  border-left: none;
  height: 107px;
  width: 368px;
  text-align: left;
  vertical-align: middle;
  padding-left: 40px;
}
.harvest-info {
  font-size: 12px;
  position: absolute;
  top: 692px;
  padding-left: 5px;
}
.harvest-button {
  text-align: center;
}
.harvest-button .pink-button {
  display: inline-block;
  border-radius: 43px;
  padding: 25px 78px;
  text-align: center;
  margin-top: 80px;
}
.harvest-button .pink-button:hover {
  background-color: #ffcad4;
  transform: scale(1.02);
}
.harvest-button .white-button {
  display: inline-block;
  border-radius: 43px;
  padding: 25px 55px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}
.harvest-button .white-button:hover {
  background-color: #ffcad4;
  transform: scale(1.02);
}
#harvest::after {
  content: url(images/logo_v4_2.png);
  position: absolute;
  /* width: 100%; */
  left: 0;
  transform: translateY(-74px);
  z-index: -1;
}

/* いちごの品種 */
.variety-inner {
  padding-bottom: 130px;
}
.variety-title {
  max-width: 560px;
  margin-left: auto;
}
#variety h4 {
  margin-bottom: 100px;
}
.sp-br,.tab-br {
  display: none;
}
.variety-inner-contents {
  justify-content: space-around;
}
.yotsuboshi {
  text-align: center;
}
.comment-word {
  color: #fd5193;
  font-weight: bold;
}
.strawberry-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.yotsuboshi img {
  text-align: center;
}
.explanation {
  padding-left: 15px;
  padding-top: 30px;
}
.kaorino {
  text-align: center;
  margin: 0 102px;
}
.kaorino img {
  text-align: center;
}
.other {
  text-align: center;
}
.other img {
  text-align: center;
}
.other .strawberry-name {
  padding-top: 26px;
}
.variety-button {
  text-align: center;
}
.variety-button .white-button {
  display: inline-block;
  border-radius: 43px;
  padding: 25px 73px;
  text-align: center;
  margin: 50px auto;
}
.variety-button .white-button:hover {
  background-color: #ffcad4;
  transform: scale(1.02);
}

/* アクセス */
.access-inner h3 {
  margin-top: 73px;
}
.map {
  width: 100%;
  margin: 100px 0;
}
.map iframe {
  width: 100%;
  height: 543px;
  border: 0;
}
.access-inner-contents p {
  margin: 39px 0 100px 0;
}

.fixed-buttons {
  display: none;
}

/* フッター */
footer {
  background-color: #ffcad4;
}
.footer-inner {
  max-width: 1202px;
  height: 260px;
  margin: 0 auto;
}
.footer-logo {
  margin: 63px 0;
}
.footer-menu {
  margin-left: auto;
}
.footer-button {
  font-size: 16px;
  margin-top: 61px;
}
.footer-reserve-button {
  display: inline-block;
  background-color: #fd5193;
  border: #fd5193 solid 3px;
  border-radius: 50px;
  width: 256px;
  padding: 25px 0;
  text-align: center;
  margin-right: 45px;
}
.footer-shop-button {
  display: inline-block;
  background-color: #fcfaf5;
  border: #fd5193 solid 3px;
  border-radius: 50px;
  width: 256px;
  padding: 25px 0;
  text-align: center;
  margin-right: 45px;
}
.footer-contact-button {
  display: inline-block;
  background-color: #fcfaf5;
  border: #fd5193 solid 3px;
  border-radius: 50px;
  width: 256px;
  padding: 25px 0;
  text-align: center;
}
footer nav ul {
  margin: 50px 0;
}
footer nav ul li a {
  font-size: 16px;
  color: #fd5193;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-bottom: 5px;
  transition: 0.5s;
}
.footer-menu-items {
  display: flex;
  align-items: center;
}
.footer-menu-items nav {
  margin-left: auto;
  align-items: center;
}
footer p img {
  margin-left: 54px;
  transition: 0.5s;
}
.footer-menu-items img {
  align-items: center;
}
footer .nav-a::after {
  content: "/";
  color: #fd5193;
  padding: 1.2em;
}
footer nav ul li a:hover {
  color: #fcfaf5;
}
footer .pink-button:hover {
  background-color: #ffcad4;
  transform: scale(1.02);
}
footer .white-button:hover {
  background-color: #ffcad4;
  transform: scale(1.02);
}
footer p img:hover {
  opacity: 0.4;
  transform: scale(1.02);
}
.copyright {
  height: 108px;
  text-align: center;
  background-color: #fd5193;
  color: #fcfaf5;
}
.copyright p {
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 47px 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1366px) {
  .main-contents {
    max-width: none;
  }
}
/* 1367px以上は中央固定 */
@media screen and (min-width: 1367px) {
  .main-contents {
    max-width: 1125px;
    justify-content: center;
  }
  .main-catch {
    margin-left: 111px;
  }
}

/*ここから小PCサイズ（画面の横幅が1191pxまで）*/

@media screen and (max-width: 1191px) {
  .inner-wrap {
    padding: 0 24px;
  }
  .main-visual {
    gap: 40px;
  }
  .main-logo {
    margin-top: 60px;
  }
  p {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
    margin: 0 auto;
    writing-mode: horizontal-tb;
  }
  h3 {
    font-size: 30px;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
  }
  h4 {
    font-size: 22px;
    text-align: center;
  }
  h5 {
    font-size: 18px;
  }
  header nav ul li a {
    font-size: 16px;
  }
  header .header-inner {
    height: 150px;
    justify-content: space-around;
  }
  header h1.header-logo img {
    max-width: 100%;
    transform: scale(.8);
    margin: 0 auto;
  }
  header nav ul {
    margin: 0 auto;
    margin-top: 70px;
    align-items: center;
  }
  header .pink-button,
  header .white-button {
    font-size: 16px;
    padding: 10px;
    margin: 50px auto;
  }
  header .pink-button {
    margin-right: 10px;
  }
  header .nav-a::after {
  content: "/";
  font-size: 12px;
  color: #3d423b;
  padding: .8em;
}
  .main-contents {
    display: block;
  }
  .main-logo {
    margin-top: 0;
  }
  .main {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
    align-items: center;
  }
  .main-catch {
    margin: 20px 0 100px auto;
    max-width: 866px;
  }
  .farm-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  .farm-img {
    transform: scale(.8);
    margin: 0;
  }
  .harvest-inner h3 {
    text-align: center;
  }
  #harvest .table-inner {
    flex-direction: column;
    gap: 40px;
  }
   .table-inner {
    max-width: 100%;
    padding: 0 100px;
  }
  table {
    width: 100%;
    margin: 10px auto;
  }
  table th {
    width: 30%;
  }
  table td {
    width: 70%;
    padding-left: 20px; 
  }
  .harvest-info {
    top: 1320px;
    left: 120px;
  }
  .harvest-button {
    margin-top: 150px;
  }
  .variety-title {
    margin: 0 auto;
  }
  .variety-inner-contents {
    flex-direction: column;
    align-items: center;
    gap: 70px;
  }
  .strawberry-name {
    margin-bottom: 10px;
  }
  .explanation {
    padding-top: 10px;
  }
  .kaorino {
    margin: 0 40px;
  }
  .variety-button .white-button {
    margin-top: 80px;
    margin-bottom: 100px;
  }
   .map {
    width: 100%;
    height: 450px; 
  }
  .map iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }
  .footer-inner {
    max-width: 100%;
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .footer-logo {
    margin: 30px 0;
  }
  .footer-menu {
    margin: 0 auto;
  }
  .footer-button-menu {
    justify-content: space-between;
  }
  .footer-reserve-button,
  .footer-shop-button,
  .footer-contact-button {
    width: 180px;
    margin-right: 0;
    padding: 15px 15px;
  }
}

  /*ここからipadサイズ（画面の横幅が777pxまで）*/

@media screen and (max-width: 777px) {
  header {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  header nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .header-menu-items {
    writing-mode: vertical-lr; 
    margin-top: 30px;
  }
  header .nav-a::after {
    content: none;
  }
  .fixed-buttons {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
  }
  .fixed-btn {
    writing-mode: vertical-rl;
    padding: 18px 10px;
    font-size: 14px;
    border-radius: 12px 0 0 12px;
    text-align: center;
  }
  .header-inner {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  header .inner-wrap {
  max-width: 100%;
}
  .header-button {
    display: none;
  }
  .footer-inner {
    display: flex;
  }
  .footer-menu-items {
    display: block;
  }
  .footer-button-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  /* .footer-menu ul {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    gap: 16px;    
  } */
  .footer-menu-items img {
    margin: 0 auto;
    display: block;
  }
  .tab-br {
    display: inline;
  }
  /* footer .nav-a::after {
  content: none; */
}

/*ここからipadサイズ（画面の横幅が559pxまで）*/

@media screen and (max-width: 559px) {
.fixed-buttons {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
  }
  .fixed-btn {
    writing-mode: vertical-rl;
    padding: 18px 10px;
    font-size: 14px;
    border-radius: 12px 0 0 12px;
    text-align: center;
  }
  .header-inner {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  header .inner-wrap {
  max-width: 100%;
}
  .header-button {
    display: none;
  }
  .main {
    flex-direction: column;
  }
  .main-logo {
    transform: scale(.8);
  }
  .main-text {
    padding-left: 0;
  }
  h2 {
    line-height: 40px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 18px;
    line-height: 30px;
  }
  p {
    font-size: 14px;
  }
  .farm-inner h4 {
    margin-bottom: 50px;
  }
  .farm-inner p {
    margin-top: 20px;
  }
  .farm-inner p br {
    display: none;
  }
  table {
    font-size: 14px;
    width: 100%;
  }
  .table-inner {
    max-width: 100%;
    padding: 0 10px;
  }
  .table-inner td {
    line-height: 1.4em;
  }
  .harvest-info {
    font-size: 10px;
    top: 1260px;
    left: 15px;
  }
  .sp-br {
    display: inline;
  }
   .kaorino {
    margin: 0;
  }
  footer nav ul {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  footer nav ul li a {
    font-size: 14px;
    line-height: 40px;
  }
  footer .nav-a::after {
    content: none;
  }
}