/* page-karugamo */


.page-karugamo #page #main {
	background: #fff1da;
}

.page-karugamo .main-content {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #42301f;
}

.page-karugamo #page #colophon #cpBranding {
	background-color: #fff1da;
}

@media (max-width: 480px) {

	#karugamoGuidance .cmLay,
	#karugamoNursing .cmLay,
	#karugamoSpace .cmLay,
	#karugamoSch .cmLay,
	#karugamoOutline .cmLay {
		width: 100% !important;
		box-sizing: border-box;
	}

	#karugamoGuidance .guidanceInner,
	#karugamoNursing .nursingInner,
	#karugamoSpace .spaceInner,
	#karugamoSch .schInner,
	#karugamoOutline .outlineInner {
		width: 92% !important;
		height: auto !important;
		margin: 0 auto;
	}
}

/*contentsNav*/
#page-header h1 span {
	margin: 70px 0 0 0;
	background-color: transparent;
	background-image: url(../images/karugamo/karugamoTitle-trans.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 0;
	display: block;
	padding: 214px 0 0 0;
	overflow: hidden;
	width: 228px;
}

#content #contentsNav {
	padding: 30px 0;
	background: #fff1da;
}

#content #contentsNav ul {
	width: 940px;
	margin: 0 auto;
}

#content #contentsNav ul:before,
#content #contentsNav ul:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#content #contentsNav ul:after {
	clear: both;
}

#content #contentsNav ul li {
	float: left;
	width: 232px;
	margin: 0 4px 0 0;
}

#content #contentsNav ul li a {
	height: 0;
	display: block;
	padding: 65px 0 0;
	overflow: hidden;
	color: transparent;
}

#content #contentsNav ul li.karugamoOutline {
	margin: 0;
}

#content #contentsNav ul li.karugamoGuidance a {
	background-color: transparent;
	background-image: url("../images/karugamo/karugamoNavi-trans.png");
	background-position: 0 0;
	background-repeat: no-repeat;

}

#content #contentsNav ul li.karugamoGuidance a:hover {
	background-position: 0 -100px;
}

#content #contentsNav ul li.karugamoSpace a {
	background-color: transparent;
	background-image: url("../images/karugamo/karugamoNavi-trans.png");
	background-position: -236px 0;
	background-repeat: no-repeat;
}

#content #contentsNav ul li.karugamoSpace a:hover {
	background-position: -236px -100px;
}

#content #contentsNav ul li.karugamoSch a {
	background-color: transparent;
	background-image: url("../images/karugamo/karugamoNavi-trans.png");
	background-position: -472px 0;
	background-repeat: no-repeat;
}

#content #contentsNav ul li.karugamoSch a:hover {
	background-position: -472px -100px;
}

#content #contentsNav ul li.karugamoOutline a {
	background-color: transparent;
	background-image: url("../images/karugamo/karugamoNavi-trans.png");
	background-position: -708px 0;
	background-repeat: no-repeat;
}

#content #contentsNav ul li.karugamoOutline a:hover {
	background-position: -708px -100px;
}

@media (max-width: 480px) {
	#page-header h1 span {
		width: 80px !important;
		padding-top: 76px !important;
		background-size: 80px !important;
		position: absolute;
		margin: 50px 0 0;
		top: 0;
	}

	#content #contentsNav ul {
		width: 92%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#content #contentsNav ul:before,
	#content #contentsNav ul:after {
		display: none;
	}

	#content #contentsNav ul li {
		float: none;
		width: 49%;
		margin: 0;
	}

	#content #contentsNav ul li a {
		height: auto;
		padding: 1em 0.75em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		text-align: left;
		color: #412f1e;
		text-decoration: none;
		font-weight: bold;
		background: url(../images/common_sp/bg_sp_btn.png) !important;
		margin-bottom: 4%;
		border-radius: 5px;
		border-bottom: 4px solid #e6b300;
		-webkit-box-sizing: border-box;
		color: #42301f;
	}

	#content #contentsNav ul li.karugamoOutline {
		margin: 0;
	}

	#content #contentsNav ul li a::after {
		content: '';
		display: block;
		width: 14px;
		height: 0;
		padding-top: 16px;
		overflow: hidden;
		background-size: 14px 16px;
		background-position: 0 0;
		background-repeat: no-repeat;
		font-size: 0;
		margin-left: auto;
		background: url(../images/common_sp/icon_down.svg) no-repeat center;
	}

}

/*karugamoGuidance*/
#karugamoGuidance {
	background-color: #ffed64;
	background: #ffed64 url(../images/karugamo/radiusAce-beige-trans.png) 0 bottom repeat-x;
	position: relative;
	border-top: 2px solid #edc78a;
	padding-bottom: 14px;
}

