@charset "utf-8";
.jinvert-bg {
    background-size: cover;
    position: fixed; /* ねんのため */
    top: 0;
    left: 0;
    z-index: 1; /* パララックスの場合はここを調整して重ねていく */
    width: 5000px; /* スクロール幅。パララックスの場合はここを調整して奥行きを表現(大きいほど速くスクロールする) */
    height: 100%;
}

.jinvert-scroll {
    padding: 1%;
    position: fixed; /* おまじない */
    top: 0;
    left: 0;
    z-index: 2; /* パララックスの場合はここを調整して重ねていく */
    width: 900%; /* レスポンシブスクロール幅。パララックスの場合はここを調整して奥行きを表現(大きいほど速くスクロールする) */
    height: 98%;
}

.section {
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
}
.sectionIner {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
.section p {
	line-height: 1.5em;
	font-size: 16px;
}

.bold {
	font-weight: bold;
}


.copy {
	font-size: 11px;
	text-align: center;
	clear: both;
	color: #FFF;
	margin-bottom: 33px;
}
#header {
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/mv.jpg);
	background-repeat: no-repeat;
	height: 800px;
}
#header h1{
	margin-bottom: 70px;
	padding-top: 9px;
}#header p {
}
#section01 h2 {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 70px;
}
#section01 {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfa3a8), to(#fff));
	background: -webkit-linear-gradient(#dfa3a8, #fff);
	background: -moz-linear-gradient(#dfa3a8, #fff);
	background: -ms-linear-gradient(#dfa3a8, #fff);
	background: -o-linear-gradient(#dfa3a8, #fff);
	background: linear-gradient(#dfa3a8, #fff);
	-pie-background: linear-gradient(#dfa3a8, #fff);
	padding-bottom: 86px;
}
#section01 .sectionIner .box {
	background-color: #FFF;
	height: 300px;
	width: 452px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
	-webkit-box-shadow: #ececec 1px 1px 25px;
	-moz-box-shadow: #ececec 1px 1px 25px;
	box-shadow: #ececec 1px 1px 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
#section01 .sectionIner p.lead {
	margin-bottom: 68px;
	height: 695px;
}

#section01 .sectionIner .box .txCtr {
	margin-top: -68px;
	margin-bottom: 10px;
}
#section01 .sectionIner .box p {
	font-size: 14px;
	line-height: 180%;
}
#section01 .sectionIner .box p.bold {
	color: #9f774b;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 10px;
}
#section01 .bnr {
    background-color: #000;
    text-align: center;
    margin: 0px;
    padding: 2em;
    height: 120px;
}
#section08 .bnr {
    text-align: center;
    margin: 0px;
    padding: 2em;
    height: 120px;
}
#section02 {
	background-color: #f5f3ee;
}
#section02 .sectionIner {
	padding-top: 73px;
	margin-bottom: 46px;
}

#section02 .sectionIner p {
	margin-bottom: 18px;
	}
#section02 .sectionIner p.mt {
	margin-top: -159px;
}
#section03 h3 {
	background-color: #D04D5A;
	text-align: center;
}
#section03 {
	background-color: #FFF;
}

#section03 .sectionIner {
	background-image: url(../img/bg_section03.jpg);
	width: 1120px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 317px;
	padding-top: 43px;
}
#section03 .sectionIner ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 25px;
}
#section03 .sectionIner ul li {
	display: inline;
	margin-left: 10px;
	height: 170px;
	width: 170px;
}
#section03 .sectionIner ul li:first-child {
	margin-left: 0px;
}
#section_doc {
	background-color: #f1f1f1;
	background-image: url(../img/ph_doc01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#section_doc .sectionIner {
	width: 1120px;
}
#section_doc .sectionIner .boxL {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
}
#section_doc .sectionIner .boxR {
	float: right;
	width: 536px;
	padding-top: 48px;
    padding-right: 29px;
    }
#section_doc .sectionIner .boxR p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 60px;
}

