@charset "utf-8";


/* Base
----------------------------------------- */

body {
	width:640px;
	margin:0 auto;
	text-align:center;
	color:#6A3906;
	line-height:1.5em;
	font-size:23px;
}
.mb30 {
	margin-bottom:30px;
}
.text-o {
	color:#F29600;
}	


/* Header
----------------------------------------- */

#header {
	width:640px;
	border-top:5px solid #41A479;
	padding:20px 0 10px;
	position:fixed;
	top:0;
	left:50%;
	transform: translate(-50%, 0);/* センタリング */
	z-index:9999;
	background:rgba(255,255,255,0.8);
}

#header .logo,
#header .form,
#header .menu-toggle {
	display:inline-block;
	vertical-align:middle;
}

#header .logo {
	width:350px;
	margin-right:30px;
}
#header .logo img {
	width:100%;
}
#header .form,
#header .menu-toggle {
	width:91px;
}
#header .form {
	margin-right:7px;
}

#header #gnav {
	display: none;
}
#header #gnav li:first-child {
	border-top:1px solid #41A479;
}
#header #gnav li {
	border-bottom:1px solid #41A479;
	line-height:3em;
	width:100%;
	font-size:25px;
}
#header #gnav a {
	text-decoration:none;
	color:#41A479;
	display:block;
}


/* main
----------------------------------------- */

#main {
	padding-top:150px;
}

#home #main {
	padding-top:250px;
}


/* mv
----------------------------------------- */

#mv {
	background:#C6E4D7;
	margin-bottom:70px;
	width:100%;
	height:450px;
}
#mv #slide {
	width:640px;
	height:450px;
	margin:0 auto;
	position:relative;
}
#mv #slide img {
	position:absolute;
	left:0;
	top:0;
}


/* info
----------------------------------------- */

#info {
	width:600px;
	margin:0 auto 50px;
}
#info .ttl {
	margin-bottom:30px;
}


/* about
----------------------------------------- */

#about {
	width:600px;
	margin:0 auto 50px;
}
#about .ttl {
	margin-bottom:30px;
}

/* catch */
.catch-g {
	color:#41A479;
}
.catch-o {
	color:#F29600;
}
.catch-g,
.catch-o {	
	font-size:25px;
	font-weight:bold;
	line-height:1.7em;
	margin-bottom:20px;
	font-family: "Rounded Mplus 1c";
}

/* txt-block,photo-block */
#about .txt-block,
#about .photo-block {
	display:inline-block;
	vertical-align:middle;
	margin-bottom:50px;
}
#about .txt-block {
	text-align:left;
	margin-right:20px;
	width:370px;
}
#about .photo-block {
	width:200px;
}
#about .photo-block .capacity {
	font-size:16px;
	line-height:20px;
}

/* mid-ttl */
#about .mid-ttl {
	background:#C6E4D7;
	width:575px;
	height:50px;
	line-height:50px;
	margin:0 auto 30px;
	border-left:5px solid #41A479;
	border-bottom:1px solid #41A479;
	font-size:25px;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
}

#about .list {
	background:#C6E4D7;
	border-radius:10px;
	padding:20px;
	width:560px;
	text-align:left;
	margin-bottom:50px;
	font-size:18px;
}
#about .list li {
	display:inline-block;
	vertical-align:top;
	padding-left:30px;
	width:240px;
	background:url(/img/check.png) no-repeat left center;
}

/* point */
#about .point .photo,
#about .point .txt{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin-bottom:20px;
}
#about .point .photo {
	width:240px;
	margin-right:30px;
}
#about .point .txt {
	width:320px;
}
#about .point dt {
	color:#41A479;
	font-size:25px;
	font-weight:bold;
	margin-bottom:20px;
}
#about .point dd {
	margin-bottom:20px;
}


/* menu
----------------------------------------- */

#menu {
	width:600px;
	margin:0 auto 50px;
}
#menu .ttl {
	margin-bottom:30px;
}

#menu table {
	border:1px solid #41A479;
	text-align:left;
	margin-bottom:30px;
	width:598px;
}
#menu table th {
	border:1px solid #41A479;
	background:#C6E4D7;
	padding:15px 25px;
}
#menu table td {
	border:1px solid #41A479;
	padding:15px 25px;
}
#menu .small-txt {
	font-size:16px;
}
#menu .attention {
	text-align:left;
	font-size:16px;
	line-height:20px;
}