#karugamoGuidance::before,
#karugamoGuidance::after {
	content: "";
	display: block;
	width: calc((100% - 1066px) / 2);
	height: calc(100% - 7px);
	background-image: url(../images/karugamo/guidance/bg_guidance.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
}

#karugamoGuidance::before {
	background-position: right top;
	left: 0;
}

#karugamoGuidance::after {
	background-position: left top;
	right: 0;
}

#karugamoGuidance .cmLay {
	width: 1066px;
	margin: 0 auto;
}

#karugamoGuidance h2 {
	background-image: url(../images/karugamo/guidance/bg_guidanceTitle-trans.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding: 67px 0 32px 0;
}

#karugamoGuidance h2 span {
	background-color: transparent;
	background-image: url(../images/karugamo/guidance/guidanceTitle-trans.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 0;
	display: block;
	padding: 51px 0 0 0;
	overflow: hidden;
	line-height: 2em;
}

#karugamoGuidance .guidanceInner {
	margin: 0 auto;
	height: 477px;
	width: 1006px;
	background: url(../images/karugamo/guidance/frame_guidance.png);
}

#karugamoGuidance .guidanceContent {
	position: relative;
	height: 477px;
	padding: 0 76px 0 100px;
}

#karugamoGuidance .guidanceContent hgroup {
	padding: 80px 0 40px 0;
}

#karugamoGuidance .guidanceContent hgroup h3 {
	width: 298px;
	background-color: transparent;
	background-image: url(../images/karugamo/guidance/hopeTitle-trans.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 0;
	display: block;
	padding: 34px 0 0 0;
	overflow: hidden;
	margin: 0 0 40px 0;
	line-height: 2em;
}

#karugamoGuidance .guidanceContent hgroup h4 {
	width: 304px;
	background-color: transparent;
	background-image: url(../images/karugamo/guidance/hopeSubTitle-trans.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 0;
	display: block;
	padding: 64px 0 0 0;
	overflow: hidden;
	line-height: 2em;
}

#karugamoGuidance .guidanceContent .cmRead {
	width: 400px;
	font-size: 123%;
	font-weight: bold;
	line-height: 2.25;
}

#karugamoGuidance .guidanceContent img {
	position: absolute;
	z-index: 1;
	right: 76px;
	top: 72px;
	width: 380px;
}

#karugamoGuidance .bg2 {
	margin-top: -20px;
}

#karugamoGuidance .bg2 img {
	margin-left: 25px;
}

@media (max-width: 480px) {
	#karugamoGuidance {
		/*		background: #ffed64 url(../images/karugamo/radiusAce-beige-trans.png) 0 bottom repeat-x;*/
		background-color: #ffed64;
		background-image: url(../images/karugamo/guidance/bg_guidance.png), url(../images/karugamo/radiusAce-beige-trans.png);
		background-repeat: no-repeat, repeat-x;
		background-position: 0 0, 0 bottom;
		background-size: 100% auto, 30px auto;
		padding-bottom: 3vw;

		/*		background-repeat: repeat;*/
	}

	#karugamoGuidance::before,
	#karugamoGuidance::after {
		display: none;
	}

	#karugamoGuidance h2 {
		background-size: 100% auto;
		padding: 14vw 5vw 6.6vw 0;
	}

	#karugamoGuidance h2 span {
		background-color: transparent;
		background-image: url(../images/karugamo/guidance/guidanceTitle-trans.png);
		background-size: auto 100%;
		padding: 8.8vw 0 0 0;
	}

	#karugamoGuidance .guidanceInner {
		background: url(../images/karugamo/outline/frame_outline.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}

	#karugamoGuidance .guidanceContent {
		height: 110vw;
		padding: 0 8% 0;
	}

	#karugamoGuidance .guidanceContent hgroup {
		padding: 10% 0 5.3% 0;
	}

	#karugamoGuidance .guidanceContent hgroup h3 {
		width: 100%;
		background-size: auto 100%;
		padding: 5.8vw 0 0 0;
		margin: 0 0 4vw 0;
	}

	#karugamoGuidance .guidanceContent hgroup h4 {
		width: 100%;
		background-size: auto 100%;
		padding: 11vw 0 0 0;
	}

	#karugamoGuidance .guidanceContent .cmRead {
		width: 100%;
		font-size: 3.7vw;
		line-height: 1.8;
	}

	#karugamoGuidance .guidanceContent img {
		position: static;
		margin: 3vw auto 0;
		height: 36vw;
		width: 98%;
		object-fit: cover;
		border-radius: 6px;
	}

	#karugamoGuidance .bg2 {
		display: block;
		width: 100%;
		margin: 0;
	}

	#karugamoGuidance .bg2 img {
		width: 100%;
		margin-left: 0;
	}
}

