.grecaptcha-badge { visibility: hidden; }

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

body{
font-size: 1.6rem;
margin:0!important;
color: var(--basic-color);
}
picture {
display: block;
line-height: 0;
}

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

.page-width{
max-width: var(--page-max-width);
min-width: var(--page-min-width);
margin: auto;
padding-left:var(--page-padding);
padding-right: var(--page-padding);
}
.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 {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 10px;
  width: 100%;
}

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

border: 1px solid #000;
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
}

.viewmore{
  display: inline-block;
}
.viewmore img.btn_img{
  width: 100px;
}

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

  .moca_sp{display: none!important;}
  .moca_pc{display: initial;}

  .main_wrap{
  max-width: var(--page-width);
  width: 100%;
  min-width: var(--page-min-width);
  margin: auto;
  
  }
  h2.title {
  width: 100%;
  display: block;
  font-size: var(--font-x);
  font-weight: 700;
  
  text-align: center;
  color: var(--primary-color);
  margin-bottom: var(--section-margin1);
  }




  h3.sub{
  width: 100%;
  font-size: var(--font-l);
  font-weight: 500;
  
  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%;
  font-weight: 500;
  margin-bottom:1.2rem;
  letter-spacing: 0.2rem;

  }
  p:last-child {
  margin-bottom: 0;
  }
  .btn_wrap{
  width:100%;
  text-align: center;
  }
  a.more_btn{
  display: inline-block;
  background: linear-gradient(90deg, #0056ff 0%, #00bfff 100%);
  color: #fff;
  font-size: var(--font-m);
  font-weight: 700;
  border-radius: 24px;
  padding: 0.8em 2.5em;
  margin-top: 1em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  transition: opacity 0.3s, box-shadow 0.3s, transform 0.2s;
  border: none;
  width: auto;
  min-width: 160px;
  max-width: 200px;
  }

}

@media screen and (max-width: 768px) {
  html {
  scroll-padding: 20px;
  }

  .moca_pc{display: none!important;}
  .moca_sp{display: block;}
  .main_wrap{
    max-width: var(--page-width);
    width: 100%;
    min-width: var(--page-min-width);
    margin: auto;
  }  
  
  h2.title {
    width: 100%;
    display: block;
    font-size: var(--font-x);
    font-weight: 700;
    
    text-align: center;
    color: var(--primary-color);
    margin-bottom: var(--section-margin3);
    }




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

  }
  p:last-child {
  margin-bottom: 0;
  }
  .btn_wrap{
  width:100%;
  text-align: center;
  }
  .btn_wrap{
  width:100%;
  text-align: center;
  }
  a.more_btn{
  display: inline-block;
  background: linear-gradient(90deg, #0056ff 0%, #00bfff 100%);
  color: #fff;
  font-size: var(--font-m);
  font-weight: 700;
  border-radius: 24px;
  padding: 0.8em 2.5em;
  margin-top: 1em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  transition: opacity 0.3s, box-shadow 0.3s, transform 0.2s;
  border: none;
  width: auto;
  min-width: 160px;
  max-width: 200px;
  }
  
}


