@charset "utf-8";
/*
Theme Name: TeToTe Living
Version: 1.0
Author: aina
*/

html {
  scroll-behavior: smooth;
}

body .pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  body .sp {
    display: none;
  }

  body .pc {
    display: block;
  }
}

/* ----------------------------------------------------
    共通
---------------------------------------------------- */

body {
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-size: 16px;
  color: #583928;
}

a {
  text-decoration: none !important;
}

a:hover {
  opacity: 0.7;
  color: #fff !important;
}

p {
  margin-block-end: 0 !important;
}

img {
  width: 100%;
  height: auto;
}

.section-heading {
  text-align: center;
}

.section-heading h2 {
  position: relative;
  padding: 0px 24px;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
}

.section-heading h2::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FFB38A;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

.section-heading h2::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FFB38A;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.inner {
  padding: 0 5%;
}

.divider-img img {
  height: 75px;
}

.wpcf7-list-item{
  display: inline!important;
  margin: 0!important;
}

.wpcf7-list-item-label{
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .section-heading h2 {
    padding: 0px 52px;
    display: inline-block;
    font-size: 36px;
  }

  .section-heading h2::before {
    width: 36px;
    height: 36px;
  }

  .section-heading h2::after {
    width: 36px;
    height: 36px;
  }

  h3 {
    font-size: 28px;
  }

  .inner {
    padding: 0 8%;
  }

  .divider-img img {
    height: 200px;
  }
}


/* ----------------------------------------------------
    header
---------------------------------------------------- */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header-logo {
  display: flex;
  gap: 4px;
  align-items: center;
}

header .logo {
  width: 29px;
}

header h1 {
  font-size: 24px;
  font-weight: 700;
  color: #583928;
}

header a.header-logo {
  text-decoration: none;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  padding: 12.5px 20px;
  background-color: #FFF2E5;
  z-index: 999;
}

.header__nav {
  position: absolute;
  display: flex;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateX(100%);
  background-color: #FFF2E5;
  transition: ease 0.4s;
  height: 100vh;
  z-index: 998;
}

.header__nav.active {
  transform: translateX(0);
}

.nav-items {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72%;
  text-align: center;
}

.nav-items__item a {
  color: #583928;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.nav-items__item:not(:last-child) {
  text-align: center;
  padding-bottom: 48px;
}

.nav-items__button {
  background-color: #583928;
  border-radius: 10px;
}

.nav-items__button a {
  color: #fff;
  padding: 10px 24px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

.nav-items__button img {
  width: 10px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #FFF2E5;
  border-radius: 100px;
  cursor: pointer;
  border: none;
}

.hamburger .span {
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  display: block;
  display: flex;
  width: 100%;
}

.hamburger .span>span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  background-color: #583928;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.hamburger .span>span:nth-child(1) {
  top: 30%;
}

.hamburger .span>span:nth-child(2) {
  top: 50%;
}

.hamburger .span>span:nth-child(3) {
  top: 70%;
}

.hamburger.active .span>span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.active .span>span:nth-child(2) {
  opacity: 0;
}

.hamburger.active .span>span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 1024px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 70%;
  }

  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: flex-end;
    /*Figmaと違う数値を入れて整えました。
    gap: 32px;*/
    gap: 24px;
  }

  header h1 {
    font-size: 32px;
    white-space: nowrap;
  }

  header .logo {
    width: 58px;
  }

  .nav-bg {
    display: none;
  }

  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .nav-items__item:not(:last-child) {
    padding-bottom: 0;
  }

  .nav-items__item a:hover {
    opacity: 0.7;
    color: #583928 !important;
  }

  .nav-items__item:last-child a:hover {
    color: #fff !important;
  }

  .hamburger {
    display: none;
  }

  /*.header__inner {
    padding: 32px;
  }*/
}

/* ----------------------------------------------------
    mv
---------------------------------------------------- */
.mv {
  height: 100vh;
  position: relative;
}

.mv-img img {
  height: 100vh;
  object-fit: cover;
}

.mv-text {
  position: absolute;
  top: 14%;
  text-align: center;
  color: #583928;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.mv .main-copy {
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.46;
  margin-right: -4%;
}

