/** @format */

@charset "utf-8";
/*  guide.css
---------------------------------------------- */

/*  pc
---------------------------------------------- */
#guide footer .footer_top {
	background: #fef1f1;
}
/*  menu
---------------------------------------------- */
#menu {
	margin: 70px auto;
}
#menu .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
#menu .list li {
	width: calc(100% / 3 - 10px);
}
#menu .list li a {
	height: 70px;
	padding: 0 20px 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--color_white);
	font-size: 2rem;
	font-weight: 500;
	transition: color 0.2s;
}
#menu .list li a:hover {
	color: #ff9858;
}
#menu .list li a::after {
	content: "";
	width: 23px;
	height: 23px;
	background: url(../common/img/arrow_bottom.svg) no-repeat center / contain;
}

/*  floor
---------------------------------------------- */
#floor .floor_cont {
	margin-bottom: 40px;
}
#floor .floor_cont .map_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
#floor .floor_cont .map_wrap .map01 {
	width: 370px;
}
#floor .floor_cont .map_box {
	cursor: pointer;
}
#floor .floor_cont .map_box .btn {
	position: relative;
	top: 10px;
	display: flex;
	align-items: center;
	gap: 5px;
}

#floor .floor_cont .map_wrap .modal {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
}
#floor .floor_cont .map_wrap .modal .modal_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(229, 229, 229, 0.9);
	z-index: 100;
}
#floor .floor_cont .map_wrap .modal .modal_inner {
	padding: 30px;
	position: absolute;
	width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	z-index: 999;
}
#floor .floor_cont .swiper_inner {
	position: relative;
	margin: 50px 0 60px;
}
#floor .floor_cont .swiper .swiper-slide {
	width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -30px !important;
}
.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: var(--color-orange02) !important;
}
#floor .floor_cont .swiper-wrapper li {
	border-radius: 20px;
	overflow: hidden;
}
#floor .floor_cont .info {
	text-align: center;
	line-height: 2;
}

/*  flow
---------------------------------------------- */
#flow {
	margin: 130px auto;
}
#flow .flow_wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
#flow .flow_wrap .flow_box {
	width: calc(100% / 3 - 80px);
	max-width: 240px;
}
#flow .flow_wrap .flow_box .img {
	position: relative;
	width: 100%;
	height: 240px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
}
#flow .flow_wrap .flow_box .img::after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 15px #fff /* 背景色と同じ色 */, inset 0 0 15px #fff, inset 0 0 15px #fff, inset 0 0 15px #fff;
}
#flow .flow_wrap .flow_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#flow .flow_wrap .flow_box .step {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 10px 0;
	color: var(--color_brown);
	font-size: 2.2rem;
	font-weight: 500;
}
#flow .flow_wrap .flow_box .step::before {
	font-family: "calist", sans-serif;
	content: attr(data-num);
	color: var(--color-orange02);
	font-size: 4.8rem;
	font-style: italic;
	font-weight: 100;
}
#flow .flow_wrap .arrow {
	width: 40px;
	align-self: center;
}

/*  require
---------------------------------------------- */
#require .req_wrap {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
#require .req_wrap .req_box {
	margin-bottom: 30px;
	width: calc(100% / 2 - 50px);
	border: 3px solid var(--color-orange02);
	border-radius: 10px;
}
#require .req_wrap .req_box .ttl {
	padding: 10px 0;
	font-size: 2.8rem;
	font-weight: 600;
	color: var(--color_white);
	background: var(--color-orange02);
	text-align: center;
}
#require .req_wrap .req_box .txt {
	padding: 20px 0;
	font-size: 2.4rem;
	text-align: center;
}
#require .note {
	font-weight: 500;
}

/*  action
---------------------------------------------- */
#action {
	margin: 130px auto;
}
#action .action_wrap {
	display: flex;
}
#action .action_wrap > .table {
	width: 50%;
}
#action .action_wrap .table tr th:last-child,
#action .action_wrap .table tr td:last-child {
	padding: 0 20px;
	text-align: left;
}
#action .action_wrap .table:last-child thead tr th:first-child {
	border-left: none;
}
#action .action_wrap .table:first-child tbody tr td:last-child {
	border-right: none;
}
#action .action_wrap .table tbody tr td {
	position: relative;
}
#action .action_wrap .table tbody tr td:first-child {
	width: 30%;
}
#action .action_wrap .table tbody tr td::after {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#action .action_wrap .table tbody tr td.cercle::after {
	background: url(../img/guide/cercle.svg) no-repeat center / contain;
}
#action .action_wrap .table tbody tr td.triangle::after {
	background: url(../img/guide/triangle.svg) no-repeat center / contain;
}
#action .action_wrap .table tbody tr td.cross::after {
	background: url(../img/guide/cross.svg) no-repeat center / contain;
}

/*  access
---------------------------------------------- */
#access iframe {
	width: 100%;
	height: 360px;
}
#access .info {
	margin-top: 20px;
}
#access .info li {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	font-size: 18px;
}
#access .info li .desc {
	width: 60px;
	font-weight: 600;
}
#access .info li .data {
	width: calc(100% - 60px);
}
#access .method {
	margin-top: 50px;
}
#access .method h4 {
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 25px;
	color: var(--color_brown);
	background: var(--color_yellow);
	font-size: 2.4rem;
	font-weight: 500;
}
#access .method .method_btn {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
#access .method .method_btn .btn {
	width: calc(100% / 2 - 40px);
}
#access .method .method_btn .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 95px;
	position: relative;
	color: var(--color_brown);
	border: 2px solid var(--color_brown);
	font-size: 2rem;
	font-weight: 600;
	border-radius: 5px;
	transition: 0.2s;
}
#access .method .method_btn .btn a:hover {
	background: rgba(61, 32, 13, 0.1);
}
#access .method .method_btn .btn a span {
	font-size: 1.6rem;
	font-weight: 500;
}
#access .method .method_btn .btn a::after {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	background: url(../img/guide/btn_arrow.svg) no-repeat center / contain;
}
#access .method .method_btn .btn a:hover::after {
	background: url(../img/guide/btn_arrow_hover.svg) no-repeat center / contain;
}