/*karugamoNursing*/
#karugamoNursing {
	padding: 50px 0 80px 0;
	background: #96d4e3 url(../images/common/parts/radiusAce-braun-trans.png) 0 0 repeat-x;
	overflow: hidden;
}

#karugamoNursing h2 {
	padding: 0 53px 25px 0;
}

#karugamoNursing h2 span {
	background-color: transparent;
	background-image: url(../images/karugamo/nursing/nursingTitle-trans.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 0;
	display: block;
	padding: 168px 0 0 0;
	overflow: hidden;
	line-height: 2em;
}

#karugamoNursing .cmLay {
	width: 940px;
	margin: 0 auto;
}

#karugamoNursing .nursingInner {
	width: 100%;
	border-radius: 10px;
	background: #fff;
}

#karugamoNursing .nursingContent {
	position: relative;
	padding: 37px 40px 32px;
}


#karugamoNursing .nursingContent .cmRead {
	width: 460px;
	font-size: 123%;
	font-weight: 500;
	line-height: 1.875;
	letter-spacing: -0.05em;
}

#karugamoNursing .nursingContent > img {
	position: absolute;
	right: 40px;
	top: 38px;
	width: 380px;
}

#karugamoNursing .nursingContent .bg {
	margin: 20px 0 0 0;
}

#karugamoNursing .nursingBox {
	background: url(../images/common/footer/footerBg.png) 0 0 repeat;
	padding: 18px 20px;
	border-radius: 14px;
	margin-top: 38px;
}

#karugamoNursing .nursingBox img {
	float: left;
}

#karugamoNursing .nursingBox .cmRead {
	width: 640px;
	margin-left: auto;
	font-size: 123%;
	font-weight: 500;
	line-height: 1.875;
	letter-spacing: 0.02em;
	padding: .85em 0;
}

.ie #karugamoNursing .nursingBox .cmRead {
	padding: 1.2em 0 .5em;
}

@media (max-width: 480px) {
	#karugamoNursing {
		padding: 8.6% 0 13.7% 0;
	}

	#karugamoNursing h2 {
		padding: 0 9vw 5vw 0;
	}

	#karugamoNursing h2 span {
		background-size: auto 100%;
		padding: 29vw 0 0 0;
	}

	#karugamoNursing .nursingInner {
		border-radius: 2vw;
	}

	#karugamoNursing .nursingContent {
		padding: 5%;
	}


	#karugamoNursing .nursingContent .cmRead {
		width: 100%;
		font-size: 3.7vw;
	}

	#karugamoNursing .nursingContent > img {
		position: static;
		max-width: 100%;
		margin: 3vw auto 0;
	}

	#karugamoNursing .nursingContent .bg {
		margin: 3.4vw 0 0 0;
	}

	#karugamoNursing .nursingContent .bg img {
		max-width: 100%;
	}

	#karugamoNursing .nursingBox {
		padding: 4% 5%;
		border-radius: 2vw;
		margin-top: 6.5vw;
	}

	#karugamoNursing .nursingBox img {
		float: none;
		width: 50%;
		margin: 0 auto;
	}

	#karugamoNursing .nursingBox .cmRead {
		width: 100%;
		font-size: 3.7vw;
		padding-bottom: 0;
	}

}

/*karugamoSpace*/
#karugamoSpace {
	padding: 50px 0 64px 0;
	background: #fff1da url(../images/common/parts/radiusAce-blue.png) 0 0 repeat-x;
}

#karugamoSpace h2 {
	padding: 0 53px 43px 0;
}

#karugamoSpace h2 span {
	background-color: transparent;
	background-image: url(../images/karugamo/space/spaceTitle-trans.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 0;
	display: block;
	padding: 185px 0 0 0;
	overflow: hidden;
	line-height: 2em;
}

#karugamoSpace .cmLay {
	width: 960px;
	margin: 0 auto;
}

#karugamoSpace .spaceInner {
	width: 100%;
}

#karugamoSpace .spaceContent {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#karugamoSpace .txtbox {
	margin: 0 10px 20px;
	width: 280px;
	padding: 23px 10px 20px 10px;
	border-radius: 10px;
	background: #fff url(../images/karugamo/space/bg_txtbox.png);
	background-position: right 38% bottom -2%;
	background-repeat: no-repeat;
}