.mv .sub-copy {
  font-size: 16px;
  line-height: 1.5;
}

.floating_button {
  position: fixed;
  z-index: 900;
  bottom: 10px;
  right: 10px;
  background-color: #583928;
  border-radius: 999px;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 5px 0;
  text-decoration: none !important;
}

.floating_button p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.floating_button .arrow {
  width: 10px;
}

@media screen and (min-width: 1024px) {
  .mv-text {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
  }

  .mv .main-copy {
    font-size: 40px;
    margin-bottom: 30px;
    margin-right: auto;
  }

  .mv .sub-copy {
    font-size: 20px;
  }

  .floating_button {
    width: 215px;
    height: 215px;
    padding: 6.5px 5px 6.5px 8px;
    /*Figmaと違う数値を入れて整えました。
    bottom: 40px;
    right: 60px; */
    bottom: 30px;
    right: 25px;
  }

  .floating_button .icon {
    width: 68px;
    margin-bottom: 10px;
  }

  .floating_button p {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .floating_button .arrow {
    width: 20px;

  }
}

/* ----------------------------------------------------
    target　こんな思いをお持ちの方へ
---------------------------------------------------- */
.target {
  padding: 60px 0 40px;
}

.target .section-heading {
  margin-bottom: 40px;
}

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

.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding: 16px;
  border-radius: 30px;
  background-color: #FFE5CD;
  text-align: left;
  font-size: 20px;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 25px 14.5px 0 14.5px;
  border-color: #FFE5CD transparent transparent;
  translate: -50% 100%;
  transform: skew(19deg);
  transform-origin: top;
}

.target ul li {
  display: flex;
  gap: 8px;
}

.target ul li:not(:last-child) {
  margin-bottom: 10px;
}

.target .check {
  width: 22px;
  margin-top: -8px;
}

.target ul li p {
  width: 90%;
}

.target-img {
  width: 57%;
  margin: 0 auto;
}

.target-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
}

.section-divider {
  position: relative;
}

.circle-1 img {
  width: 104px;
  position: absolute;
  top: -10%;
  right: 5%;
}

@media screen and (min-width: 1024px) {
  .target {
    padding: 60px 0 40px;
  }

  .target .section-heading {
    margin-bottom: 60px;
  }

  .target-container {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .target-container .list {
    display: flex;
    align-items: center;
  }

  .target-img {
    width: 300px;
    margin: 0;
  }

  .speechBubble {
    display: inline-block;
    margin-left: 24px;
    margin-bottom: 0;
    /*数値変更
    padding: 60px 0 60px 70px;*/
    padding: 60px;
    font-size: 28px;
  }

  .speechBubble::after {
    top: 50%;
    bottom: auto;
    left: 0;
    border-width: 14px 24px 14px 0;
    border-color: transparent #FFE5CD transparent transparent;
    translate: -100% -50%;
    transform: none;
    transform-origin: 50% 50% 0;
  }

  .target ul li {
    gap: 20px;
  }

  .target ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .target ul li p {
    width: 100%;
  }

  .target-text {
    font-size: 28px;
    margin-top: 60px;
  }

  .circle-1 img {
    width: 278px;
    top: 15%;
  }

}

/* ----------------------------------------------------
    activity　私たちの活動  
---------------------------------------------------- */
#activity {
  padding: 40px 0;
  background-color: #FFF2E5;
}

#activity .section-heading {
  margin-bottom: 60px;
}

.activity-text {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 60px;
}

#activity ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.activity-img img {
  margin-bottom: 24px;
  border-radius: 20px;
}

#activity h3 {
  margin-bottom: 16px;
}

.circle-2 img {
  width: 75px;
  position: absolute;
  top: 5%;
  left: 3%;
}

@media screen and (min-width: 1024px) {
  #activity {
    padding: 40px 0 60px;
  }

  .activity-text {
    font-size: 20px;
    line-height: 2;
    text-align: center;
    gap: 40px;
    margin-bottom: 96px;
  }

  #activity ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
  }

  #activity li {
    width: 30%;
  }

  .activity-img img {
    margin-bottom: 24px;
  }


  .circle-2 img {
    width: 200px;
    top: 5%;
    left: 3%;
  }
}