/*  health
---------------------------------------------- */
#health {
	position: relative;
	margin-top: 185px;
	background: #fef1f1;
}
#health .top_img {
	background: var(--color_white);
}
#health .sec_ttl {
	position: relative;
	margin-top: 50px;
	z-index: 1;
}
#health .hc_wrap {
	padding: 0 0 90px;
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	z-index: 1;
}
#health .bg_img {
	position: absolute;
	top: 145px;
	width: 100%;
	z-index: 0;
}
#health .hc_wrap .btn {
	width: calc(100% / 3 - 20px);
}
#health .hc_wrap .btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	padding: 0 15px 0 35px;
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--color_brown);
	border: 1px solid var(--color_brown);
	background: var(--color_white);
	border-radius: 5px;
	transition: 0.2s;
}
#health .hc_wrap .btn a:hover {
	background: rgba(61, 32, 13, 0.1);
}
#health .hc_wrap .btn a::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/guide/btn_arrow.svg) no-repeat center / contain;
}
#health .hc_wrap .btn a:hover::after {
	background: url(../img/guide/btn_arrow_hover.svg) no-repeat center / contain;
}

/*  mobile & smart phone
---------------------------------------------- */
@media only screen and (max-width: 959px) {
	/*  menu
---------------------------------------------- */
	#menu {
		margin: 160px auto 70px;
	}
	#menu .list li {
		width: calc(100% / 2 - 5px);
	}
	#menu .list li a {
		height: 60px;
		padding: 0 10px 0 10px;
		font-size: 20px;
	}
	#menu .list li a::after {
		width: 20px;
		height: 20px;
	}

	/*  floor
---------------------------------------------- */

	#floor .floor_cont .map_wrap {
		align-items: flex-end;
		gap: 20px;
	}
	#floor .floor_cont .map_wrap .map01 {
		position: relative;
		width: 30%;
	}
	#floor .floor_cont .swiper_inner {
		margin: 30px 0px 50px;
	}
	#floor .floor_cont .map_wrap .modal .modal_inner {
		padding: 20px;
		width: 90%;
	}

	/*  flow
---------------------------------------------- */
	#flow {
		margin: 100px auto;
	}
	#flow .flow_wrap {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	#flow .flow_wrap .flow_box {
		width: 100%;
		max-width: none;
	}
	#flow .flow_wrap .flow_box .img {
		margin: 0 auto;
		width: 220px;
		height: 220px;
		display: block;
	}
	#flow .flow_wrap .flow_box .step {
		justify-content: center;
		gap: 10px;
		font-size: 2.6rem;
	}
	#flow .flow_wrap .arrow {
		width: 30px;
		transform: rotate(90deg);
	}
	#flow .flow_wrap .desc {
		text-align: center;
	}

	/*  require
---------------------------------------------- */
	#require .req_wrap {
		margin-bottom: 20px;
		flex-direction: column;
		gap: 10px;
	}
	#require .req_wrap .req_box {
		margin-bottom: 0;
		width: 100%;
	}
	#require .req_wrap .req_box .ttl {
		padding: 5px 0;
	}
	#require .req_wrap .req_box .txt {
		padding: 15px 0;
	}

	/*  action
---------------------------------------------- */
	#action {
		margin: 100px auto;
	}
	#action .action_wrap {
		flex-direction: column;
		overflow-y: scroll;
		height: 400px;
	}
	#action .action_wrap > .table {
		width: 100%;
	}
	#action .action_wrap .table:first-child thead tr {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 1;
	}
	#action .action_wrap .table:first-child thead tr th {
		border: 1px solid var(--color_white);
	}
	#action .action_wrap .table:first-child thead tr th:last-child::after {
		content: "";
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: var(--color_white);
	}
	#action .action_wrap .table tr th:last-child,
	#action .action_wrap .table tr td:last-child {
		padding: 5px 10px;
	}
	#action .action_wrap .table:first-child tbody tr td:last-child {
		border-right: 1px solid #7b7b7b;
	}
	#action .action_wrap .table:last-child tbody tr:first-child td {
		border-top: none;
	}
	#action .action_wrap .table tbody tr td:first-child {
		width: 30%;
	}
	#action .action_wrap .table tbody tr td::after {
		content: "";
		width: 20px;
		height: 20px;
	}

	/*  access
---------------------------------------------- */
	#access iframe {
		height: 280px;
	}
	#access .info li {
		align-items: flex-start;
	}
	#access .method {
		margin-top: 40px;
	}
	#access .method h4 {
		height: 40px;
		margin-bottom: 20px;
		font-size: 24px;
	}
	#access .method .method_btn {
		flex-direction: column;
		gap: 10px;
	}
	#access .method .method_btn .btn {
		width: 100%;
	}
	#access .method .method_btn .btn a {
		flex-direction: column;
		height: 85px;
		font-size: 24px;
	}
	#access .method .method_btn .btn a span {
		font-size: 18px;
	}

	/*  health
---------------------------------------------- */
	#health {
		margin-top: 70px;
	}
	#health .sec_ttl {
		position: relative;
		margin-top: 50px;
		z-index: 1;
	}
	#health .hc_wrap {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	#health .bg_img {
		top: auto;
		bottom: 20px;
	}
	#health .hc_wrap .btn {
		width: 100%;
	}
	#health .hc_wrap .btn a {
		height: 90px;
		font-size: 24px;
	}
}
