#contents {
	overflow: hidden;
}
.footer_fixed {
	z-index: 150;
}

.c-guide-top_area {
	background: #268d3c;
	height: 150px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.c-guide-top_area .top_area-txt {
	font-size: 30px;
	text-shadow: none;
	position: static;
	top: auto;
	left: auto;
	transform: translate(0);
}
@media screen and (max-width: 768px) {
	.c-guide-top_area {
		background: #268d3c;
		height: 80px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 0;
	}
	.c-guide-top_area .top_area-txt {
		font-size: 20px;
		text-shadow: none;
		position: static;
		top: auto;
		left: auto;
		transform: translate(0);
	}
}

.c-guide {
	position: relative;
	margin-bottom: 100px;
	margin-top: -1px;
}
.c-guide--nomg {
	margin-bottom: 0;
}

.c-guide__wrap {
	position: relative;
	z-index: 10;
	max-width: 1200px;
	margin: 0 auto;
	padding: 87px 20px;
}
.c-guide--red {
}
.c-guide--pink {
}
.c-guide--btn {
}
/* .pt-reair {
} */
.c-guide-guide {
}
.c-guide-guide .c-guide__wrap {
	padding: 0 20px;
}

.c-guide-shop {
}
.c-guide-shop::before {
	content: "";
	position: absolute;
	left: -100vw;
	top: 0;
	background-color: #fdfbef;
	width: 200vw;
	height: 100%;
	display: block;
}
.bg-none.c-guide-shop::before {
	background-color: transparent;
}

.pt-repair.c-guide__wrap{
	padding: 0px 20px 80px;
}

@media screen and (min-width: 769px) {
	.c-guide--wide .c-guide__item p {
		font-size: 13px;
	}
	.c-guide--wide .c-guide__lHalf {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.c-guide {
		padding: 0 0;
		margin-bottom: 60px;
	}
	.c-guide__wrap {
		padding: 40px 20px;
	}
	.pt-repair.c-guide__wrap {
		padding: 20px 20px 0;
	}
}

/*
c-guide-shop__wrap
------------------------ */
.c-guide-shop__wrap {
	width: 100%;
	max-width: 800px;
	padding: 50px;
	margin: 0 auto;
	border: 4px solid #268d3c;
	border-radius: 20px;
	background-color: #fff;
}
.c-guide--red .c-guide-shop__wrap {
	border-color: #b52841;
}
.c-guide--pink .c-guide-shop__wrap {
	border-color: #ff6699;
}

@media screen and (max-width: 768px) {
	.c-guide-shop__wrap {
		padding: 40px 20px;
		border-radius: 10px;
	}
}

/*
c-guide-lead
------------------------ */
.c-guide-lead {
	text-align: center;
	margin-bottom: 30px;
}
.c-guide-lead h2 {
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	margin: 0 auto 10px auto !important;
}
.c-guide-lead h2::before {
	display: none;
}
.c-guide-lead h2::after {
	display: none;
}
/* sukura、b-steamの特別処理 */
.c-guide-white {
	background-color: #fdfbef;
}
.c-guide-white h2 {
	text-align: center;
}
.c-guide-white h2::before {
	display: none;
}

@media screen and (min-width: 769px) {
	.c-guide-lead br {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.c-guide-lead {
		margin-bottom: 30px;
	}
	.c-guide-lead h2 {
		font-size: 20px;
	}
	.c--lead-white h2 {
		margin-bottom: 60px;
	}
	.c-guide-mg h2 {
		margin-bottom: 60px;
	}
	.c-guide-lead p {
		font-size: 14px;
	}
}

/* bigtree-forestの特別処理 */
/* .c-guide-mg {
  background-color: #fdfbef;
  margin-top: 80px;
  padding: 80px 0;
}

.c-guide-mg h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 33.5px;
} */

/*
c-guide__list
------------------------ */
.c-guide__list {
	display: flex;
	justify-content: center;
}
.c-guide--btn .c-guide__list {
	justify-content: space-around;
	align-items: baseline;
}

@media screen and (max-width: 768px) {
	.c-guide__list {
		display: flex;
		flex-direction: column;
	}
}

/*
c-guide__item
------------------------ */
.c-guide__item {
	display: flex;
	flex-direction: column;
	width: 25%;
	align-items: center;
	padding: 20px 30px;
}
.c-guide__item:nth-last-of-type(n + 2) {
	border-right: 1px dotted #b7b7b7;
	background-clip: padding-box;
}
.c-guide-shop .c-guide__item {
	width: 40%;
	padding: 0px 20px;
}
.c-guide-shop .c-guide__item:nth-last-of-type(n + 2) {
	border-right: none;
}
@media screen and (max-width: 768px) {
	.c-guide__item {
		width: 100%;
		max-width: 250px;
		padding: 20px 20px 25px;
		align-items: center;
		margin: 0 auto 0px auto;
		border-right: none !important;
		border-top: 1px dotted #b7b7b7;
	}
	.c-guide-shop .c-guide__item {
		width: 100%;
		padding: 0;
		border-top: none;
	}
	.c-guide-shop .c-guide__item + .c-guide__item {
		margin-top: 15px;
	}
	.c-guide__item:nth-last-of-type(1) {
		border-right: none;
	}
	.c-guide-guide .c-guide__item:nth-last-of-type(1) {
		border-right: none;
		border-bottom: 1px dotted #b7b7b7;
	}
}

/*
c-guide__item figure
------------------------ */
.c-guide__item figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 94px;
	height: 53px;
}
.c-guide__item:nth-child(1) figure img {
	width: 58px;
}
.c-guide__item:nth-child(2) figure img {
	width: 58px;
}
.c-guide__item:nth-child(3) figure img {
	width: 48px;
}
.c-guide__item:nth-child(4) figure img {
	width: 68px;
}
.flex_b.c-guide__item{
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.c-guide__item figure {
		margin-block-start: 0;
		margin-block-end: 0;
		margin-inline-start: 0;
		margin-inline-end: 0;
		height: auto;
	}
	.c-guide__item:nth-child(1) figure img {
		width: 40px;
	}
	.c-guide__item:nth-child(2) figure img {
		width: 40px;
	}
	.c-guide__item:nth-child(3) figure img {
		width: 30px;
	}
	.c-guide__item:nth-child(4) figure img {
		width: 50px;
	}
}

.c-guide__item h3 {
	font-size: 20px;
	font-weight: 600;
	padding: 4px 0 14px 0;
}
.c-guide__item p {
	/* height: 4em; */
	font-size: 13px;
	line-height: 1.7;
	margin: 0 auto;
	position: relative;
}
.c-guide--btn .c-guide__item p {
	/* height: 2em; */
	margin-top: 6px;
}
@media screen and (max-width: 768px) {
	.c-guide__item h3 {
		font-size: 18px;
		padding: 10px 0 10px 0;
	}
	.c-guide__item p {
		font-size: 12px;
		height: auto;
	}
}

/* .c-guide__contact {
  font-size: 18px;
  position: relative;
  color: #fff;
  background-color: #268d3c;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
} */

.c-guide__item a {
	font-size: 18px;
	position: relative;
	color: #fff;
	background-color: #268d3c;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
}
.c-guide--red .c-guide__item a {
	background-color: #b52841;
}
.c-guide--pink .c-guide__item a{
	background-color: #ff6699;
}


.c-guide__item a::before {
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
.c-guide__fHalf {
	width: 90%;
}

.c-guide__fHalf:hover {
	color: #fff;
	opacity: 0.6;
	transition: 1s;
}
.c-guide__lHalf {
	width: 230px;
	font-size: 18px;
	position: relative;
	color: #268d3c;
	background-color: #fff;
	border: 1px solid #268d3c;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
}
.mt-50.c-guide__lHalf{
	margin-top: 50px;
}
.c-guide__item a svg {
	position: absolute;
	top: 18px;
	right: 20px;
}
.c-guide__item a span {
}

.c-guide-shop .c-guide__item a {
	margin-top: 0px;
}
.c-guide-shop .c-guide__fHalf {
	width: 100%;
}
.c-guide--btn .c-guide__fHalf {
	width: 300px;
}
.c-guide-ttl{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.c-guide__item a {
		margin-top: 20px;
	}
	.c-guide__lHalf {
		font-size: 16px;
		margin-top: 20px;
	}
	.c-guide--btn .c-guide__fHalf  {
		width: 90%;
		font-size: 14px;
	}
	.c-guide__item a::before {
		right: 10px;
	}
	.c-guide__item a img {
		top: 18px;
		right: 19px;
	}
}

/*
c-guide-info
------------------------ */
.c-guide-info {
	text-align: center;
	border-top: 1px dotted #b7b7b7;
	padding-top: 30px;
	margin-top: 30px;
}
.c-guide-info__item {
	display: flex;
	justify-content: center;
}
.c-guide-info p {
	font-size: 16px;
}

.c-guide-info__tel {
	margin-top: 10px;
	font-size: 26px;
	font-weight: 600;
	color: #268d3c;
}

.c-guide--red .c-guide-info__tel {
	color: #b52841;
}
.c-guide--pink .c-guide-info__tel {
	color: #ff6699;
}

@media screen and (max-width: 769px) {
	.c-guide-info p br {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.c-guide-info p {
		font-size: 14px;
	}
	.c-guide-info__tel {
		font-size: 22px;
	}
}

/*
c-guide__detail{
------------------------ */
.c-guide__detail {
	font-size: 18px;
	text-align: center;
	margin: 40px auto 0 auto;
	position: relative;
}
.c-guide__detail a {
	position: relative;
	font-weight: bold;
	color: #000;
	padding-right: 20px;
	white-space: nowrap;
}
.c-guide__detail img {
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0px;
	margin: auto;
}

.c-guide__btn {
	width: 340px;
	margin: 20px auto 0 auto;
	font-size: 19px;
	background-color: #fff;
	text-align: center;
	padding: 15px;
	border: 2px solid #d3d3d3;
	position: relative;
	cursor: pointer;
}

.c-guide__btn.mt {
	margin: 60px auto 0 auto;
}
.c-guide__btn a {
	position: relative;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 20px;
}
.c-guide__btn a img {
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0px;
	margin: auto 0;
}
.c-guide-guide .c-guide__btn {
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.c-guide__detail {
		width: 100%;
		margin: 30px auto 20px auto;
		white-space: nowrap;
	}
	.c-guide__detail a {
		font-size: 16px;
		color: #000;
	}
	.c-guide__detail img {
		transform: scale(0.8);
	}
	.c-guide__btn {
		width: 80%;
		padding: 15px 0;
		font-size: 16px;
	}
	.c-guide__btn a {
		font-size: 16px;
		color: #000;
	}
	.c-guide__btn img {
		transform: scale(0.8);
	}
}

.admission-step .necessary-list .head.mn.c-ap-item {
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.admission-step .necessary-list .head.mn.c-ap-item {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 768px){
	.pc{
		display: none;
	}
}

.news_section .news-pix{
  display: none;
}