/* ----------------------------------------------------
    day-flow　１日の流れ
---------------------------------------------------- */
.day-flow {
  background-color: #FFE5CD;
  padding: 60px 40px;
}

.day-flow h2 {
  margin-bottom: 60px;
}

.day-flow ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 480px;
  margin: 0 auto;
}

.day-flow li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.day-flow .day-flow__item {
  padding: 40px 20px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}

.step {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -2%;
  left: -8%;
}

.day-flow .arrow {
  display: flex;
  align-items: center;
}

.day-flow .arrow img {
  width: 30px;
}

.day-flow_img {
  width: 200px;
}

.day-flow-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.circle-3 img {
  width: 100px;
  position: absolute;
  top: 5%;
  right: 3%;
}


@media screen and (min-width: 1024px) {
  .day-flow {
    background-color: #FFE5CD;
    padding: 60px 120px;
  }

  .day-flow ul {
    gap: 40px;
    align-items: center;
    max-width: none;
  }

  .day-flow li {
    flex-direction: row-reverse;
    gap: 20px;
  }

  .day-flow .day-flow__item {
    padding: 40px 90px;
    border-radius: 20px;
    max-width: 900px;
    width: 80%;
    margin: 0 auto;
  }

  .step {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -4%;
    left: -2%;
  }

  .day-flow_img {
    width: 240px;
  }

  .day-flow_img img {
    width: 240px;
  }

  .day-flow-text {
    gap: 20px;
  }

  .circle-3 img {
    width: 268px;
    position: absolute;
    top: -30%;
    right: 1%;
  }
}


/* ----------------------------------------------------
    program　開催内容
---------------------------------------------------- */
#program {
  padding: 40px 0;
}

#program .section-heading {
  margin-bottom: 60px;
}

#program img {
  width: 60px;
  position: absolute;
  top: -4%;
  left: 5%;
}

#program ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#program ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #FFF2E5;
  border-radius: 0 0 20px 20px;
}

#program ul li h3 {
  background-color: #583928;
  color: #fff;
  padding: 8px 20px;
  margin-bottom: 20px;
  border-radius: 20px 20px 0 0;
}

.program-wrap {
  background-color: #FBF8F5;
  position: relative;
  padding: 40px 22px;
}

.program-content {
  padding: 0 10px 20px;
  line-height: 1.45;
}

.program-content_text1 {
  font-size: 20px;
  font-weight: 700;
}

.program-content_text2 {
  margin-top: 16px;
}

.black {
  font-weight: 900;
}

@media screen and (min-width: 1024px) {
  #program {
    padding: 60px 0 80px;
  }

  .program-wrap {
    width: 858px;
    padding: 40px 0;
    margin: 0 auto;
  }

  #program img {
    width: 86px;
    position: absolute;
    /*↓↓↓クリップの位置調整↓↓↓*/
    top: -9%;
    left: 3%;
  }

  #program ul {
    display: grid;
    grid-template-columns: 369px 369px;
    justify-content: center;
    gap: 30px 40px;
  }

  #program ul li h3 {
    margin-bottom: 32px;
  }

  .program-content {
    padding: 0 20px 32px;
  }

  .program-content_text1 {
    font-size: 28px;
  }

}


/* ----------------------------------------------------
schedule　今月のスケジュール
---------------------------------------------------- */
.schedule {
  padding: 40px 0 30px;
}

.schedule .section-heading {
  margin-bottom: 60px;
}

.schedule-content {
  background-color: #FBF8F5;
  padding: 20px 20px 0;
  position: relative;
}

.schedule .pin img {
  width: 28px;
}

.pin-left img {
  position: absolute;
  top: -4%;
  left: -2%;
}

.pin-right img {
  position: absolute;
  top: -4%;
  right: -2%;
}

.calender {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .schedule {
    padding: 80px 0 30px;
  }

  .schedule-content {
    padding: 40px;
    width: 800px;
    margin: 0 auto;
  }

  .schedule .pin img {
    width: 61px;
  }

}

