#yoyaku,#hogusi,#hari,#kao,#kyu,#ashi,#suidama,#head,#hight,#set {
  display: none;
}


/*モーダルの横幅を変更したい場合*/
.modaal-content-container{
  max-width: 500px;
  background-color: #F1E8F3;
  background-image: url("../images/asirai.png");
  background-repeat: no-repeat;
  background-position: top 5px left 5px;
  background-size: 30%;
  position: relative;
}
.yoyakuform{
  text-align: center;
}
.formrun{
  margin: 0 auto;
  padding: 20px;
}
.form_inner{
  padding: 20px 0;
}
.form_name_decoration{
  font-weight: 500;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.require{
  padding: 3px 8px;
  background-color: #FFF;
  font-size: 11px;
  text-align: center;
  margin-left: 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
}
.inquiry-form input[type="text"]{
  display: block;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #777}
.inquiry-form input[type="email"]{
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #777}
.inquiry-form textarea{
  display: block;
  height: 300px;
  padding: 10px;}
.modaal-container {
  background-color: transparent !important;
}
.modaal-container img{
  position: absolute;
  width: 50%;
}
.modaal-container h2{
  font-family: Shippori Mincho B1;
  margin-bottom: 5px;
  font-size: 1.8rem;
  padding-top: 10px;
  padding-left: 10px;
}
.modaal-container p{
  font-family: Zen Kaku Gothic Antique;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 20px;
}
.bikou{
  margin-top: 5px;
  font-family: Zen Kaku Gothic Antique;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 10px;
}
.modaal-container ul{
  font-family: Zen Kaku Gothic Antique;
  font-size: 1.4rem;
  font-weight: 400;
  list-style: none;
  padding-left: 20px;
}
/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#F1E8F3;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

@media(max-width:768px) {
  .formrun input[type="text"],.formrun input[type="email"],.formrun textarea{
    width: 100%;
  }
}
@media(min-width:768px) {
.modaal-content-container{
  max-width: 100%;
  margin-right: 150px;
  margin-left: 150px;
  background-color: #F1E8F3;
  background-image: url("../images/asirai.png");
  background-repeat: no-repeat;
  background-position: top 20px left 20px;
  background-size: 30%;
  position: relative;
  padding: 60px;
}
  .modaal-container img{
  position: absolute;
  width: 50%;
}
.modaal-container h2{
  font-family: Shippori Mincho B1;
  margin-bottom: 5px;
  font-size: 1.8rem;
  padding-top: 50px;
  padding-left: 50px;
}
.modaal-container p{
  font-family: Zen Kaku Gothic Antique;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 100px;
}
  /* .formrun{
  margin: 0 auto;
  padding: 50px;
}
  .form_inner{
    display: flex;
  }
  .formrun label{
    width: 36%;
  }
  .form_name_decoration{
    width: 260px;
    vertical-align: top;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .formrun input[type="text"],.formrun input[type="email"],.formrun textarea{
    width: 100%;
  }
  .inquiry-form textarea{
    width: 100%;
    padding: 10px;
    display: block;
    border:solid 1px #777;
  }
  .inquiry-form input[type="text"]{
    width: 100%;
  }
.bikou{
  margin-top: 5px;
  padding-left: 50px;
  font-family: Zen Kaku Gothic Antique;
  font-size: 1.4rem;
  font-weight: 400;
} */
.modaal-container ul{
  font-family: Zen Kaku Gothic Antique;
  font-size: 1.4rem;
  font-weight: 400;
  list-style: none;
  padding-left: 150px;
}
  }