#karugamoSpace .txtbox .cmRead {
	font-size: 123%;
	font-weight: 500;
	line-height: 1.875;
	letter-spacing: -0.05em;
	padding: 0 .5em;
}

#karugamoSpace article {
	margin: 0 10px 20px;
	width: 280px;
	padding: 10px 10px 20px 10px;
	border-radius: 10px;
	background: url(../images/common/parts/commonBgAce.png);
}

#karugamoSpace article img {
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	width: 280px;
}

#karugamoSpace article .cmRead {
	font-size: 123%;
	font-weight: 500;
	line-height: 1.875;
	padding: 0 .5em
}

@media (max-width: 480px) {
	#karugamoSpace {
		padding: 8.6vw 0 11vw 0;
	}

	#karugamoSpace h2 {
		padding: 0 6vw 5vw 0;
	}

	#karugamoSpace h2 span {
		background-size: auto 100%;
		padding: 26vw 0 0 0;
	}

	#karugamoSpace .spaceContent {
		width: 100%;
		display: block;
	}

	#karugamoSpace .txtbox {
		margin: 0 auto 5%;
		width: 90%;
		height: auto !important;
		padding: 6% 5% 18%;
		border-radius: 2vw;
		background-position: right 38% bottom 0;
		background-size: 62% auto;
	}

	#karugamoSpace .txtbox .cmRead {
		font-size: 3.7vw;
	}

	#karugamoSpace article {
		margin: 0 auto 5%;
		width: 90%;
		height: auto !important;
		padding: 6% 5%;
		border-radius: 2vw;
	}

	#karugamoSpace article img {
		width: 100%;
		margin-bottom: 5%;
	}

	#karugamoSpace article .cmRead {
		font-size: 3.7vw;
	}
}

/*karugamoSch*/
#karugamoSch {
	padding: 50px 0 80px 0;
	background: #93cddb url(../images/common/parts/radiusAce-braun-trans.png) 0 0 repeat-x;
	overflow: hidden;
}

#karugamoSch h2 span {
	background-color: transparent;
	background-image: url(../images/karugamo/sch/schTitle-trans.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 0;
	display: block;
	padding: 28px 0 0 0;
	overflow: hidden;
	line-height: 2em;
}

#karugamoSch .cmLay {
	width: 1063px;
	margin: 0 auto;
	background: url(../images/karugamo/sch/leafSch-trans.png) 0 194px no-repeat;
}

#karugamoSch .schInner {
	width: 940px;
	margin: 0 auto;
	position: relative;
	background: url(../images/common/parts/commonBgAce.png);
	padding: 0 0 54px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#karugamoSch .schInner::after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(../images/karugamo/footBg.png) bottom left repeat-x;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#karugamoSch header {
	height: 57px;
	padding: 105px 0 0 0;
	background: url(../images/karugamo/sch/head-trans.png) 0 0 no-repeat;
}

#karugamoSch .schContent {
	margin: 30px 0 0 0;
	padding: 0 35px;
}

#karugamoSch .schContent .cntWrap {
	display: flex;
	justify-content: space-between;
	background-image: url(../images/karugamo/sch/cmDot-trans.png);
	background-repeat: repeat-y;
	background-position: 50% 0;
	margin-bottom: 20px;
}

#karugamoSch .schContent .sch {
	width: 425px;
}

#karugamoSch .schContent .sch .ttl {
	width: 100%;
	height: 54px;
	margin-bottom: 10px;
	background: url(../images/karugamo/sch/schHead.png);
}

#karugamoSch .schContent .sch .ttl span {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 0;
	display: block;
	padding: 54px 0 0 0;
	overflow: hidden;
}

#karugamoSch .schContent .sch01 .ttl span {
	background-image: url(../images/karugamo/sch/ttlSch01.png);
}


#karugamoSch .schContent .sch02 .ttl span {
	background-image: url(../images/karugamo/sch/ttlSch02.png);
}

#karugamoSch .schContent .sch .schBox {
	background: #fff;
	border-radius: 10px;
	padding: 20px 0;
}

#karugamoSch .schContent .sch .schBox dl {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	background-image: url(../images/karugamo/sch/cmDot-trans.png);
	background-repeat: repeat-y;
	background-position: 92px 0;
	padding-bottom: 15px;
}

#karugamoSch .schContent .sch .schBox dl .schTime {
	/* background-repeat: no-repeat; */
	width: 80px;
	display: block;
	/* overflow: hidden; */
	font-size: 1.25rem;
	margin: 0.7em 0 0;
	padding-right: 0.85em;
	font-weight: bold;
	text-align: right;
}