/* ----------------------------------------------------
    contact　参加・お問い合わせ
---------------------------------------------------- */
#contact {
  background-image: url(./images/bg-dot.png);
  background-size: 270%;
  padding: 60px 5%;
}

#contact .inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 20px;
}

#contact .section-heading {
  margin-bottom: 60px;
}

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.contact-img_wrap {
  position: relative;
}

.contact-img_corner1 {
  width: 40px;
  position: absolute;
  top: -2%;
  right: -2%;
}

.contact-img_corner2 {
  width: 40px;
  position: absolute;
  bottom: -2%;
  left: -2%;
}

.contact-img {
  display: flex;
  justify-content: center;
}

#contact .arrow {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

#contact .arrow img {
  width: 12px;
}

.contact-img img {
  width: 100%;
}

.contact-text p {
  font-size: 18px;
  line-height: 1.6;
}

.contact-text .contact-text1 {
  margin-bottom: 28px;
}

.contact-text .contact-text2 {
  margin-bottom: 40px;
}

.contact-text a {
  display: flex;
  gap: 12px;
  background-color: #583928;
  color: #fff;
  padding: 16px 40px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

.contact-text a p {
  font-size: 20px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  #contact {
    background-size: 115%;
    padding: 80px;
  }

  #contact .inner {
    padding: 80px 60px;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }

  #contact .section-heading {
    margin-bottom: 60px;
  }

  .contact-content {
    flex-direction: row;
    gap: 80px;
  }

  .contact-img_corner1 {
    width: 60px;
    top: -2%;
    /*要調整*/
    right: -2%;
  }

  .contact-img_corner2 {
    width: 60px;
    bottom: -2%;
    /*要調整*/
    left: -2%;
  }

  .contact-img {
    width: 38%;
    /*わからん*/
    min-width: 295px;
  }

  .contact-text p {
    font-size: 24px;
    line-height: 1.75;
  }

  .contact-text a {
    display: inline-flex;
  }

  .contact-text a p {
    font-size: 24px;
    letter-spacing: 0.05em;
  }

}

/* ----------------------------------------------------
    about　私たちについて
---------------------------------------------------- */
.about {
  background-color: #FFF2E5;
  padding: 60px 0 40px;
}


.about .section-heading {
  margin-bottom: 60px;
}

.about-text {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 60px;
}

.about-text p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.about-img_wrap {
  position: relative;
}

.about-img_corner1 {
  width: 40px;
  position: absolute;
  top: -2%;
  right: -2%;
}

.about-img_corner2 {
  width: 40px;
  position: absolute;
  bottom: -2%;
  left: -2%;
}

.section-divider {
  position: relative;
}

.circle-4 {
  width: 95px;
  position: absolute;
  top: -5%;
  left: 2%;
}

@media screen and (min-width: 1024px) {
  .about {
    padding: 120px 120px 40px;
  }

  .about .inner {
    padding: 0;
  }

  .about-container {
    display: flex;
    gap: 80px;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }

  .about-text p {
    font-size: 24px;
    line-height: 1.75;
  }

  .about-text {
    justify-content: center;
    margin-bottom: 0;
    width: 55%;
  }

  .about-img_wrap {
    width: 45%;
    max-width: 440px;
  }

  .about-img_corner1 {
    width: 60px;
    /*要調整*/
    top: -2%;
    right: -2%;
  }

  .about-img_corner2 {
    width: 60px;
    /*要調整*/
    bottom: -2%;
    left: -2%;
  }

  .circle-4 {
    width: 265px;
    position: absolute;
    top: -5%;
    left: 2%;
  }
}

/* ----------------------------------------------------
    feature　私たちの子ども食堂の特徴
---------------------------------------------------- */
.feature .inner {
  padding: 40px 0;
}

.feature h2 {
  margin-bottom: 40px;
}

.feature h3 {
  text-align: center;
  margin-bottom: 20px;
}

.feature-container li {
  position: relative;
  width: 91.5%;
}

/*ドット背景*/
.feature-container li::after {
  content: '';
  background-image: url('./images/feature-bg-dot.png');
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: -10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 0 30px 30px 0;
}

