@charset "utf-8";

html {
  -webkit-text-size-adjust: 100%;

}

body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;

}

p,
li,
dt,
dd {
  line-height: 1.7;
}

a {
  text-decoration: none;
  width: 100%;
}

ul {
  margin: 0;
  padding-left: 0;
}

li {
  margin: 0;
  list-style: none;
}

.rock {
  font-family: 'RocknRoll One', sans-serif;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  scroll-margin-top: 100px;
}


/* header */
.global_header {
  margin: 0 auto;
  padding: 0;
  background-color: #7FBF9F;
  display: flex;
  width: 100%;
  height: 70px;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
}

.logo_header {
  margin: 14px 5px 12px 23px;
}

.garden_name_header {
  margin-top: 21px;
  font-size: 20px;
  color: #000000;
}

.garden_name_header a,
.garden_name_footer a {
  color: #000;
}


@media screen and (min-width: 768px) {
  .global_header {
    gap: 5px;
    align-items: center;
    padding: 0 23px;
    box-sizing: border-box;
  }

  .logo_header {
    margin: 0;
  }

  .garden_name_header {
    margin: 0;
    font-size: 24px;
  }
}

/* ハンバーガーメニュー 枠 */
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  /* 幅と高さは、48px以上にしましょう */
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #42463F;
}

/* 三本線 真ん中,上,下 */
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

/* 三本線 上 */
.menu-btn span:before {
  bottom: 8px;
}

/* 三本線 下 */
.menu-btn span:after {
  top: 8px;
}

/* オープン時、三本線を使ってバツする */
/* オープン時「三本線 真ん中」を透明にする */
#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

/* オープン時「三本線 下」を回転させる */
#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

/* オープン時「三本線 下」を回転させる */
#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* チェックボックを隠す（見えなくなるだけで、裏で動作はしている） */
#menu-btn-check {
  display: none;
}

/* ナビゲーションメニュー */
.gnav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  /* クローズ時 ナビゲーションを画面外へ */
  left: 100%;
  z-index: 80;
  background-color: #7FBF9F;
  /* アニメーション設定 */
  transition: all 0.5s;
}

/* オープン時 ナビゲーションを画面内へ */
#menu-btn-check:checked~.gnav {
  left: 0;
}

.gnav ul {
  width: 270px;
  padding: 70px 5px 0;
}

/* アンダーライン */
.gnav ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.gnav ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

/* アローアイコン */
.gnav ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.gnav ul li a:visited~.gnav {
  left: 0;
}

/* 768px以上 ハンバーガーメニューを非表示*/
@media screen and (min-width: 768px) {

  .menu-btn,
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    display: none;
  }

  .hamburger-menu {
    margin-left: auto;
    /* text-align: right; */
  }

  .gnav {
    position: static;
  }

  .gnav ul {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    width: 100%;
    /* padding: 0 5px 0; */
    padding: 0;
    justify-content: flex-end;
    /* margin-right: 15px; */
    /* margin-top: 0; */
    /* left: 0; */
  }

  .gnav ul li {
    /* margin: 28px 30px; */
    margin: 0;
    border-bottom: none;
  }

  .gnav ul li a {
    font-size: 15px;
    color: #000;
    padding: 0;
  }

  .gnav ul li a:hover {
    color: #000;
    opacity: 0.6;
  }

  .gnav ul li a::before {
    display: none;
  }
}

/* main */
.about,
.menu,
.access,
.inquiry {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 0 24px;
}

.about {
  margin-top: 64px;
  font-family: 'Shippori Mincho', serif;
}

/* 768px以上 左右の余白を増やす */
/* @media screen and (min-width: 768px) {
  .about {
    padding-left: 20px;
  }
} */

.main_visual {
  margin: 0;
}