/* flow
----------------------------------------- */

#flow {
	width:600px;
	margin:0 auto 50px;
}
#flow .ttl {
	margin-bottom:30px;
}

/* flow-block */
#flow .flow-block dt,
#flow .flow-block-s dt {
	border-bottom:1px solid #41A479;
	margin-bottom:20px;
}
#flow .flow-block {
	text-align:left;
	width:600px;
	margin-bottom:20px;
}
#flow .flow-block-s {
	display:inline-block;
	vertical-align:top;
	width:290px;
	margin-bottom:20px;
	text-align:left;
}
#flow .flow-block-s dd {
	min-height:80px;
}


#flow .post {
	background:url(/img/post.png) no-repeat right 60px;
}
#flow .mt {
	background:url(/img/mt.png) no-repeat right 60px;
}
#flow .hospital {
	background:url(/img/hospital.png) no-repeat right 60px;
}
#flow .memo {
	background:url(/img/memo.png) no-repeat right 60px;
}
#flow .massage {
	background:url(/img/massage.png) no-repeat right 60px;
}


/* area
----------------------------------------- */

#area {
	width:600px;
	margin:0 auto 100px;
}
#area .ttl {
	margin-bottom:30px;
}
#area .attention {
	font-size:16px;
	margin-bottom:30px;
	line-height:20px;
}

#area #map {
	width:600px;
	height:700px;
	margin:0 auto 50px;
}


/* Footer
----------------------------------------- */

#footer {
	border-top:1px solid #41A479;
	padding:60px 0 0;
}
#footer .logo,
#footer .contact-block li {
	margin-bottom:30px;
}
#footer .copy {
	background:#41A479;
	color:#FFF;
	font-size:16px;
	margin-top:50px;
}

#home #footer .copy {
	background:#41A479;
	color:#FFF;
	font-size:16px;
	line-height: 1.5em;
	padding: 10px 0;
}

#home #footer {
	border: none;
}


/* #contact-page
----------------------------------------- */

#contact-page {
	width:600px;
	margin:0 auto 100px;
	padding-top:180px;
}
#contact-page .ttl {
	margin-bottom:30px;
}

#contact-page .form-message {
	color:#F29600;
	font-size:23px;
	margin-bottom:20px;
}
#contact-page .form-message .thxmsg {
	color:#6A3906;
	margin-bottom:10px;
}
#contact-page .form-message a {
	color:#F29600;
}

/* table */
#contact-page .form-table {
	text-align:left;
	margin:0 auto 50px;
}
#contact-page .form-table dt {
	border-top:1px solid #41A479;
	border-bottom:1px solid #41A479;
	background:#C6E4D7;
	padding:10px;
	margin-bottom:20px;
	font-size:25px;
}
#contact-page .form-table dd {
	padding:10px;
}
#contact-page .form-table dd input[type="text"],
#contact-page .form-table dd textarea {
	border-radius:3px;
	border:1px solid #CCC;
	padding:10px;
	width:550px;
	margin-bottom:25px;
	font-size:23px;
	line-height:28px;
	-webkit-appearance: none; /* iphoneCSS解除 */
}
#contact-page .form-table dd input.zip {
	width:200px;
}
#contact-page .ast {
	background:#41A479;
	color:#FFF;
	padding:1px 5px;
	border-radius:3px;
	float:right;
	font-weight:normal;
}
#contact-page .attention {
	font-size:18px;
}

/* btn */
#contact-page input.back {
	font-size:30px;
	background:#999;
	color:#FFF;
	padding:20px 90px;
	border-radius:10px;
	border:none;
	margin-right:20px;
	cursor:pointer;
	-webkit-appearance: none; /* iphoneCSS解除 */
}
#contact-page input.send {
	font-size:30px;
	background:#41A479;
	color:#FFF;
	padding:20px 90px;
	border-radius:10px;
	border:none;
	cursor:pointer;
	-webkit-appearance: none; /* iphoneCSS解除 */
}