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

#mainvisual {
	position: relative;
	margin: 0 auto 60px;
	background: #faeee6;
}

#mainvisual img {
	width: 100%;
}

#mainvisual article {
	position: absolute;
	left: 20px;
	top: calc(50% - 100px);
}

#mainvisual article h3 {
	font-size: 1.3em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

#mainvisual header {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 100%;
}

#mainvisual .nav {
	position: absolute;
	top: 0;
	right: 0;
}

section {
	min-height: 100px;
}

/*------------------------
  #information
------------------------*/
#information {
	background: linear-gradient(to right, #FFF 0% 50%, #faeee6 50% 100%);
	margin-bottom: 60px;
}

#information .flex-wrapper {
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 .9375rem;
}

#information .flex-wrapper .flex-one {
	width: 24%;
	display: flex;
	align-items: center;
}

#information .flex-wrapper .flex-three {
	width: 72%;
	background: #faeee6;
	padding: 30px;
	display: flex;
}

@media (max-width:39em) {
	#information {
		background: #FFF;
	}

	#information h2 {
		margin-bottom: 10px;
	}

	#information .flex-wrapper {
		padding: 0;
	}

	#information .flex-wrapper .flex-one {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 0;
	}

	#information .flex-wrapper .flex-three {
		width: 100%;
		padding: 15px;
	}
}

/*------------------------
  #plan01
------------------------*/
#plan01 {
	margin-bottom: 60px;
}

#plan01 .titleArea {
	background: linear-gradient(to left, #FFF 0% 50%, #faeee6 50% 100%);
	margin-bottom: 60px;
}

#plan01 .titleArea .label {
	background: #dc5600;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

#plan01 .titleArea h2 {
	font-weight: 400;
	margin-bottom: 20px;
}

#plan01 .titleArea .flex-wrapper {
	position: relative;
	max-width: 75rem;
	padding: 0 .9375rem;
	margin: 0 auto;
}

#plan01 .titleArea .flex-wrapper .flex-one {
	width: 75%;
	background: #faeee6;
	padding: 20px 0;
	font-weight: 700;
}

#plan01 .titleArea .flex-wrapper .images {
	position: absolute;
	right: .9375rem;
	top: 20px;
}

#plan01 .plans {
	padding-top: 180px;
}

/*------------------------
  #plan02
------------------------*/
#plan02 {
	margin-bottom: 60px;
}

#plan02 .titleArea {
	background: linear-gradient(to left, #FFF 0% 50%, #ebf4fc 50% 100%);
	margin-bottom: 60px;
}

#plan02 .titleArea .label {
	background: #116bbf;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

#plan02 .titleArea h2 {
	color: #116bbf;
	font-weight: 400;
	margin-bottom: 20px;
}

#plan02 .titleArea .flex-wrapper {
	position: relative;
	max-width: 75rem;
	padding: 0 .9375rem;
	margin: 0 auto;
}

#plan02 .titleArea .flex-wrapper .flex-one {
	width: 75%;
	background: #ebf4fc;
	padding: 20px 0 80px;
	font-weight: 700;
}

#plan02 .titleArea .flex-wrapper .images {
	position: absolute;
	right: .9375rem;
	top: 20px;
}

#plan02 .plans {
	padding-top: 120px;
}

@media (max-width:39em) {
	#plan01 .titleArea .flex-wrapper {
		padding: 0;
	}

	#plan01 .titleArea {
		background: #FFF;
	}

	#plan01 .titleArea .flex-wrapper .flex-one {
		width: 100%;
		padding: 15px;
	}

	#plan01 .titleArea .flex-wrapper .images {
		position: relative;
		padding: 0 10px;
		margin: -40px 0 0 0;
		right: 0;
	}

	#plan01 .plans {
		padding-top: 0;
	}

	#plan02 .titleArea .flex-wrapper {
		padding: 0;
	}

	#plan02 .titleArea {
		background: #FFF;
	}

	#plan02 .titleArea .flex-wrapper .flex-one {
		width: 100%;
		padding: 15px;
	}

	#plan02 .titleArea .flex-wrapper .images {
		position: relative;
		padding: 0 10px;
		margin: -40px 0 0 0;
		right: 0;
	}

	#plan02 .plans {
		padding-top: 0;
	}
}