.main_visual img {
  /* margin: 70px 0 0; */
  padding: 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* 768px以上 画像の高さを調整する*/
@media screen and (min-width: 768px) {
  .myslider {
    height: calc(100vh - 96px);
  }

  .main_visual img {
    height: calc(100vh - 96px);
    object-fit: cover;
  }
}

.mark_L {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 24px;
  text-align: center;
}

.mark_L::before {
  content: "";
  position: absolute;
  top: 5%;
  left: -40px;

  display: block;
  width: 80px;
  aspect-ratio: 1/1;

  background: url(../img/sanshoku.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.menu span {
  font-weight: 600;
}

.menu_list {
  margin-top: 32px;
}

.menu p {
  margin-top: 0;
}


.work_menu {
  text-align: center;
}

.work_menu_bottom {
  margin-top: 0;
  margin-bottom: 0;
}

/* 768px以上 中央揃えにする*/
@media screen and (min-width: 768px) {
  .menu p {
    text-align: center;
  }
}

.round {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
}

/* .round:first-child {
  margin-top: 32px;
} */

.work_menu_bottom {
  translate: 0 -50%
    /* width: 280px; */
    /* top: 280px;
  z-index: 1; */
}

.work_menu_title {
  max-width: 280px;
  /* width: 280px; */
}

/* 768px以上 ３カラムにする*/
@media screen and (min-width: 768px) {

  .menu_list {
    display: flex;
  }

  .round {
    width: 80%;
    height: auto;
    aspect-ratio: 1/1;
  }
}

.map {
  margin-bottom: 24px;
}

.iframe {
  width: 100%;
  object-fit: cover;
  border: none;
}

.access_list_title {
  margin-top: 0;
  padding-left: 24px;
  font-size: 18px;
  font-weight: bold;
  background-color: #7FBF9F;
  line-height: 1.7;
}

.access h2 h3:last-child {
  margin-top: 25px;
}

.access_list dt {
  margin-left: 24px;
  margin-right: 0;
  line-height: 1.5em;
  font-size: 16px;
  border-bottom: 1px solid #7FBF9F;
}

.access_list dd {
  margin-left: 24px;
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}

.access_list_text {
  text-align: justify
}

.pickup {
  margin-left: 24px;
  margin-right: 24px;
}

/* 768px以上 2カラムにする*/
@media screen and (min-width: 768px) {
  .access {
    margin-bottom: 56px;
  }

  .flex {
    display: flex;
  }

  .flex_L {
    width: 40%;
  }

  .flex_R {
    width: 55%;
    margin-left: 15px;
  }

  .access_list_title {
    margin-left: 24px;
  }

}

.tel_btn {
  margin: 0 auto 32px;
  width: 272px;
  background-color: #42463F;
  border-radius: 10px;
}

.tel {
  margin: 0;
  padding-top: 18px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
}

.open {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 15px;
  color: #ffffff;
}

.open dt,
.open dd {
  margin: 0 5px;
  font-size: 14px;
  border-bottom: none;
}

/* .contact {
  display: block;
  background-color: #B6CABF;
  border-radius: 5px;
  width: 100%;
  max-width: 1024px;
  padding:10px 120px;
  margin-bottom: 64px;
  margin-right: 24px;
} */

/* .contactForm {
  display: block;
} */

.form_list {
  margin-bottom: 5px;
}

.form_list_list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 0 15px 0;
}

.form_list_list p {
  margin: 0;
  padding-right: 5px;
}


.form_list_list input {
  margin-right: 10px;
  height: 1.5rem;
  padding: 1px 2px;
}

.contactForm input[type="email"],
.contactForm input[type="tel"] {
  width: 300px;
}

.contactForm textarea {
  width: 100%;
}

.contactForm textarea {
  height: 100px;
}

.contactForm input[type="text"]:focus,
.contactForm input[type="email"]:focus,
.contactForm input[type="tel"]:focus,
.contactForm textarea:focus {
  background-color: #f0fdf6;
  outline: none;
  border: 1px solid #7fbf9f;
  border-left: 5px solid #7fbf9f;
}

/* 768px以上 幅を固定にする*/
@media screen and (min-width: 768px) {

  .inquiry {
    width: 560px;
    margin: 32px auto;
  }

  .contactForm input[type="email"],
  .contactForm input[type="tell"] {
    max-width: 300px;
  }

  .contactForm textarea {
    max-width: 560px;
  }

}

.privacy {
  font-size: 12px;
}

/* 768px以上 中央揃えにする*/
@media screen and (min-width: 768px) {
  .center {
    text-align: center;
  }

}


.privacy a {
  color: #42463F;
  text-decoration: underline;
}

.submit {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

.submit input {
  padding: 15px 32px;
  font-size: 24px;
  background-color: #42463F;
  color: #ffffff;
  border-radius: 10px;
}



.footer_nav {
  /* margin-top: 32px; */
  margin-left: 0;
}

.footer_nav ul {
  margin-left: 0;
  text-align: center;
}

.footer_nav ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  background-color: #B6CABF;
  border-bottom: 1px solid #42463F;
}

.footer_nav ul li:first-child {
  border-top: 1px solid #42463F;
}

.footer_nav ul li a {
  color: #000;
  font-size: 15px;
}

/* 768px以上 footer_navを非表示 */
@media screen and (min-width: 768px) {
  .footer_nav {
    display: none;
  }

}

.global_footer {
  width: 100%;
  background-color: #7FBF9F;
}

.global_footer img {
  margin: 20px 13px 16px 26px;
}

.garden_info {
  display: flex;
  justify-content: center;
}

.garden_info_data {
  margin-right: 20px;
}

.garden_name {
  margin-bottom: 5px;
  font-size: 24px;
  color: #000;
}

.garden_info_data li {
  font-size: 14px;
  color: #000;
}

.sns {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 10px;
}

.sns li {
  margin: 5px;
  padding: 3px;
}

.sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  /* padding: 5px; */
  color: #42463F;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 24px;
}

/*copyright*/
.copyright {
  padding-bottom: 13px;
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
}

/*pagetop*/
.pagetop {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 10px;
  bottom: 110px;
}

.pagetop a {
  display: block;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
}

.pagetop a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.pagetop a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
}