/* #karugamoSch .schContent .sch .schBox dl .schTime.time01 {
  background-image: url(../images/karugamo/sch/schTime01.png);
}

#karugamoSch .schContent .sch .schBox dl .schTime.time02 {
  background-image: url(../images/karugamo/sch/schTime02.png);
}

#karugamoSch .schContent .sch .schBox dl .schTime.time03 {
  background-image: url(../images/karugamo/sch/schTime03.png);
}

#karugamoSch .schContent .sch .schBox dl .schTime.time04 {
  background-image: url(../images/karugamo/sch/schTime04.png);
}

#karugamoSch .schContent .sch .schBox dl .schTime.time05 {
  background-image: url(../images/karugamo/sch/schTime05.png);
}

#karugamoSch .schContent .sch .schBox dl .schTime.time01 {
  background-image: url(../images/karugamo/sch/schTime01.png);
}

#karugamoSch .schContent .sch .schBox dl .schTime.time06 {
  background-image: url(../images/karugamo/sch/schTime06.png);
}

#karugamoSch .schContent .sch .schBox dl .schTime.time07 {
  background-image: url(../images/karugamo/sch/schTime07.png);
}

#karugamoSch .schContent .sch .schBox dl .schTime.time08 {
  background-image: url(../images/karugamo/sch/schTime08.png);
}

#karugamoSch .schContent .sch .schBox dl .schTime.time09 {
  background-image: url(../images/karugamo/sch/schTime09.png);
}

#karugamoSch .schContent .sch .schBox dl .schTime.time10 {
  background-image: url(../images/karugamo/sch/schTime10.png);
} */


#karugamoSch .schContent .sch .schBox dl .schDetail {
	box-sizing: border-box;
	width: calc(100% - 110px);
	padding: 0 .5em;
	font-size: 138%;
	font-weight: 500;
	line-height: 1.5;
	margin: .8em 0;
	letter-spacing: -0.05em;
}

#karugamoSch .schContent .sch .schBox dl .schDetail .txt {
	padding-left: 1em;
	position: relative;
}

#karugamoSch .schContent .sch .schBox dl .schDetail .txt::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/karugamo/sch/icoStar.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	left: -.1em;
	top: .2em;
}

#karugamoSch .schContent .schImg {
	display: flex;
	justify-content: space-between;
}

#karugamoSch .schContent .schImg img {
	width: 277px;
}


@media all and (-ms-high-contrast: none) {
	#karugamoSch .schContent .sch .schBox dl .schDetail {
		margin: .9em 0 .7em;
	}

	#karugamoSch .schContent .sch .schBox dl .schDetail .txt::before {
		top: 0;
	}
}

@media (max-width: 480px) {
	#karugamoSch {
		padding: 8.6% 0 13% 0;
	}

	#karugamoSch h2 span {
		background-size: auto 100%;
		padding: 4.8vw 0 0 0;
	}

	#karugamoSch .cmLay {
		background: url(../images/karugamo/sch/leafSch-trans.png) no-repeat 0 194px / 100% auto;
	}

	#karugamoSch .schInner {
		padding: 0 0 9vw;
		border-bottom-right-radius: 2vw;
		border-bottom-left-radius: 2vw;
		background: url(../images/common/parts/commonBgAce.png) repeat-y 0 0 / 100% auto;
	}

	#karugamoSch .schInner::after {
		width: 100%;
		height: 2.6vw;
		background: url(../images/outline/facility/spaceinfo/footBg.png) repeat-x bottom left / auto 2.6vw;
		border-bottom-right-radius: 2vw;
		border-bottom-left-radius: 2vw;
	}

	#karugamoSch header {
		height: 9.8vw;
		padding: 18vw 0 0 0;
		background: url(../images/karugamo/sch/head-trans.png) no-repeat 0 0 / 100% auto;
	}

	#karugamoSch .schContent {
		margin: 5vw 0 0 0;
		padding: 0 4%;
	}

	#karugamoSch .schContent .cntWrap {
		display: block;
		background: none;
		margin-bottom: 4vw;
	}

	#karugamoSch .schContent .sch {
		width: 100%;
		position: relative;
	}

	#karugamoSch .schContent .sch + .sch {
		margin-top: 10vw;
	}

	#karugamoSch .schContent .sch + .sch::before {
		content: "";
		width: 100%;
		height: 2px;
		display: block;
		background-image: url(../images/common/parts/cmDot-trans.png);
		background-repeat: repeat-x;
		background-position: 0 0;
		position: absolute;
		top: -5vw;
	}

	#karugamoSch .schContent .sch .ttl {
		width: 100%;
		height: 11vw;
		margin-bottom: 2vw;
		background: url(../images/karugamo/sch/schHead.png) no-repeat 0 0 / 100% auto;
	}

	#karugamoSch .schContent .sch .ttl span {
		padding: 11vw 0 0 0;
		background-size: auto 50%;
	}


	#karugamoSch .schContent .sch .schBox {
		border-radius: 2vw;
		padding: 5vw 0;
	}

	#karugamoSch .schContent .sch .schBox dl {
		background-position: 19.4vw 0;
		padding-bottom: 3vw;
	}

	#karugamoSch .schContent .sch .schBox dl .schTime {
		background-size: auto 100%;
		width: 17vw;
		padding: 0 3vw 0 0;
		font-size: 3.7vw;
		margin: .8em 0 0;
		line-height: 1.5;
	}


	#karugamoSch .schContent .sch .schBox dl .schDetail {
		width: calc(100% - 22vw);
		font-size: 3.7vw;
	}

	#karugamoSch .schContent .sch .schBox dl .schDetail .txt {
		padding-left: 1em;
		position: relative;
	}

	#karugamoSch .schContent .sch .schBox dl .schDetail .txt::before {
		width: 3.6vw;
		height: 3.6vw;
		background-size: 100% auto;
	}

	#karugamoSch .schContent .schImg {
		display: block;
	}

	#karugamoSch .schContent .schImg img {
		width: 100%;
		display: block;
		margin-bottom: 5%;
	}

}