.feature-container li:nth-child(2) {
  margin-right: 0;
  margin-left: auto;
}

.feature-container li:nth-child(2)::after {
  content: '';
  background-image: url('./images/feature-bg-dot.png');
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 30px 0 0 30px;
}

.feature-item_img1 {
  position: absolute;
  top: -30%;
  left: 10%;
}

.feature-item_img1:nth-child(2) {
  position: absolute;
  top: -30%;
  left: 10%;
}

.feature-item_img img {
  width: 280px;
}

.feature-item_text {
  background-color: #FFF2E5;
  margin: 133px 0 20px 0;
  padding: 170px 10px 30px 40px;
  border-radius: 0 30px 30px 0;
}

.feature-container li:nth-child(2) .feature-item_text {
  background-color: #FFE5CD;
  margin: 154px 0 20px 20px;
  padding: 170px 40px 30px 10px;
  border-radius: 30px 0 0 30px;
}

.feature-container li:nth-child(3) .feature-item_text {
  background-color: #FFF2E5;
  margin: 170px 0 20px 0;
}

/*
.feature-item_bg-left {
  width: 310px;
  height: 437px;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: -1;
}

.feature-container li:nth-child(2) .feature-item_bg-left {
  width: 310px;
  height: 437px;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
}*/


.feature-bottom {
  position: relative;
}

.circle-5 {
  width: 123px;
  position: absolute;
  top: -50%;
  right: 2%;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .feature-container li {
    max-width: 640px;
  }
}

@media screen and (min-width: 1024px) {
  .feature .inner {
    padding: 60px 8%;
    position: relative;
  }

  .feature h2 {
    margin-bottom: 60px;
  }

  .feature-illust1 img {
    width: 134px;
    position: absolute;
    top: 20px;
    right: 5%;
  }

  .feature h3 {
    text-align: left;
  }

  .feature-container {
    margin: 0 auto;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }

  .feature-container li {
    width: 800px;
    right: -120px;
  }

  .feature-container li:nth-child(2) {
    width: 800px;
    left: -120px;
  }

  .feature-container li::after {
    content: '';
    background-image: url('./images/feature-bg-dot.png');
    position: absolute;
    background-size: 46%;
    background-position: center;
    background-repeat: repeat;
    z-index: -1;
    border-radius: 30px;
    top: 15px;
    bottom: -15px;
    left: 0;
    right: -16px;
  }

  /*未調整*/
  .feature-container li:nth-child(2) {
    margin-right: 0;
    margin-left: auto;
  }

  /*未調整*/
  .feature-container li:nth-child(2)::after {
    content: '';
    background-image: url('./images/feature-bg-dot.png');
    background-size: 46%;
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    top: 15px;
    bottom: -15px;
    left: 32px;
    right: 0;
    z-index: -1;
    border-radius: 30px 0 0 30px;
  }

  .feature-item_img1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -120px;
  }

  .feature-container li:nth-child(2) .feature-item_img1 {
    right: -120px;
    left: auto;
  }

  .feature-item_img1:nth-child(2) {
    position: absolute;
    top: -30%;
    left: 10%;
  }

  .feature-item_img img {
    width: 360px;
  }

  .feature-item_text {
    background-color: #FFF2E5;
    margin: 133px 0 20px 0;
    padding: 30px 40px 30px 280px;
    border-radius: 0 30px 30px 0;
  }

  .feature-container li:nth-child(2) .feature-item_text {
    background-color: #FFE5CD;
    margin: 154px 0 20px 20px;
    padding: 30px 280px 30px 40px;
    border-radius: 30px 0 0 30px;
  }

  .feature-container li:nth-child(3) .feature-item_text {
    background-color: #FFF2E5;
    margin: 170px 0 20px 0;
  }

  /*
    .feature-item_bg-left {
      width: 310px;
      height: 437px;
      position: absolute;
      top: 0%;
      right: 0%;
      z-index: -1;
    }
    
    .feature-container li:nth-child(2) .feature-item_bg-left {
      width: 310px;
      height: 437px;
      position: absolute;
      top: 0%;
      left: 0%;
      z-index: -1;
    }*/


  .feature-bottom {
    position: relative;
  }

  .circle-5 {
    width: 329px;
    position: absolute;
    top: -10%;
    right: 2%;
  }
}

