/*スクロールバー非表示*/
body::-webkit-scrollbar {
  display:none;
}
.h__100vh{
  height: 100vh;
}
img{
  object-fit: contain!important;
}
iframe{
  width: 100%;
  aspect-ratio:16/9;
}
/*パンくず*/
.breadcrumb{
  display: flex;
  padding: 30px 40px;
  position: absolute;
  z-index: 999;
  font-weight: bold;
}
.breadcrumb li{
  padding: 0 15px;
  position: relative;
  z-index: 100;
  color: #ffffff;
}
.black__bread li{
  color:#4d4d4d;
}
.breadcrumb li:first-child{
padding-left: 0;
}
.breadcrumb li::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  position: absolute;
  top: 50%;
  left: -7px;
  margin-top: -5px;
  transform: rotate(45deg);
}
.black__bread li::after{
  border-top: solid 3px #4d4d4d;
  border-right: solid 3px #4d4d4d;
}
.breadcrumb li:first-child::after{
  content: '';
  width:0;
  height: 0;
  border-top: solid 0px #ffffff;
  border-right: solid 0px #ffffff;
}
.black__bread li:first-child::after{
  content: '';
  width:0;
  height: 0;
  border-top: solid 0px #4d4d4d;
  border-right: solid 0px #4d4d4d;
}
@media screen and (max-width:600px){
.breadcrumb{
  display: flex;
  padding-top:30px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 99;
}
}
/*共通*/
/*header*/
header{
  width: 100vw;
  z-index: 100;
}
.header-menu-inner,
.header-menu-inner-ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu-inner-ul{
  gap: 2vw;
}
.header-menu-inner{
  padding: 20px 40px;
}
/*ハンバーガー*/
#nav-bar{
  display: none;
}
.nav{

}
@media screen and (max-width:1025px){
  #nav-bar{
    display: block;
    font-size: 2rem;
    color: #ffffff;
  }
  #nav-bar.active{
    display: block;
    font-size: 2rem;
    color: #ffffff;
  }
  #nav-bar{
    position: absolute;/*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 30px;
    height:50px;
    z-index: 1001;
    right: 10px;
  }
  /*ボタン内側*/
  #nav-bar span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 100%;
    }
  #nav-bar span:nth-of-type(1) {
    top:15px; 
  }
  #nav-bar span:nth-of-type(2) {
    top:23px;
  }
  #nav-bar span:nth-of-type(3) {
    top:31px;
  }
  #nav-bar.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  #nav-bar.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
  }
  #nav-bar.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  nav{
    visibility:hidden;
    opacity: 1;
    width: 80%;
    height: 75vh;
    position:absolute;
    width: 95%;
  }
nav.active{
  visibility: visible;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
}
nav.active ul{
  display: block!important;
  padding: 60px;
  background: rgba(0,0,0, .7);
}
.header-menu-inner-ul li{
  line-height: 2;
  padding-top: 10px;
  padding-bottom: 10px;
}
}
@media screen and (max-width:600px){
.header-menu-inner{
  padding: 10px 20px;
}
}
/*header--end*/
/*pagetopボタン*/
#page-bottom{
  line-height: 1.5;
}
#page-bottom a{
    display: flex;
    justify-content:center;
    align-items:center;
    background:#444444;
    color:#ffffff;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; 
    text-decoration: none;
    font-size:0.6rem;
    transition:all 0.3s;
  }
  #page-bottom a:hover{
    background: #777;
  }
  #page-bottom {
    position: fixed;
    right: 10px;
    bottom:10px;
    z-index: 2;
    opacity: 0;
    transform: translateX(100px);
  }
  #page-bottom.LeftMove{
    animation: LeftAnime 0.5s forwards;
  }
  @keyframes LeftAnime{
    from {
      opacity: 0;
    transform: translateX(100px);
    }
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }
  #page-bottom.RightMove{
    animation: RightAnime 0.5s forwards;
  }
  @keyframes RightAnime{
    from {
      opacity: 1;
    transform: translateX(0);
    }
    to {
      opacity: 1;
    transform: translateX(100px);
    }
  }
/*お問い合わせフォーム*/
.wpcf7{
    margin-bottom: 150px;
}
.contactpage__wrap__p{
  text-align: center;
  padding: 0 20px;
}
.wpcf7 form{
    width: 50%;
    margin: 0 auto;
    margin-top: 60px;
}
.contact-form-accept,
.contact-form{
  margin-top: 20px;
}
.contact-form-accept{
  text-align: center;
}
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    display: block;
    padding: 30px 20px;
    margin-right: 10px;
    margin-top: 20px;/*
    border-radius: 5px;*/
    border:solid 1px #000000;
}
input.wpcf7-form-control.wpcf7-submit{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    background: #00598C;
    font-weight: bold;
    color:#ffffff;
    margin: 0 auto;
}
input.wpcf7-form-control.wpcf7-submit:hover{
    opacity: .7;
    transition: .6s;
}
.man{
    background: #e83845;
    color:#ffffff;
    padding: 5px 10px;
    border-radius: 25px;
    font-weight: bold;
    margin-right: 8px;
}
.contact-form-i_b{
  width: 100%;
  display: block;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 5px;
  background: #ffffff;
}
.bf__red{
  position: relative;
}
.bf__red span{
  color:#FB8254;
}
.contact-form__list{
  margin-top: 50px;
}
@media screen and (max-width:1025px){
    .wpcf7 form{
        width: 75%;
        margin: 0 auto;
    }
}
@media screen and (max-width:600px){
    .wpcf7{
        margin-bottom: 50px;
    }
    .wpcf7 form{
        width: 96%;
        margin: 0 auto;
    }
    input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
        padding: 10px 20px;
    }
}