@charset "utf-8";
/* CSS Document */

/*================トップページ====================*/

.mv{
	background-image:url("../img/top_mv.jpg");
	width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;        /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
  /*height: 576px;*/
	position: relative;
}
.mv::before{
	content: '';
	width:100%;
	height: 100%;
	background-color: #ffffff;
	position: absolute;
	top:0;
	left:0;
	opacity: 0.2;
}
.mv-logo_main-slogan_area{
	position: absolute;
  	left: 50%;
  	top: 50%;
  	transform: translate(-50%,-50%);
}
.mv-logo{
	text-align: center;
	background-color: rgba(248,248,248,0.73);
	padding: 25px 45px 15px;
	margin-bottom: 20px;
}
.main-slogan{
	font-size: 31px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: rgba(255,255,255,1.00);
	text-align: center;
	text-shadow: 0 0 10px #000000, 0 0 20px #000000, 0 0 30px #000000, 0 0 40px #000000;
}
@media screen and (max-width:768px){
	.mv{
		background-image:url("../img/top_mv_s.jpg");
		height: 60vh;
	}
	.main-slogan{
		font-size: 25px;
		}
	.mv-logo_main-slogan_area{
		width: 80%;
	}
}
/*======================
	sec01-introduction
======================*/
.intro-erea{
	margin: 35px auto;
	background-image: url("../img/S__201777155.jpg");
	background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
	padding: 40px 0;
}

.intro_text h4{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	padding-top:40px; 
	font-size: 22px;
	font-weight: 500;
	line-height: 35px;
	padding-bottom: 20px;
}
.intro_text p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	text-align: center;
}
.intro_text{
	padding-bottom: 45px;
	background: rgba(254,254,254,0.70);
	margin-top: 40px;
	margin-bottom: 45px;
	border-radius: 20px;
	}