/*karugamoOutline*/
#karugamoOutline {
	padding: 50px 0 64px 0;
	background: #fff1da url(../images/common/parts/radiusAce-blue.png) 0 0 repeat-x;
}

#karugamoOutline h2 {
	padding: 0 0 60px 0;
}

#karugamoOutline h2 span {
	background-color: transparent;
	background-image: url(../images/karugamo/outline/outlineTitle-trans.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 0;
	display: block;
	padding: 50px 0 0 0;
	overflow: hidden;
}

#karugamoOutline .cmLay {
	width: 960px;
	margin: 0 auto;
}

#karugamoOutline .outlineInner {
	width: 100%;
}

#karugamoOutline .outlineContent {}

#karugamoOutline .oInfo .infoInner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 45px;
}

#karugamoOutline .oInfo .infoContent {
	width: 478px;
}

#karugamoOutline .oInfo .infoContent .infoLogo {
	margin-bottom: 1.2em;
	display: flex;
	font-weight: bold;
	font-size: 158%;
}

#karugamoOutline .oInfo .infoContent .infoLogo span {
	padding-top: 1.5em;
	margin: 0 .5em;
}

#karugamoOutline .oInfo .infoTxt {
	box-sizing: border-box;
	width: 100%;
	height: 562px;
	background-image: url(../images/karugamo/outline/frame_outline.png);
	background-repeat: no-repeat;
	padding: 30px 45px 45px;
}

#karugamoOutline .oInfo .infoTxt .infoTtl {
	padding-bottom: 25px;
}

#karugamoOutline .oInfo .infoTxt .infoTtl span {
	background-color: transparent;
	background-image: url(../images/karugamo/outline/ttl_infoTxt.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 0;
	display: block;
	padding: 20px 0 0 0;
	overflow: hidden;
}

#karugamoOutline .oInfo .infoTxt p {
	font-weight: 500;
	font-size: 123%;
	line-height: 1.875;
	letter-spacing: -0.02em;
}


#karugamoOutline .oInfo .infoTable {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#karugamoOutline .oInfo .infoTable > div,
#karugamoOutline .oInfo .infoTable dl {
	width: 342px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

#karugamoOutline .oInfo .infoTable dl::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background-image: url(../images/common/parts/cmDot-trans.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

#karugamoOutline .oInfo .infoTable dl dt,
#karugamoOutline .oInfo .infoTable dl dd {
	font-size: 107.7%;
	line-height: 2;
	box-sizing: border-box;
}

#karugamoOutline .oInfo .infoTable dl dt {
	font-weight: bold;
	width: 8em;
	padding: .5em 0;
}

#karugamoOutline .oInfo .infoTable dl dd {
	font-weight: 500;
	width: calc(100% - 8em);
	padding: .5em 0;
	position: relative;
}

#karugamoOutline .oInfo .infoTable dl dd::before {
	content: "";
	display: inline-block;
	width: calc(100% + 8em);
	height: 2px;
	background-image: url(../images/common/parts/cmDot-trans.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: -8em;
}


#karugamoOutline .oInfo .infoTable .note {
	font-weight: bold;
	font-size: 138%;
	letter-spacing: -0.05em;
	margin: .5em 0 0;

}

