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

/* 基本設定 */
* {
	margin: 0px;
	padding: 0px;
}
html {
overflow-x: hidden;
}
body {
	font-family: dnp-shuei-mgothic-std, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
	color: #4F4D4B;
	background-color: #FFF;
	font-size: 15px;
	line-height: 100%;
	animation: Fuwa 2s forwards;
}
@keyframes Fuwa {
	0% {opacity: 0}
	100% {opacity: 1}
}
img {
	border: none;
	-webkit-backface-visibility: hidden;
	width:auto;
	height: auto;
}
ul {
	list-style-type:none;
}
li img { 
  vertical-align:bottom; 
}
p {
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
a {
	color: #4F4D4B;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {
	color: #4F4D4B;
	text-decoration: underline;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.clear {
	clear: both
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

/* 基本テンプレート設定 */

#wrapper {
	position:relative; /*gototopの親要素に指定*/
	width: 750px;
	margin: 0px auto;
}
#header {
	padding-top:10px;
	height:100px;/*110px*/
	position: fixed;
	z-index: 1;
	width:100%;
	background-color: #FFF;
}
#header h1 {
	font-size: 20px;
	line-height: 1em;
	font-weight: normal;
	position: absolute;
	margin-left:85px;
}
#header h2 {
	float:left;
	padding-top:15px;
	margin-left:0px;
	width:460px;
}
#header h6 {
	float:right;
	margin-top:-10px;
	width:110px;
}
#footer {
	background-image: url(../img/footer_bk.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:120px;
}
#footer #contact {
	padding-bottom:80px;
}
#footer #contact h3 {
	text-align:center;
	margin-bottom:20px;
}
#footer #contact #address {
}
#footer #contact #address p {
	font-size: 21px;
	line-height: 1em;
	text-align:center;
}
#footer #contact #address h6 {
	text-align:center;
	font-size: 21px;
	line-height: 1.3em;
	font-weight: normal;
}
#footer #contact #address h6 span {
	padding-left:2.5em;
}
#footer #contact #address h6:before {
	content: "　";
	width:21px;
	margin-right:0.5em;
	background-image: url(../img/footer_address_icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size:100%;
}
#footer #contact #address .gmap {
	margin-top:40px;
	margin-bottom:60px;
}
#footer #contact #address .gmap iframe {
	height: 400px;
	width: 100%;
}
#footer #contact #timetable h3 {
	font-size: 34px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}
#footer #contact #timetable h3 small {
	font-size: 26px;
	line-height: 1em;
	display:block;
	padding-bottom:15px;
	color: #8CC456;
	font-weight: normal;
	letter-spacing: 0px;
}
#footer #contact #timetable {
	width:685px;
	margin:40px auto;
}
#footer #contact #timetable h6 {
	margin-bottom:20px;
}
#footer #contact .contact_link {
	margin:0px 20px;
}
#footer #contact .contact_link img {
	border-radius: 10px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
#footer #contact .contact_link dd,
#footer #contact .contact_link dt {
/*
float:left;
*/	
	width:50%;
	margin:0px auto;
}
#footer #contact .contact_link dd {
	display:none;
	text-align:right;
}

#footer #link {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding:0px 70px;
	padding-top:130px;
}
#footer #link dt,
#footer #link dd {
	float:left;
	width:50%;
}
#footer #link li {
	font-size: 18px;
	line-height: 1em;
	background-image: url(../img/footer_menu_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-bottom:2em;
}
#footer #link dd ul {
	padding-top:54px;
	padding-left:20px;
}
#footer #link dd li:first-child {
	margin-left:-20px;
}
#copy {
	background-color: #8CC456;
	font-size: 16px;
	color: #FFF;
	line-height: 1em;
	text-align: center;
	padding: 20px 0px;
}
.gototop {
	position: fixed;
	right: 30px;
	bottom: 30px!important;
	z-index: 40!important;
}
.gototop img {
	vertical-align: bottom;
}
.sp_navi {
	display:none!important;
}