/* ----------------------------------------------------
    Instagram
---------------------------------------------------- */
.instagram {
  background-color: #FFF2E5;
}

.instagram .inner {
  padding: 40px 10.6% 60px;
}

.instagram h2 {

  margin-bottom: 60px;
}

.instagram h2 span::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 2px;
  top: 2px;
  position: relative;
  background-position: center;
  background-size: contain;
  background-image: url(./images/instagram-icon.png);
}

.instagram-icon img {
  width: 20px;
  padding-bottom: 8px;
}

.instagram-view {
  margin-bottom: 40px;
  padding: 40px 4%;
  background-color: #fff;
}

.instagram a {
  background-color: #583928;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding: 10px 30px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 8px;
}

.link-icon {
  width: 19px;
  display: flex;
}


.instagram-bottom {
  position: relative;
}

.circle-6 {
  width: 90px;
  position: absolute;
  top: -20%;
  left: 2%;
}

@media screen and (min-width: 1024px) {

  .instagram .inner {
    padding: 40px 18% 60px;
    text-align: center;
  }

  .instagram h2 {

    margin-bottom: 60px;
  }

  .instagram h2 span::before {
    display: inline-block;
    content: "";
    width: 32px;
    height: 32px;
    margin-right: 10px;
    top: 2px;
    position: relative;
    background-position: center;
    background-size: contain;
    background-image: url(./images/instagram-icon.png);
  }

  /*
  .instagram-icon img {
    width: 20px;
    padding-bottom: 8px;
  }*/

  .instagram-view {
    padding: 0;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 60px;
  }

  .instagram a {
    font-size: 24px;
    padding: 16px 40px;
    display: inline-flex;
    gap: 8px;
  }


  .circle-6 {
    width: 291px;
    top: 10%;
  }
}

/* ----------------------------------------------------
    faq　よくある質問
---------------------------------------------------- */
#faq {
  padding: 40px 0 60px;
}

#faq h2 {
  margin-bottom: 60px;
}

.faq-container ul li:not(:last-child) {
  margin-bottom: 32px;
}

.question {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #FFB389;
  padding: 12px 10px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.question span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #FFB389;
  background-color: #FFF2E5;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.answer {
  display: flex;
  gap: 10px;
  flex: 1;
  align-items: flex-start;
  background-color: #FFF2E5;
  padding: 20px 10px;
  border-radius: 0 0 10px 10px;
  font-size: 18px;
  line-height: 1.45;
}

.answer span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #FFF2E5;
  background-color: #FFB389;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.question p,
.answer p {
  width: 80%;
}

@media screen and (min-width: 1024px) {
  #faq {
    padding: 40px 0 120px;
    position: relative;
  }

  .faq-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }

  .question {
    gap: 20px;
    padding: 12px 20px;
    font-size: 20px;
  }

  .answer {
    gap: 20px;
    padding: 20px;
    font-size: 20px;
  }

  .faq-illust {
    position: absolute;
    bottom: 10px;
    right: 2%;
  }

  .faq-illust img {
    width: 139px;
  }
}

/* ----------------------------------------------------
    other　印西市の他の子ども食堂
---------------------------------------------------- */
.other {
  padding: 60px 0;
}

.other h2 {
  margin-bottom: 60px;
}

iframe {
  width: 100%;
}

.other h3 {
  color: #fff;
  line-height: 1.45;
  background-color: #583928;
  padding: 8px 20px 4px;
  border-radius: 16px 16px 0 0;
  margin-bottom: 0;
}

.other .map {
  margin-bottom: 48px;
}

