@charset "UTF-8";


* {
  box-sizing: border-box;
  font-size: 17px;
  line-height: normal;
  margin: 0;
  padding: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
address{
  font-style: normal;
}

:root {
  --color-bg: #fff;
  --text-black: #693e30;
  --color-primary: #dd5434;
  --color-secondary: #006934;
  --color-danger: #ff0000;
}

ul li,
ol li {
  list-style: none;
  margin: 10px 0;
}

ul {
  display: block;
  margin: 35px 0;
}

.inner {
  display: block;
  width: 50%;
  max-width: 680px;
  margin: 40px auto 100px auto;
}

img {
  display: block;
  margin: 10px auto;
}

.text,
p {
  text-align: center;
  color: var(--text-black);
  width: 95%;
  margin: 15px auto;
}

.tx_big {
  font-size: 20px;
  font-weight: 500;
}

.tx_little {
  font-size: 13px;
}

.flexs {
  display: flex;
  align-items: end;
}

.mgbt_20{
  margin: 0 auto 20px auto;
}

header {
  margin: 0;
  padding: 0;
  width: 100%;
  background-image: url(../img/tp_bg.png);
  background-size: cover;
  background-position: bottom;
  /* 中央基準で上に表示 */
  background-repeat: no-repeat;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

header img {
  width: 50%;
  min-width: 500px;
  padding-bottom: 20px;
}

body {
  margin: 0;
  padding: 0;
  background-image: url(../img/body_bg.png);
  background-repeat: repeat;
  background-size: 100%;
}

main{
background-image: url(../img/yasai_bg.svg);
background-repeat: repeat;
background-size: 100%;
}

h1 {
  text-align: center;
  font-size: 25px;
  color: var(--text-black);
  font-weight: 500;
}

h2 {
  text-align: center;
  font-size: 25px;
  color: var(--color-secondary);
}

.waku {
  display: block;
  margin: auto;
  padding: 0.5em;
  font-size: 25px;
  font-weight: 550;
  color: #fff;
  background-color: var(--color-primary);
}

.oversize-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
}


/* 相談会でできること　レスポンシブ */

.img_sp img {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .img_pc img {
    display: none !important;
  }

  .img_sp img {
    display: block !important;
  }
}


.dekirukoto h2 {
  margin-top: 30px;
  font-size: 20px;
}

.bg_1 {
  background-color: var(--text-black);
  padding: 60px 0;
}

.bg_1 p {
  display: block;
  width: 50%;
  color: #fff !important;
}


footer {
  background-color: var(--color-secondary);
  padding: 40px 0;
}

footer p {
  color: var(--color-bg);
}
@media screen and (min-width: 768px) {
.box1{
  display: block;
  width: 55%;
}
}


/* グーグルフォーム */

.g_form {
  height: 699px;
  width: auto;
  overflow: hidden;
}

.g_form iframe {
  height: 699px;
  max-height: 700px;
  max-width: 100%;
  min-width: 100%;
}

@media screen and (max-width: 1200px) {
  .g_form {
  height: 750px;
}
.g_form iframe {
  height: 799px;
  max-height: 800px;
}
}
@media screen and (max-width: 769px) {
  .g_form {
  height: 685px;
}}
@media screen and (max-width: 767px) {
  .g_form {
  height: 700px;
}
}
@media screen and (max-width: 430px) {
  .g_form {
  height: 780px;
}
}



/* レスポンシブ対応 */

@media screen and (max-width: 768px) {
  header {
    height: 45vh;
    background-position: 77% center;
  }

  header img {
    width: 95%;
    min-width: 300px;
    padding-bottom: 60px;
  }

  h1{
    margin-bottom: 5px;
  }

  .sp_img_100 {
    width: 100%;
  }

  .sp_img_70 {
    width: 70%;
  }
  .inner {
    width: 95%;
    margin: 50px auto;
  }
  text,
  p{
    margin: auto;
  }

  .bg_1 p {
    width: 95%;
  }

  .flexs {
    display: block;
    gap: 20px;
  }

  .g_map iframe {
    height: 350px;
  }

  p {
    font-size: 14px;
  }

  .tx_big {
    font-size: 15px;
  }

  .tx_little {
    font-size: 10.5px;
  }
  h2{
    font-size: 15px !important;
  }
  .mg_sp_tp30{
    margin-top: 20px;
  }

}