ul,ol {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
.pc-block {
	display: block;
}
.sp-block {
	display: none;
}
@media screen and (max-width: 1000px) {
	.pc-block {
		display: none;
	}
	.sp-block {
		display: block;
	}
}
.pc-b {
	display: block;
}
.sp-b {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc-b {
		display: none;
	}
	.sp-b {
		display: block;
	}
}
/*
.c_main {
	background-image: url('../img/top/leftLeaf.png'), url('../img/top/rightLeaf.png'), url('../img/top/leftUnder.png'), url('../img/top/woodBg.jpg');
	background-position: -100px top, right -100px top 40px, center top, center top;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
	background-size: 300px, 300px, contain, 100%;
	padding: 140px 0 90px;
	margin: 130px 0 0 0;
}
*/
.c_main {
	background-image: url('../img/elplaza/underpage_leaf.png'), url('../img/top/woodBg.jpg');
	background-position: center top, center top;
	background-repeat: no-repeat, repeat-y;
	background-size: contain, 100%;
	padding: 140px 0 135px;
	padding: 170px 0 90px;
  margin: 107px 0 0 0;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.c_main {
		/* padding: 100px 0 135px; */
		padding: 100px 0 90px;
		margin: 91px 0 0 0;
	}
}
@media screen and (max-width: 767px) {
	.c_main {
		/* padding: 60px 0 248px; */
		padding: 100px 0 20px;
		margin: 70px 0 0 0;
		overflow: hidden;
	}
}
.c_menuList {
	margin: 0 0 40px 0;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 1000px) {
	.c_menuList {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 767px) {
	.c_menuList {
		margin: 0;
	}
}
.c_menuList_item {
	line-height: 1.2;
	width: 240px;
	margin: 0 8px;
}
@media screen and (max-width: 767px) {
	.c_menuList_item {
		line-height: 1.4;
		width: 32%;
		margin: 0 .5%;
	}
}
.c_menuList_item span,
.c_menuList_item a {
	font-size: 15px;
	text-align: center;
	height: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.c_menuList_item span,
	.c_menuList_item a {
		font-size: 14px;
	}
}
.c_menuList_item span {
	color: #fff;
	background: #ff8108;
  width: 100%;
}
.c_menuList_item a {
	color: #ff8108;
	font-size: 15px;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.c_menuList_item span.small,
	.c_menuList_item a.small {
		font-size: 10px;
	}
}
.c_container {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	padding: 50px 30px;
	margin: 0 0 75px 0;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.c_container {
		padding: 40px 20px;
		margin: 0 0 60px 0;
	}
}
@media screen and (max-width: 767px) {
	.c_container {
		padding: 20px 10px;
		margin: 0 0 40px 0;
	}
}
.c_title {
	color: #221200;
	font-size: 38px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 40px 0;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1000px) {
	.c_title {
		font-size: 30px;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 767px) {
	.c_title {
		font-size: 22px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
}
.c_intro {
	color: #221200;
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
	margin: 0 0 40px 0;
}
@media screen and (max-width: 1000px) {
	.c_intro {
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.c_intro {
		text-align: left;
		margin: 0 0 20px 0;
	}
}
.c_intro02 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (max-width: 1000px) {
	.c_intro02 {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.c_intro02 {
		font-weight: normal;
	}
}
.c_link {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.c_link {
		display: block;
	}
}
.c_link a {
	width: 486px;
	background: #fff;
	display: flex;
	transition: .2s;
}
@media screen and (max-width: 1000px) {
	.c_link a {
		width: 370px;
	}
}
@media screen and (max-width: 767px) {
	.c_link a {
		width: auto;
	}
	.c_link a:first-of-type {
		margin: 0 0 20px 0;
	}
}
.c_link a:hover {
	opacity: .9;
}
.c_link_img {
	width: 136px;
}
@media screen and (max-width: 1000px) {
	.c_link_img {
		width: 115px;
	}
}
@media screen and (max-width: 767px) {
	.c_link_img img {
		height: 100%;
		object-fit: cover;
	}
}
.c_link_contents {
	width: 350px;
	box-sizing: border-box;
	padding: 15px 20px;
}
@media screen and (max-width: 1000px) {
	.c_link_contents {
		width: 250px;
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	.c_link_contents {
		width: calc(100% - 115px);
	}
}
.c_link_title {
	color: #221200;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
@media screen and (max-width: 1000px) {
	.c_link_title {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.c_link_title {
		margin: 0 0 4px 0;
	}
}
.c_link_text {
	color: #221200;
	font-size: 16px;
	margin: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
	.c_link_text {
		margin: 0 0 4px 0;
	}
}
.c_link_detail {
	color: #221200;
	font-size: 16px;
	text-align: right;
	margin: 0;
}
.c_link_detail span {
	background: url('../img/top/brownArrow.png') right center no-repeat;
	background-size: 12px;
	padding: 0 24px 0 0;
}
.c_footer {
	width: 100%;
	height: 45px;
	background: rgba(34, 18, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}
@media screen and (max-width: 767px) {
	.c_footer {
		height: auto;
		display: block;
		display: none;
	}
}
.c_footer_list {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.c_footer_list {
		flex-wrap: wrap;
	}
}
.c_footer_list_item {
	margin: 0 1.5em;
}
@media screen and (max-width: 1000px) {
	.c_footer_list_item {
		margin: 0 .75em;
	}
}
@media screen and (max-width: 767px) {
	.c_footer_list_item {
		width: 50%;
		margin: 0;
	}
	.c_footer_list_item:first-child {
		width: 100%;
		margin: 0;
	}
}
.c_footer_list_item a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 1000px) {
	.c_footer_list_item a {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.c_footer_list_item a {
		text-align: center;
		border-bottom: 2px solid #221200;
		box-sizing: border-box;
		padding: 15px 0;
		display: block;
	}
	.c_footer_list_item:nth-child(even) a {
		border-right: 2px solid #221200;
	}
}

.elplaza_img {
	width: 15.8%;
	position: absolute;
	top: -100px;
	right: 50px;
}
@media screen and (max-width: 767px) {
	.elplaza_img {
		top: -75px;
		right: 10px;
	}
}
.elplaza_floor {
	margin: 0 0 10px 0;
	display: flex;
}
.elplaza_floor:last-of-type {
	margin: 0;
}
.elplaza_floor_num {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	width: 164px;
	background: #ea6f79;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 1000px) {
	.elplaza_floor_num {
		font-size: 38px;
		width: 160px;
	}
}
@media screen and (max-width: 767px) {
	.elplaza_floor_num {
		font-size: 24px;
		width: 60px;
	}
}
.elplaza_floor_contents {
	width: calc(100% - 164px);
	background: #fff;
	box-sizing: border-box;
	padding: 20px 25px;
}
@media screen and (max-width: 1000px) {
	.elplaza_floor_contents {
		width: calc(100% - 160px);
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.elplaza_floor_contents {
		width: calc(100% - 60px);
		padding: 10px;
	}
}
.elplaza_floor_title {
	color: #221200;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
	.elplaza_floor_title {
		font-size: 18px;
	}
}
.elplaza_floor_text {
	color: #221200;
	font-size: 16px;
}
.elplaza_floor_tel {
	margin: 10px 0 0 0;
}
.elplaza_floor_tel.mb {
	margin: 10px 0 20px;
}
.elplaza_floor_tel a {
	color: #ea6f79;
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.elplaza_floor_tel a {
		font-size: 18px;
	}
}
.elplaza_guide {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	padding: 30px;
	margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
	.elplaza_guide {
		padding: 10px;
		margin: 0 0 20px 0;
	}
}
.elplaza_guide:last-of-type {
	margin: 0;
}
.elplaza_guide_title {
	color: #221200;
	font-size: 27px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 1000px) {
	.elplaza_guide_title {
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.elplaza_guide_title {
		font-size: 20px;
	}
}
.elplaza_guide_table {
	border-collapse: collapse;
	width: 100%;
}
.elplaza_guide_table tr {
	border-top: 1px solid #221200;
}
.elplaza_guide_table tr:last-of-type {
	border-bottom: 1px solid #221200;
}
.elplaza_guide_table th,
.elplaza_guide_table td {
	color: #221200;
	font-size: 16px;
	vertical-align: top;
	padding: 20px 10px;
}
@media screen and (max-width: 767px) {
	.elplaza_guide_table th,
	.elplaza_guide_table td {
		padding: 10px;
		display: block;
	}
}
.elplaza_guide_table th {
	font-weight: bold;
	width: 115px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.elplaza_guide_table th {
		font-size: 18px;
		width: auto;
		padding: 10px 10px 0 10px;
	}
}
.elplaza_guide_table th.middle {
	vertical-align: middle;
}
.elplaza_guide_table td p {
	color: #221200;
	text-indent: -1em;
	padding: 0 0 0 1em;
}
.elplaza_guide_table td a {
	color: #221200;
	font-size: 23px;
	font-weight: bold;
	background: url('../img/elplaza/telTag.png') left center no-repeat;
	background-size: 40px;
	padding: 0 0 0 50px;
}
@media screen and (max-width: 767px) {
	.elplaza_guide_table td a {
		background: url('../img/elplaza/telTag.png') left center no-repeat;
		background-size: 30px;
		padding: 0 0 0 38px;
	}
}
.elplaza_access {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	display: flex;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.elplaza_access {
		display: block;
	}
}
.elplaza_access_contents {
	width: 310px;
	box-sizing: border-box;
	padding: 25px 40px;
}
@media screen and (max-width: 1000px) {
	.elplaza_access_contents {
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.elplaza_access_contents {
		width: auto;
		padding: 10px;
	}
}
.elplaza_access_title {
	color: #221200;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
@media screen and (max-width: 767px) {
	.elplaza_access_title {
		font-size: 18px;
	}
}
.elplaza_access_text {
	color: #221200;
	font-size: 16px;
	margin: 0 0 1em 0;
}
@media screen and (max-width: 767px) {
	.elplaza_access_text {
		font-size: 18px;
	}
}
.elplaza_access_text a {
	color: #009882;
	text-decoration: underline;
}
.elplaza_access_map {
	width: calc(100% - 310px);
}
@media screen and (max-width: 767px) {
	.elplaza_access_map {
		width: auto;
		height: 360px;
	}
}
.elplaza_access_map iframe {
	width: 100%;
	height: 403px;
}

.introduce_title {
	width: 742px;
	margin: 0 auto 50px;
}
@media screen and (max-width: 1000px) {
	.introduce_title {
		width: 600px;
		margin: 0 auto 40px;
	}
}
@media screen and (max-width: 767px) {
	.introduce_title {
		width: 320px;
		margin: 0 auto 20px;
	}
}
.introduce_leaf {
	width: 556px;
	margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
	.introduce_leaf {
		width: 280px;
	}
}
.introduce_intro {
	color: #221200;
	font-size: 29px;
	text-align: center;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
	.introduce_intro {
		font-size: 20px;
	}
}
.introduce_intro_list {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.introduce_intro_list {
		display: block;
	}
}
.introduce_intro_list_item {
	width: 249px;
	margin: 0 20px;
}
@media screen and (max-width: 1000px) {
	.introduce_intro_list_item {
		width: 200px;
		margin: 0 5px;
	}
}
@media screen and (max-width: 767px) {
	.introduce_intro_list_item {
		margin: 0 auto 10px;
	}
}
.introduce_intro_list_item:nth-child(2) {
	padding: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
	.introduce_intro_list_item:nth-child(2) {
		padding: 0;
	}
}
.introduce_voice {
	margin: 0 0 60px 0;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.introduce_voice {
		margin: 0 0 40px 0;
		display: block;
	}
}
.introduce_voice_img {
	width: 237px;
}
@media screen and (max-width: 1000px) {
	.introduce_voice_img {
		width: 200px;
	}
}
@media screen and (max-width: 767px) {
	.introduce_voice_img {
		display: none;
	}
}
.introduce_voice_text {
	width: 703px;
	padding: 40px 0 0 0;
}
@media screen and (max-width: 1000px) {
	.introduce_voice_text {
		width: 520px;
		padding: 10px 0 0 0;
	}
}
@media screen and (max-width: 767px) {
	.introduce_voice_text {
		width: auto;
		background: #fff;
		border: 4px solid #ea6f79;
		border-radius: 10px;
		padding: 10px;
		margin: 20px 0 0 0;
	}
	.introduce_voice_text01 {
		font-size: 18px;
		font-weight: bold;
	}
	.introduce_voice_text02 {
		font-size: 16px;
	}
}
.introduce_menu_title {
	color: #221200;
	font-size: 29px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	margin: 0 0 20px 0;
}
@media screen and (max-width: 1000px) {
	.introduce_menu_title {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.introduce_menu_title {
		font-size: 20px;
	}
	.introduce_menu_title.fs18 {
		font-size: 18px;
	}
}
.introduce_menu_title span {
	color: #ff8108;
	border-bottom: 2px dashed #ff8108;
}
.introduce_menu_intro {
	color: #221200;
	font-size: 18px;
	text-align: center;
	margin: 0 0 40px 0;
}
@media screen and (max-width: 1000px) {
	.introduce_menu_intro {
		font-size: 16px;
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.introduce_menu_intro {
		margin: 0 0 20px 0;
	}
}
.introduce_menu_listTitle {
	color: #221200;
	font-size: 25px;
	background: url('../img/introduce/round.png') left center no-repeat, url('../img/introduce/round.png') right center no-repeat;
	background-size: 10px, 10px;
	padding: 0 25px;
	margin: 0 0 20px 0;
	display: inline-block;
}
@media screen and (max-width: 1000px) {
	.introduce_menu_listTitle {
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.introduce_menu_listTitle {
		font-size: 20px;
		margin: 0 0 10px 0;
	}
}
.introduce_menu_list {
	margin: 0 0 50px 0;
	display: flex;
	justify-content: space-around;
}
@media screen and (max-width: 1000px) {
	.introduce_menu_list {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 767px) {
	.introduce_menu_list {
		margin: 0 0 20px 0;
		flex-wrap: wrap;
	}
}
.introduce_menu_list_item {
	width: 137px;
}
@media screen and (max-width: 1000px) {
	.introduce_menu_list_item {
		width: 120px;
	}
}
@media screen and (max-width: 767px) {
	.introduce_menu_list_item {
		margin: 0 0 10px 0;
	}
	.introduce_menu_list_item:last-child {
		margin: 0;
	}
}
.introduce_menu_list_item_img {
	margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
	.introduce_menu_list_item_img {
		margin: 0 0 5px 0;
	}
}
.introduce_menu_list_item_text {
	color: #221200;
	font-size: 17px;
	text-align: center;
}
@media screen and (max-width: 1000px) {
	.introduce_menu_list_item_text {
		font-size: 16px;
	}
}
.introduce_menu_btn {
	text-align: center;
}
.introduce_menu_btn .links-button {
	font-size: 17px;
	width: 300px;
	padding: 12px 0;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.introduce_menu_btn .links-button {
		font-size: 16px;
	}
}
.introduce_menu_btn .links-button .wh-btn-links {
	top: 12px;
	right: 25px;
}
@media screen and (max-width: 767px) {
	.introduce_menu_btn .links-button .wh-btn-links {
		top: 4px;
		right: 20px;
	}
}
.introduce_menu_btn .links-button:hover .wh-btn-links {
	top: 12px;
	right: 25px;
	width: 14px;
	height: 24px;
}
@media screen and (max-width: 767px) {
	.introduce_menu_btn .links-button:hover .wh-btn-links {
		top: 4px;
		right: 20px;
	}
}
.introduce_woman01 {
	width: 220px;
	position: absolute;
	top: -130px;
	left: -120px;
}
@media screen and (max-width: 1000px) {
	.introduce_woman01 {
		width: 180px;
		top: -40px;
		left: -80px;
	}
}
@media screen and (max-width: 767px) {
	.introduce_woman01 {
		width: 100px;
		top: 80px;
		left: -60px;
	}
}
.introduce_woman02 {
	width: 220px;
	position: absolute;
	top: -130px;
	right: -120px;
}
@media screen and (max-width: 1000px) {
	.introduce_woman02 {
		width: 180px;
		top: -40px;
		right: -80px;
	}
}
@media screen and (max-width: 767px) {
	.introduce_woman02 {
		width: 100px;
		top: 80px;
		right: -60px;
	}
}
.introduce_regist {
	background: #fff;
	border: 4px solid #ea6f79;
	border-radius: 10px;
	padding: 45px 65px;
	margin: 0 0 40px 0;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.introduce_regist {
		padding: 20px 40px;
	}
}
@media screen and (max-width: 767px) {
	.introduce_regist {
		padding: 10px 90px 10px 10px;
		margin: 0 0 20px 0;
	}
	.introduce_regist.pd {
		padding: 10px;
	}
	.c_container .introduce_regist.pd.guideWoman02{
		margin: 30px 0 0 0;
	}
}
.introduce_regist_text {
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
	margin: 0;
}
@media screen and (max-width: 1000px) {
	.introduce_regist_text {
		font-size: 18px;
	}
}
.introduce_regist_img {
	width: 152px;
	position: absolute;
	right: 90px;
	bottom: 0;
}
@media screen and (max-width: 1000px) {
	.introduce_regist_img {
		right: 40px;
	}
}
@media screen and (max-width: 767px) {
	.introduce_regist_img {
		width: 80px;
		right: 10px;
	}
}
.introduce_regist_list {
	margin: 0 0 40px 0;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.introduce_regist_list {
		margin: 0 0 20px 0;
		display: block;
	}
}
.introduce_regist_list_item {
	width: 137px;
	margin: 0 25px;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.introduce_regist_list_item {
		width: 120px;
	}
}
@media screen and (max-width: 767px) {
	.introduce_regist_list_item {
		margin: 0 auto 20px;
	}
}
.introduce_regist_list_item::before {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 12px solid #ea6f79;
	position: absolute;
	top: 0;
	right: -42px;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.introduce_regist_list_item::before {
		border: 8px solid transparent;
		border-left: 10px solid #ea6f79;
		top: auto;
		right: 0;
		bottom: -22px;
		left: 0;
		transform: rotate(90deg);
	}
}
.introduce_regist_list_item:last-child::before {
	content: none;
}

.floormap_img {
	background: rgba(118, 67, 3, 0.7);
	padding: 60px 110px;
	margin: 0 0 50px 0;
}
@media screen and (max-width: 1000px) {
	.floormap_img {
		padding: 20px;
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 767px) {
	.floormap_img {
		padding: 5px;
		margin: 0 0 20px 0;
	}
}
.floormap_list {
	margin: 0 0 50px 0;
}
@media screen and (max-width: 1000px) {
	.floormap_list {
		margin: 0 0 40px 0;
	}
}
.floormap_list_item {
	margin: 0 0 10px 0;
	display: flex;
}
@media screen and (max-width: 767px) {
	.floormap_list_item {
		display: block;
	}
}
.floormap_list_item:last-child {
	margin: 0;
}
.floormap_list_item_img {
	width: 140px;
}
@media screen and (max-width: 767px) {
	.floormap_list_item_img {
		width: auto;
	}
}
.floormap_list_item_img img {
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.floormap_list_item_img img {
		height: auto;
		object-fit: fill;
	}
}
.floormap_list_item_contents {
	width: calc(100% - 140px);
	background: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	padding: 15px 40px;
}
@media screen and (max-width: 1000px) {
	.floormap_list_item_contents {
		padding: 10px 20px;
	}
}
@media screen and (max-width: 767px) {
	.floormap_list_item_contents {
		width: auto;
		padding: 10px;
	}
}
.floormap_list_item_title {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.floormap_list_item_text {
	font-size: 16px;
	margin: 0;
}
.floormap_child {
	background: rgba(255, 129, 8, 0.7);
	padding: 45px;
	margin: 0 0 50px 0;
}
@media screen and (max-width: 1000px) {
	.floormap_child {
		padding: 20px;
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 767px) {
	.floormap_child {
		padding: 10px;
	}
}
.floormap_child_title {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}
@media screen and (max-width: 1000px) {
	.floormap_child_title {
		font-size: 30px;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 767px) {
	.floormap_child_title {
		font-size: 24px;
		margin: 0 0 10px 0;
	}
}
.floormap_child_container {
	background: #fff;
	border-radius: 10px;
	padding: 40px 30px 40px 160px;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.floormap_child_container {
		padding: 20px 40px 20px 120px;
	}
}
@media screen and (max-width: 767px) {
	.floormap_child_container {
		padding: 10px 10px 10px 70px;
	}
}
.floormap_child_img {
	width: 80px;
	position: absolute;
	bottom: 4px;
	left: 45px;
}
@media screen and (max-width: 1000px) {
	.floormap_child_img {
		width: 60px;
		left: 30px;
	}
}
@media screen and (max-width: 767px) {
	.floormap_child_img {
		width: 50px;
		left: 10px;
	}
}
.floormap_child_text {
	color: #221200;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}
.floormap_access {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	margin: 0 0 60px 0;
	display: flex;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.floormap_access {
		margin: 0 0 40px 0;
		display: block;
	}
}
.floormap_access_contents {
	width: 415px;
	box-sizing: border-box;
	padding: 40px;
}
@media screen and (max-width: 1000px) {
	.floormap_access_contents {
		width: 280px;
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.floormap_access_contents {
		width: auto;
		padding: 10px 10px 0 10px;
	}
}
.floormap_access_title {
	color: #221200;
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
@media screen and (max-width: 1000px) {
	.floormap_access_title {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.floormap_access_title {
		font-size: 18px;
	}
}
.floormap_access_text {
	color: #221200;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 1em 0;
}
.floormap_access_map {
	width: calc(100% - 415px);
}
@media screen and (max-width: 1000px) {
	.floormap_access_map {
		width: calc(100% - 280px);
	}
}
@media screen and (max-width: 767px) {
	.floormap_access_map {
		width: auto;
	}
}

.shareeco {
	margin: 40px 0 60px;
}
@media screen and (max-width: 767px) {
	.shareeco {
		margin: 20px 0 40px;
	}
}
.shareeco_row {
	margin: 0 0 40px 0;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.shareeco_row {
		margin: 0 0 20px 0;
		display: block;
	}
}
.shareeco_row.reversed {
	flex-direction: row-reverse;
}
.shareeco_col {
	width: 48%;
}
@media screen and (max-width: 767px) {
	.shareeco_col {
		width: auto;
	}
}
.shareeco_title {
	color: #ff8108;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 1000px) {
	.shareeco_title {
		font-size: 20px;
		margin: 0 0 5px 0;
	}
}
@media screen and (max-width: 767px) {
	.shareeco_title {
		font-size: 18px;
	}
}
.shareeco_text {
	color: #221200;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.shareeco_text {
		margin: 0 0 20px 0;
	}
}
.shareeco_table_caption {
	color: #221200;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 1000px) {
	.shareeco_table_caption {
		font-size: 20px;
	}
}
.shareeco_table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 60px 0;
}
@media screen and (max-width: 1000px) {
	.shareeco_table {
		margin: 0 0 40px 0;
	}
}
.shareeco_table.mb00 {
	margin: 0;
}
.shareeco_table tr {
	border-top: 2px solid #221200;
}
.shareeco_table tr:last-of-type {
	border-bottom: 2px solid #221200;
/*border-bottom: none;*/
}
.shareeco_table th,
.shareeco_table td {
	color: #221200;
	font-size: 16px;
	line-height: 1.8;
	vertical-align: middle;
	padding: 20px 10px;
}
@media screen and (max-width: 767px) {
	.shareeco_table th,
	.shareeco_table td {
		padding: 0 0 10px 0;
		display: block;
	}
}
.shareeco_table th {
	font-size: 20px;
	font-weight: bold;
	width: 235px;
	box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
	.shareeco_table th {
		font-size: 18px;
		width: 200px;
	}
}
@media screen and (max-width: 767px) {
	.shareeco_table th {
		width: auto;
		padding: 10px 0 0 0;
	}
}
.shareeco_table th.middle {
	vertical-align: middle;
}
.shareeco_table td a {
	color: #3948ff;
}
.shareeco_btn {
	text-align: center;
	margin: 80px 0;
}
@media screen and (max-width: 1000px) {
	.shareeco_btn {
		margin: 60px 0;
	}
}
@media screen and (max-width: 767px) {
	.shareeco_btn {
		margin: 40px 0;
	}
}
.shareeco_btn .links-button {
	font-size: 24px;
	width: 565px;
	padding: 16px 0;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.shareeco_btn .links-button {
		font-size: 18px;
		width: 100%;
		padding: 12px 0;
	}
}
.shareeco_btn .links-button .wh-btn-links {
	top: 22px;
	right: 25px;
}
@media screen and (max-width: 767px) {
	.shareeco_btn .links-button .wh-btn-links {
		top: 6px;
		right: 20px;
	}
}
.shareeco_btn .links-button:hover .wh-btn-links {
	top: 22px;
	right: 25px;
	width: 14px;
	height: 24px;
}
@media screen and (max-width: 767px) {
	.shareeco_btn .links-button:hover .wh-btn-links {
		top: 6px;
		right: 20px;
	}
}

.support_list_item {
	margin: 0 0 10px 0;
}
.support_list_item:last-child {
	margin: 0;
}
.support_list_item_hdg {
	height: 100px;
	background: rgba(34, 18, 0, 0.7) url('../img/support/ico_plus.png') right 30px center no-repeat;
	background-size: 22px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 5px 30px;
	display: flex;
	align-items: center;
	transition: .2s;
}
@media screen and (max-width: 1000px) {
	.support_list_item_hdg {
		height: 80px;
	}
}
@media screen and (max-width: 767px) {
	.support_list_item_hdg {
		height: 60px;
		padding: 5px 20px;
	}
}
.support_list_item_hdg.open {
	background: rgba(34, 18, 0, 0.7) url('../img/support/ico_minus.png') right 30px center no-repeat;
	background-size: 22px;
	border-radius: 5px 5px 0 0;
}
.support_list_item_hdg:hover {
	opacity: .9;
	cursor: pointer;
}
.support_list_item_hdg p {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
@media screen and (max-width: 1000px) {
	.support_list_item_hdg p {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.support_list_item_hdg p {
		font-size: 18px;
	}
}
.support_list_item_contents {
	display: none;
}
.support_list_item_contents_in {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 0 0 5px 5px;
	padding: 30px 40px 50px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.support_list_item_contents_in {
		padding: 20px;
		display: block;
	}
}
.support_list_item_img {
	width: 240px;
}
@media screen and (max-width: 767px) {
	.support_list_item_img {
		width: auto;
		margin: 0 0 10px 0;
	}
}
.support_list_item_text {
	width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
	.support_list_item_text {
		width: auto;
	}
}
.support_list_item_text p {
	font-size: 16px;
	margin: 0;
}
.support_list_item_contents .links-button.bottom-kind-item {
	width: 505px;
	font-size: 24px;
	padding: 15px 0;
	margin: 40px 0 0 0;
}
@media screen and (max-width: 1000px) {
	.support_list_item_contents .links-button.bottom-kind-item {
		width: 100%;
		font-size: 20px;
		padding: 12px 0;
		margin: 30px 0 0 0;
	}
}
@media screen and (max-width: 767px) {
	.support_list_item_contents .links-button.bottom-kind-item {
		font-size: 18px;
		margin: 20px 0 0 0;
	}
}
.support_list_item_contents .links-button .wh-btn-links {
	right: 25px;
}
