@media screen and (min-width:375px) {
  .br_onoff {
    display: none;
  }
  }
  
  @media screen and (max-width:376px) {
    .br_onoff {
      display: none;
    }
    }


@media screen and (max-width:821px) {
  .br_onoff2 {
    display: none;
  }
}

@media screen and (min-width:1000px) {
  .br_onoff3 {
    display: none;
  }
}



.c-buttonContact.mail .content::before {
  background-image: url("../images/LINE_APP_Android.png");
}


.new_cv_1003_txt{
  color: #654f02;
  margin-top: 50px;
  font-size: 2.2rem;
  text-align: center;
}
.new_cv_1003_txt2{
  color: #654f02;
  margin-top: 50px;
  font-size: 2.2rem;
  text-align: center;
}
.new_cv_1003_box{
  margin: 40px auto 0;
  background-color: #395790;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  display: table;
  padding: 16px;
  border-radius: 30px;
  text-align: center;
  line-height: 0.8;
  width: calc(85% - 180px);
  font-size: 3.6rem;
}
.new_cv_1003_box2{
  margin: 20px auto 0px auto;
  background-color: #395790;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  display: table;
  padding: 16px;
  border-radius: 30px;
  text-align: center;
  line-height: 0.8;
  width: calc(75% - 160px);
  font-size: 3.6rem;
}
.new_cv_1003_box3{
  margin: 0px auto;
  background-color: #395790;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  display: table;
  padding: 16px;
  border-radius: 30px;
  text-align: center;
  line-height: 0.8;
  width: calc(70% - 50px);
  font-size: 3rem;
}
@media screen and (max-width: 768px){
  .new_cv_1003_txt{
    display: none;
  }
  .new_cv_1003_box{
    display: none;
  }
  .new_cv_1003_box3{
    display: none;
  }
  .new_cv_1003_box2{
    display: none;
  }
  .new_none{
    display: none;
  }
  .new_cv_1003_txt2{
    color: #654f02;
    font-size: 2.2rem;
    text-align: center;
    margin-top: 0px;
  }
}

.new_c-buttonContact:hover {
  opacity: .7;
}
.new_c-buttonContact{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  background-color: #F8C003;
  border-radius: 30px;
}
.new_c-buttonContact.tel .content::before {
  background-image: url(../images/icon_tel.png);
}
.new_c-buttonContact .content::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -44px;
  display: block;
  content: "";
  width: 34px;
  height: 34px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px){
.p-contact__link .c-buttonContact2 {
    border-radius: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}

/* @media screen and (max-width: 500px){
  .p-mv__bg{
    width:100%;
    height:223%;
    background-image:url("../images/nv-sp500.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    background-position:right center;
  }
} */
@media screen and (min-width: 501px){
  .p-mv__bg img{
    display: none;
  }
}


@media screen and (max-width: 500px){
  .u-vert span{
    display: none;
  }
  .p-mv__teeth{
    display: none;
  }
  .p-mv__logo{
    display: none;
  }
  /* horish */
  .p-mv{
    margin-bottom: 0;
    height: 100%;
  }
  .p-mv__right{
    position: static;
    display: none;
  }
  .p-mv__bg{
    width: 100%;
  }
  .p-mv__bg img{
    width: 100%;
  }
}

@media screen and (min-width: 768px){
  .sp_onon{
    display: none;
  }

}
@media screen and (max-width: 768px){
  .p-sec05__desc2{
    background-color: #FFFFFF;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px){
  .p-sec12__desc2{
    background-color: #FFFFFF;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-sec12{
    background-color: #F4F1E6;
  }
  .google-maps{
    position: relative;
    padding-bottom: 65%; // これが縦横比
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  }
}
@media screen and (max-width: 501px){
  .topvew{
    width: 100%;
    display: none;
  }
  .sp-8point{
    display: none;
  }
  .miki{
    display: none;
  }
}
@media screen and (min-width: 500px){
  .topvew{
    width: 100%;
  }
}

.sp-8point{
  width: 60%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.sp-off{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4F1E6;
}
.pcaddress{
  width: 50%;
  height: auto;
}
.pc-map{
  width: 100%;
  height: auto;
}
.iframe_pc {
  width: 92%;
  aspect-ratio: 16/10; //アスペクト比（縦横比）を指定
}
