@charset "utf-8";
@media only screen and (min-width:641px) {
	.sp:not(#_) {
		display: none;
	}
}
@media only screen and (max-width:640px) {
	.pc:not(#_) {
		display: none;
	}
}

h2 {
	width: 100%;
	margin: 0 auto 50px;
	padding-bottom: 20px;
	font-size: 1.5rem;
	text-align: center;
	position: relative;
}
h2:after {
	content: "";
	width: 80px;
	height: 1px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: currentColor;
}
@media only screen and (max-width:640px) {
	h2 {
		font-size: 2rem;
	}
}

/* main-photo */
.main-photo {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.main-photo img {
	display: block;
	max-width: 100%;
	margin: 80px auto 20px;
}
.main-photo img[src*="title"] {
	margin: 130px auto 0;
}
@media only screen and (max-width:640px) {
	.main-photo img[src*="title"] {
		width: 80%;
	}
}

/* online-main */
#online-main {
	margin: 80px auto 0;
	padding: 50px 0 80px;
	background: #f0ece3;
}
#online-main > span {
	width: 100%;
	margin: 0 auto;
}
#online-main span img {
	max-width: 100%;
	margin: 0 auto;
}

/* online-tokuten */
#online-tokuten {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 100px;
	background: #43371d;
	color: #fff;
}
#online-tokuten .text-fade2 > p {
	text-align: center;
}
#online-tokuten ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: stretch;
	align-items: stretch;
}
#online-tokuten p + ul {
	margin-top: 50px;
}
#online-tokuten ul li {
	width: 40%;
	max-width: 400px;
	margin: 0 1.65%;
	position: relative;
}
#online-tokuten ul li img {
	max-width: 100%;
	margin: 0 auto 15px;
	display: block;
}
#online-tokuten ul li h3 {
	width: 120px;
	color: #fff;
	text-align: center;
	background: #bd4c4c;
	position: absolute;
	top: -5px;
	left: -5px;
}
#online-tokuten ul li p {
	width: 90%;
	margin: 0 auto;
	font-size: 1rem;
	text-align: left;
}
@media only screen and (max-width:640px) {
	#online-tokuten {
		padding: 50px 0 100px;
	}
	#online-tokuten ul li {
		width: 90%;
		max-width: none;
		margin: 0;
	}
	#online-tokuten ul li + li {
		margin-top: 80px;}
	#online-tokuten ul li p {
		font-size: 1.35rem;
	}
}

/* online-plan */
#online-plan {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 100px;
}
#online-plan h2 {
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
}
#online-plan ul.plan-link {
	margin: 50px auto 110px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#online-plan ul.plan-link li {
	width: 30%;
	max-width: 200px;
	margin: 10px;
	position: relative;
}
#online-plan ul.plan-link li a {
	width: 100%;
	padding: 8px 0;
	position: absolute;
	top: -3px;
	left: -3px;
	display: block;
	text-align: center;
	text-decoration: none;
	border: solid 1px #231815;
	background: #fff;
}
#online-plan ul.plan-link li a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -3px;
	right: -3px;
	background: #231815;
	z-index: -1;
}
#online-plan ul.plan-link li a:hover {
	top: 0;
	left: 0;
	opacity: 1;
}
#online-plan ul.plan-link li a:hover:after {
	bottom: 0;
	right: 0;
}
.plan-detail {
	width: 100%;
	margin: 80px auto 0;
	padding: 80px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	border: solid 1px #231815;
}
.plan-detail h3 {
	width: 90%;
	margin: 0 0 30px;
	font-size: 1.5em;
	text-align: center;
}
.plan-detail h3 b {
	margin-right: 10px;
	display: inline-block;
	font-size: 1.8rem;
	color: #b55245;
}
.plan-detail > p {
	text-align: left !important;
}
.plan-detail > p:nth-of-type(2) {
	width: 100%;
	margin-bottom: 30px;
	text-align: center !important;
}
.plan-detail ul {
	width: 88%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
}
.plan-detail ul li {
	width: 100%;
	padding: 30px 4%;
	margin: 5px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	border-radius: 10px;
	background: #f0ece3;
}
.plan-detail ul li > img {
	max-width: 90px;
	margin: 0;
}
.plan-detail ul li p {
	width: 88%;
	text-align: left !important;
}
.plan-detail ul li p b {
	width: 100%;
	margin: 0 auto 10px;
	display: block;
}
@media only screen and (max-width:640px) {
	#online-plan ul.plan-link {
		margin: 10px auto 50px;
	}
	#online-plan ul.plan-link li {
		width: 70%;
		max-width: none;
		margin: 38px 0;
	}
	.plan-detail {
		padding: 50px 0 80px;
	}
	.plan-detail h3 b {
		font-size: 2.6rem;
	}
	.plan-detail ul li {
		width: 100%;
		padding: 40px 6%;
		margin: 5px auto;
	}
	.plan-detail ul li p {
		width: 78%;
	}
	.plan-detail ul li p b {
		font-size: 1.5rem;
	}
}

/* online-flow */
#online-flow {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 100px;
	background: #f0ece3;
}
#online-flow h2 {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}
#online-flow > p {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#online-flow ol {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
}
#online-flow ol li {
	width: 20%;
	margin: 0;
	position: relative;
}
#online-flow ol li img {
	max-width: 100%;
	margin: 0 auto 10px;
	display: block;
	flex-shrink: 0;
}
#online-flow ol li p {
	width: 100%;
}
#online-flow ol li p span {
	width: 100%;
	display: block;
	font-size: 1rem;
	text-align: center;
}
@media only screen and (max-width:640px) {
	#online-flow ol li {
		width: 90%;
		margin: 30px auto 0;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
	}
	#online-flow ol li img {
		max-width: 150px;
	}
	#online-flow ol li p {
		width: 60%;
		margin: 0;
		text-align: left;
	}
	#online-flow ol li p span {
		font-size: 1.1rem;
		text-align: left;
	}
}

/* to-form */
a.to-form {
	width: 450px;
	max-width: 80%;
	margin: 50px 0 0;
	padding: 10px 0;
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border: solid 1px #231815;
	position: relative;
	background: #231815;
}
a.to-form:hover {
	color: #231815;
	opacity: 1;
	background: #fff;
}
@media only screen and (max-width:640px) {
	a.to-form {
		width: 80%;
		max-width: 80%;
		font-size: 1.4rem;
	}
}

/* contact */
#contact {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0;
}
#contact .inner {
	padding-bottom: 0;
}