/*------------------------
  #hall01,#hall02
------------------------*/
#hall01 {
	background: linear-gradient(to left, #FFF 0% 50%, #faeee6 50% 100%);
	margin: 60px 0;
}

#hall02 {
	background: linear-gradient(to left, #FFF 0% 50%, #faeee6 50% 100%);
	margin: 90px 0 40px;
}

#hall01 .bg,
#hall02 .bg {
	background: #faeee6;
}

#hall01 .bg .bgW,
#hall02 .bg .bgW {
	margin: -60px 0 0;
}

#hall01 .bg .text,
#hall02 .bg .text {
	padding-top: 80px;
}

#hall01 .bg .text .label,
#hall02 .bg .text .label {
	font-size: 1.1rem;
	margin-bottom: 4px;
}

#hall01 .bg .text h3,
#hall02 .bg .text h3 {
	color: #dc5600;
	font-weight: 400;
	font-size: 2.1rem;
	margin-bottom: 10px;
}

#hall01 .bg .button,
#hall02 .bg .button {
	width: 300px;
	text-align: center;
}

@media (max-width:39em) {
	#hall01 {
		background: #FFF;
		margin: 20px 0 90px;
	}

	#hall02 {
		background: #FFF;
		margin: 20px 0 40px;
	}

	#hall01 .bg,
	#hall02 .bg {
		padding: 20px;
	}

	#hall01 .bg .text,
	#hall02 .bg .text {
		padding-top: 0;
	}

	#hall01 .flex-wrapper .flex-one,
	#hall02 .flex-wrapper .flex-one {
		margin-bottom: 0;
	}
}

/*------------------------
  #hoyo
------------------------*/
section#hoyo {
	background: #ebf4fc;
	margin: 20px 0 90px;
}

section#hoyo .bgW {
	background: #FFF;
}

section#hoyo .bgW .flex-one.bg {
	position: relative;
	background: #ebf4fc;
	padding: 20px 20px 30px;
}

section#hoyo .bgW .bg .label {
	font-size: 1rem;
	margin-bottom: 4px;
	background: #116bbf;
}

section#hoyo .bgW .bg h3 {
	color: #116bbf;
	font-weight: 400;
	font-size: 2.1rem;
	margin-bottom: 10px;
}

section#hoyo .bgW .bg .button {
	width: 300px;
	text-align: center;
	position: absolute;
	left: calc(50% - 150px);
	bottom: -30px;
}

@media (max-width:39em) {
	section#hoyo {
		background: #FFF;
		margin: 60px 0;
	}

	section#hoyo .bgW .bg {
		margin-bottom: 40px;
	}
}

/*------------------------
  #member
------------------------*/
#member {
	margin-bottom: 60px;
}

#member h2 span {
	font-size: 1em;
	display: inline;
	color: #000;
}

#member .label {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 5px 0;
}

#member h3 {
	margin: 20px 0;
}

#member h3 strong {
	color: #dc5600;
}

@media (max-width:39em) {
	#member {
		margin-bottom: 20px;
	}

	#member .comment {
		text-align: left;
	}
}

/*------------------------
  #flow
------------------------*/
#flow {
	margin-bottom: 60px;
}

#flow p.lead {
	text-align: center;
}

#flow article {
	position: relative;
	background: linear-gradient(to right, #FFF 0 2%, #f4f4f4 2% 100%);
	padding: 20px 20px 20px 8%;
	text-align: left;
}

#flow article .num {
	position: absolute;
	left: 0;
	top: calc(50% - 30px);
	width: 52px;
	height: 60px;
	line-height: 60px;
	background: #b38a53;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
}

#flow article strong {
	color: #dc5600;
}

#flow article h4 {
	font-size: 1.3rem;
}

#flow article h4.tel img {
	vertical-align: bottom;
}

#flow article p {
	font-weight: 700;
}

#flow article p.orange {
	color: #dc5600;
}

@media (max-width:39em) {
	#flow {
		margin-bottom: 30px;
	}

	#flow p.lead {
		text-align: left;
	}

	#flow article h4 {
		font-size: 1.2rem;
	}

	#flow article {
		background: linear-gradient(to right, #FFF 0 4%, #f4f4f4 4% 100%);
		padding: 15px 15px 15px 15%;
	}

	#flow article .num {
		width: 36px;
	}
}