@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 62.5%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	letter-spacing:-0.1rem;
	color: #000;
	letter-spacing: -0.04rem;
}
h2 {
	color: #000;
	line-height: 160%;
}
img {
	vertical-align: top;
}
span {
	vertical-align:baseline;
	line-height:100%;
}
#container {
}
  #container p{
    font-size: 1.8rem;
    line-height: 1.8;
  }
/* コンテンツのフェイドイン */							
/* 画面外にいる状態 */
.fadein {
    opacity : 0.0;
    transition : all 800ms;
    }
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    }

	/* mainvisual */
	#visual {
		width: 100%;
		min-width: 1120px;
		overflow: hidden;
	}
		#visual-image {
			position: relative;
			left: 50%;
			margin-left: -1000px;
		}
  
.mitsuya_banner {
  width: 960px;
  margin: 0px auto 80px;
}
    .mitsuya_banner img {
      width: 100%;
    }
.introcontent{
  width: 100%;
  margin: 0px auto;
  background-position: center;
  background-image: url("../images/introcontent_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 120px;
  padding-bottom: 120px;
  box-sizing: border-box;  
  position: relative;
  top: -180px;
  z-index: -9999;
  min-height: 660px;
  margin-bottom: -120px;
}
.introcontent_inner {
  width: 1120px;
  margin: 0px auto;
  padding-top: 120px;
}
  .introcontent_inner h2{
    text-align: center;
    font-size: 4.0rem;
    line-height: 1.8;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
  .introcontent_inner p{
    margin-top: 20px;
  }
  
.kaizen{
  width: 960px;
  margin: 0px auto 0px;
  text-align: center;
}
  .kaizen_img {
    width: 720px;
    height: auto;
    margin: 0px auto;
  }
    .kaizen_img img {
      width: 100%;
      height: auto;
    }
.effect01{
  width: 960px;
  margin: 60px auto 0px;
  text-align: center;
}
  .effect01_img {
    width: 720px;
    height: auto;
    margin: 0px auto;
  }
    .effect01_img img {
      width: 100%;
      height: auto;
    }
    
.effect02{
  width: 960px;
  margin: 80px auto 0px;
  text-align: center;
}
  .effect02_img {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
    .effect02_img img {
      width: 100%;
      height: auto;
    }
    .effect02 p{
      margin-top: 10px;
    }
    
.voice{
  width: 800px;
  margin: 60px auto 0px;
  text-align: center;
}
  .voice_img {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
    .voice_img img {
      width: 100%;
      height: auto;
    }
    
.price{
  width: 800px;
  margin: 60px auto 0px;
  text-align: center;
}
  .price_img {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
    .price_img img {
      width: 100%;
      height: auto;
    } 
  .price h2{
    width: 200px;
    margin: 0px auto 40px;
    }    
  .price h2 img{
    width: 100%;
    height: auto;
    }

    
.shop{
  width: 960px;
  margin: 60px auto 0px;
  text-align: center;
}
  .shop_img {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
    .shop_img img {
      width: 100%;
      height: auto;
    } 
  .shop h2{
    width: 200px;
    margin: 0px auto 40px;
    }    
  .shop h2 img{
    width: 100%;
    height: auto;
    }

  .shop_info{
    width: 100%;
    margin-top: 80px;
  }
    .shop_info dl {
      border-bottom: 1px solid #2cb93e;
      display: flex;
      justify-content: flex-start;
      padding-bottom: 20px;
      margin-top: 40px;
    }
      .shop_info dl dt {
        width: 30%;
        text-align: left;
        font-size: 2.0rem;
        font-weight: bold;
        box-sizing: border-box;
        padding-left: 0%;
      }
      .shop_info dl dd {
        width: 70%;
        text-align: left;
        font-size: 2.0rem;
        line-height: 1.4;
      }
      .shop_info_map{ 
        width: 100%;
        height: 400px;
        margin-top: 20px;
        }
        .shop_info_map iframe{
          height: 400px;
        }
        .hpb_btn {
          margin-top: 32px;
          text-align: center;
        }
          .hpb_btn a {
            font-size: 20px;
            background-color: #7030A0;
            padding: 18px;
            width: 220px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            font-weight: bold;
            color: #FFF;
            margin: 0px auto;
            box-shadow: 2px 2px 1px #CCC;
          }
.kansyu{
  width: 100%;
  height: auto;
  margin-top: 40px;
  
}
  .kansyu_head{
    width: 100%;
    margin: 0px auto;
    background-color: #215e17;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .kansyu_head h3 {
    width: 900px;
    margin: 0px auto;
    font-size: 2.8rem;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .kansyu_head h3 span {
    background: linear-gradient(transparent 76%, #ffdb15 76%);
}
  .doctors{
    width: 960px;
    margin: 0px auto;
  }
    .doctors img {
      width: 100%;
      height: auto;
    }
    .doctors_img{
      width: 960px;
      margin-top: 20px;
    }
    .doctors_info{
      margin-top: 20px;
    }
    .doctors_info_one {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 40px;
    }
    .doctors_info_img{
      width: 220px;
      margin-right: 40px;
    }
    .doctors_info_data{
      width: 345px;
    }
    .doctors_info_deprome{
      width: 300px;
    }
    
    .doctors_info_data h3{
      font-size: 2.4rem;
      margin-bottom: 20px;
      font-weight: bold;
    }
    .doctors_info_data_prof {
      border-top: 1px solid #2cb93e;
      border-bottom: 1px solid #2cb93e;
      padding-top: 20px;
      padding-bottom: 14px;
    }
    .doctors_info_data_prof p{
      font-size: 1.6rem!important;
      line-height: 1.4!important;
      margin-bottom: 10px;
    }
    
  .mosinfo{
    text-align: center;
    margin-top: 100px;
  }
    .mosinfo_img{
      width: 80px;
      height: auto;
      margin: 0px auto;
    }
      .mosinfo_img img {
        width: 100%;
      }
    .mosinfo p{
      font-size: 1.4rem!important;
      margin-top: 10px;
    }
  
.recruit{
  width: 840px;
  margin: 60px auto 0px;
}
  .recruit_head{
    text-align: center;
    margin-bottom: 20px;
  }
    .recruit_head h2 {
      font-size: 3.8rem;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
      font-weight: bold;
      color: #5a5a5a;
      line-height: 1.2;
    }
    .recruit_catch{
      color: #43b149;
      font-weight: bold;
      font-size: 2.0rem;
      text-align: center;
    }
  .recruit_data{
    margin-bottom: 40px;
  }
  .recruit_data dl {
    border-bottom: 1px solid #2cb93e;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 20px;
    margin-top: 40px;
    line-height: 1.8;
  }
    .recruit_data dl dt {
      width: 30%;
      text-align: left;
      font-size: 2.0rem;
      font-weight: bold;
      box-sizing: border-box;
      padding-left: 0%;
      padding-left: 10px;
    }
    .recruit_data dl dd {
      width: 70%;
      text-align: left;
      font-size: 2.0rem;
      padding-left: 10px;
    }
  .recruit_contact{
    text-align: center;
  
  }
  .recruit_contact p{
    color: #43b149;
    font-size: 3.0rem;
    font-weight: bold;
    display: inline-block;
  }
  .recruit_contact a{
    font-size: 4.0rem;
    color: #fc985e;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
    }
    .recruit_contact a:before {
      content: "";
      background-image: url(../images/icon_tel.svg);
      background-repeat: no-repeat;
      background-position: center left;
      background-size: 34px 34px;
      padding-left: 34px;
      padding-top: 10px;
      padding-bottom: 10px;
      }
    p.recruit_contact_caption{
      font-size: 1.0rem;
      color: #4a271f;
      display: block;
      font-weight: normal;
    }
    #shop{
      width: 960px;
      margin: 0px auto;    
    }
       .shopheader {
        background-image: url(../images/shophead_bg.jpg);
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 100%;
        text-align: center;
        height: 200px;
        margin-bottom: 120px!important;
        font-size: 2.4rem;
        font-weight: bold;
        padding-top: 80px;
        box-sizing: border-box;
        }
       .shopinfo_header {
        background-image: url(../images/shophead_bg.jpg);
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 100%;
        text-align: center;
        height: 200px;
        margin-bottom: 120px!important;
        font-size: 2.4rem;
        font-weight: bold;
        padding-top: 80px;
        box-sizing: border-box;
        }
        .shoplist {
          width: 88%!important;
          margin: 80px 6% 0px!important;
        }
          .shoplist h2 {
            font-size: 2.4rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
          }
          .shoplist ul li {
            border-bottom: 1px solid #111;
            padding-bottom: 10px;
            margin-bottom: 20px;
          }
          .shoplist ul li  a{  
            display: block;
            color: #000;
            font-size: 1.8rem;
            padding: 15px 0;
            background: url(../images/arr.png) no-repeat center right;
            background-size: 8px;
            font-weight: bold;
          }
  
  
  
  
/* footer */	
footer {
	background-color: #323232;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-top: 40px;
}
.footer_content{
  height: 260px;
  background-color: #215e17;
}
  .footer_content_img{
    width: 960px;
    margin: 0px auto;
  }
  .footer_content_img img {
    width: 100%;
    height:auto;
  }
	.footer_copyright {
		width: 900px;
		margin: 0px auto;
		color: #FFF;
    text-align: center;
	}
   footer .footer_copyright p {
      font-size: 1.2rem!important;
      color: #FFF!important;
    }
					




/* ページトップへ戻る */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	background: #CCCCCC;
	opacity: 0.6;
	border-radius: 50%;
	}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	line-height: 25px;
	}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	}
					
	@media screen and (min-width:981px) {
		.hidden_pc {
			display:none!important;
		}
	}
	/* スマホ */
	@media screen and (max-width:980px) {
		.hidden_sp {
			display:none!important;
		}
	}
