/*スペース--------------------------------*/
@media screen and (min-width: 751px) {
  :root {
  --section-margin:120px;

  }
  }
  @media screen and (max-width: 750px) {
    :root {
    --section-margin:60px;

    }
  }
/*カラー--------------------------------*/
:root {
--brand-color: #118BAC;
--back-gray:#EFEFEF;
--sub-font:"Hind Madurai", sans-serif;
--sub-brand-color: #845E4F;
--pink-color: #F37498;
--yellow-color: #FFE000;
--green-color: #BCF07F;

}

/*フォントサイズ--------------------------------*/

@media screen and (min-width: 751px) {
:root {
--font-xx: clamp(3.2rem, 0.6957vw + 25.0435px, 3.84rem);
--font-x: clamp(2.4rem, 0.5217vw + 18.7826px, 2.88rem);
--font-l: clamp(1.6rem, 0.3478vw + 12.5217px, 1.92rem);
--font-m: clamp(1.4rem, 0.9rem + 0.8vw, 1.6rem);
--font-s: clamp(1.2rem, 0.2rem + 1.6vw, 1.4rem);
}
}
@media screen and (max-width: 750px) {
  :root {
  --font-xx: 32px;
  --font-x: 24px;
  --font-l: 16px;
  --font-m: 14px;
  --font-s: 12px;
  }
}
.grecaptcha-badge { visibility: hidden; }

html {
font-size: 10px; /* 1rem = 10px に設定 */
font-family: "Noto Serif JP", serif;
scroll-padding: 200px;
scroll-behavior: smooth;
}

body{
font-size: 1.6rem;
margin:0!important;
}
picture {
  display: block;
  line-height: 0;
}

@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(50px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
a{
color: #000;
}

.fade-in-section {
opacity: 0;
transform: translateY(40px);
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-section.is-visible {
opacity: 1;
transform: translateY(0);
}
input:-webkit-autofill
{
/* 色はinput要素の背景色（ここでは#fff）にそろえる */
box-shadow: 0 0 0px 999px #fff inset;
}

input[type="text"]::placeholder {

}

/* Microsoft Edge */
input[type="text"]::-ms-input-placeholder {

}

/* Internet Explorer */
input[type="text"]:-ms-input-placeholder {

}
textarea::placeholder {
/* プレースホルダーの文字色を指定 */
}
input {
border-radius:5px;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;

border: 1px solid #CCC;
border-radius:5px;
padding:10px;
width:100%
}

textarea {
border-radius:5px;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;

border: 1px solid #CCC;
border-radius:5px;
padding:10px;
width:100%
}
.fade-in-section {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-section.is-visible {
opacity: 1;
transform: translateY(0);

}
.zoom_wrap{
width:100%;
overflow: hidden;
}
.zoom-in-section {
opacity: 0.6;

transform: scale(1.2); /* 初期状態を拡大 */
transition: opacity 1.0s ease-out, transform 1.0s ease-out;
}

.zoom-in-section.is-visible {
opacity: 1;
transform: scale(1); /* 通常のサイズに戻す */
}


.fade-in-list {
opacity: 0;
transform: translateY(40px);
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-list.is-visible {
opacity: 1;
transform: translateY(0);
}

.padding-width{
padding-left:4%;
padding-right: 4%;
}


.google_map_wrap{
width:100%;filter: grayscale(100%);
}
.google_map_wrap iframe {
width: 100%;
}



.mb0{
margin-bottom:0!important;
}
p:last-of-type{
  margin-bottom: 0
}


@media screen and (min-width: 751px) {
  .moca_sp{display: none;}
  .moca_pc{display: initial;}
  .main_wrap{
  max-width: 1400px;
  min-width: 1000px;
  margin: auto;
  padding-left:4%;
  padding-right: 4%;
  }
  h2.title {
  font-size: var(--font-x);
  font-weight: 500;
  letter-spacing: 0.4rem;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  }
  h3.sub{
  width: 100%;
  font-size: var(--font-l);
  font-weight: 500;
  letter-spacing: 0.4rem;
  color: var(--brand-color);
  text-align: center;
  margin:0 0 4rem
  }


  a{
  font-size:var(--font-m);
  transition: opacity 0.5s
  }
  a:hover{
  opacity: 0.6;
  }
  p{
    font-size:var(--font-m);
  line-height: 180%;
  margin-bottom:1.2rem;
  letter-spacing: 0.1rem;

  }
  p:last-child {
  margin-bottom: 0;
  }
  .btn_wrap{
  width:100%;
  text-align: center;
  }
  .more_btn{
  position: relative;
  color: #000;
  font-size:1.8rem;
  padding:20px 80px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #000;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  }

}

@media screen and (max-width: 750px) {
  html {
    scroll-padding: 20px;
    }
    
  .moca_pc{display: none!important;}
  .moca_sp{display: block;}
  .main_wrap{
  width:100%;
  margin: auto;
  padding-left:4%;
  padding-right: 4%;
  }
  h2.title {
    font-size: var(--font-x);
    font-weight: 500;
    letter-spacing: 0.4rem;
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
    }
    h3.sub{
    width: 100%;
    font-size: var(--font-l);
    font-weight: 500;
    letter-spacing: 0.4rem;
    color: var(--brand-color);
    text-align: center;
    margin:0 0 4rem
    }
  
  
    a{
    font-size:var(--font-m);
    transition: opacity 0.5s
    }
    a:hover{
    opacity: 0.6;
    }
    p{
      font-size:var(--font-m);
    line-height: 180%;
    margin-bottom:1.2rem;
    letter-spacing: 0.1rem;
  
    }
    p:last-child {
    margin-bottom: 0;
    }
    .btn_wrap{
    width:100%;
    text-align: center;
    }
    .more_btn{
    position: relative;
    color: #000;
    font-size:1.8rem;
    padding:20px 80px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #000;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  
    }

}