/* ドロワーメニュー設定 */
#drawer_menu {
	margin:0px auto;
	width: 750px;
}
#drawer_menu-checkbox {
  display: none;
}
#drawer_menu-icon {
	display: block;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 110px;
	background-size:100%;
	position: fixed;
	z-index: 11;
	top: 0px;
	margin-left:640px;
}
#drawer_menu-close {
	display: none;
	opacity: 0;
	animation: Fuwa 1s forwards;
	padding:0px auto;
	width: 750px;
	height:100vh;
	top: 110px;
	z-index: 5;
	overflow-y: auto;
	position: fixed;
}
#drawer_menu-checkbox:checked ~ #drawer_menu-icon {
	background-image: url(../img/close.png);
}
#drawer_menu-checkbox:checked ~ #drawer_menu-close {
  display: block;
      opacity: 1;
}
#drawer_menu-close .main {
	background-color: #e8f7d7;
	color: #4F4D4B;
	padding:30px 20px;
	padding-bottom:140px;
}
#drawer_menu-close ul {
	padding:0px 50px;
	margin-bottom:30px;
}
#drawer_menu-close li {
	font-size: 18px;
	line-height: 1em;
	background-image: url(../img/footer_menu_icon.png);
	background-repeat: no-repeat;
	background-position: right 9px;
	background-size:8px;
}
#drawer_menu-close li a {
	width:100%;
	padding:0.5em 0px;
	display:block;
	color: #4F4D4B;
	text-decoration: none;
}
#drawer_menu-close li a:hover {
	color: #4F4D4B;
	text-decoration: none;
}
#drawer_menu-close .type {
	padding:0.5em 0px;
}
#drawer_menu-close .type:after {
	content: "";
}
#drawer_menu-close .type dt {
	font-size: 18px;
	line-height: 1em;
	display: block;
}
#drawer_menu-close .type dd {
	font-size: 18px;
	line-height: 1em;
	margin-left:0.5em;
	margin-top:1em;
	float:left;
}
#drawer_menu-close .type dd a {
	padding:0px;
	color: #4F4D4B;
	text-decoration: none;
}
#drawer_menu-close .type dd a:hover {
	color: #4F4D4B;
	text-decoration: none;
}
#drawer_menu-close .type dd:nth-child(even) {
	clear:both;
	padding-left:0.5em;
}
#drawer_menu-close .type dd:nth-child(even) a:after {
	content: "／";
	margin-left:0.5em;
}
#drawer_menu-close .contact h5 {
	font-size: 21px;
	line-height: 1em;
	text-align:center;
	margin-bottom:1em;
	font-weight: normal;
}
#drawer_menu-close .contact h5:before {
	position: absolute;
	font-size: 16px;
	line-height: 1em;
	content: "／";
	margin-left:-1.5em;
	transform: scaleX(-1);
}
#drawer_menu-close .contact h5:after {
	position: absolute;
	font-size: 16px;
	line-height: 1em;
	content: "／";
	margin-left:0.5em;
}
#drawer_menu-close .contact dt {

/*
	float:left;
	width:49%;
*/
	width:55%;
	margin:0px auto;
}
#drawer_menu-close .contact dd {
	display:none;
	float:right;
	width:49%;
}
#drawer_menu-close .contact img {
	width:100%;
	border-radius: 7px;
}
@keyframes Fuwa {
	0% {opacity: 0}
	100% {opacity: 1}
}

/* 共通設定 */

#contents {
	padding-top:110px;
	padding-bottom:80px;
}
#contents .section {
	padding-left:20px;
	padding-right:20px;
}
#contents #title {
	aspect-ratio: 16 / 6;
	background-image: url(../img/title_bk.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:30px;
}
#contents #title h1 {
	font-size: 40px;
	line-height: 1em;
	letter-spacing: 0.1em;
}
#contents .sub_title {
	font-size: 34px;
	line-height: 1em;
	letter-spacing: 0.1em;
	background-image: url(../img/sub_title_bk.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	height: 72px;/* 90px */
	padding-left:55px;
	padding-top:18px;
}
#contents .sub_title span {
	background-color:#FFF;
	padding-right:1em;
}
#contents .midashi {
	font-size: 30px;
	line-height: 1em;
	color: #8CC456;
	margin-top: 1em;
	margin-bottom: 1em;
}
#contents .article {
	margin-bottom:30px;
}
#contents .article dt {
	margin-bottom:30px;
}
#contents .article dt img {
	width:70%;
	margin:0px auto;
	border-radius: 15px;
	display:block;
}
#contents .article dd {
	margin-bottom:30px;
}


#contents .pnavi {
	margin-bottom:40px;
}
#contents .pnavi li {
	display: inline;
	font-size: 16px;
	line-height: 1em;
	color: #4F4D4B;
}
#contents .pnavi li:before {
        content: " > ";
}
#contents .pnavi li:first-child:before {
        content: "";
}
#contents .pnavi li a {
	color: #4F4D4B;
	text-decoration: none;
}
#contents .pnavi li a:hover {
	color: #4F4D4B;
	text-decoration: underline;
}
/* 患者様の声設定 */
#contents #review {
	background-image: url(../img/review/bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:80px;
	margin-bottom:80px;
}
#contents #review li {
	background-color: #e8f7d7;
	margin-top:60px;
	border-radius: 15px;
	padding:30px;
}
#contents #review li:after {
	content: "　";
	background-image: url(../img/review/note.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:auto 100%;
	height: 16px;
	width: 100%;
	position: absolute;
	margin-top:40px;
	margin-left:-30px;
}
#contents #review li h3 {
	font-size: 26px;
	line-height: 1.3em;
	padding-top:15px;
	padding-bottom:20px;
	padding-left:90px;
	margin-bottom:15px;
	background-image: url(../img/review/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f9bf3d;
}
#contents #review li img {
	width: 40%;
	margin: 0px auto;
	margin-top:20px;
	display: block;
}


