@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: #8B5A2B;
  font-size: 16px;
  background: #fffaf5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 90px 0 100px;
  position: relative;
}
main section.stb {
  padding: 120px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 65px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.rounded img {
  mask-image: url(../img/mask01.svg);
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/mask01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.reverse .rounded img {
  mask-image: url(../img/mask02.svg);
  -webkit-mask-image: url(../img/mask02.svg);
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-color: #fffab3;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 0.4em;
  text-underline-offset: -0.15em;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  font-size: clamp(1.85rem, 1.46rem + 1.3867vw, 2.5rem);
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.maintitle:first-letter {
  color: #52b04f;
}
.maintitle.t_leaf {
  width: fit-content;
}
.maintitle.t_leaf.center {
  margin-left: auto;
  margin-right: auto;
}
.maintitle.t_leaf::after {
  content: url(../img/leaf_title.svg);
  width: 106px;
  height: auto;
  position: absolute;
  top: -29px;
  right: -2em;
  z-index: -1;
  filter: brightness(0) invert(1);
}
.bg_brown .maintitle.t_leaf::after {
  opacity: 0.53;
}
.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 23px !important;
}
@media (max-width:750px) {
  .maintitle.t_leaf.spcenter {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width:550px) {
  .maintitle {
    margin-bottom: 30px;
  }
  .txtmgb {
    margin-bottom: 20px !important;
  }
  .maintitle.t_leaf::after {
    width: 75px;
    top: -43px;
    right: -1.1rem;
  }
}
/*02*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.35rem, 1.17rem + 0.64vw, 1.65rem);
  padding-left: 2px;
  line-height: 1.6;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.stitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background: radial-gradient(#ffdd1c 18%, transparent 18%) 0 0 / 14px 14px;
}
.bg_brown .stitle::after {
  background: radial-gradient(#52b04f 18%, transparent 18%) 0 0 / 14px 14px;
}
/* ボタン */
.mainbtn a {
  transition: 0.35s, transform 0.35s cubic-bezier(0.6, -0.5, 0.3, 1.6);
  position: relative;
  margin: 0 auto;
  padding: 22px 15px;
  display: inline-block;
  width: fit-content;
  min-width: 230px;
  text-align: center;
  overflow: hidden;
  border-radius: 100px;
  color: #52b04f;
  background: #ffe96b;
  border: 2px solid #52b04f !important;
}
.mainbtn a span:not(.ib)::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scale(1.3, 1);
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  line-height: 1;
  font-size: 125%;
  transition: .4s;
  z-index: 2;
  pointer-events: none;
}
.mainbtn a:hover span:not(.ib)::before {
  right: 10px;
}
.mainbtn a:hover {
  background: #52b04f;
  color: #fff;
  transform: scale(1.05);
}
/**/
.btnflex a {
  margin: 2px 5px;
  display: inline-block;
  min-width: auto !important;
  width: 100%;
  max-width: 265px !important;
}
.mainbtn.green a, .btnflex a:nth-child(2n) {
  background: #52b04f;
  color: #fff;
}
.mainbtn.green a:hover, .btnflex a:nth-child(2n):hover {
  background: #ffe96b;
  color: #52b04f;
}
/**/
.tbtn {
  margin-top: 25px;
}
/**/
a.btn_bi {
  height: 78.4px;
  padding-top: 10px !important;
  padding-bottom: 0 !important;
  line-height: 1.6;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 10px;
    max-width: fit-content;
    width: 100%;
  }
  .mainbtn a span:not(.ib)::before {
    right: 10px;
  }
  .btnflex a {
    margin: 12px auto;
    display: block;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 30px;
  }
  .spmgb.rounded {
    margin-bottom: 25px;
  }
  .spmgb02 {
    margin-bottom: 9px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1455px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 64.3%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 31.3%;
}
/* background */
.bg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg.jpg) repeat;
  background-size: 1050px;
  background-position: top;
  opacity: 0.045;
  mix-blend-mode: multiply;
  z-index: -99;
}
@media (max-width: 1090px) {
  .bg::after {
    opacity: 0.02;
  }
}
.bg_brown {
  position: relative;
}
.bg_brown::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -101;
  background: #000;
}
.bg_brown::after {
  filter: brightness(0) saturate(100%) invert(94%) sepia(10%) saturate(999%) hue-rotate(320deg) brightness(104%) contrast(105%); /*#fff2d4*/
}
/*painting*/
.painting::before {
  content: "";
  width: 100%;
  height: calc(100% + 1.5px);
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/painting.png) repeat-x;
  background-position: bottom -1.5px center;
  background-size: 750px;
  z-index: -100;
  filter: brightness(0) saturate(100%) invert(94%) sepia(10%) saturate(999%) hue-rotate(320deg) brightness(104%) contrast(105%);
}
/*circle*/
.circle {
  position: relative;
}
.circle::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/top.png);
  background-repeat: no-repeat;
  background-position: top -140px left -90px;
  background-size: 530px;
  z-index: -100;
  opacity: 0.3;
}
.bg_brown.circle::before, .bg_brown .circle::before {
  opacity: 0.2;
}
@media(max-width:1150px) {
  .circle::before {
    background-size: 50%;
  }
}
@media(max-width:550px) {
  .circle::before {
    background-position: top -80px left -70px;
    background-size: 290px;
  }
}
/*反転*/
.bgx::before {
  pointer-events: none;
  transform: scaleX(-1);
}
.bgy::before {
  pointer-events: none;
  transform: scaleY(-1);
}
.bgxy::before {
  pointer-events: none;
  transform: scaleX(-1) scaleY(-1);
}
/* illust ===========================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: 180px !important;
}
.tl img, .tr img, .bl img, .br img {
  width: 100% !important;
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  box-shadow: none !important;
}
/*位置*/
.tl, .tr {
  top: -130px !important;
}
.bl, .br {
  bottom: -108px !important;
}
.tl, .bl {
  left: 13px !important;
}
.tr, .br {
  right: 13px !important;
}
@media (max-width: 750px) {
  .tl, .tr, .bl, .br {
    width: 150px !important;
  }
  .tl, .tr {
    top: -85px !important;
  }
  .bl, .br {
    bottom: -80px !important;
  }
}
@media (max-width: 550px) {
  .tl, .tr, .bl, .br {
    width: 110px !important;
  }
  .tl, .tr {
    top: -70px !important;
  }
  .bl, .br {
    bottom: -45px !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 41% !important;
  max-width: 195px !important;
  z-index: 2 !important;
}
.psr .tl, .psr .tr {
  top: -8% !important;
}
.psr .bl, .psr .br {
  bottom: -9% !important;
}
.psr .tl, .psr .bl {
  left: -22px !important;
}
.psr .tr, .psr .br {
  right: -22px !important;
}
@media (max-width: 750px) {
  .psr .tl, .psr .tr, .psr .bl, .psr .br {
    max-width: 171px !important;
  }
  .psr .tl, .psr .tr {
    top: -4% !important;
  }
  .psr .bl, .psr .br {
    bottom: 0 !important;
  }
  .psr .tl, .psr .bl {
    left: -14px !important;
  }
  .psr .tr, .psr .br {
    right: -14px !important;
  }
}
/* leaf */
.leaf {
  filter: brightness(0) invert(1);
  width: 75% !important;
  max-width: 445px !important;
  z-index: -1 !important;
}
.leaf.tl, .leaf.tr {
  top: 10px !important;
}
.leaf.bl, .leaf.br {
  bottom: 20px !important;
}
.leaf.tl img, .leaf.bl img {
  transform: scaleX(-1);
}
.bg_brown .leaf {
  opacity: 0.53;
}
/*反転*/
.ix {
  transform: scaleX(-1) !important;
}
.iy {
  transform: scaleY(-1) !important;
}
.ixy {
  transform: scaleX(-1) scaleY(-1) !important;
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: 0.8s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* popup */
.popup {
  opacity: 0;
}
.popup.inview {
  opacity: 1;
  animation: popUp 0.45s cubic-bezier(0.6, -0.5, 0.3, 1.6) 0.6s 1 normal backwards;
}
@keyframes popUp {
  0% {
    transform: scale(0.7) translateY(50px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
    transform: scale(1.0) translateY(0);
  }
}
/* animation */
.anime01 {
  animation: move01 cubic-bezier(0, 1, 0, 1) infinite 2.7s forwards;
}
@keyframes move01 {
  0% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, 5px);
  }
  30% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.anime02 {
  animation: move02 steps(2) 3s infinite;
}
@keyframes move02 {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.anime03 {
  animation: move03 cubic-bezier(0, 1, 0, 1) infinite 2s forwards;
}
@keyframes move03 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  20% {
    transform: translate(0, -8px) rotate(2deg);
  }
  40% {
    transform: translate(0, 0) rotate(0);
  }
  60% {
    transform: translate(0, 1px) rotate(-2deg);
  }
  80% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 19px 17px;
}
.header_sticky::before, .header_sticky::after {
  position: absolute;
}
.header_sticky::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fffaf5;
  z-index: -2;
}
.header_sticky::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg.jpg) repeat;
  background-size: 1050px;
  background-position: top;
  opacity: 0.045;
  mix-blend-mode: multiply;
  z-index: -1;
}
.TopPage .header_sticky::before, .TopPage .header_sticky::after {
  opacity: 0;
  transition: .4s all;
}
.TopPage .change.header_sticky::before {
  opacity: 1;
}
.TopPage .change.header_sticky::after {
  opacity: 0.045;
}
@media (max-width: 1090px) {
  .header_sticky::after, .TopPage .change.header_sticky::after {
    opacity: 0.02;
  }
}
/*logo*/
.header_title h1 {
  line-height: 0;
}
.header_title a {
  display: block;
  width: 170px;
}
.logo {
  display: block;
  position: relative;
}
/*menu*/
.hnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnav ul {
  display: flex;
  text-align: center;
  margin-left: auto;
}
.hnav ul li {
  width: fit-content;
  position: relative;
  font-size: 1.09rem;
}
.hnav ul li:last-child {
  margin-right: 0;
}
.hnav ul li a {
  padding: 0 14px;
  display: block;
  position: relative;
  top: 0;
  line-height: 1.25;
  color: #8B5A2B;
}
.hnav ul li:first-of-type a {
  padding-left: 0;
}
.hnav ul li:last-of-type a {
  padding-right: 0;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
/**/
.header_item {
  display: flex;
  align-items: center;
}
.header_item .btnflex {
  font-size: 0.8rem;
  margin-left: 20px;
  display: flex;
}
.header_item .btnflex a {
  min-width: 155px;
  width: fit-content;
  padding: 10px;
  text-align: center;
}
.header_item .btnflex a {
  margin: 0 4.5px;
}
/* 相談・よくある質問 */
.consultation_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #ffe96b;
  color: #52b04f;
  border: 2px solid #52b04f;
  padding: 20px 11px 20px 11px;
  border-radius: 0 0 21px 21px;
  line-height: 1.5;
  margin: -26px 0 -80px 20px;
  font-size: 0.93rem;
  text-align: center;
  white-space: nowrap;
  transition: 0.35s, transform 0.35s cubic-bezier(0.6, -0.5, 0.3, 1.6);
}
.consultation_btn a img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(44%) saturate(535%) hue-rotate(70deg) brightness(98%) contrast(94%);
  width: 75px;
  display: inline-block;
  margin-top: 10px;
}
.consultation_btn a:hover {
  transform: scale(1.05) translateY(-2px);
}
/* hamburger ============================*/
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  width: 50px;
  aspect-ratio: 1/1;
  border: none;
  background-color: transparent;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #52b04f;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line:before {
  top: -11px;
}
.hamburger__line:after {
  top: 11px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: capitalize;
}
*/
.hamopen .header_sticky {
  position: fixed;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh; /* fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  visibility: hidden;
  background: #fffaf5;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__nav-area::before, .header__nav-area::after {
  position: fixed;
}
.header__nav-area::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fffaf5;
  z-index: -2;
}
.header__nav-area::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg.jpg) repeat;
  background-size: 1050px;
  background-position: top;
  opacity: 0.02;
  mix-blend-mode: multiply;
  z-index: -1;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 588px;
  padding: 65px 0 120px;
}
.global-navigation__list {
  margin-bottom: 35px;
}
.global-navigation__list > li {
  margin: 3px 0;
  display: block;
  padding: 18px 5px;
  border-bottom: 1px dotted #8B5A2B;
  font-size: 1.13rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #8B5A2B;
  line-height: 1.55;
  position: relative;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.global-navigation__list li a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  font-size: 93%;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%) scale(1.2, 1);
  display: block;
  color: #52b04f;
  transition: .4s;
}
.global-navigation__list li a:hover::after {
  right: 1px;
}
/*btn*/
.header__nav-area .btnflex {
  font-size: 1rem;
}
@media (max-width: 1095px) {
  .header_sticky {
    padding: 17px 20px;
  }
  .header_title a {
    width: 165px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner {
    display: block;
  }
  .hnav ul, .header_item {
    display: none;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 11px;
  }
  .header_title a {
    width: 137px;
  }
  .global-navigation__list > li {
    padding: 13px 5px;
    font-size: 1.07rem;
  }
  .header__nav-area .btnflex {
    font-size: 0.93rem;
  }
}
/* footer ================================================*/
.wwrap {
  position: relative;
}
.wide {
  margin-top: -12px;
  mask-image: url(../img/footer.png);
  -webkit-mask-image: url(../img/footer.png);
  mask-size: 100% 350px;
  -webkit-mask-size: 100% 350px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.wide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width:1510px) {
  .wide {
    mask-size: 100% 25vw;
    -webkit-mask-size: 100% 25vw;
  }
  .wide img {
    height: 25vw;
  }
}
@media (max-width:1000px) {
  .wide {
    mask-size: 100% 36vw;
    -webkit-mask-size: 100% 36vw;
  }
  .wide img {
    height: 36vw;
  }
}
@media (max-width:750px) {
  .wide {
    mask-size: 100% 55vw;
    -webkit-mask-size: 100% 55vw;
  }
  .wide img {
    height: 55vw;
    min-height: auto;
  }
}
/*info*/
.footer {
  padding: 50px 0 0;
}
.fflex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flogo {
  display: inline-block;
  width: 163px;
  margin-bottom: 9px;
  margin-right: 22px;
}
.fflex > p {
  line-height: 1.6;
}
/**/
.fcontact {
  background: #fff;
  padding: 17px 15px 20px;
  line-height: 1.6;
  border-radius: 21px;
  font-size: 90%;
  text-align: center;
  max-width: 675px;
  margin: 8px auto 0;
}
.fcontact p, .fcontact a {
  display: inline-block;
}
.fcontact p {
  margin-bottom: 0;
  margin-right: 5px;
}
.fcontact p::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: bold;
  position: relative;
  top: -0.4em;
  margin-right: 0.5em;
  font-size: 50%;
  color: #52b04f;
}
.fcontact a {
  font-size: 170%;
  color: #52b04f;
}
.fcontact a i {
  font-size: 92%;
}
.fcontact a:hover {
  opacity: 0.6;
}
/*sitemap*/
.sitemap {
  display: flex;
  justify-content: center;
  margin: 13px auto 0;
}
.sitemap li {
  width: fit-content;
  text-align: center;
  position: relative;
}
.sitemap li::before {
  content: "";
  width: 1px;
  height: 55%;
  position: absolute;
  top: 23%;
  left: 0%;
  border-right: 1px dotted #8B5A2B;
}
.sitemap li:first-of-type::before {
  content: none;
}
.sitemap li a {
  padding: 9px 19px;
  display: block;
  white-space: nowrap;
  color: #8B5A2B;
}
.sitemap li:first-of-type a {
  padding-left: 0;
}
.sitemap li:last-of-type a {
  padding-right: 0;
}
.sitemap li a:hover {
  opacity: 0.6;
}
/*copyright*/
.copyright {
  text-align: center;
  padding: 30px 0 50px;
}
@media (max-width: 750px) {
  .fflex {
    display: block;
    text-align: center;
  }
  .flogo {
    margin-right: 0;
  }
  .fcontact a {
    font-size: 160%;
  }
  .sitemap {
    display: block;
    margin-top: 17px;
  }
  .sitemap li {
    width: 100%;
    text-align: left;
    border-right: none;
    border-bottom: 1px dotted #8B5A2B;
  }
  .sitemap li a {
    padding: 10px 0;
  }
  .sitemap li a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f0da";
    font-weight: bold;
    font-size: 90%;
    margin-right: 6px;
    color: #52b04f;
  }
  .sitemap li:first-of-type a {
    padding-top: 0 !important;
  }
  .sitemap li::before {
    content: none;
  }
}
@media (max-width: 550px) {
  .footer {
    padding: 45px 0 0;
    font-size: 95%;
  }
  .flogo {
    width: 130px;
    margin-bottom: 5px;
  }
  .fcontact {
    margin-top: 15px;
  }
  .sitemap li {
    font-size: 95%;
  }
  .copyright {
    font-size: 0.95rem;
    padding-bottom: 43px;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 75px;
  height: 75px;
  position: fixed;
  bottom: 20px;
  right: 23px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: #52b04f;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: clamp(0.95rem, 0.8rem + 0.5333vw, 1.2rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 9;
}
@media(max-width:550px) {
  .go_top {
    width: 63px;
    height: 63px;
    bottom: 12px;
    right: 11px;
  }
}
/* スライド ============================================================*/
.TopPage::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/top.png);
  background-repeat: no-repeat;
  background-position: top -5% right -20%;
  background-size: 40%;
  z-index: -1;
  opacity: 0.3;
}
@media(max-width:1470px) {
  .TopPage::before {
    background-position: top -75px right -75px;
    background-size: 450px;
  }
}
@media(max-width:750px) {
  .TopPage::before {
    background-position: top -115px right -115px;
    background-size: 300px;
  }
}
/**/
.topslide {
  position: relative;
}
.topslide .leaf {
  width: 60% !important;
  bottom: -10% !important;
}
.topslide .leaf img {
  transform: scaleY(-1);
}
/* img */
.slide_items {
  width: 98%;
  margin: auto;
  overflow: hidden;
  animation: fluid-animation 20s ease 0s infinite normal;
}
.slide_items img {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 60px);
  min-height: 685px;
  animation: fadeIn 1s ease 0.3s 1 normal backwards;
}
/* border radius animation */
@keyframes fluid-animation {
  0%, 100% {
    border-radius: 59% 41% 31% 80% / 62% 53% 57% 58%;
  }
  50% {
    border-radius: 46% 74% 52% 48% / 52% 52% 68% 71%;
  }
}
/* slick animation */
.slick-animation {
  animation: fadezoom 18s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@media (min-width: 1850px) {
  .slide_items {
    width: 86%;
  }
}
@media (max-width: 1175px) {
  .slide_items img {
    min-height: auto;
    height: 67vw;
  }
  .topslide .leaf {
    bottom: -38% !important;
    left: 0 !important;
  }
}
@media (max-width: 1095px) {
  .slide_items img {
    height: 55vw;
  }
}
@media (max-width: 1020px) {
  .slide_items img {
    height: 85vw;
  }
}
@media (max-width: 750px) {
  .slide_items img {
    height: 95vw;
  }
}
/* catchcopy */
.catchcopy {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  animation: fadeIn 1s ease 1s 1 normal backwards;
  white-space: nowrap;
  writing-mode: vertical-rl;
  font-size: clamp(2.1rem, 0.78rem + 4.6933vw, 4.3rem);
  line-height: 1.35;
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.catchcopy div p {
  margin-bottom: -0.5em;
}
.catchcopy div:nth-child(1) {
  order: 1;
  animation: catch01 cubic-bezier(0, 1, 0, 1) 1s forwards;
}
.catchcopy div:nth-child(1) p span:nth-child(2n+1) {
  color: #20d353;
}
.catchcopy div:nth-child(1) p span:nth-child(2n) {
  color: #52b04f;
}
.catchcopy div:nth-child(2) {
  animation: catch02 cubic-bezier(0, 1, 0, 1) 1s forwards;
}
.catchcopy div:nth-child(2) p span:nth-child(2n+1) {
  color: #ffb000;
}
.catchcopy div:nth-child(2) p span:nth-child(2n) {
  color: #ffd500;
}
.catchcopy div {
  animation-delay: 0.9s !important;
  transform: rotate(0deg) translateY(50px);
}
@keyframes catch01 {
  0% {
    transform: rotate(0deg) translateY(50px);
  }
  15% {
    transform: rotate(-3deg) translateY(40px);
  }
  40% {
    transform: rotate(3deg) translateY(30px);
  }
  65% {
    transform: rotate(-3deg) translateY(20px);
  }
  85% {
    transform: rotate(3deg) translateY(10px);
  }
  100% {
    transform: rotate(0) translateY(0px);
  }
}
@keyframes catch02 {
  0% {
    transform: rotate(0deg) translateY(50px);
  }
  15% {
    transform: rotate(3deg) translateY(40px);
  }
  40% {
    transform: rotate(-3deg) translateY(30px);
  }
  65% {
    transform: rotate(3deg) translateY(20px);
  }
  85% {
    transform: rotate(-3deg) translateY(10px);
  }
  100% {
    transform: rotate(0) translateY(0px);
  }
}
@media (max-width: 550px) {
  .catchcopy {
    -webkit-text-stroke: 5px #fff;
  }
}
/* 自然と共に。 ========================================================*/
.welcome .maintitle {
  margin-bottom: 27px;
}
.welcome .fitc {
  width: 590px;
  text-align: center;
  white-space: nowrap;
}
.welcome .fitc p {
  margin-bottom: 20px;
  line-height: 2.1;
}
/*img*/
.wimgs_top, .wimgs_bottom .wimg {
  position: absolute;
  width: 26%;
}
.wimgs_top {
  top: 0;
  left: -2.5%;
}
.wimgs_bottom .wimg:nth-child(1) {
  top: 50%;
  right: -3%;
  transform: translateY(-50%);
}
.wimgs_bottom .wimg:nth-child(2) {
  bottom: 0;
  left: -5.5%;
}
.wimgs_bottom {
  display: contents;
}
.wimgs_top img, .wimgs_bottom .wimg img {
  mask-image: url(../img/mask01.svg);
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/mask01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.wimgs_bottom .wimg:nth-child(2) img {
  mask-image: url(../img/mask02.svg);
  -webkit-mask-image: url(../img/mask02.svg);
}
/*illust*/
.welcome .psr .tl, .welcome .psr .tr, .welcome .psr .bl, .welcome .psr .br {
  width: 45% !important;
  max-width: 153px !important;
}
.welcome .psr .br {
  right: 68% !important;
  bottom: -17% !important;
}
.welcome .psr .tr {
  top: -32% !important;
}
.welcome .leaf {
  top: 40% !important;
}
@media (max-width: 1050px) {
  .welcome .leaf {
    top: 53vw !important;
  }
  .welcome .inner {
    width: 100%;
  }
  .welcome .fitc {
    width: 88%;
    margin: 60px auto 80px;
    max-width: fit-content;
    text-align: left;
    white-space: normal;
  }
  .welcome .fitc p {
    margin-bottom: 15px;
    line-height: 1.9;
  }
  .welcome .fitc p br {
    display: none;
  }
  .wimgs_top, .wimgs_bottom .wimg {
    position: relative;
    width: 22%;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
  }
  .wimgs_top {
    width: 85%;
    margin-left: auto;
    margin-right: 1%;
  }
  .wimgs_bottom {
    width: 100%;
    padding-top: 4.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wimgs_bottom .wimg {
    width: 48%;
  }
  .wimgs_bottom .wimg:nth-child(1) {
    transform: translateY(0);
    margin-top: -8%;
  }
  .welcome .psr .br {
    max-width: 185px !important;
    right: auto !important;
    left: -13%;
    bottom: -2% !important;
  }
  .welcome .psr .tr {
    top: -19% !important;
  }
}
@media (max-width: 750px) {
  .welcome .leaf.tl, .welcome .leaf.tr {
    top: 75vw !important;
  }
  .welcome .leaf.tr {
    right: -7% !important;
  }
  .welcome .psr .tl, .welcome .psr .tr, .welcome .psr .bl, .welcome .psr .br {
    width: 40% !important;
  }
}
@media (max-width: 550px) {
  .welcome .fitc {
    margin: 40px auto 55px;
  }
  .wimgs_bottom {
    display: block;
    padding-top: 0;
  }
  .wimgs_bottom .wimg {
    width: 79%;
  }
  .wimgs_bottom .wimg:nth-child(1) {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .wimgs_bottom .wimg:nth-child(2) {
    margin-left: auto;
  }
  .welcome .psr .tr {
    top: -6% !important;
    right: -20% !important;
  }
  .welcome .psr .br {
    max-width: 115px !important;
  }
}
/* 私たちがこだわっているところ・私たちの活動 ==========================*/
.activities .flexbox:not(:last-of-type) {
  margin-bottom: 70px;
}
.activities .psr .br {
  display: none;
}
.spbr {
  display: none;
}
@media (max-width: 750px) {
  .activities .tr {
    top: -82px !important;
    right: auto !important;
    left: 9px;
  }
  .activities .psr .tr {
    display: none;
  }
  .activities .psr .br {
    display: block;
  }
  .spbr {
    display: block;
  }
}
/**/
.activities .gimgs {
  padding-top: 0 !important;
  padding-bottom: 12%;
}
.activities .gimgs > img:first-of-type {
  width: 70%;
  margin-left: 0;
  margin-right: auto;
}
.activities .gimgs > img:last-of-type {
  top: auto;
  bottom: 0;
}
@media(max-width:750px) {
  .activities .gimgs {
    padding-bottom: 30%;
  }
}
/*list*/
.activities .acheck {
  margin-top: 15px;
}
.acheck li {
  padding-left: 22px;
  position: relative;
  border-bottom: 1px dotted #9e7d5f;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.info_table .acheck li {
  border-bottom: none;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #52b04f;
  position: absolute;
  top: 0;
  left: 0;
}
.midorikai::before {
  top: 50% !important;
  transform: translateY(-50%);
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
.acheck li a {
  color: #8B5A2B;
}
.acheck li a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  margin-left: 7px;
}
.acheck li a:hover {
  opacity: 0.6;
}
/* 作物の紹介 ==========================================================*/
.crops .inner {
  max-width: 1100px;
}
/*img*/
.crops_images {
  display: flex;
  justify-content: space-between;
  width: 98%;
  max-width: 1400px;
  margin: auto;
}
.crops_images img {
  clip-path: polygon(1% 0%, 15% 1%, 28% 2%, 45% 3%, 58% 1%, 73% 1%, 91% 1%, 100% 1%, 100% 13%, 97% 36%, 98% 50%, 98% 74%, 100% 96%, 100% 100%, 72% 98%, 38% 99%, 21% 99%, 3% 99%, 1% 81%, 3% 63%, 3% 42%, 1% 26%);
}
.crwrap {
  width: 49.3%;
  display: flex;
  justify-content: space-between;
}
.cone, .ctwo {
  width: 48.7%;
}
.ctwo img:first-of-type {
  display: block;
  margin-bottom: 4%;
}
.crops_images ul li:nth-child(2n) .cone img {
  clip-path: polygon(2% 0%, 19% 1%, 41% 0, 61% 1%, 78% 3%, 94% 1%, 100% 0%, 99% 19%, 99% 33%, 99% 60%, 98% 80%, 100% 100%, 87% 99%, 73% 99%, 56% 99%, 42% 98%, 28% 98%, 20% 99%, 8% 100%, 1% 98%, 2% 73%, 2% 54%, 3% 38%, 3% 17%);
}
.sp_slider, .sp_slider li {
  display: contents;
}
/*box*/
.wbox .fitc {
  max-width: 667px;
}
.wbox {
  border-radius: 21px;
  position: relative;
  margin-top: -65px;
  padding: 40px;
  background: #fff;
}
.wbox .tr {
  top: -75px !important;
  right: -50px !important;
}
@media (max-width:750px) {
  .crops_images {
    width: 100%;
  }
  .crops_images, .sp_slider, .sp_slider li {
    display: block;
  }
  .sp_slider li {
    margin-left: 0.5% !important;
  }
  .crwrap {
    width: 100%;
  }
  .wbox .tr {
    top: -90px !important;
    right: -5% !important;
  }
}
@media (max-width:550px) {
  .wbox {
    margin-top: -33px;
    padding: 25px 17px;
  }
}
/* 南国バナナ ==========================================================*/
.banana .psr .br {
  bottom: 0 !important;
  right: 0 !important;
}
/* 下層ページトップ ================================================================================================================*/
.fv {
  padding: 110px 0;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: url(../img/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 35%;
  mask-image: url(../img/footer.png);
  -webkit-mask-image: url(../img/footer.png);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  margin-bottom: -7px;
}
.fv .inner {
  width: 95%;
}
.fv h2 {
  text-align: center;
  font-size: clamp(1.9rem, 1.39rem + 1.8133vw, 2.75rem);
  line-height: 1.5;
  z-index: 1;
  font-weight: 500;
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
}
@media(max-width:1095px) {
  .fv {
    padding: 90px 0;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 53px 0;
    background-size: 120%;
    background-position: center;
  }
  .fv h2 {
    -webkit-text-stroke: 5px #fff;
  }
}
/* breadcrumb */
.binner {
  width: 96%;
  max-width: 1600px;
  font-size: clamp(0.7rem, 0.61rem + 0.32vw, 0.85rem);
  position: relative;
  z-index: 1;
  padding-top: 13px;
  margin-bottom: -15px;
}
.breadcrumb {
  display: block;
  width: fit-content;
  margin-left: auto;
  max-width: 1200px;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #52b04f;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/* 小濵農園についてページ =====================================================================================================*/
/* 代表の声 */
.greeting .inner {
  max-width: 1296px;
}
.glast {
  margin-top: 23px;
  text-align: right;
}
.gimgs {
  position: relative;
  padding-top: 10%;
}
.gimgs > img:first-of-type {
  width: 80%;
  margin-left: auto;
  mask-image: url(../img/mask01.svg);
  -webkit-mask-image: url(../img/mask01.svg);
}
.gimgs > img:last-of-type {
  position: absolute;
  width: 47%;
  top: 0;
  right: 0;
}
@media(max-width:750px) {
  .greeting .maintitle {
    margin-bottom: 15px;
  }
  .gimgs {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 112% !important;
    padding-top: 13%;
  }
  .gimgs > img:first-of-type {
    width: 70%;
  }
  .gimgs > img:last-of-type {
    width: 53%;
  }
}
/* 農園概要 */
.overview .inner {
  max-width: 1020px;
}
.overview .maintitle {
  margin-bottom: 23px;
}
/* table */
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 2px solid #ebe1d5;
}
.info_table th {
  background: transparent;
  width: 30%;
}
.info_table th, .info_table td {
  font-weight: 500;
  padding: 27px 0;
}
.info_table tr:first-of-type th, .info_table tr:first-of-type td {
  padding-top: 5px;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 70%;
  background: transparent;
}
@media(max-width: 550px) {
  .overview .maintitle {
    margin-bottom: 10px;
  }
  .info_table tr {
    border-bottom: none;
  }
  .info_table td {
    border-bottom: 2px solid #ebe1d5;
    margin-bottom: 0;
  }
  .info_table td, .info_table th {
    width: 100%;
    padding: 7px 0 20px;
    display: block;
  }
  .info_table th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
  }
}
/* 私たちのこだわりページ =====================================================================================================*/
/* 小濵農園の一年 */
.schedule .inner {
  width: 97%;
  max-width: 1250px;
}
.schedule_sp {
  display: none;
}
@media(max-width: 750px) {
  .schedule .inner {
    width: 88%;
  }
  .schedule_pc {
    display: none;
  }
  .schedule_sp {
    display: block;
  }
}
/* 施設の紹介 */
.facilities .fitc {
  text-align: center;
  margin-bottom: 55px;
}
.facilities .flexbox:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.facilities .flexbox:nth-child(2n) .rounded img {
  mask-image: url(../img/mask02.svg);
  -webkit-mask-image: url(../img/mask02.svg);
}
.facilities .flexbox:not(:last-of-type) {
  margin-bottom: 45px;
}
@media(max-width: 750px) {
  .facilities .fitc {
    text-align: left;
  }
  .facilities .flexbox:not(:last-of-type) {
    margin-bottom: 55px;
  }
}
@media(max-width: 550px) {
  .facilities .fitc {
    margin-bottom: 35px;
  }
}
/* 農園の活動ページ ===========================================================================================================*/
/* 活動の目標 */
.goal .fitc {
  max-width: 1015px;
}
.thrflex_illust .tl, .thrflex_illust .tr, .thrflex_illust .bl, .thrflex_illust .br {
  width: 15% !important;
  max-width: 185px !important;
}
/*img*/
.thrflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 43px;
}
.thrflex div {
  width: 31%;
}
.thrflex div:nth-child(2) {
  margin-top: 20px;
}
.thrflex div:nth-child(3) {
  margin-top: 40px;
}
.thrflex div img {
  mask-image: url(../img/mask01.svg);
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/mask01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.thrflex div:nth-child(2n) img {
  mask-image: url(../img/mask02.svg);
  -webkit-mask-image: url(../img/mask02.svg);
}
@media(max-width: 750px) {
  .thrflex_illust .tl, .thrflex_illust .tr, .thrflex_illust .bl, .thrflex_illust .br {
    width: 43% !important;
  }
  .thrflex {
    display: block;
    margin-top: 72px;
  }
  .thrflex div {
    width: 83%;
    margin-top: 15px !important;
  }
  .thrflex div:nth-child(2n+1) {
    margin-left: auto;
  }
}
@media(max-width: 550px) {
  .thrflex {
    margin-top: 52px;
  }
}
/**/
.act .inner {
  max-width: 1123px;
}
.act .flexbox:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.act .flexbox:nth-child(2n+1) .rounded img {
  mask-image: url(../img/mask02.svg);
  -webkit-mask-image: url(../img/mask02.svg);
}
.act .flexbox:not(:last-of-type) {
  margin-bottom: 60px;
}
@media(max-width: 750px) {
  .act .leaf.bl, .act .leaf.br {
    display: none;
  }
}
/* 修正 写真のレイアウト変更 */
.twimg {
  position: relative;
  padding-bottom: 7%;
}
.twimg img {
  width: 49%;
  display: block;
}
.twimg img:nth-child(1) {
  margin-right: auto;
}
.twimg img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
}
.act .flexbox:nth-child(2n) .twimg {
  padding-bottom: 0;
  padding-top: 7%;
}
.act .flexbox:nth-child(2n) .twimg img:nth-child(2) {
  bottom: auto;
  top: 0;
}
@media(max-width: 750px) {
  .twimg {
    padding: 0 !important;
  }
  .twimg img {
    width: 75%;
  }
  .twimg img:nth-child(2) {
    position: initial;
    margin-top: 15px;
    margin-left: auto;
  }
  .act .flexbox:nth-child(2n+1) .twimg img:nth-child(1) {
    margin-right: 0;
    margin-left: auto;
  }
  .act .flexbox:nth-child(2n+1) .twimg img:nth-child(2) {
    margin-left: 0;
    margin-right: auto;
  }
}
/* 作物の紹介ページ ===========================================================================================================*/
.products_items > div {
  border-radius: 21px;
  background: #fff;
  margin-bottom: 30px;
  padding: 40px;
  align-items: center;
}
.products_items > div:nth-child(2n) {
  flex-direction: row-reverse;
}
.products_items > div .acheck li {
  border-bottom: none;
  padding-bottom: 0;
}
.products_items > div img {
  mask-image: url(../img/mask01.svg);
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/mask01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
/**/
.tl.sugi {
  width: 14% !important;
  max-width: 63px !important;
  left: -8px !important;
}
@media (max-width: 1220px) {
  .products_items > div {
    padding: 25px;
  }
}
@media (max-width: 550px) {
  .products_items > div {
    margin-bottom: 25px;
    padding: 15px;
  }
}
/* よくある質問ページ ===================================================================================================*/
/* 冒頭 */
.ctitle {
  font-size: clamp(1.15rem, 0.94rem + 0.7467vw, 1.5rem);
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 15px;
}
.ctitle:first-letter {
  color: #52b04f;
}
/* よくある質問 */
.faq .inner {
  max-width: 1040px;
}
.faq_items > div {
  border-radius: 21px;
  padding: 20px;
  background: #fff;
}
.faq_items > div {
  border-radius: 21px;
  padding: 25px;
  background: #fff;
}
.faq_items > div:not(:last-of-type) {
  margin-bottom: 17px;
}
.faq_items > div h3 {
  font-weight: 500;
  font-size: clamp(1rem, 0.76rem + 0.8533vw, 1.4rem);
  line-height: 1.6;
  padding-bottom: 18px;
  margin-bottom: 10px;
  position: relative;
}
.faq_items > div h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background: radial-gradient(#ffeaba 18%, transparent 18%) 0 0 / 14px 14px;
}
.faq_items > div h3, .answer {
  position: relative;
  padding-left: 32px;
}
.faq_items > div h3::before, .answer::before {
  position: absolute;
  font-size: clamp(1.1rem, 1.04rem + 0.2133vw, 1.2rem);
}
.faq_items > div h3::before {
  content: "Q.";
  top: 0;
  left: 0;
  opacity: 0.6;
}
.answer::before {
  content: "A.";
  top: -0.2em;
  left: 0.5px;
  color: #52b04f;
}
/* MAP */
.faqmap {
  margin-top: 17px;
}
.faqmap iframe {
  width: 100%;
  height: 350px;
  border-radius: 21px;
}
@media (max-width: 550px) {
  .faq .tl {
    top: -56px !important;
    left: 2px !important;
  }
  .faq_items > div {
    padding: 17px 15px 15px;
  }
  .faq_items > div h3::before, .answer::before {
    top: -0.05em;
  }
  .faqmap iframe {
    height: 200px;
  }
}
/* 問い合わせ・ご相談はこちらから */
.consultation .maintitle {
  font-size: clamp(1.65rem, 1.23rem + 1.4933vw, 2.35rem);
}
.telbox {
  border-radius: 21px;
  padding: 37px 20px 42px;
  margin: auto;
  background: #fff;
  text-align: center;
  max-width: 510px;
  border: 3px solid #52b04f;
}
.telbox a {
  color: #52b04f;
  font-size: clamp(1.4rem, 0.98rem + 1.4933vw, 2.1rem);
}
.telbox a:hover {
  opacity: 0.6;
}
@media (max-width: 550px) {
  .telbox {
    padding: 27px 0px 32px;
  }
}