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


.caption {
	background-image:url(/assets/care/home/images/caption.png);
}

main {
	background-color:#f1efd7;
	padding:2em 1em;
}

.homeArea {
	padding:0;
	margin-bottom:2em;
	background:none;
}
.home-block-title {
	text-align:center;
	background-color:#0081d3;
	color:#fff;
	font-size:5vw;
	font-weight:bold;
	margin:0;
	padding:12px;
}
@media screen and (min-width:641px) {
.home-block-title {
	font-size:18px;
}
}

@media screen and (min-width:641px) {
main {
	padding:72px 1em 1px 1em;
}
.homeArea {
	margin-bottom:5em;
}
}

.placeArea .placeSummary {
	background-color:#fff;
	/* letter-spacing:normal;
	vertical-align:top;
	box-sizing:border-box;*/
	padding:1em;
}
.placeArea .placeImage {
	/* letter-spacing:normal;
	vertical-align:top;
	box-sizing:border-box;
	padding: 0 1em; */
}
.placeArea .placeImage p {
	margin:0;
}
.placeArea .placeImage img {
	width:100%;
	height:auto;
}
@media screen and (min-width:841px) {
.placeArea {
	display:flex;
	/* letter-spacing:-0.4em;
	padding:1em 0; */
}

#homeArea2 .placeArea,
#homeArea4 .placeArea{
	flex-direction:row-reverse;
}
.placeArea .placeSummary {
	box-sizing:border-box;
	padding:20px 40px;
	display:inline-block;
	width:50%;
}
.placeArea .placeImage {
	display:inline-block;
	width:50%;
}
}
.placeArea .placeTitle {
	text-align:center;
	font-size:1em;
	font-weight:bold;
	margin:0 0 0.5em 0;
	padding:0.5em 1em;
	color:#fff;
}
.placeArea .placeTitle1 {	background-color:#a89300;}
.placeArea .placeTitle2 {	background-color:#395b8e;}
.placeArea .summaryTitle {
	text-align:center;
	font-size:2em;
	font-weight:bold;
	margin:0.5em 0;
}

.placeArea .categoryArea {
	letter-spacing:-0.4em;
	padding:0;
	margin:0 0 2em 0;
	list-style:none;
	text-align:center;
}
.placeArea .categoryArea li {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	width:7em;
	margin:0 0.25em 0.25em;
	color:#fff;
	background-color:#0085cf;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
}

.placeArea .placeSummary p {
	margin:0;
	font-size:1em;
}

.placeArea .innerLinkBtn2 {
	/* padding:0 3em; */
	margin: 0 0 1em 0;
}


.homeContact {
	text-align:center;
}
.placeArea .placeSummary .homeContact .contactCaption {
	text-align:center;
	color:#79bf00;
	font-weight:bold;
	font-size:1.2em;
	margin:0.5em 1em;
	padding:1em 0 0 0;
}
@media screen and (min-width:841px) {
.placeArea .placeSummary .homeContact .contactCaption {
	padding:0;
}
}
.homeContact .contactDetail {
	border-top:1px solid #79bf00;
	padding-top:1em;
	padding-bottom:1em;
	letter-spacing:-0.4em;
	text-align:center;
}
.homeContact .contactDetail .freeDial,
.homeContact .contactDetail .telephoneDial {
	letter-spacing:normal;
	vertical-align:middle;
	min-height:30px;
	font-size:6vmin;
	font-weight:bold;
	padding:0 0.5em 0 1.2em;
	margin:0;
	position:relative;
	display:inline-block;
}
.homeContact .contactDetail .freeDial:before {
  font-family: 'kaigocustom';
  content: "\e91b";
	position:absolute;
	font-size:100%;
	color:#79bf00;
	left:0;
	/* margin-top:-0.5em; */
}
.homeContact .contactDetail .telephoneDial:before {
  font-family: 'kaigocustom';
  content: "\e900";
	position:absolute;
	font-size:100%;
	color:#79bf00;
	left:0;
	/* margin-top:-0.5em; */
}
.homeContact .contactDetail .freeDial a,
.homeContact .contactDetail .telephoneDial a {
	text-decoration:none;
}
.homeContact .contactDetail .receptionTime {
	letter-spacing:normal;
	vertical-align:middle;
	text-align:left;
	line-height:1.2;
	font-weight:bold;
	margin:0;
	display:inline-block;
}
.homeContact .contactDetail {
}

@media screen and (min-width:641px) {
.homeContact .contactDetail .freeDial,
.homeContact .contactDetail .telephoneDial {
	font-size:1.75em;
}
.homeContact .contactDetail .receptionTime {
	font-size:88%;
}
}
.homeContact .contactDetail .receptionTime .pl5em {
	padding-left:5em;
}


/********************************************
	詳細ページ
	*********************************************/

@media screen and (min-width:794px) {
.Detail-area {
	padding-left:280px;
	padding-bottom:40px;
}
.sideMenu {
	position:absolute;
	width:280px;
	top:0;
	left:0;
}
}

.detailTitle1 {
	font-family: "a-otf-futo-min-a101-pr6n"; /*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	border-bottom:1px solid #dfd7a2;
	margin:0 0 1rem 0;
	padding:0 0 1rem 0;
}
.detailTitle1 span {
	display:inline-block;
}
.detailBlock1 {
	background-color:#fff;
	margin-bottom:40px;
}
.detailBlock1 p {
	margin:0;
}
.homeDetailContact {
	text-align:center;
	letter-spacing:-0.4em;
	padding:1.2em 0;
}
.homeDetailContact .contactCaption {
	letter-spacing:normal;
	vertical-align:middle;
	display:inline-block;
	text-align:center;
	background-color:#79bf00;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	padding:0.5em 1em;
	margin:0 18px 0 0;
}
.homeDetailContact .contactDetail {
	letter-spacing:normal;
	vertical-align:middle;
	display:inline-block;
}
.homeDetailContact .contactDetail .freeDial,
.homeDetailContact .contactDetail .telephoneDial {
	min-height:30px;
	/* font-size:30px; */
	font-size:8.4vw;
	font-weight:bold;
	padding:0 0.5em 0 1.2em;
	margin:0;
	position:relative;
}
.homeDetailContact .contactDetail .telephoneDial:before {
  font-family: 'kaigocustom';
  content: "\e900";
	position:absolute;
	font-size:100%;
	color:#79bf00;
	left:0;
}
.homeDetailContact .contactDetail .freeDial:before {
  font-family: 'kaigocustom';
  content: "\e91b";
	position:absolute;
	font-size:100%;
	color:#79bf00;
	left:0;
	/* margin-top:-0.5em; */
}

.homeDetailContact .contactDetail .freeDial a,
.homeDetailContact .contactDetail .telephoneDial a {
	text-decoration:none;
}
.homeDetailContact .contactDetail .receptionTime {
	font-size:1em;
	text-align:left;
	font-weight:bold;
	margin:0;
	line-height:normal;
}
.detailTitle2 {
	text-align:center;
	background-color:#a79200;
	color:#fff;
	font-size:5vw;
	font-weight:bold;
	margin:0;
	padding:12px;
}
@media screen and (min-width:641px) {
.homeDetailContact .contactDetail .freeDial,
.homeDetailContact .contactDetail .telephoneDial {
	font-size:30px;
}
.detailTitle2 {
	font-size:18px;
}
}

.detailBlock2 {
	background-color:#fff;
	padding:1em 2em 1px 2em;
	margin-bottom:2em;
}
.detailBlock3 {
	background-color:#fff;
	padding:1em 2em 1px 2em;
}

.detailSubTitle {
	font-family: "a-otf-futo-min-a101-pr6n"; /*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-size:2em;
	margin:0 0 1em;
	font-weight:bold;
}
.detailBlock2 .inlineBlockArea {
	margin-bottom:2em;
}
.detailBlock2 .detailTextArea {
	letter-spacing:normal;
	vertical-align:top;
}
.detailBlock2 .detailImageArea {
	letter-spacing:normal;
	vertical-align:top;
}
.detailBlock2 .detailImageArea p {
	text-align:center;
}
@media screen and (min-width:981px) {
.detailBlock2 {
	padding:40px 40px 1px 40px;
	margin-bottom:40px;
}
.detailBlock3 {
	padding:40px 40px 20px 40px;
}
.detailSubTitle {
	margin-bottom:1.55rem;
}
.detailTextArea {
	display:inline-block;
	width:50%;
}
.detailImageArea {
	display:inline-block;
	box-sizing:border-box;
	padding-left:20px;
	width:50%;
	text-align:right;
}
}
.detailImageArea p {
	margin:0;
}

.detailTitle3 {
	color:#0083d1;
	border-left:5px solid #0083d1;
	padding-left:12px;
	line-height:1.4;
	margin:0 0 1em 0;
	font-size:1.2em;
}
.detailBlock2 .width50per {
	width:100%;
}
@media screen and (min-width:641px) {
.detailBlock2 .width50per {
	box-sizing:border-box;
	padding-right:1em;
	width:50%;
}
}
.detailSubBlock1-1 {
	position:relative;
	/* padding-top:40px; */
}
.detailSubBlock1-1 h4 {
	margin:0;
	background-color:#19aeb2;
	color:#fff;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:0.5em;
	padding:0.4em 1.5em;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
	/* position:relative; */
	position:absolute;
	width:86%;
	top:0;
	left:-1.6rem;
}
.detailSubBlock1-1 ul {
	margin:1em 0;
}
.detailSubBlock1-2 {
	text-align:center;
}
@media screen and (min-width:641px) {
.detailSubBlock1-1 h4 {
	left:-2rem;
}
}
@media screen and (min-width:981px) {
.detailSubBlock1 {
	letter-spacing:-0.4em;
}
.detailSubBlock1-1 {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	width:50%;
	padding:0;
}
.detailSubBlock1-1 h4 {
	left:-40px;
	position:relative;
	width:auto;
}
.detailSubBlock1-1 li {
	font-size:1.2em;
}
.detailSubBlock1-2 {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	width:50%;
	box-sizing:border-box;
	padding-left:1em;
	text-align:right;
}
}

.detailChildTitle1 {
	background-color:#19aeb2;
	color:#fff;
	font-size:1rem;
	font-weight:bold;
	margin:0 0 .88rem 0;
	padding:12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.home2 .detailChildTitle1 {
	background-color:#388f3b;
}
.detailChildBlock1 {
	margin-bottom:1.8rem;
}
.detailChildBlock1-1 p {
	text-align:center;
}
@media screen and (min-width:981px) {
.detailChildTitle1 {
	font-size:18px;
	text-align:center;
}
.detailChildBlock1 {
	display:table;
	width:100%;
}
.detailChildBlock1 p {
	font-size:1rem;
	margin:0;
}
.detailChildBlock1-1 {
	display:table-cell;
	vertical-align:top;
	width:240px;
}

.detailChildBlock1-2 {
	display:table-cell;
	padding-left:1em;
	vertical-align:top;
}
}


.detailSubBlock2 {
	margin-top:80px;
}
.detailSubBlock2-1 {
}
.detailSubBlock2-1 h4 {
	margin:0;
	background-color:#3d8e3f;
	color:#fff;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:0.5em;
	padding:0.4em 1.5em;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
	position:relative;
	left:-1.6rem;
}

.detailSubBlock2-1 ul {
	margin:1em 0;
}
.detailSubBlock2-2 {
	text-align:center;
}
@media screen and (min-width:641px) {
.detailSubBlock2-1 h4 {
	left:-2rem;
}
}
@media screen and (min-width:981px) {
.detailSubBlock2 {
	letter-spacing:-0.4em;
}
.detailSubBlock2-1 {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	width:50%;
}
.detailSubBlock2-1 h4 {
	left:-40px;
	position:relative;
	width:auto;
}
.detailSubBlock2-2 {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	width:50%;
	text-align:right;
}
.detailSubBlock2-1 li {
	font-size:1.2em;
}
}


.detailChildTitle2 {
	background-color:#3d8e3f;
	color:#fff;
	font-size:1rem;
	font-weight:bold;
	margin:0 0 .88rem 0;
	padding:12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.detailChildBlock2 {
	margin-bottom:1.8rem;
}
@media screen and (min-width:641px) {
.detailChildTitle2 {
	font-size:18px;
	text-align:center;
}
.detailChildBlock2 {
	display:table;
	width:100%;
}
.detailChildBlock2 p {
	font-size:1rem;
	margin:0;
}
.detailChildBlock2-1 {
	display:table-cell;
	vertical-align:top;
	width:240px;
}

.detailChildBlock2-2 {
	display:table-cell;
	padding-left:1em;
	vertical-align:top;
}
}

.detailNotesArea {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
	background-color:#f2efd9;
	padding:20px;
	margin-bottom:2em;
}
.detailNotesTitle {
	font-size:1.2em;
	text-align:center;
	color:#a89300;
	border-bottom:1px solid #a89300;
	padding:0 0 0.5em;
	margin:0 0 0.5em;
}
.detailNotesArea p {
	margin:0;
	text-indent:-1em;
	padding-left:1em;
}
@media screen and (min-width:641px) {
.detailNotesArea p {
	font-size:1.2em;
	text-align:center;
}
}

.detailSubTitle .microText2 {
	font-size:50%;
}

.detailSubBlock3 {
	letter-spacing:-0.4em;
}
.detailSubBlock3-1 {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	text-align:center;
	padding:7px;
	box-sizing:border-box;
	width:50%;
	line-height:1.8;
}
@media screen and (min-width:641px) {
.detailSubBlock3-1 {
	width:auto;
}
}
.detailSubList3 li {
	margin-bottom:1em;
}

.detailChildBlock3 {
	margin:3em 0;
}

.detailChildTitle3 {
	font-weight:bold;
	font-size:1.4em;
	color:#00adb3;
	border-left:5px solid #00adb3;
	padding-left:0.5em;
	margin:0 0 0.5em 0;
}
.home2 .detailChildTitle3 {
	color:#329037;
	border-left:5px solid #329037;
}

.detailChildBlock3-2 {
	margin:0 0 1em 0;
}
.detailChildBlock3-2 dt {
	font-weight:bold;
}
.detailChildBlock3-2 dd {
	margin:0;
}

.detailChildBlock3-2 dd ul {
	margin:0;
}

.detailChildTitle4 {
	font-weight:bold;
	font-size:1.4em;
	color:#329037;
	border-left:5px solid #329037;
	padding-left:0.5em;
	margin:0 0 0.5em 0;
}


.detailSubTitle2 {
	font-family: "a-otf-futo-min-a101-pr6n"; /*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-size:2em;
	border-bottom:1px solid #ddd;
	padding-bottom:0.25em;
	margin:0 0 1em;
	font-weight:bold;
	text-align:center;
}
@media screen and (min-width:641px) {
.detailSubTitle2 {
	margin-bottom:1.55rem;
}
}

.detailSubTitle3 {
	font-size:1em;
	font-weight:bold;
	margin:0 0 1em 0;
}
.detailSubBlock4 {
	width:100%;
	padding-bottom:1em;
	border-bottom:1px dotted #999;
	margin-bottom:1em;
}
.detailSubBlock4.noLine {
	border-bottom:none;
}
.detailSubBlock4 p {
	margin:0;
}
.detailSubBlock4-1 {
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	border:2px solid #01aeb4;
	color:#01aeb4;
	margin-bottom:1em;
}

@media screen and (min-width:641px) {
.detailSubBlock4 {
	display:table;
}
.detailSubBlock4-1 {
	display:table-cell;
	width:8em;
	margin:0;
}

.detailSubBlock4-2 {
	display:table-cell;
	padding-left:2em;
}
}
.detailSubBlock4-2 dl {
	margin:0 0 1em;
	width:100%;
}
.detailSubBlock4-2 dt {
	background-color:#01aeb4;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	width:7em;
	padding:0.5em;
	margin-bottom:0.5em;
}
.detailSubBlock4-2 dd {
	padding:0 0.5em;
	font-weight:bold;
	vertical-align:middle;
	width:auto;
	overflow:hidden;
	margin:0;
}
@media screen and (min-width:641px) {
.detailSubBlock4-2 dl {
	display:table;
	margin:0 0 0.5em;
}
.detailSubBlock4-2 dt {
	display:table-cell;
	margin-bottom:0;
}
.detailSubBlock4-2 dd {
	display:table-cell;
}
}
.detailSubBlock4-2-1 {
	width:auto;
	overflow:hidden;
}
.detailSubBlock4-2-2 {
	min-width:20%;
	position:relative;
	float:left;
	margin-right:10px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	margin-bottom:0.5em;
}
@media screen and (min-width:641px) {
.detailSubBlock4-2-2 {
	margin-bottom:0;
}
}
.detailSubBlock4-2-2:after {
	position:absolute;
	content:"＋";
	font-size:0.8em;
	color:#fff;
	width:1.6em;
	line-height:normal;
	text-align:center;
	background-color:#01aeb4;
	-moz-border-radius:0.8em;
	-webkit-border-radius:0.8em;
	border-radius:0.8em;
	right:-1.2em;
	bottom:0.7em;
	z-index:1;
}
.detailSubBlock4-4 .detailSubBlock4-2-2:after {
	background-color:#329037;
}
.detailSubBlock4-2 dd > .detailSubBlock4-2-2:last-child:after,
.detailSubBlock4-4 .detailSubBlock4-2-1 > .detailSubBlock4-2-2:last-child:after {
	display:none;
}

.detailSubBlock4-2-2 th,
.detailSubBlock4-2-2 td {
	text-align:center;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:0.5em;
}

.detailSubBlock4-2-2 th {
	background-color:#f6f6f6;
	font-weight:normal;
}
.detailSubBlock4-2-2 td {
	font-weight:bold;
}
.detailSubBlock4-3 {
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	border:2px solid #329037;
	color:#329037;
	margin-bottom:1em;
}
@media screen and (min-width:641px) {
.detailSubBlock4-3 {
	display:table-cell;
	width:8em;
	margin-bottom:0;
}
.detailSubBlock4-4 {
	display:table-cell;
	padding-left:2em;
}
}

.detailSubBlock4-4 dl {
	margin:0 0 1em;
	width:100%;
}
.detailSubBlock4-4 dt {
	background-color:#329037;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	width:8em;
	padding:0.5em 0;
	margin-bottom:0.5em;
}

.detailSubBlock4-4 dd {
	padding:0 0.5em;
	font-weight:bold;
	vertical-align:middle;
	margin:0;
}
@media screen and (min-width:641px) {
.detailSubBlock4-4 dl {
	margin:0 0 0.5em;
	display:table;
}
.detailSubBlock4-4 dt {
	display:table-cell;
	margin-bottom:0;
}
.detailSubBlock4-4 dd {
	display:table-cell;
}
}
.detailSubBlock4-4 dd .cateLabel1 {
	display:inline-block;
	padding:0 0.25em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-weight:normal;
	font-size:0.9em;
	background-color:#a89300;
	text-align:center;
}

.detailSubBlock4-4 .detailSubBlock4-2-1 > .detailSubBlock4-2-2 {
	min-width:17%;
}

.detailChildBlock5 {
	margin-bottom:4em;
}
.detailChildTitle5 {
	font-weight:bold;
	font-size:1.4em;
	color:#0081d3;
	border-left:5px solid #0081d3;
	padding-left:0.5em;
	margin:0 0 0.5em 0;
}

.detailChildBlock5-1 {
	border-top:1px solid #ddd;
	width:100%;
	margin-bottom:0.5em;
}
.detailChildBlock5-1 th {
	background-color:#e5f2fa;
	border-right:1px solid #ddd;
	padding:0.5em;
}
.detailChildBlock5-1 td {
	border-right:1px solid #ddd;
	padding:0.5em;
}
@media screen and (min-width:641px) {
.detailChildBlock5-1 th {
	padding:1em;
}
.detailChildBlock5-1 td {
	padding:1em;
}
}
.detailChildBlock5-1 td.boldText {
	text-align:center;
}
.detailChildBlock5-1 tr > th:last-child,
.detailChildBlock5-1 tr > td:last-child {
	border-right:none;
}

.detailChildBlock5-1 tbody td {
	border-bottom:1px solid #ddd;
}

.detailChildBlock6 {
	padding-bottom:1.5em;
}
.detailChildList6 {
	margin:0;
	padding:0;
	list-style:none;
	letter-spacing:-0.4em;
}
.detailChildList6 li {
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	padding:3px;
	box-sizing:border-box;
	max-width:50%;
}
@media screen and (min-width:641px) {
}
.detailChildBlock6 .mapArea iframe {
	width:100%;
	max-height:40vh;
}
@media screen and (min-width:641px) {
.detailChildBlock6 .mapArea iframe {
	max-height:inherit;
}
}
.detailChildTitle6 {
	font-weight:bold;
	font-size:1.4em;
	color:#0081d3;
	border-left:5px solid #0081d3;
	padding-left:0.5em;
	margin:0 0 0.5em 0;
}
.detailChildBlock6-2 {
	margin:0 0 1em 0;
}
.detailChildBlock6-2 dt {
	font-weight:bold;
}
.detailChildBlock6-2 dd {
	margin:0;
}

.detailChildBlock6-2 dd ul {
	margin:0 0 0.5em 0;
}

.detailChildBlock7 {
	padding-bottom:2em;
	border-bottom:1px dotted #ddd;
	margin-bottom:2em;
}
.detailChildBlock7:last-child {
	border-bottom:none;
	margin-bottom:7px;
}
.detailChildBlock7 .detailChildImage {
	vertical-align:top;
	box-sizing:border-box;
	text-align:center;
}

.detailChildBlock7 .detailChildImage p {
	margin:0;
}

.detailChildBlock7 .detailChildMain dl {
  margin:0;
	line-height:1.8;
}
.detailChildBlock7 .detailChildMain dt {
	font-weight:bold;
	margin-bottom:1em;
	text-align:left;
}
.detailChildBlock7 .detailChildMain dd {
	margin:0;
}

@media screen and (min-width:481px) {
.detailChildBlock7 {
	display:table;
}
.detailChildBlock7 .detailChildImage {
	display:table-cell;
	width:150px;
	padding-right:10px;
	text-align:left;
}
.detailChildBlock7 .detailChildMain {
	display:table-cell;
	vertical-align:top;
}
.detailChildBlock7 .detailChildMain dt {
	text-align:left;
}
}



/* 費用 */

.detailGridTitle {
	color:#fff;
	text-align:center;
	font-size:1em;
	line-height:3;
	margin:0;
}
.home2 .detailGridTitle {
	background-color:#199327;
}
.detailGridTitleNendai {
	color:#000;
	text-align:center;
	font-size:1em;
  font-weight: bold;
	line-height:2;
	margin:0;
  background-color: #f2efd9;
  border-bottom:1px solid #ccc;
}
.detailGridTitleNendai.-bt {
  border-top:1px solid #ccc;
}
.detailGridArea {
	font-size:82%;
}

@media screen and (min-width:641px) {
.detailGridArea {
	font-size:100%;
}
}
.home2 .detailGridArea1 {
	margin-bottom:1em;
}

.detailGridArea .detailGridLine {
	border-bottom:1px solid #ccc;
	display:table;
	width:100%;
	margin:0;
	box-sizing:border-box;
}

.detailGridArea .detailGridLine:first-child {
	border-top:1px solid #ccc;
}

.detailGridArea .detailGridLine .caps {
	background-color:#e5f7f7;
	font-weight:bold;
}
.home2 .detailGridArea .detailGridLine .caps {
	background-color:#e9f4ea;
}
#anchor08-2 .detailGridArea .detailGridLine .caps {
	background-color:#e9f4ea;
}

.detailGridArea .detailGridLine dt {
	display:table-cell;
	vertical-align:middle;
	padding:1em;
	box-sizing:border-box;
}
.detailGridArea1 > .detailGridLine dt {
	width:25%;
}
@media screen and (min-width:641px) {
.detailGridArea1 > .detailGridLine dt {
	min-width:200px;
}
}
.detailGridArea2 > .detailGridLine dt {
	width:34%;
}
.detailGridArea3 > .detailGridLine dt {
	width:34%;
}
.detailGridArea .detailGridLine dd {
	display:table-cell;
	vertical-align:middle;
	padding:1em;
	box-sizing:border-box;
}
.detailGridArea2 > .detailGridLine dd {
	width:33%;
}
.detailGridArea3 > .detailGridLine dd {
	width:66%;
}

.detailGridArea4 {
	display:table;
	border-top:1px solid #ccc;
	margin-bottom:1em;
}
.detailGridArea4 .detailGridLine {
	display:table-row;
	border:none;
}
.detailGridArea4 .detailGridLine dt,
.detailGridArea4 .detailGridLine dd {
	padding:1em 0.5em;
	border-bottom:1px solid #ccc;
}
.detailGridArea .detailGridGroup {
	display: table-row-group;
}
.detailGridArea4 .caps01 { width:100px;}
.detailGridArea4 .caps02 { width:auto;}
.detailGridArea4 .caps03 { width:120px;}
.detailGridArea4 .caps04 { width:120px;}
.detailGridArea4 .caps05 { width:120px;}
.detailGridArea4 .caps06 { width:160px;}

.detailGridArea4 .detailGridLine dd {
	border-right:1px solid #ccc;
}
.detailGridArea4 .detailGridLine > dd:last-child {
	border-right:none;
}

.priceGridArea {
	border:1px solid #ccc;
	margin-bottom:2em;
}
.priceGridArea .priceGridAreaTitle {
	font-size:1em;
	background-color:#e9f4ea;
	margin:0;
	padding:1em 0.5em;
	text-align:center;
	border-bottom:1px solid #ccc;
}

.priceGridArea .priceGridAreaDetailText {
	margin:1em;
}
.priceGridArea .priceGridAreaSub {
	margin:1em;
}
.priceGridArea .detailGridArea {
	box-sizing:border-box;
	width:100%;
}

.detailChildBlock8-1 {
	margin:0 0 1em 0;
}
.detailChildBlock8-1 dt {
	font-weight:bold;
}
.detailChildBlock8-1 dd {
	margin:0;
}

.detailGridTitle5 {
	color:#fff;
	text-align:center;
	background-color:#199327;
	line-height:3;
	font-size:1em;
	margin:0;
}
.detailGridArea5 .detailGridLine dt {
	width:50%;
}
.detailGridArea5 .detailGridLine dd {
	width:50%;
}
@media screen and (min-width:641px) {
.detailGridArea5 .detailGridLine dt {
	width:60%;
}
.detailGridArea5 .detailGridLine dd {
	width:40%;
}
}
.detailGridArea5 .detailGridLine2 dt {
	width:34%;
}
.detailGridArea5 .detailGridLine2 dd {
	width:66%;
}

.sideMenu {
	margin:2rem 0;
	font-size:1.4em;
	display:none;
}
.sideMenu dl {
	margin:0;
}
@media screen and (min-width:794px) {
.sideMenu {
	margin:0;
	display:block;
}
.sideMenu dl {
	width:240px;
}
}
.sideMenu dt {
	text-align:center;
	background-color:#0085cf;
	position:relative;
	border-bottom:1px solid #40a4db;
}
.sideMenu dt a:before {
  font-family: 'kaigocustom';
  content: "\f0da";
	position:absolute;
	right:8px;
	top:50%;
	margin-top:-0.6em;
	font-size:88%;
}

.sideMenu dt.parent {
	background-color:#006bab;
	border-bottom:none;
}
.sideMenu dt a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding:0.3em 1.3em 0.3em 0.3em;
}
.sideMenu dd {
	margin:0;
	font-size:0.75em;
	background-color:#fff;
	position:relative;
	border-bottom:1px solid #e9e4be;
}
.sideMenu dd a:before {
  font-family: 'kaigocustom';
  content: "\f0da";
	color:#a69100;
	position:absolute;
	left:1em;
	top:50%;
	margin-top:-0.6em;
}
.sideMenu dd a {
	color:#000;
	display:block;
	text-decoration:none;
	padding:0.6em 1.7em;
}