#section_doc .sectionIner .boxR p.bold {
	font-size: 23px;
	color: #d04d5a;
	margin-bottom: 30px;
}
#section05 {
	background-color: #FFFFFF;
}
#section05 .sectionIner {
	padding-top: 44px;
}
#section05 .sectionIner h3 {
	text-align: center;
	margin-bottom: 45px;
}
#section05 .sectionIner dl {
	width: 100%;
	padding-bottom: 20px;
	font-size:21px;
}
#section05 .sectionIner dl dt {
	font-weight: bold;
	color: #9f774b;
	margin-bottom: 18px;
}
#section05 .sectionIner dl dd {
	color: #d04d5a;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9f774b;
}
#section06 {
	background-color: #e4ebed;
}

#section06 .sectionIner {
	background-image: url(../img/bg_section06.jpg);
	background-repeat: no-repeat;
	height: 316px;
	width: 1120px;
	padding-top: 44px;
	background-position: center top;
	text-align: center;
}
#section06 .sectionIner ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 25px;
}
#section06 .sectionIner ul li {
	display: inline;
	margin-left: 10px;
	height: 170px;
	width: 170px;
}
#section06 .sectionIner ul li:first-child {
	margin-left: 0px;
}
#section07 {
	background-color: #e6e7e9;
	background-image: url(../img/bg_section07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#section07 .sectionIner {
	height: 550px;
	}

#section07 .sectionIner .boxL {
	float: left;
	width: 500px;
	padding-top: 44px;
}
#section07 .sectionIner .boxR {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 490px;
}

#section07 .sectionIner .boxL p{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 22px;

}
#section07 .sectionIner .boxL .box {
	background-color: #FFF;
	border: 1px solid #c1b28f;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	width: 456px;
	margin-bottom: 30px;
}
#section07 .sectionIner .boxL .box h4 {
	font-weight: bold;
	color: #9f774b;
	font-size: 18px;
	text-align: center;
	margin-bottom: 18px;
}
#section07 .sectionIner .boxL .box ul li {
	font-size: 18px;
	margin-bottom: 11px;
}

#section07_2 {
	background-color: #D2D9E1;
	background-image: url(../img/bg_section07_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#section07_2 .sectionIner {
	height: 950px;
	}

#section07_2 .sectionIner .boxL {
	float: left;
	width: 400px;
	padding-top: 44px;
}
#section07_2 .sectionIner .boxR {
	margin: 0;
	padding: 60px 0 0;
	float: right;
	width: 650px;
}
#section07_2 .sectionIner .boxR ul {
	display: table;
	margin:15px auto;
	}
#section07_2 .sectionIner .boxR ul li {
	display: table-cell;
    width: 181px;
    vertical-align:
	}
#section07_2 .sectionIner .boxR ul li.plus {
	width:31px;
	padding:0 13px;
	vertical-align:middle;
	}
#section07_2 .sectionIner .boxL p{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 22px;
}
#section07_2 .sectionIner dl{
	margin-bottom:20px;
	}
#section07_2 .sectionIner dl dt{
  margin-bottom: 5px;
	font-weight:bold;
	font-size:20px;
	color:#cc6666;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	}
#section07_2 .sectionIner dl dd{
  font-size: 16px;
	line-height: 1.5;
	}

#section08 {
	background-color: #FFF;
}
#section08 h3 {
	text-align: center;
	background-color: #D04D5A;
	margin-bottom: 13px;
}
#section08 .sectionIner table {
	width: 100%;
	margin-bottom: 28px;
}

#section08 .sectionIner table th {
	text-align: left;
	font-size: 18px;
	line-height: 1.5;
	width: 730px;
}
#section08 .sectionIner table td {
	text-align: center;
}

#section08 .sectionIner table th,
#section08 .sectionIner table td {
	padding-top: 24px;
	padding-bottom: 16px;
	padding-left: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1b28f;
	vertical-align: middle;
}
#section08 .sectionIner table td.price {
	font-size: 22px;
	color: #d04d5a;
	text-align: right;
	padding-right: 56px;
	font-weight: bold;
}
#section08 .sectionIner .sbox {
	float: left;
	height: 60px;
	width: 278px;
	border: 1px solid #c1b28f;
	padding: 29px;
	margin-right: 11px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 35px;
}
#section08 .sectionIner .sbox p img {
	float: left;
	padding-right: 26px;
}
#section08 .sectionIner .sbox:last-child {
	margin-right: 0px;
}
#section08 .sectionIner .sbox p {
	font-size: 14px;
	}