.other-list ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.other-list_item {
  background-color: #FFF2E5;
  font-size: 16px;
  line-height: 1.6;
  padding: 24px 10px 24px 20px;
  border-radius: 0 0 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.other-list_item p {
  width: 80%;
  /*アイコンが小さくなるため、指定*/
}

.other-list_item a {
  color: #583928;
}

.other-list_item a:hover{
  color: #583928!important;
}

.other-list .address {
  display: flex;
  align-items: flex-start;
}

.address-icon {
  width: 24px;
}

.other-list .date {
  display: flex;
  align-items: flex-start;
}

.calender-icon {
  width: 24px;
}

.other-list .website {
  display: flex;
  align-items: flex-start;
  padding-left: 4px;
}

.internet-icon {
  width: 20px;
}

.internet-icon img {
  padding-bottom: 4px;
}

.other-list .instagram-link {
  display: flex;
  align-items: flex-start;
}

.instagram-icon-brown img {
  width: 24px;
  padding-bottom: 3px;
}

.internet-link-icon {
  width: 18px;
}

.internet-link-icon img {
  width: 15px;
  padding: 0 0 4px 4px;
}


.other-bottom {
  position: relative;
}

.circle-7 {
  position: absolute;
  width: 106px;
  top: -17%;
  left: 4%;
}

@media screen and (min-width: 1024px) {
  .other {
    padding: 60px 0;
    position: relative;
  }

  .other .inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }

  .other-illust1 {
    position: absolute;
    top: 40px;
    left: 5%;
    width: 133px;
  }

  iframe {
    width: 100%;
  }

  .other h3 {
    font-size: 24px;
  }

  .other .map {
    margin-bottom: 48px;
  }

  .other-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .other-list ul li {
    display: flex;
    flex-direction: column;
  }

  .other-list_item {
    flex: 1;
  }

  .other-list_item {
    padding: 24px 20px;
    border-radius: 0 0 16px 16px;
  }

  .other-list_item p {
    width: auto;
  }

  .other-illust2 {
    position: absolute;
    width: 173px;
    bottom: 0px;
    right: 8%;
  }


  .other-bottom {
    position: relative;
  }

  .circle-7 {
    position: absolute;
    width: 284px;
    top: 22%;
    left: 4%;
  }
}


/* ----------------------------------------------------
    form　参加・お問い合わせ
---------------------------------------------------- */
#form {
  background-color: #FFF2E5;
}

#form .inner {
  padding: 60px 5% 100px;
  position: relative;
}

#form h2 {
  margin-bottom: 60px;
}

.form-text {
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 2.6;
}

form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.form-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

label {
  display: flex;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

label .required {
  width: 40px;
  background-color: #FFB389;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio {
  display: flex;
  gap: 10px;
}

.radio label {
  gap: 4px;
}

input[type="radio"]:nth-child(1) {
  margin-left: 0;
}

input[type="text"],
input[type="email"],
select {
  height: 48px;
}

.flex-right {
  width: 100%;
}

input[type="text"],
input[type="email"],
select,
textarea {
  border: none;
}

.input-address {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/*
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

input[type="radio"]:checked {
  background-color: #007BFF;
  width: 20px;
  height: 20px;
}*/
textarea {
  height: 190px;
}

input[type="submit"] {
  background-color: #583928;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

input[type="submit"]:hover {
  opacity: 0.7;
  background-color: #583928 !important;
}


.form-img {
  width: 143px;
  position: absolute;
  bottom: 0;
  right: 3%;
}


@media screen and (min-width: 1024px) {
  #form .inner {
    padding: 60px 8% 130px;
  }

  .form-text {
    font-size: 24px;
    line-height: 2;
  }

  form {
    gap: 22px;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }

  .form-item {
    flex-direction: row;
    justify-content: center;
  }

  label {
    display: flex!important;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
  }

  .label {
    width: 260px;
  }

  label .required {
    width: 40px;
    height: 20px;
    margin-top: 3px;
  }

  .flex-right {
    width: 60%;
  }

  .radio {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .radio label {
    gap: 4px;
    width: 48%;
  }

  input[type="radio"]:nth-child(1) {
    margin-left: 0;
  }

  .flex-right {
    width: 60%;
  }

  input[type="text"],
  input[type="email"],
  select,
  textarea {
    border: none;
  }

  /*
    input[type="radio"] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background-color: #fff;
      border: none;
      cursor: pointer;
    }
    
    input[type="radio"]:checked {
      background-color: #007BFF;
      width: 20px;
      height: 20px;
    }*/
  textarea {
    height: 190px;
  }

  /* .submit {
    background-color: #583928;
    padding: 10px 40px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    border-radius: 10px;
    display: flex;
  } */

  input[type="submit"] {
    background-color: #583928;
    padding: 10px 40px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    border-radius: 10px;
    border: none;
    width: 320px;
    margin: 0 auto;


  }

  /* .form-arrow {
    width: 6px;
    transform: rotate(-90deg);
  } */

  .form-img {
    width: 26%;
    bottom: 0;
    left: 3%;
  }

  .circle-8 {
    position: absolute;
    width: 15%;
    bottom: 40px;
    right: 2%;
  }
}

/* ----------------------------------------------------
    kitchen　一緒に子ども食堂を運営しませんか
---------------------------------------------------- */
#kitchen {
  background-image: url(./images/bg-dot.png);
  background-size: 270%;
  padding: 60px 5%;
}

#kitchen .inner {
  padding: 40px 7%;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#kitchen h2 {
  margin-bottom: 40px;
}

.kitchen-img {
  display: flex;
  justify-content: center;
}

.kitchen-img img {
  width: 280px;
  margin-bottom: 30px;
}

.kitchen-text {
  margin-bottom: 20px;
}

.kitchen-text p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.kitchen-text1 {
  margin-bottom: 20px;
}

.kitchen-btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tetote-kitchen-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kitchen-logo {
  text-align: center;
}

.kitchen-logo img {
  width: 148px;
  margin: 0 auto;
}

.kitchen-logotext img {
  width: 288px;
}

#kitchen a {
  background-color: #583928;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding: 10px 30px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 8px;
}

