@charset "utf-8";
/* CSS Document */
/*body{
	background-image: url("../images/about_form/nikukyu3.png");
	background-repeat: no-repeat;
	background-position: right 400px top 80px;
	
}
*/
/*.beforemain h1{
    position: relative;
    border-bottom: medium solid #DADF00;

	margin-bottom: 60px;
	
	line-height: 70px;
}
.beforemain .nikukyu{
	position:absolute;
	top:80px;
	right: 300px;
	
}
*/
/*main{
	background-image: url("../images/about_form/illust.png");
	background-repeat: no-repeat;
	background-position: right 30px top 600px;
}*/
.wrap {
  background-image: url(../images/about_form/nikukyu3.png);
  background-repeat: no-repeat;
  background-position: top 5% right 20%;
}
main {
  background-image: url(../images/about_form/about_bk.png);
  background-repeat: no-repeat;
  background-position: bottom 0% left 1%;
}
main h1 {
  width: 600px;
  /*line-height: 70px;*/
  padding-left: 100px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-bottom: 2px solid #DADF00;
  margin-bottom: 70px; /*
	padding-top:50px;
	width:1280px;
	*/
  /*position: relative;
	left:-160px;
	top:100px;
	*/
}
/*main h1{
	
	padding-left:100px;
	
	
	padding-top:50px;
	width:1280px;
	
	position: relative;
	left:-160px;
	top:100px;
	border-bottom: medium solid #DADF00;

	margin-bottom: 20px;
	
	line-height: 70px;
	
	
}

main .nikukyu{
	position:relative;
	top:-50px;
	left:960px;
	
}
*/
/*イラストの位置*/
main {
  padding-bottom: 20px;
}
main .illustspace {
  position: relative;
}
main .illust {
  position: absolute;
  top: 25%;
  right: 10%;
}
/*標準文字の行高*/
main p {
  line-height: 30px;
}
/*院長紹介エリア*/
main .name span {
  font-size: 25px;
}
main .kana {
  font-size: 12px;
  padding-left: 20px;
}
main section {
  margin-bottom: 60px;
}
main h2 {
  padding: 50px;
  padding-left: 50px;
  background-image:url("../images/about_form/form_icon.png");
  background-repeat: no-repeat;
  background-position: left;
}
main .incho{
	background-image: url("../images/about_form/incho_blue.png");
	background-repeat: no-repeat;
	background-position: left 33px top 30px;

}
main .incho .prof {
  padding: 20px;
}
main .incho img {
  padding-right: 30px;
}

/*main #incho img{
	transform: translate(20px, 20px);
	}*/
main .incho .name {
  padding: 20px;
  padding-bottom: 0px;
}
main .omoi ul {
  /*width: 800px;*/
  padding: 30px;
  flex-wrap: wrap;
  padding-left: 100px;
  padding-top: 100px; /*
	padding-right: auto;
	*/
}
main .omoi li {
  padding-right: 30px;
  margin-bottom: 30px;
}

/*position: relative;*/
/*キャプション部分*/
/*main .omoi li div{
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	padding: 20px;
	background:rgba(17,179,179, .7);
	top:0;
	left:0;
	box-sizing: border-box;
	
}*/
/*アニメーション用にずらしておく*/
/*main li p{
	position:relative;
	top:10px;
}
*/


/*画像キャプション*/
.tiles {
  font-size: 0;
  text-align: center;
  /*position: absolute;*/
  top: 50%;
  left: 50%;
   /*transform: translate(-50%, -50%);*/
}
.tiles .tile {
  display: inline-block;
  margin: 10px;
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.tiles .tile:before {
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.8s;
}
.tiles .tile img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
}
.tiles .tile .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tiles .tile .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  transition-property: top, opacity;
  transition-duration: 0.8s;
  transition-delay: 0s;
}
.tiles .tile .details .title {
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
}
.tiles .tile .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
}
.tiles .tile:focus:before,
.tiles .tile:focus span, 
.tiles .tile:hover:before,
.tiles .tile:hover span {
  opacity: 1;
}
.tiles .tile:focus:before, 
.tiles .tile:hover:before {
  top: 50%;
}
.tiles .tile:focus span, 
.tiles .tile:hover span {
  top: 0;
}
.tiles .tile:focus .title, 
.tiles .tile:hover .title {
          transition-delay: 0.15s;
}
.tiles .tile:focus .info, 
.tiles .tile:hover .info {
          transition-delay: 0.5s;
}



/*ここまで画像キャプション*/

main .omoi .smile {
  color: #dc7974;
  font-weight: bold;
}
main .omoi .sp_img {
  display: none;
}

/*キャッチ・ミー*/
main .catchme{
	/*padding-left:25px;*/
/*position: absolute;*/
}
main a{
	cursor:url(../images/about_form/form_icon.png),pointer;
	
}
main .catch img{
	padding-left:25px;
	
	}

main .catch{
	display: inline-block;
	transition: all 0.1s;
	opacity:0.8;
}
main .catch:hover{
	

	transform: translate(100px,-330px);
	opacity: 0.5;
}

@media screen and (max-width:640px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .inner {
    width: auto;
  }
  /*イラスト非表示*/
  .illust img {
    display: none;
  }
  .wrap {
    background-image: none;
  }
	
	
  main .inner {
    padding: 5px;
  }
  main h1 {
    width: 100%;
    padding-left: 0px;
    padding-top: 70px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  main h2 {
    padding: 20px;
    padding-left: 50px;
    /*text-align:center;*/
  }
  main .inchoshokai {
    margin-left: 90px;
    margin-right: 90px;
  }
main .incho{
	background-image:none;
	}
  main .omoi h2 {
    margin: 0px 20px;
  }
  main .omoi ul {
    display: none;
    /*display:block;*/
    /*flex-direction: column;
	padding-left:0px;
	padding-right:auto;
	padding-top:0px;
	padding:0px;
	*/
  }
  main .omoi li {
    padding-right: 0px;
  }
  main .incho img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main .omoi li img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main .incho img {
    padding-right: 0px;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 20px;
  }
  main .omoi .sp_img {
    display: inherit;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    /*margin-left:auto;
	margin-right:auto;
	*/
  }
  main .omoi p {
    padding: 10px 20px;
  }
}


/*===========
jQueryプラグインinview
===========*/
/*下からフェードイン*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/*ここまでフェードイン*/
/*.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}*/