#section08 .sectionIner .sbox .bold {
	font-size: 18px;
	color: #9f774b;
}
#section09 {
	/* background-image: url(../img/bg_section09.jpg);
	background-repeat: no-repeat;
	background-position: center top; */
	background-color: #D7E0E9;
	/* height: 630px; */
  padding-bottom: 60px;
}
#section09 h3 {
	text-align: center;
	margin-bottom: 34px;
}
#section09 .module-doctors-card-item {
	background-color: #fff;
}
#section09 .sectionIner {
	padding-top: 40px;
}

#section09 .sectionIner .box {
	float: right;
	width: 730px;
}
#section09 .sectionIner .box h4 {
	font-size: 23px;
}
#section09 .sectionIner .box .boxL {
	float: left;
	width: 365px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #6e6e6e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 27px;
	margin-left: 0px;
}
#section09 .sectionIner .box .boxR {
	float: right;
	width: 325px;
	padding-left: 35px;
	margin-bottom: 27px;
}
#section09 .sectionIner .box .boxL dl {
	font-size: 16px;
	line-height: 2;
}
#section09 .sectionIner .box .boxL dl dt {
	clear: both;
	float: left;
	width: 85px;
}
#section09 .sectionIner .box .boxL dl dd {
	float: right;
	width: 264px;
}



#section09 .sectionIner.cf .box .clr p{
	margin-bottom: 14px;
}
#section09 .sectionIner.cf .box .clr p .tx01 {
	font-size: 13px;
}

#section09 .sectionIner .box .boxR ul {
	margin-bottom: 14px;
	}
#section09 .sectionIner .box .boxR ul li {
	line-height: 2;
}
#section10 .sectionIner h3 {
	text-align: center;
	margin-bottom: 24px;
}
#section10 {
	padding-top: 43px;
	background-color: #FFF;
}
#section10 .sectionIner {
  width: 100%;
}

#section10 .module-clinics {
  padding-bottom: 60px;
}


#section10 .sectionIner .boxL {
	float: left;
	width: 500px;
	padding-left: 70px;
	margin-bottom: 55px;
}
#section10 .sectionIner .boxL dl {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-bottom: 8px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
#section10 .sectionIner .boxL dl dt, #section10 .sectionIner .boxL dl dd {
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 12px;
	font-size: 14px;
}
#section10 .sectionIner .boxL dl dt {
	width: 170px;
	clear: both;
	font-weight: bold;
}
#section10 .sectionIner .boxL dl dd {
	width: 330px;
}



#section10 .sectionIner .boxL .cvarea {
	background-color: #000;
	width: 500px;
	height: 332px;
	text-align: center;
	padding-top: 18px;
	clear: both;
}

#section10 .sectionIner .boxL .cvarea .tx01 {
	margin-bottom: 17px;
}
#section10 .sectionIner .boxL .cvarea ul li {
	margin-bottom: 4px;
}


#section10 .sectionIner .boxR {
	float: right;
	width: 360px;
	padding-right: 70px;
	margin-bottom: 55px;
}
#footer {
	background-color: #000;
	width: 100%;
	padding-top: 33px;
	padding-bottom: 5px;
	color: #FFF;
}
#sidenav {
	position: fixed;
	right:0;
	bottom:10px;
	width:50px;
	z-index:110;
}
#sidenav li{
	margin-bottom:10px;
	text-align: center;
	padding:0;
	list-style:none;
}
.cvarea {
	background-color: #000;
	width: 100%;
	height: 260px;
}

.cvarea .sectionIner {
	padding-top: 39px;
	text-align: center;
}
.cvarea .sectionIner p {
	margin-bottom: 20px;
}
.cvarea .sectionIner ul li {
	margin-right: 15px;
	width: 290px;
	display: inline;
}
.cvarea .sectionIner ul li:last-child {
	margin-right: 0px;
}
.jinvert-scroll{
  position: fixed;
  bottom: 0;
  left: 0;
}