/* menu */
.work_menu_logo {
  width: 70%;
  margin: 0 auto;
}


#work_menu h3 {
  margin-top: 32px;
}

#work_menu img {
  width: 100%;
}

.work_menu_container {
  display: grid;
}

.work_menu_list {
  margin-bottom: 64px;
  padding: 0 24px 16px;
}

.work_menu_list dl {
  /* display: flex;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.work_menu_list dl dt {
  margin: 0;
  border: none;
  /* display: block; */
  /* text-align: justify;
  text-align-last: justify; */
}

.work_menu_list dl dt span {
  letter-spacing: 2em;
}

.work_menu_list dl dd {
  margin: 0;
}

.R {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
}

.R::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 10px 15px #ffffff;
  border-radius: 50px;
}

.R img {
  width: 100%;
  /* border-radius: 50px; */
}



.work_menu_logo {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
}

#work_menu h2 {
  width: 250px;
  margin: 0 auto;
  padding: 16px;
}

#ajiwau,
#tukuru,
#totonoeru {
  scroll-margin-top: 70px;
}

#ajiwau .work_menu_logo {
  background-image: url(../img/pizza-1442946_1280.jpg);
}

#tukuru .work_menu_logo {
  background-image: url(../img/wool-143923_1280.jpg);
}

#totonoeru .work_menu_logo {
  background-image: url(../img/lemon-906141_1280.jpg);
}


/* 768px以上*/
@media screen and (min-width: 768px) {

  #ajiwau,
  #tukuru,
  #totonoeru {
    scroll-margin-top: 60px;
  }

  #work_menu h2 {
    width: 30%;
    padding: 50px;
  }

  .work_menu_container {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
  }

  .work_menu_list {
    width: 40%;
  }

}


/* privacy */
.privacyPolicy {
  margin: 32px 24px 0;
}

.privacyPolicy h2 {
  margin: 48px auto 0;
}

.privacyPolicy .mark_L::before {
  width: 70px;
  top: 20%;
  left: -45px;
}

.privacyPolicy p {
  margin-top: 0px;
  text-align: justify;
}

.privacyPolicy h3 {
  margin-bottom: 5px;
}

.privacyPolicy h4 {
  margin-bottom: 5px;
}

.privacyPolicy ul {
  margin: 10px 15px;
}

.privacyPolicy ul li {
  margin-bottom: 5px;
}

.privacyPolicy dl {
  /* display: flex;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.2rem;
  align-items: center;
  width: 100%;
  max-width: 500px;
}

.privacyPolicy dl dt {
  margin: 0;
  font-size: 14px;
  border: none;
}

.privacyPolicy dl dd::before {
  content: "：";
  padding-right: 15px;
}

.privacyPolicy dl dd {
  margin: 0;
}

.privacyPolicy span {
  letter-spacing: 0.4em;
}

.privacyPolicy span.emThree {
  letter-spacing: 3em;
}


/* 768px以上 幅を狭くする */
@media screen and (min-width: 768px) {
  .privacyPolicy dl {
    width: 500px;
  }

  .privacyPolicy dl dt,
  .privacyPolicy dl dd {
    font-size: 1rem;
  }

}

.end {
  text-align: right;
  margin-bottom: 24px;
}