@charset "utf-8";

/* ---------------------------------------- 
 - #contents
---------------------------------------- */
#contents {
    padding: 10px 0 0;
}

/* ---------------------------------------- 
 - #contents
---------------------------------------- */
#contents #contentsCol > .ttl {
	position:relative;
	width:195px;
	margin:30px auto;
}
#contents #contentsCol > .ttl .illust_01 {
	width:75px;
	position:absolute;
	top:-15px;
	left:-90px;
}
#contents #contentsCol > .ttl .illust_02 {
	width:76px;
	position:absolute;
	top:-10px;
	right:-90px;
}

@media screen and (max-width: 767px) {
#contents #contentsCol > .ttl {
	width:40%;
	max-width:200px;
	margin:1.5em auto 0;
}
#contents #contentsCol > .ttl .illust_01 {
	width:40%;
	max-width:75px;
	position:absolute;
	top:-15px;
	left:-48%;
}
#contents #contentsCol > .ttl .illust_02 {
	width:35%;
	max-width:76px;
	position:absolute;
	top:-5px;
	right:-38%;
}
}

/* privacy */
#contents .privacy {
	text-align:right;
    padding: 15px 50px 0;
}
@media screen and (max-width: 767px) {
#contents .privacy {
	text-align:right;
    padding: 3.0em 0 0;
}
}

/* about */
#about #aboutCol {
	padding:0 50px 0;
}
@media screen and (max-width: 767px) {
#about #aboutCol {
	padding:0 0 0;
}
}

/* tableBox */
#about #aboutCol .tableBox {
	padding:15px 0 0;
}
#about #aboutCol .tableBox .dot {
	color:#fd4f33;
}
#about #aboutCol .tableBox table {
	width:100%;
}
#about #aboutCol .tableBox table th {
	width:24%;
	border-bottom:solid 1px #fd6c59;
	padding:30px 15px 10px;
	box-sizing:border-box;
	vertical-align: top;
	color:#fd4f33;
	font-weight:bold;
}
#about #aboutCol .tableBox table td {
	width:76%;
	border-bottom:solid 1px #a9a9a9;
	padding:30px 15px 10px;
	box-sizing:border-box;
}
#about #aboutCol .tableBox table td ul.list li {
	text-indent:-1.0em;
	margin-left:1.0em;
}
#about #aboutCol .tableBox table td ul.notes {
	padding:0 0 0;
}
#about #aboutCol .tableBox table td ul.notes li {
	text-indent:-1.0em;
	margin-left:1.0em;
}
#about #aboutCol .tableBox table td .healthmaster {
	margin-left:1.0em;
	padding:10px 0 0;
}
#about #aboutCol .tableBox table td .healthmaster a {
	color:#000;
}
#about #aboutCol .date {
	text-align:right;
	padding:10px 0 0;
}
#about #aboutCol .tableBox table td .map {
	display:inline-block;
	padding:0 0 0 10px;
}
#about #aboutCol .tableBox table td .map a {
	background:#fb6932;
	color:#fff;
	padding:2px 10px;
	border-radius: 20px;
	text-decoration:none;
}
#about #aboutCol .tableBox table td .map a:hover {
	text-decoration:none;
}
#about #aboutCol .tableBox table td ul.memberList {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}
#about #aboutCol .tableBox table td ul.memberList li {
	width:22%;
	padding-right: 3%;
	box-sizing: border-box;
	text-align: center;
}
#about #aboutCol .tableBox table td ul.memberList li .txt {
	padding: 5px 0 0;
	line-height: 1.4;
}
#about #aboutCol .tableBox table td ul.memberList li .txt span {
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	#about #aboutCol .tableBox {
		padding:0.5em 0 0;
	}
	#about #aboutCol .tableBox table th {
		display:block;
		width:100%;
		border-bottom:none;
		padding:1.5em 0 0.7em;
		vertical-align:middle;
	}
	#about #aboutCol .tableBox table td {
		display:block;
		width:100%;
		padding:0 0 1.0em;
	}
	#about #aboutCol .tableBox table td select {
		width:100%;
	}
	#about #aboutCol .tableBox table td textarea {
		width:100%;
		height:250px;
	}
	#about #aboutCol .tableBox table td .inputset .txt {
		display:block;
		padding:0 0 1.0em;
	}
	#about #aboutCol .tableBox table td span.telLine {
		font-size:18px;
	}
	#about #aboutCol .tableBox table td ul.notes {
		padding:0.5em 0 0;
	}
	#about #aboutCol .tableBox table td ul.memberList {
		justify-content: space-between;
		padding-top: 0;
	}
	#about #aboutCol .tableBox table td ul.memberList li {
		width:48%;
		padding-right: 0;
		padding-top: 15px;
		box-sizing: border-box;
		text-align: center;
	}
}

/* message */
#message {
	padding:70px 0 100px;
}
#message #messageCol {
	padding:40px 50px;
	background:#fff;
	border:solid 1px #f4f4f4;
}
#message #messageCol > .ttl {
	padding:0 0 35px;
	margin:0 auto;
	text-align:center;
	font-size:25px;
	color:#fd4f33;
}
#message #messageCol .lead {
	padding:0 0 30px;
}
#message #messageCol .rinen {
	padding:20px;
	background:#fff;
	border:solid 1px #cacaca;
}
#message #messageCol .rinen h3 {
	font-size:18px;
}
#message #messageCol .rinen ul li {
	text-indent:-2.0em;
	margin-left:2.0em;
}
#message #messageCol .name {
	text-align:right;
	padding:20px 0 0;
}
#message #messageCol .name p {
	width:281px;
	display:inline-block;
}
@media screen and (max-width: 767px) {
#message {
	padding:4.0em 0 5.0em;
}
#message #messageCol {
	padding:1.5em 3%;
}
#message #messageCol > .ttl {
	padding:0 0 1.0em;
	width:100%;
	font-size:20px;
}
#message #messageCol .rinen {
	padding:1.0em 3%;
}
#message #messageCol .name {
	padding:1.0em 0 0;
}
#message #messageCol .name p {
	width:65%;
	max-width:281px;
}
}

/* ---------------------------------------- 
 - map 
---------------------------------------- */
#map {
    position: relative;
    padding-bottom: 475px;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#map iframe,
#map object,
#map embed {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	min-width: 1100px;
    height: 100%;
}
@media screen and (max-width: 767px) {
#map {
    padding-bottom: 56.25%;
}
#map iframe,
#map object,
#map embed {
    width: 100%;
	min-width: 100%;
}
}