#karugamoOutline .oInfo .infoTable .download {
	width: 172px;
}

#karugamoOutline .oInfo .infoTable .download p {
	width: 100%;
	height: 206px;
	background-image: url(../images/karugamo/outline/pdfDlWrap-trans.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	cursor: pointer;
}

#karugamoOutline .oInfo .infoTable .download p:hover {
	background-position: right 0;
}

#karugamoOutline .oInfo .infoTable .download p span {
	margin: 48px 0 0 0;
	height: 0;
	display: block;
	padding: 39px 0 0 0;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../images/karugamo/outline/txt_pdf.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	color: transparent;
}

#karugamoOutline .oParking {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 72px;
	padding: 0 10px;
}

#karugamoOutline .oParking .parkingMap {
	width: 560px;
	height: 497px;
	position: relative;
}

#karugamoOutline .oParking .parkingMap iframe {
	width: 100%;
	height: 100%;
}

#karugamoOutline .oBnr {
	padding: 0 10px;
	margin-top: 30px;
}

#karugamoOutline .oBnr img {
	width: 100%;
}

@media all and (-ms-high-contrast: none) {
	#karugamoOutline .oInfo .infoTable dl dt {
		padding: .7em 0 .3em;
	}

	#karugamoOutline .oInfo .infoTable dl dd {
		padding: .7em 0 .3em;
	}
}

@media (max-width: 480px) {
	#karugamoOutline {
		padding: 8.6% 0 0 0;
	}

	#karugamoOutline h2 {
		padding: 0 0 10vw 0;
	}

	#karugamoOutline h2 span {
		background-size: auto 100%;
		padding: 8.6vw 0 0 0;
	}

	#karugamoOutline .oInfo .infoInner {
		width: 100%;
		display: block;
		margin-bottom: 7.7vw;
	}

	#karugamoOutline .oInfo .img {
		width: 60%;
		margin: 0 auto 6%;
	}

	#karugamoOutline .oInfo .img img {
		width: 100%;
	}

	#karugamoOutline .oInfo .infoContent {
		width: 100%;
	}

	#karugamoOutline .oInfo .infoContent .infoLogo {
		margin-bottom: 1.2em;
		font-size: 4vw;
	}

	#karugamoOutline .oInfo .infoContent .infoLogo span {
		padding-top: 0;
		margin: 1em .5em .5em;
	}

	#karugamoOutline .oInfo .infoContent .infoLogo img {
		max-width: 50%;
		align-self: center;
	}

	#karugamoOutline .oInfo .infoTxt {
		height: auto;
		background-size: 100% auto;
		padding: 6% 8% 10%;
	}

	#karugamoOutline .oInfo .infoTxt .infoTtl {
		padding-bottom: 1em;
	}

	#karugamoOutline .oInfo .infoTxt .infoTtl span {
		background-size: auto 100%;
		padding: 4vw 0 0 0;
	}

	#karugamoOutline .oInfo .infoTxt p {
		font-size: 3.2vw;
	}


	#karugamoOutline .oInfo .infoTable {
		display: block;
	}

	#karugamoOutline .oInfo .infoTable > div,
	#karugamoOutline .oInfo .infoTable dl {
		width: 100%;
	}

	#karugamoOutline .oInfo .infoTable div dl:before {
		display: none;
	}

	#karugamoOutline .oInfo .infoTable dl dt,
	#karugamoOutline .oInfo .infoTable dl dd {
		font-size: 3.4vw;
		line-height: 1.8;
	}

	#karugamoOutline .oInfo .infoTable dl dd a {
		color: #42301f;
		text-decoration: none;
	}

	#karugamoOutline .oInfo .infoTable dl dd .fax_num a {
		pointer-events: none;
	}

	#karugamoOutline .oInfo .infoTable dl dt {
		font-weight: bold;
		width: 8em;
		padding: .5em 0;
	}

	#karugamoOutline .oInfo .infoTable .note {
		font-size: 4vw;
	}

	#karugamoOutline .oInfo .infoTable .download {
		width: 45%;
		margin: 6% auto 0;
	}

	#karugamoOutline .oInfo .infoTable .download p {
		height: 49vw;
		background-image: url(../images/karugamo/outline/pdfDlWrap-trans.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: auto 100%;
		cursor: pointer;
	}

	#karugamoOutline .oInfo .infoTable .download p:hover {
		background-position: 0 0 !important;
	}

	#karugamoOutline .oInfo .infoTable .download p span {
		margin: 11vw 0 0 0;
		background-size: auto 100%;
		padding: 9vw 0 0 0;
	}

	#karugamoOutline .oParking {
		display: block;
		margin-top: 12%;
		padding: 0;
	}

	#karugamoOutline .oParking .parkingMap {
		width: 100%;
		height: 80vw;
		margin-bottom: 8%;
	}

	#karugamoOutline .oParking img {
		width: 100%;
	}

	#karugamoOutline .oBnr {
		padding: 0;
		margin-top: 5%;
	}

	#karugamoOutline .oBnr,
	#karugamoOutline .oBnr img {
		width: 100%;
	}
}



