@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .about .midBox {
	padding: 2.3rem 0 8.7rem;
}
#main .about .midBox p {
	line-height: 1.88;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
}
#main .about .bgBox {
	padding-bottom: 4.4rem;
	position: relative;
	background: #ffda02;
}
#main .about .bgBox:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3.7rem;
	width: 8rem;
	height: 8rem;
	background: #ffda02;
	border-radius: 50%;
	content: "";
}
#main .about .bgBox .content {
	position: relative;
}
#main .about .bgBox .content:after {
	position: absolute;
	right: -0.2rem;
	bottom: -4.4rem;
	width: 18.3rem;
	height: 12.2rem;
	background: url(../img/about_img04.png) no-repeat left top/100%;
	content: "";
}
#main .about .bgBox .enTtl {
	position: absolute;
	width: 28.8rem;
	left: -7.4rem;
	top: -7.4rem;
}
#main .about .bgBox h2 {
	margin: 0 auto -3.8rem;
	padding-top: 3.2rem;
	width: 35.2rem;
	transform: translateY(-7.4rem);
}
#main .about .bgBox .linkUl {
	margin: 0 auto;
	max-width: 66.5rem;
	gap: 2.1rem 0;
	position: relative;
	z-index: 1;
}
#main .about .bgBox .linkUl li {
	width: 48%;
	padding: 1.4rem 2rem 1.5rem 5.5rem;
	line-height: 1.88;
	font-weight: 600;
	background: #fff url(../img/icon02.png) no-repeat 2.7rem 2.5rem/2rem;
	border-radius: 0.6rem;
}
#main .about .bgBox .noteImg {
	position: absolute;
	width: 11.8rem;
	right: 4.8rem;
	bottom: -4.7rem;
	z-index: 1;
}
#main .concept {
	background: url(../img/concept_img03.png) no-repeat center top 2.7rem/105.5rem;
}
#main .concept .content {
	padding: 5.9rem 0 15rem;
	position: relative;
}
#main .concept .infoList li {
	width: 48.3%;
	border-radius: 1rem;
	border: 0.6rem solid #009d64;
}
#main .concept .infoList .subTtl {
	margin: 0 auto 0.5rem;
	width: 12.4rem;
	padding: 0.7rem 1rem 0.9rem;
	transform: translateY(-2.4rem);
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	background: #ff794b;
	border-radius: 0.4rem;
}
#main .concept .infoList h3 {
	margin-bottom: 0.7rem;
	color: #008655;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
}
#main .concept .infoList .txt {
	margin: 0 auto 1.5rem;
	width: fit-content;
	letter-spacing: 0.04em;
	line-height: 1.88;
	display: flex;
	align-items: center;
}
#main .concept .infoList .bgTxt {
	padding: 2.1rem;
	color: #fff;
	line-height: 1.88;
	letter-spacing: 0.04em;
	text-align: center;
	background: #009d64;
}
#main .concept .infoList li:last-child .subTtl {
	background: #19b0db;
}
#main .concept .itemList li {
	position: absolute;
}
#main .concept .itemList .item01 {
	width: 27rem;
	right: -23.1rem;
	top: 2.4rem;
}
#main .concept .itemList .item02 {
	width: 31.8rem;
	left: -20rem;
	bottom: -12.8rem;
}
#main .concept .itemList .item03 {
	width: 24.2rem;
	right: -6.8rem;
	bottom: -2.8rem;
	z-index: 2;
}
#main .program .bgBox {
	padding-bottom: 5.6rem;
	position: relative;
	background: #f7f3ec url(../img/program_img01.png) no-repeat center top 32.4rem/127.5rem;
}
#main .program .bgBox:before {
	position: absolute;
	right: 0;
	top: -6.8rem;
	height: 8.2rem;
	width: calc(50% - 27.2rem);
	background: #f7f3ec;
	border-radius: 2rem 0 0 0;
	content: "";
}
#main .program .bgBox:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -4rem;
	width: 8rem;
	height: 8rem;
	background: #f7f3ec;
	border-radius: 50%;
	content: "";
}
#main .program h2 {
	margin-bottom: -1.2rem;
	transform: translateY(-3.5rem);
}
#main .program h2 img {
	margin-bottom: 1.3rem;
	height: 7.7rem;
}
#main .program h3 {
	margin-bottom: 1.5rem;
	padding: 0.6rem 2rem;
	color: #fff;
	font-weight: 600;
	display: flex;
	align-items: center;
	border-radius: 1rem 0 1rem 0;
	background: #ff794b;
}
#main .program h3 .lTxt {
	margin-right: 1.9rem;
	padding: 0.3rem 0.5rem 0.8rem 0;
	width: 9rem;
	font-size: 2.2rem;
	letter-spacing: 0.04em;
	border-right: 1px solid #fff;
}
#main .program h3 .lTxt .large {
	margin-right: 0.6rem;
	font-size: 3rem;
	vertical-align: -0.2rem;
	line-height: 1;
}
#main .program h3 .rTxt {
	line-height: 1.88;
}
#main .program .schedule > li {
	display: flex;
	align-items: flex-start;
}
#main .program .schedule > li:not(:last-child) {
	margin-bottom: 2.3rem;
}
#main .program .schedule .time {
	width: 17rem;
	color: #008655;
	line-height: 1.75;
	font-weight: 600;
}
#main .program .schedule .rBox {
	flex: 1;
}
#main .program .schedule .rBox p {
	margin-bottom: 1.2rem;
	line-height: 1.75;
}
#main .program .schedule .rBox p:last-child {
	margin-bottom: 0;
}
#main .program .schedule .rBox .ttl {
	margin-bottom: 0;
	color: #008655;
	font-weight: 600;
}
#main .program .schedule .rBox .ttl .sub {
	display: block;
	font-weight: 400;
}
#main .program .schedule .rBox .sml {
	margin-bottom: 2.4rem;
	font-size: 1.4rem;
	line-height: 1.7;
}
#main .program .schedule .rBox .phoList {
	margin: 0 0 2rem -0.2rem;
	gap: 0 3.8rem;
}
#main .program .schedule .rBox .phoList li {
	width: 21.7rem;
}
#main .program .schedule .rBox .phoList li:nth-child(2) {
	width: 29.2rem;
}
#main .program .schedule .rBox .phoList img {
	width: 100%;
}
#main .program .schedule .rBox .phoList img:nth-child(2) {
	margin-top: 1.3rem;
}
#main .program .schedule .rBox .phoList p {
	margin-top: 0.4rem;
	font-size: 1.1rem;
	letter-spacing: 0.04em;
	color: #000;
}
#main .program .schedule .rBox .bgList {
	margin: 1.9rem 0 0.4rem;
	padding: 1rem 1.2rem;
	background-color: #fff;
	border-radius: 0.4rem;
}
#main .program .schedule .rBox .bgList li {
	display: flex;
	align-items: flex-start;
}
#main .program .schedule .rBox .bgList .bgTtl {
	margin: 0 1.1rem 0 0;
	padding: 0.1rem 0.2rem 0.2rem;
	color: #fff;
	line-height: 1.75;
	font-weight: 600;
	width: 10.1rem;
	text-align: center;
	border-radius: 0.4rem;
	background: #009d64;
}
#main .program .schedule .rBox .bgList .rTxt {
	flex: 1;
	display: flex;
	align-items: center;
	color: #008655;
	line-height: 1.75;
}
#main .program .schedule .rBox .imgBox {
	margin-bottom: 2rem;
}
#main .program .schedule .rBox .imgBox .phoBox {
	margin: 0.7rem 0 0 1.5rem;
	width: 12.1rem;
}
#main .program .schedule .rBox .imgBox .phoBox img {
	width: 100%;
}
#main .program .schedule .rBox .imgBox .txtBox {
	flex: 1;
}
#main .program .subBox:not(:last-child) {
	margin-bottom: 4.7rem;
}
#main .program .subBox02 h3 {
	background: #19b0db;
}
#main .program .scheduleBox {
	position: relative;
}
#main .program .scheduleBox .item {
	width: 10.5rem;
	position: absolute;
	right: 2.4rem;
	top: -5.9rem;
	z-index: 1;
}
#main .program .scheduleBox:not(:last-child) {
	margin-bottom: 2.6rem;
}
#main .program .scheduleBox h4 {
	margin-bottom: 2.5rem;
	padding: 0.4rem 0 0.5rem 1.9rem;
	position: relative;
	color: #008655;
	font-size: 2rem;
	letter-spacing: 0.04em;
	font-weight: 600;
	border-bottom: 1px dashed #008655;
}
#main .program .scheduleBox h4:before {
	position: absolute;
	left: 0.1rem;
	top: 1.3rem;
	width: 1.2rem;
	height: 1.2rem;
	background-color: #008655;
	border-radius: 50%;
	content: "";
}
#main .program .listBox {
	margin-top: 4.8rem;
	padding: 2.3rem 5.7rem;
	border-radius: 0.4rem;
	background: #fff;
}
#main .program .listBox .introList li {
	display: flex;
	align-items: flex-start;
	color: #008655;
	line-height: 1.75;
}
#main .program .listBox .introList li:not(:last-child) {
	margin-bottom: 2.8rem;
}
#main .program .listBox .introList .ttl {
	width: 13.5rem;
	letter-spacing: 0.04em;
	font-weight: 600;
}
#main .program .listBox .introList .txt {
	flex: 1;
}
#main .program .listBox .introList .txt .subTtl {
	font-weight: 600;
}
#main .program .midBox {
	padding: 9rem 0 9.9rem;
}
#main .program .midBox p {
	margin-bottom: 2.4rem;
	color: #008655;
	letter-spacing: 0.04em;
	font-weight: 600;
	text-align: center;
}
#main .program .midBox p .large {
	display: block;
	font-size: 2.4rem;
}
#main .spot {
	position: relative;
	z-index: 1;
}
#main .spot:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 16.6rem;
	background: #009d64;
	content: "";
	z-index: -1;
}
#main .spot:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #009d64;
	border-radius: 0 0 2rem 0;
	content: "";
	z-index: -1;
}
#main .spot h2 {
	width: 21.2rem;
	margin: 0 auto -3.3rem;
	transform: translateY(-4.4rem);
}
#main .spot .imgBox {
	align-items: flex-start;
}
#main .spot .imgBox .txtBox {
	width: 39.6rem;
}
#main .spot .imgBox .txtBox .txtList li {
	display: flex;
	align-items: flex-start;
	color: #fff;
	line-height: 1.88;
	font-weight: 600;
}
#main .spot .imgBox .txtBox .txtList li:not(:last-child) {
	margin-bottom: 2.5rem;
}
#main .spot .imgBox .txtBox .txtList li:before {
	margin: 1.1rem 1.1rem 0 0;
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	flex-shrink: 0;
	background: #fff;
	border-radius: 50%;
	content: "";
}
#main .spot .imgBox .phoBox {
	margin: -12.9rem -8.5rem -4.2rem 0;
	width: 51.6rem;
}
#main .infoBox {
	padding: 9.6rem 0 6rem;
}
#main .infoBox h2 {
	padding: 0 2rem;
	width: fit-content;
	margin: 0 auto 0.1rem;
	transform: translateY(-3.2rem);
	background-color: #fff;
}
#main .infoBox h2 img {
	margin-bottom: 1rem;
	height: 5.1rem;
}
#main .infoBox .lineBox {
	padding: 0 4rem 6.5rem;
	border-radius: 2rem;
	border: 1px solid #009d64;
}
#main .infoBox .infoList li {
	display: flex;
	align-items: flex-start;
	line-height: 1.75;
}
#main .infoBox .infoList .lTxt {
	flex-shrink: 0;
}
#main .information {
	margin-bottom: 8.2rem;
}
#main .information h3 {
	margin-bottom: 1.7rem;
	padding-bottom: 0.5rem;
	color: #008655;
	font-weight: 600;
	line-height: 1.75;
	border-bottom: 1px solid #009d64;
}
#main .information h3 .sub {
	margin: 0 auto;
	display: block;
	max-width: 55.6rem;
}
#main .information .infoList {
	margin: 0 auto;
	width: fit-content;
}
#main .access.lineBox {
	margin-bottom: 5.3rem;
	padding: 0 5rem 6.4rem;
}
#main .access h2 {
	margin-bottom: 2.6rem;
	padding: 0 5.5rem;
	transform: translateY(-2.9rem);
}
#main .access .imgBox:not(:last-child) {
	margin-bottom: 4rem;
}
#main .access .imgBox .txtBox {
	width: 40rem;
}
#main .access .imgBox .txtBox h3 {
	display: flex;
	align-items: center;
	margin-bottom: 0.9rem;
}
#main .access .imgBox .txtBox h3 .lTxt {
	margin-right: 1.1rem;
	padding: 0 0.2rem 0.2rem;
	width: 7.8rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	border-radius: 0.4rem;
	background: #ff794b;
}
#main .access .imgBox .txtBox h3 .lTxt .large {
	margin-right: 0.6rem;
	font-size: 2.8rem;
	vertical-align: -0.2rem;
	line-height: 1;
}
#main .access .imgBox .txtBox h3 .rTxt {
	margin-bottom: 0.2rem;
	color: #008655;
	letter-spacing: 0.04em;
	line-height: 1.75;
}
#main .access .imgBox .txtBox .infoList li {
	letter-spacing: 0.04em;
}
#main .access .notesBox {
	margin-top: 1rem;
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	background: #e6e6e6;
}
#main .access .notesBox .notes {
	letter-spacing: 0.04em;
	line-height: 1.75;
	padding-left: 1em;
	text-indent: -1em;
}
#main .access .imgBox .mapBox {
	width: 35rem;
	aspect-ratio: 350/202;
}
#main .access .imgBox .mapBox iframe {
	display: block;
	width: 100%;
	height: 100%;
}
#main .access .imgBox02 .txtBox h3 .lTxt {
	background: #18b0db;
}
#main .infoBox .btnBox {
	justify-content: center;
	align-items: center;
	gap: 0 6.4rem;
}
#main .infoBox .btnBox .btn {
	margin-bottom: 1.8rem;
	width: 27.2rem;
}
#main .infoBox .btnBox .btn a {
	padding: 1.3rem;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	border-radius: 0.6rem;
	background: #009d64;
}
#main .infoBox .btnBox .btn a:hover {
	opacity: 0.7;
}
#main .infoBox .btnBox .photo {
	margin-right: 3.2rem;
	width: 19rem;
}
#main .linkBox a {
	display: block;
	overflow: hidden;
	background: #ffda02 url(../img/link_img01.png) no-repeat center top -8.6rem/52.2rem;
}
#main .linkBox a:hover {
	opacity: 0.6;
}
#main .linkBox .content {
	padding: 4.7rem 0 5.7rem;
	max-width: 110rem;
	background: url(../img/link_img02.png) no-repeat -3.3rem -1.7rem/38.1rem,url(../img/link_img03.png) no-repeat right 0 top -4.3rem/33.6rem;
}
#main .linkBox .midBox {
	margin: 0 auto;
	width: 43rem;
	text-align: center;
}
#main .linkBox .midBox h2 {
	margin-bottom: 1.5rem;
	font-size: 3rem;
	line-height: 1;
	color: #008655;
	font-weight: 600;
	letter-spacing: 0.04em;
}
#main .linkBox .midBox p {
	margin-bottom: 3rem;
	font-weight: 600;
	line-height: 1.88;
	letter-spacing: 0.04em;
	color: #008655;
}
@media all and (max-width: 896px) {
	#main .about .midBox {
		padding: 3rem 0 6.5rem;
	}
	#main .about .midBox p {
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0;
		text-align: left;
	}
	#main .about .midBox p .sub {
		display: inline-block;
		margin-bottom: 0.7rem;
	}
	#main .about .bgBox {
		padding-bottom: 2.4rem;
	}
	#main .about .bgBox:after {
		width: 4rem;
		height: 4rem;
		bottom: -2rem;
	}
	#main .about .bgBox .content:after {
		display: none;
	}
	#main .about .bgBox .enTtl {
		display: none;
	}
	#main .about .bgBox h2 {
		margin-bottom: -0.1rem;
		width: 27.4rem;
		padding-top: 0;
		transform: translateY(-2.5rem);
	}
	#main .about .bgBox .linkUl {
		max-width: inherit;
		display: block;
	}
	#main .about .bgBox .linkUl li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#main .about .bgBox .linkUl li {
		width: auto;
		padding: 1rem 2rem 1.1rem 5.5rem;
		line-height: 1.93;
		border-radius: 0.5rem;
		background-position: 3.5rem 1.9rem;
		background-size: 1.5rem;
	}
	#main .about .bgBox .noteImg {
		width: 10.7rem;
		right: -3.2rem;
		bottom: -2.8rem;
	}
	#main .concept {
		padding: 3.8rem 0 8rem;
		background: none;
	}
	#main .concept .content {
		padding: 0;
		z-index: 1;
	}
	#main .concept .infoList {
		display: block;
	}
	#main .concept .infoList li {
		width: auto;
	}
	#main .concept .infoList li:not(:last-child) {
		margin-bottom: 3.5rem;
	}
	#main .concept .infoList .subTtl {
		margin-bottom: 0.7rem;
		width: 9rem;
		padding: 0.2rem 1rem 0.6rem;
		transform: translateY(-2rem);
		font-size: 1.9rem;
	}
	#main .concept .infoList h3 {
		margin-bottom: 1.5rem;
	}
	#main .concept .infoList .txt {
		margin-bottom: 1.2rem;
		letter-spacing: 0;
		line-height: 1.9;
		display: block;
	}
	#main .concept .infoList .bgTxt {
		padding: 1.2rem 0 0.9rem;
		font-size: 1.5rem;
	}
	#main .concept .itemList .item01 {
		width: 14rem;
		right: -8.8rem;
		top: -2.3rem;
	}
	#main .concept .itemList .item02 {
		width: 28.2rem;
		left: -17.6rem;
		bottom: auto;
		top: -4.4rem;
	}
	#main .program .bgBox {
		padding-bottom: 4.3rem;
		background-image: url(../img/program_img01_sp.png);
		background-position: 1rem 1.1rem;
		background-size: 3.9rem;
	}
	#main .program .bgBox:before {
		right: -2rem;
		top: 2.1rem;
		width: 8.8rem;
		height: 21.6rem;
		border-radius: 0;
		background: url(../img/program_img02_sp.png) no-repeat left top/100%;
	}
	#main .program .bgBox:after {
		bottom: -2rem;
		width: 4rem;
		height: 4rem;
	}
	#main .program .content {
		margin: 0 2.2rem;
	}
	#main .program h2 {
		margin-bottom: -0.3rem;
		transform: translateY(-3.3rem);
	}
	#main .program h2 img {
		margin-bottom: 1.6rem;
		transform: translateX(0.6rem);
		height: 6.75rem;
	}
	#main .program h3 {
		margin-bottom: 1.3rem;
		padding: 0.5rem 0;
	}
	#main .program h3 .lTxt {
		margin-right: 1.1rem;
		padding: 0.2rem 0.5rem 0.5rem;
		width: 7.6rem;
		font-size: 1.4rem;
		text-align: center;
	}
	#main .program h3 .lTxt .large {
		margin-right: 0.4rem;
		font-size: 2.4rem;
		vertical-align: -0.4rem;
	}
	#main .program h3 .rTxt {
		line-height: 1.2;
	}
	#main .program .schedule > li {
		display: block;
		position: relative;
	}
	#main .program .schedule > li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#main .program .schedule .time {
		margin-bottom: 0.3rem;
		width: auto;
		line-height: 1;
	}
	#main .program .schedule .rBox {
		margin-left: 1.5rem;
		flex: 1;
	}
	#main .program .schedule .rBox p {
		margin-bottom: 0.4rem;
		line-height: 1.93;
	}
	#main .program .schedule .rBox .sml {
		margin-bottom: 1.6rem;
		font-size: 1.2rem;
		line-height: 1.75;
	}
	#main .program .schedule .rBox .phoList {
		margin: 0 0 1.5rem;
		gap: 0 5%;
	}
	#main .program .schedule .rBox .phoList li {
		width: 50%;
	}
	#main .program .schedule .rBox .phoList li:nth-child(2) {
		width: auto;
		flex: 1;
	}
	#main .program .schedule .rBox .phoList img:nth-child(2) {
		margin-top: 0.6rem;
	}
	#main .program .schedule .rBox .phoList p {
		margin-top: 0.1rem;
		font-size: 1rem;
	}
	#main .program .schedule .rBox .bgList {
		margin: 1rem 0 3.5rem;
		padding: 1.1rem 1.2rem;
	}
	#main .program .schedule .rBox .bgList .bgTtl {
		margin-right: 1.7rem;
		padding: 0.5rem 0.2rem;
		line-height: 1;
		width: 8.6rem;
		border-radius: 0.2rem;
	}
	#main .program .schedule .rBox .bgList .rTxt {
		margin-top: -0.2rem;
		line-height: 1.93;
	}
	#main .program .schedule .rBox .imgBox {
		margin-bottom: 2rem;
		display: block;
	}
	#main .program .schedule .rBox .imgBox .phoBox {
		margin: 1.4rem auto 0;
		width: 17.9rem;
	}
	#main .program .schedule .item01 {
		width: 9.7rem;
		position: absolute;
		right: -4.5rem;
		bottom: -7.3rem;
	}
	#main .program .subBox:not(:last-child) {
		margin-bottom: 5rem;
	}
	#main .program .scheduleBox .item {
		width: 12.8rem;
		right: -4.4rem;
		top: 5.5rem;
	}
	#main .program .scheduleBox .item02 {
		width: 6.6rem;
		top: 22rem;
		right: 5.4rem;
		z-index: 1;
	}
	#main .program .scheduleBox .item03 {
		width: 5.4rem;
		top: auto;
		bottom: 9.8rem;
		right: -2.7rem;
	}
	#main .program .scheduleBox:not(:last-child) {
		margin-bottom: 2.6rem;
	}
	#main .program .subBox02 h3 {
		margin-bottom: 0.7rem;
	}
	#main .program .scheduleBox h4 {
		margin-bottom: 1.1rem;
		padding: 0.4rem 0 0.3rem 1.5rem;
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	#main .program .scheduleBox h4:before {
		left: 0;
		top: 1.2rem;
		width: 0.9rem;
		height: 0.9rem;
	}
	#main .program .listBox {
		margin-top: 2rem;
		padding: 1rem 1.5rem 1.8rem;
	}
	#main .program .listBox .introList li {
		display: block;
		line-height: 1.93;
	}
	#main .program .listBox .introList li:not(:last-child) {
		margin-bottom: 2.2rem;
	}
	#main .program .listBox .introList .ttl {
		width: auto;
		letter-spacing: 0;
	}
	#main .program .listBox .introList .ttlSub {
		font-weight: 400;
		display: block;
	}
	#main .program .midBox {
		padding: 3.6rem 0 7.6rem;
	}
	#main .program .midBox p {
		margin-bottom: 3.2rem;
		letter-spacing: 0;
		line-height: 1.93;
	}
	#main .program .midBox p .large {
		margin-top: 0.2rem;
		font-size: 2rem;
		line-height: 1.45;
	}
	#main .spot {
		margin-bottom: 17.5rem;
		padding-bottom: 2.5rem;
		background: #009d64;
	}
	#main .spot:before {
		display: none;
	}
	#main .spot:after {
		left: auto;
		right: 0;
		top: auto;
		bottom: -3.5rem;
		width: 83.7%;
		height: 4.8rem;
		border-radius: 0 0 0 1rem;
	}
	#main .spot .content {
		margin: 0 2.2rem;
	}
	#main .spot h2 {
		margin-bottom: -3.8rem;
		width: 19.2rem;
		transform: translate(-0.5rem,-4.1rem);
	}
	#main .spot .imgBox {
		display: block;
	}
	#main .spot .imgBox .txtBox {
		width: auto;
		position: relative;
		z-index: 1;
	}
	#main .spot .imgBox .txtBox .txtList li {
		line-height: 1.93;
		font-weight: 400;
	}
	#main .spot .imgBox .txtBox .txtList li:not(:last-child) {
		margin-bottom: 0.7rem;
	}
	#main .spot .imgBox .txtBox .txtList li:before {
		margin: 0.9rem 0.8rem 0 0;
	}
	#main .spot .imgBox .phoBox {
		margin: 0 0 0 0.9rem;
		width: 42.8rem;
		bottom: -18rem;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
	}
	#main .infoBox {
		padding: 5.6rem 0 6rem;
	}
	#main .infoBox .content {
		margin: 0 2.2rem;
	}
	#main .infoBox h2 {
		margin-bottom: -0.7rem;
		padding: 0 1.5rem;
		transform: translateY(-2.4rem);
	}
	#main .infoBox h2 img {
		margin-bottom: 1.6rem;
		height: 3.4rem;
	}
	#main .infoBox .lineBox {
		padding: 0 1.4rem 2.5rem;
		border-radius: 1rem;
	}
	#main .infoBox .infoList {
		width: auto;
	}
	#main .infoBox .infoList li {
		line-height: 1.93;
	}
	#main .infoBox .infoList .lTxt {
		margin-right: 0.4rem;
	}
	#main .infoBox .infoList .lTxt .sub {
		display: inline-block;
		width: 4.2rem;
		text-align-last: justify;
	}
	#main .information {
		margin-bottom: 7.4rem;
	}
	#main .information h3 {
		margin-bottom: 1rem;
		padding-bottom: 0;
	}
	#main .information h3 .sub {
		margin: 0;
		max-width: inherit;
	}
	#main .access.lineBox {
		margin-bottom: 4.8rem;
		padding: 0 1.4rem 2.2rem;
	}
	#main .access h2 {
		margin-bottom: -0.6rem;
		padding: 0 2rem;
		transform: translateY(-2.5rem);
	}
	#main .access .imgBox {
		display: block;
	}
	#main .access .imgBox:not(:last-child) {
		margin-bottom: 2.8rem;
	}
	#main .access .imgBox .txtBox {
		margin-bottom: 1.5rem;
		width: auto;
	}
	#main .access .imgBox .txtBox h3 {
		margin-bottom: 0;
	}
	#main .access .imgBox .txtBox h3 .lTxt {
		margin-right: 0.4rem;
		width: 5.5rem;
		font-size: 1.4rem;
		border-radius: 0.2rem;
	}
	#main .access .imgBox .txtBox h3 .lTxt .large {
		margin-right: 0.3rem;
		font-size: 2rem;
	}
	#main .access .imgBox .txtBox h3 .rTxt {
		margin-bottom: 0.2rem;
		letter-spacing: 0;
		line-height: 1.95;
	}
	#main .access .imgBox .txtBox .infoList li {
		letter-spacing: 0;
	}
	#main .access .imgBox .txtBox .infoList .lTxt {
		margin-right: 0.2rem;
	}
	#main .access .imgBox .mapBox {
		width: auto;
		aspect-ratio: 350/197;
	}
	#main .access .notesBox {
		margin-top: 1.3rem;
		padding: 0.3rem 0.7rem 0.5rem;
	}
	#main .infoBox .btnBox {
		flex-direction: column-reverse;
	}
	#main .infoBox .btnBox .btn {
		margin-bottom: 0;
		width: 100%;
	}
	#main .infoBox .btnBox .btn a {
		margin: 0 auto;
		width: 22.7rem;
		padding: 1.3rem;
		font-size: 1.5rem;
		border-radius: 0.3rem;
	}
	#main .infoBox .btnBox .photo {
		margin: 0 auto 2rem;
		width: 9.5rem;
	}
	#main .linkBox a {	
		background-image: url(../img/link_img01_sp.png);
		background-position: center top -1.5rem;
		background-size: 36rem;
	}
	#main .linkBox .content {
		margin: 0;
		padding: 5.7rem 0 4.6rem;
		background: url(../img/link_img02_sp.png) no-repeat -9.5rem -10rem/22.2rem,url(../img/link_img03_sp.png) no-repeat right -5.5rem top -9.3rem/21.9rem;
	}
	#main .linkBox .midBox {
		max-width: 34rem;
	}
	#main .linkBox .midBox h2 {
		font-size: 2.5rem;
	}
	#main .linkBox .midBox p {
		margin-bottom: 2rem;
		line-height: 1.93;
	}
}