#kitchen .link-icon {
  width: 19px;
}

@media screen and (min-width: 1024px) {
  #kitchen {
    background-size: 85%;
    padding: 80px 5%;
  }

  #kitchen .inner {
    padding: 80px 5%;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }

  #kitchen h2 {
    margin-bottom: 60px;
  }

  .kitchen-wrapper {
    display: flex;
    gap: 7.6%;
    margin-bottom: 20px;
  }

  .kitchen-wrapper img {
    margin-bottom: 0;
    object-fit: contain;
  }

  .kitchen-text {
    margin-bottom: 0px;
  }

  .kitchen-text p {
    font-size: 24px;
    line-height: 1.75;
  }

  .kitchen-text1 {
    margin-bottom: 28px;
  }

  .kitchen-btn {
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    align-items: center;
  }

  .tetote-kitchen-logo {
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }

  .kitchen-logo {
    object-fit: cover;
  }

  .kitchen-logo img {
    margin: 0 auto;
  }

  /* .kitchen-logotext{
    
  } */


  #kitchen a {
    font-size: 24px;
    line-height: 1.45;
    padding: 16px 40px;
    gap: 4px;
    width: 30%;
    max-width: 400px;
  }

  #kitchen .link-icon {
    width: 19px;
  }
}



/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer {
  background-color: #583928;
  padding: 40px 8%;
  color: #fff;
}

.footer-inner {
  margin-bottom: 40px;
}

.tetoteliving-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}

.footer h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tetoteliving-info p {
  font-size: 16px;
}

.tetoteliving-logo-icon {
  display: flex;
  justify-content: space-between;
}

.footer-icon {
  display: flex;
  gap: 10px;
}

.footer-icon img {
  width: 40px;
}

.corporate-site {
  display: flex;
}

.footer a {
  color: #fff;
}

small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}


@media screen and (min-width: 1024px) {
  .footer {
    background-color: #583928;
    padding: 40px 8%;
    color: #fff;
  }

  .footer-inner {
    margin-bottom: 40px;
  }

  .tetoteliving-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .tetoteliving-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
  }

  .tetoteliving-logo-icon {
    justify-content: space-between;
  }

  .footer-icon {
    gap: 20px;
  }

  .organization-info .pc {
    display: flex;
  }

  .corporate-site {
    display: flex;
  }

  .pc .corporate-site {
    display: flex;
  }

  .footer a {
    color: #fff;
  }

  small {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }
}