@media screen and (max-width:768px){
	.slogan {
		font-size: 24px;
		padding-top:30px;
		margin-bottom: 30px;
		line-height: 40px;
	 }
	 .intro-erea{
		margin: 20px auto;
		padding: 20px 0;
	}
	.intro_text h4{
		text-align: justify;
		font-size: 18px;
		line-height: 26px;
		padding: 30px 10px 5px;
	}
	.intro_text p{
		font-size: 17px;
		text-align: justify;
		line-height: 22px;
		padding: 0 10px 5px;
	}
	.intro_text{
		padding-bottom: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
/*======================
	sec02-problem
======================*/
.checklist{
	border: 4px solid #91CAD3;
	padding: 10px 0 10px 50px;
	background-image: url("../img/stiff-shoulder.png");
	background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: right;/*背景画像の位置を右側に*/
   	background-size: contain;/*背景画像が.slider-item全体を覆い表示*/
	position: relative;
	margin: 50px auto;
}
.checklist li{
	list-style: none;
	position: relative;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 5px 5px 5px 50px;
	margin: 10px 0;
		}
.checklist li::before{
	position: absolute;
	left: 10px;
	top: 5px;
	content: url("../img/checkicon.png");
		}
@media screen and (max-width:768px){
	.checklist{
		border: 2px solid #91CAD3;
		padding: 30px 0 30px 5px;
		background-color:rgba(255,255,255,0.60);
		background-blend-mode:lighten;
		margin: 30px auto 10px;
	}
	.checklist li{
		list-style: none;
		position: relative;
		font-size: 18px;
		line-height: 20px;
		padding: 3px 5px 3px 50px;
		margin: 10px 0;
		}
}
.checklist li::before{
	content: url("../img/checkicon_s.png");
		}
/*======================
	sec03-speciality
======================*/
.sec03-speciality{
	margin-bottom: 50px;
}
.speciality-list{
	flex-wrap: wrap;
	}
.speciality-list li{
	list-style: none;
	margin-top: 30px;
	margin-bottom: 30px;
	}
.speciality-list li h4{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 22px;
	padding-top: 10px;
	font-weight: 500;
}
@media screen and (max-width:1000px){
	.speciality-list{
		justify-content: space-around;
	}
}
@media screen and (max-width:768px){
	.sec03-speciality{
		margin-bottom: 30px;
}
	.speciality-list{
		flex-direction: column;
		align-items: center;
	}
	.speciality-list li{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.speciality-list li h4{
		padding-top: 5px;
	}
}
/*======================
  sec04-firsttime-price
======================*/
.firsttime-price-wrap{
	background-image: url("../img/plant-bgimg.jpg");
	background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: right;/*背景画像の位置を中央に*/
   	background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
	background-color:rgba(255,255,255,0.60);
	background-blend-mode:lighten;
	padding-top;40px;
	padding-bottom: 20px;
	/*height: 670px;*/
	/*height: 80vh;*/
}
.price-area{
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	flex-wrap: wrap;
		}
.price-area img{
	margin: 15px 25px;
}
.contact-text{
	max-width: 1000px;
	margin: 0 auto;
	}
.contact-text p{
	text-align: right;
	font-size: 20px;
}
.tel-wrap{
	width:25%;
	max-width: 250px;
	padding: 15px 30px;
	background-color: #F9E9CD;
	border-radius: 20px;
	margin: 10px 0px 30px auto;
}
.tel-wrap p{
	font-size: 15px;
	padding-bottom: 5px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}
.contact-tellno a{
	text-align: center;
	font-size: 29px;
	line-height: 25px;
	}
@media screen and (max-width:1000px){
	.price-area img{
		max-width: 350px;
		width: 100%;
		margin: 10px 10px;
	}
}
@media screen and (max-width:768px){
	.price-area {
		flex-direction: column;
		align-items: center;
	}
	.price-area img{
		max-width: 370px;
		width: 100%;
		margin: 10px 5px;
	}
	.contact-text p{
		text-align: center;
		font-size: 16px;
	}
	.tel-wrap{
		width:96%;
		max-width: 250px;
		padding: 15px 30px;
		margin: 10px auto 30px auto;
}
}
/*======================
	sec05-treatment
======================*/
.sec05-treatment{
	background: url("../img/treatment-bgimg.jpg")no-repeat center /cover;
	background-color:rgba(255,255,255,0.50);
	background-blend-mode:lighten;
	padding-bottom: 20px;
}
.treatment_box_area{
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
	}

.treatment_box{
	width: 200px;
	text-align: center;
	padding: 30px 20px 30px;
	margin: 45px 25px 50px;
	background-color: #fff;
	border: 4px solid #91CAD3;
	border-radius: 10px;
}

.treatment_box :hover{
	opacity: 0.5;
}
.treatment_box img{
	padding: 10px 0;
}
.treatment_box h3{
	font-size: 20px;
	font-family: "dnp-shuei-mincho-pr6", "sans-serif";
	font-weight: normal;
	padding-bottom: 10px;
}
@media screen and (max-width:768px){
	.treatment_box{
		width: 130px;
		padding: 10px 10px;
}
	}
@media screen and (max-width:500px){
	.treatment_box{
		padding: 5px;
		margin: 10px 5px;
	}
	.treatment_box h3{
	font-size: 16px;
	}
}
/*======================
	sec06-information
======================*/
.logo{
	text-align: center;
	margin: 20px auto;
}
.info_wrap{
	margin-top: 50px;
	margin-bottom: 45px;
}
.contact-text{
	padding-left: 20px;
}
.info-tel p{
	text-align: center;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
}
.info-telno{
	font-size: 30px;
}
.info-telno span{
	font-size: 15px;
	border: 1px solid #3B3A3A;
	margin-left: 20px;
}
.info-address{
	text-align: center;	
}
.reception_text{
	font-size: 15px;
	margin-top: 5px;
	margin-left: 20px;
}
.info-station{
	margin: 10px auto;
	}
.near-st dt{
	width: 45%;
	padding-bottom: 2px;
	padding-right: 5px;
}
.info_right{
	width: 48%;
}
.sns-bar{
	background-color: #F9E9CD;
	padding-top: 50px;
	padding-bottom: 50px;
}
.line-bar{
	max-width: 750px;
	width: 98%;
	padding-bottom: 40px;
	margin: 0 auto;
	
}
.insta-bar{
	max-width: 750px;
	width: 98%;
	margin: 0 auto;
}

/*診療時間テーブル(トップページSec06当院情報)
======================*/
.biz-hour {
  border-collapse: collapse;
}
.biz-hour th {
  /* １番上の線 */
  border-top: 1px solid #A28C63;
}
.biz-hour th, .biz-hour td {
  padding: 10px 20px;
  text-align: center;
  /* ２番目以降の線 */
  border-bottom: 1px solid #A28C63;
}
/* 上段の背景色 */
.biz-hour th {
  /* background: pink; */
  font-weight: normal;
}

@media screen and (max-width:768px){
	.info_wrap{
		width: 90%;
		display: block;
		flex-direction: column-reverse;
		align-items: center;
		}
	.biz-hour {
		width: 100%;
		text-align: center;
	}
	.info_right{
		margin: 0 auto;
		width: 98%;
	}
	.line-bar{
		padding-bottom: 10px;
}
	.sns-bar{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 599px) {
	  .biz-hour {
		max-width: 370px;
		width: 100%;
  }
  	.biz-hour th, .biz-hour td {
  		padding: 5px 5px;
  }
  	.near-st dt{
		width: 55%;
			}
	.near-st dd{
		width: 45%;
			}
}

/*================『当院について』のページ====================*/
.about-wrap{
	background: url("../img/clinic/clinic-bg.jpg")no-repeat center /cover;
	background-color:rgba(255,255,255,0.80);
	background-blend-mode:lighten;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lead_text ul{
	font-size: 17px;
}
.lead_text ul{
	padding-left: 1em;
}
.clinic-img img{
	margin-top: 30px;
	}

@media screen and (max-width:768px){
	.clinic-img img{
	margin-bottom: 10px;
	}
}

/*================『施術内容・料金』のページ====================*/
/*======================
sec01-treatment施術内容
======================*/
.lead_text{
	margin-top: 50px;
	margjin-bottom:50px;
}
.lead_text h3{
	font-size: 20px;
	line-height: 25px;
	color: #91CAD3;
	padding-top: 5px;
	padding-bottom: 10px;
}
.lead_text p{
	font-size: 17px;
}
.menu-box{
	position: relative;
	width: 95%;
	margin: 50px auto;
	border: 2px solid #91CAD3;
}
.menu-box h4{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.8em;
	color: #91CAD3;
	padding: 0 1em;
	margin: 0;
	background-color: white;
	transform: translateY(-60%) translateX(1em);
}
.treatment-wrap{
	width: 95%;
	padding: 30px 20px;
}
.treat-text{
	width: 68%;
}
.treat-text p{
	font-size: 17px;
}
.treat-text ul{
	font-size: 17px;
	list-style: none;
}
.treatment-wrap span{
	font-weight: bold;		
		}
.treat-img{
	width: 30%;
}
.treat-img img{
	width: 100%;
}
@media screen and (max-width: 1000px){
	.menu-box{
		width: 98%;
	}
	.treat-text{
		width: 58%;
		font-size: 17px;
	}
	.treat-img{
		width: 40%;
	}
}
@media screen and (max-width:768px){
	.lead_text h3{
		font-size: 18px;
		line-height: 22px;
	}
	.lead_text p{
		font-size: 16px;
}
	.treatment-wrap{
		flex-direction: column;
	}
	.treat-text{
		width: 90%;
		font-size: 17px;
		margin: 0 auto;
}
	.treat-img{
		width: 70%;
		margin: 20px auto 0;
	}
}
@media screen and (max-width:500px){
	.menu-box{
		width: 98%;
	  	margin: 50px auto;
		}
	.menu-box h4{
		font-size: 22px;
		padding: 0 0.5em ;
	}
	.treatment-wrap{
		padding: 20px 0;
		margin: 0 auto;
	}
	.treat-text{
		width: 98%;
			}
	.treat-text p{
		font-size: 16px;
	}
	.treat-text ul{
		font-size: 16px;
	}
	.treat-img{	
		width: 90%;
	}
}
/*======================
 sec02-fee施術料金
======================*/	
.fee-ttl{
	position: relative;
    display: flex;
    align-items: center;
	margin-top: 50px;
    margin-bottom: 18px;
    padding: 18px 18px;
    background: #ebf5f6;
    border-radius: 12px;
    line-height: 1;
    font-size: 22px;
    letter-spacing: 0.12em;
	}
.fee-ttl::before{
	position: relative;
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    border-radius: 50%;
    background: #4bbfd9;
    content: "";
}
.hoken-jiyu-shinryo{
	max-width: 800px;
	width: 98%;
	margin: 0 auto;
}
.hoken-jiyu-shinryo h4{
	font-size: 19px;
	text-align: center;
	color: #4bbfd9;
	margin-bottom: 10px;
}
.hoken-jiyu-shinryo ul{
	text-align: center;
	padding: 15px 40px;
	margin: 0 auto 30px;
	border: 1px solid #cccccc;
	list-style: none;
}
.hoken-jiyu-shinryo ul{
	text-align: left;
}
.hoken-jiyu-shinryo p{
	margin: 0 auto;
}
.sec02-fee{
	margin-bottom: 50px;
}
.indent{
	padding-left:1em;
		text-indent:-1em;
}
@media screen and (max-width:768px){
	.hoken-jiyu-shinryo h4{
		font-size: 17px;
		line-height: 19px;
	}
	.hoken-jiyu-shinryo ul{
		padding: 15px 0px;
		
	}
	.hoken-jiyu-shinryo ul li{
		font-size: 16px;
		
	}
	.hoken-jiyu-shinryo p{
		font-size: 16px;
	}
}
/*================『スタッフ』のページ====================*/
.lead_text{
	margin: 80px auto;
}
.doc-text{
	width: 55%;
	line-height: 30px;
}
.doc-pct{
	width: 38%;
}

.doc-profile{
	margin: 80px auto 10px;
	padding: 100px 0;
	background: url("../img/staff/profile-bg.jpg")no-repeat center /cover;
	background-color:rgba(255,255,255,0.50);
	background-blend-mode:lighten;
}
.profile,.background{
	width: 40%;
	background-color:rgba(255,255,255,0.70);
	background-blend-mode:lighten;
	padding: 20px 20px 20px 35px;
	border-radius: 30px;
}
.profile-wrap h4{
	font-size: 18px;
	color: #91CAD3;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.profile-wrap h5{
	padding-bottom: 5px;
}
.profile-list{
	font-size: 17px;
	line-height: 30px;
}
.profile-list dt{
	font-weight: 600;
	width: 35%;
}

@media screen and (max-width:768px){
	.lead_text{
		flex-direction: column;
		margin: 0 auto;
		
	}
	.doc-text{
		width: 98%;
		line-height: 25px;
}
	.doc-pct{
	width: 90%;
	margin: 20px auto 0;
}
	.profile-wrap{
		flex-direction: column;
		
	}
	.profile,.background{
		width: 85%;
		background-color:rgba(255,255,255,0.80);
		border-radius: 10px;
		margin-bottom: 10px;
}
	.profile-list dt{
		width: 30%;
		font-size: 16px;
}
	.profile-list dd{
		font-size: 16px;
}
	.doc-profile{
		margin-top: 50px;
		padding: 70px 0;
		background: url("../img/staff/profile-bg-s.jpg")no-repeat center /cover;
		background-color:rgba(255,255,255,0.50);
		background-blend-mode:lighten;
}
	.doc-text p{
		text-align: justify;
		margin: 0 auto;
	}
}
/*================『アクセス』のページ====================*/