/*karugamoNews*/
#karugamoNews {
	padding: 50px 0 80px 0;
}

#karugamoNews h2 {
	padding: 0 53px 25px 0;
}

#karugamoNews h2 span {
	background-color: transparent;
	background-image: url(../images/karugamo/news/newsTitle-trans.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 0;
	display: block;
	padding: 168px 0 0 0;
	overflow: hidden;
	line-height: 2em;
}

#karugamoItem_content {
	padding: 20px 0 0 0;
	width: 940px;
	margin: 0 auto;
}

#karugamoItem_content p.moreRead {
	clear: both;
	padding: 10px 0 0 0;
}

#karugamoItem_content p.moreRead a {
	background-color: transparent;
	background-image: url("../images/news/viewIndex-trans.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 0;
	display: block;
	padding: 56px 0 0 0;
	overflow: hidden;
}

#karugamoItem_content p.moreRead a:hover {
	background-position: 0 -95px;
}

#karugamoItem_content .loading {
	width: 100%;
	height: 200px;
	background: url("../images/common/loading-news.gif") 50% 50% no-repeat;
	display: none;
}

#karugamoItem_content .home-feed-inner {
	width: 960px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#karugamoItem_content .home-feed-inner article {
	width: 220px;
	margin: 0 20px 0 0;
	padding: 30px 0;
}

#karugamoItem_content .home-feed-inner article:nth-child(n+5) {
	background: url("../images/karugamo/news/newsDot-trans.png") 0 0 repeat-x;
}

#karugamoItem_content .home-feed-inner article:hover {
	cursor: pointer;
}

#karugamoItem_content .home-feed-inner article:hover em,
body.tax-newscat #page #main #newsWrap #newsOuter .newsItemBox .eachWrap article:hover em {
	color: #8b7258;
}

#karugamoItem_content .home-feed-inner article header {
	position: relative;
	padding: 0 0 15px 0;
	height: 147px;
}

#karugamoItem_content .home-feed-inner article header p {
	position: absolute;
	z-index: 2;
	width: 76px;
	height: 35px;
	top: 5px;
	left: -5px;
}

#karugamoItem_content .home-feed-inner article header p span.karugamo {
	background-color: transparent;
	background-image: url("../images/common/parts/catAce-karugamo-trans.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 0;
	display: block;
	padding: 35px 0 0 0;
	overflow: hidden;
}

#karugamoItem_content .home-feed-inner article header img {
	position: absolute;
	z-index: 1;
	top: 0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#karugamoItem_content .home-feed-inner article em {
	font-style: normal;
	color: #412f1e;
	display: block;
	font-size: 115%;
	padding: 0 0 1em 0;
	font-weight: bold;
}

#karugamoItem_content .home-feed-inner article .cmRead {
	line-height: 1.8;
	font-size: 105%;
}

#karugamoItem_content .home-feed-inner article .cmRead a {
	text-decoration: none;
	color: #412f1e;
}

@media (max-width: 480px) {
	#karugamoNews {
		padding: 8.6% 0 13.7% 0;
	}

	#karugamoNews h2 {
		padding: 0 9vw 5vw 0;
	}

	#karugamoNews h2 span {
		background-size: auto 100%;
		padding: 29vw 0 0 0;
	}

	#karugamoItem_content {
		width: 100%;
	}
	#karugamoItem_content p.moreRead a {
		width: calc(100% - 20px);
		margin: 0 auto;
    background-position: center 0;
	}

	#karugamoItem_content .home-feed-inner {
		width: 100%;
		padding-top: 0;
		padding-left: 10px;
		padding-right: 10px;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#karugamoItem_content .home-feed-inner article {
		width: 47%;
		margin: 0;
	}

	#karugamoItem_content .home-feed-inner article:nth-child(n+3) {
		background: url("../images/karugamo/news/newsDot-trans.png") 0 0 repeat-x;
	}

	#karugamoItem_content .home-feed-inner article header {
		height: auto;
	}

	#karugamoItem_content .home-feed-inner article header img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 481px) {
	.spArea {
		display: none !important;
	}
}

@media screen and (max-width: 480px) {
	.pcArea {
		display: none !important;
	}
}