@charset "utf-8";
/*------------------------------------------------------------
	place
------------------------------------------------------------*/
#main .comTopTxt {
	margin-bottom: 7.3rem;
}
#main .bgBox {
	padding: 6.6rem 0 10rem;
	background: #02072D url(../img/ourculture/place/bg01.jpg) no-repeat center top / 100%;
}
#main .bgBox .mapBox {
	margin: 0 auto 5.6rem;
	max-width: 126.6rem;
	position: relative;
}
#main .bgBox .mapBox .map {
	margin-left: auto;
	width: 105.6rem;
}
#main .bgBox .mapBox .innBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 105.6rem;
	height: 100%;
	z-index: 5;
}
#main .bgBox .mapBox .area {
	position: absolute;
}
#main .bgBox .mapBox .area a {
	display: block;
}
#main .bgBox .mapBox .area::before {
	position: absolute;
	bottom: -6.2rem;
	right: -19.5rem;
	width: 23.1rem;
	height: 8.1rem;
	background: url(../img/ourculture/place/map_line01.png) no-repeat left top / 100%;
	content: '';
}
#main .bgBox .mapBox .area.area01 {
	bottom: 38.4rem;
	left: -3rem;
}
#main .bgBox .mapBox .area.area02 {
	bottom: 45.4rem;
	left: 16.7rem;
}
#main .bgBox .mapBox .area.area02::before {
	right: -4.7rem;
	bottom: -11.6rem;
	width: 8.2rem;
	height: 13.5rem;
	background-image: url(../img/ourculture/place/map_line02.png);
}
#main .bgBox .mapBox .area.area03 {
	bottom: 2.9rem;
	left: 43.2rem;
}
#main .bgBox .mapBox .area.area03::before {
	left: -6.2rem;
	top: -9.4rem;
	width: 13.9rem;
	height: 10rem;
	background-image: url(../img/ourculture/place/map_line03.png);
}
#main .bgBox .mapBox .area.area04 {
	top: 32rem;
	right: 54.9rem;
}
#main .bgBox .mapBox .area.area04::before {
	margin-left: -0.9rem;
	left: 50%;
	bottom: -20rem;
	width: 2.1rem;
	height: 20.1rem;
	background-image: url(../img/ourculture/place/map_line04.png);
}
#main .bgBox .mapBox .area.area05 {
	right: 21.2rem;
	bottom: 38.4rem;
}
#main .bgBox .mapBox .area.area05::before {
	left: -10.4rem;
	bottom: 0.5rem;
	width: 11.5rem;
	height: 2.1rem;
	background-image: url(../img/ourculture/place/map_line05.png);
}
#main .bgBox .mapBox .area .photo {
	position: relative;
	width: 15rem;
	border-radius: 50%;
	overflow: hidden;
}
#main .bgBox .mapBox .area .photo img {
	transition: 0.3s;
}
#main .bgBox .mapBox .area .photo::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0.6rem solid #FFF;
	border-radius: 50%;
	content: '';
	box-sizing: border-box;
	z-index: 5;
}
#main .bgBox .mapBox .area .en {
	margin: -2rem auto 0;
	padding: 0.6rem 1.5rem 0.3rem;
	width: fit-content;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	font-family: "Hanken Grotesk", sans-serif;
	background: #7556F0;
	position: relative;
	z-index: 6
}
#main .bgBox .mapBox .area .en.spec {
	margin: 0 auto -2rem;
}
#main .inner .tabLinkList {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#main .inner .tabLinkList li {
	width: calc((100% - 4rem) / 5);
}
#main .inner .tabLinkList li a {
	padding-top: 0.2rem;
	min-height: 7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	border-radius: 1rem 1rem 0 0;
}
#main .inner .tabLinkList li.on a {
	color: #000;
	background: #FFF;
}
#main .inner .tabLinkList li a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0.5rem;
	border: 0.2rem solid #FFF;
	border-radius: 1rem 1rem 0 0;
	border-bottom: none;
	content: '';
	box-sizing: border-box;
}
#main .inner .subInner {
	margin: 0 auto;
	padding-bottom: 10rem;
	width: 120rem;
	background: #FFF;
	border-radius: 3rem;
	overflow: hidden;
}
#main .inner .subInner .titleBox {
	padding: 0 0 3.9rem;
	aspect-ratio: 240 / 52;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: url(../img/ourculture/place/photo01.jpg) no-repeat center center / cover;
	box-sizing: border-box;
}
#main .inner .subInner .titleBox .title {
	margin: 0 auto;
	padding: 0.5rem 1rem 0.6rem;
	width: fit-content;
	font-size: 2.8rem;
	font-weight: 700;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#main .inner .subInner .titleBox .title .sml {
	font-size: 2.2rem;
}
#main .inner .subInner .linkList {
	margin: -5rem 0 6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}
#main .inner .subInner .linkList li {
	width: 23.5rem;
}
#main .inner .subInner .linkList li a {
	padding: 1.2rem 0.5rem;
	min-height: 10rem;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	background: #7556F0;
	box-sizing: border-box;
}
#main .inner .subInner .linkList li:last-child a {
	background: #92D213;
}
#main .inner .subInner .linkList li a::before {
	margin-left: -0.6rem;
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	width: 1.1rem;
	height: 1.5rem;
	background: url(../img/common/icon23.png) no-repeat left top / 100%;
	content: '';
	transition: 0.3s;
}
#main .inner .subInner .linkList li a .sml {
	margin-bottom: -0.4rem;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	font-family: "Hanken Grotesk", sans-serif;
}
@media all and (min-width: 897px) {
	#main .inner .tabLinkList li a:hover {
		color: #000;
		background: #FFF;
	}
	#main .bgBox .mapBox .area a:hover .photo img {
		transform: scale(1.1);
	}
	#main .inner .subInner .linkList li a:hover::before {
		transform: translateY(1rem);
	}
}
#main .inner .subInner .accessBox {
	margin-bottom: 7.2rem;
}
#main .inner .subInner .accessBox h3 {
	margin-bottom: 4rem;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
}
#main .inner .subInner .accessBox h3 .tag {
	margin: 0 auto 0.8rem;
	padding: 0.7rem 2rem 0.8rem;
	width: fit-content;
	display: block;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Hanken Grotesk", sans-serif;
	background: #7556F0;
}
#main .inner .subInner .accessBox h3 .sml {
	margin: 1.3rem 0 4.5rem;
	padding-top: 1rem;
	display: block;
	font-size: 2.4rem;
	position: relative;
}
#main .inner .subInner .accessBox h3 .sml::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 3rem;
	height: 1px;
	background-color: #000;
	content: '';
}
#main .inner .subInner .accessBox .photo {
	margin: 0 auto 5rem;
	width: 55.6rem;
}
#main .inner .subInner .accessBox .photo.style01 {
	width: 75rem;
}
#main .inner .subInner .accessBox .textBox {
	margin-bottom: 5.5rem;
}
#main .inner .subInner .accessBox .textBox .tag {
	margin-bottom: 2.1rem;
	padding: 0.9rem 2rem;
	width: fit-content;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	border-radius: 10rem;
	background: #000;
}
#main .inner .subInner .accessBox .textBox .text {
	line-height: 2;
	text-align: justify;
}
#main .inner .subInner .accessArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .inner .subInner .accessArea .lBox {
	padding-top: 0.1rem;
	width: calc(100% - 65rem);
	overflow: hidden;
}
#main .inner .subInner .accessArea .lBox .ttl {
	margin-bottom: 1.5rem;
	position: relative;
	width: fit-content;
	color: #7556F0;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .inner .subInner .accessArea .lBox .ttl::before {
	position: absolute;
	top: 50%;
	left: calc(100% + 2rem);
	width: 9999px;
	height: 1px;
	border-top: 1px dashed #000;
	content: '';
}
#main .inner .subInner .accessArea .lBox .txt {
	margin-bottom: 2.7rem;
	font-weight: 700;
}
#main .inner .subInner .accessArea .lBox .txtUl li {
	margin-bottom: 1rem;
	padding-left: 2.1rem;
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: justify;
}
#main .inner .subInner .accessArea .lBox .txtUl li::before {
	position: absolute;
	top: 1rem;
	left: 0.9rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: #000;
	content: '';
}
#main .inner .subInner .accessArea .rBox {
	width: 58rem;
	aspect-ratio: 58 / 31;
}
#main .inner .subInner .accessArea .rBox iframe {
	width: 100%;
	height: 100%;
}
#main .inner .subInner .photoArea {
	margin-bottom: 13.2rem;
}
#main .inner .subInner .photoArea.mb01 {
	margin-bottom: 8rem;
}
#main .inner .subInner .photoArea h4 {
	margin: 0 auto 1.4rem;
	padding: 1rem 0 1rem 7.5rem;
	width: fit-content;
	background: url(../img/ourculture/place/img01.png) no-repeat left top 0.3rem / 5.9rem;
}
#main .inner .subInner .photoArea h4 .en {
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	background-image: linear-gradient(to right,#A2DB00 0%, #007EC0 50%,#7556F0 100%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .inner .subInner .photoArea .photoList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3.8rem 4rem;
}
#main .inner .subInner .photoArea .photoList li {
	width: calc((100% - 4rem) / 2);
}
#main .inner .subInner .photoArea .photoList li .pho {
	margin-bottom: 1.3rem;
}
#main .inner .subInner .photoArea .photoList li .txt {
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}
#main .inner .subInner .textInner {
	padding: 0.5rem 0 5.9rem;
	position: relative;
	border: 1px dashed #000;
	border-radius: 3rem;
}
#main .inner .subInner .textInner .subArea {
	margin: 0 auto 6rem;
	width: 84rem;
}
#main .inner .subInner .textInner .subArea.mb01 {
	margin-bottom: 5.3rem;
}
#main .inner .subInner .textInner .subArea.mb02 {
	margin-bottom: 4.9rem;
}
#main .inner .subInner .textInner .subArea:last-child {
	margin-bottom: 0;
}
#main .inner .subInner .textInner .topImg {
	margin: -5.2rem auto 4.6rem;
	padding: 0 4.3rem;
	width: 31.1rem;
	background: #FFF;
	box-sizing: content-box;
}
#main .inner .subInner .textInner .topTitle {
	margin: 0 auto 2.5rem;
	width: fit-content;
	font-size: 2.8rem;
	font-weight: 700;
	background-image: linear-gradient(to right,#A2DB00 0%, #007EC0 50%,#7556F0 100%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .inner .subInner .textInner .topTitle.mb01 {
	margin-bottom: 5.1rem;
}
#main .inner .subInner .textInner .text {
	line-height: 2;
	text-align: justify;
}
#main .inner .subInner .textInner .text.mb01 {
	margin-bottom: 3.3rem;
}
#main .inner .subInner .textInner .title {
	margin-bottom: 4.1rem;
	text-align: center;
}
#main .inner .subInner .textInner .title.mb01 {
	margin-bottom: 3.1rem;
}
#main .inner .subInner .textInner .title .pic {
	margin: 0 auto 0.3rem;
	display: block;
	width: fit-content;
}
#main .inner .subInner .textInner .title .txt {
	font-size: 2.2rem;
	font-weight: 700;
	text-decoration: underline;
}
#main .inner .subInner .textInner .photoUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .inner .subInner .textInner .photoUl li {
	width: calc((100% - 4rem) / 2);
}
#main .inner .subInner .textInner .photoUl li .pho {
	margin-bottom: 1.5rem;
}
#main .inner .subInner .textInner .photoUl li .ttl {
	margin: -0.6rem 0 0.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
}
#main .inner .subInner .textInner .photoUl li .txt {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: justify;
}
#main .inner .subInner .textInner .bigText {
	margin-bottom: 3.7rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: justify;
	line-height: 2;
}
#main .inner .subInner .textInner .bigText.mb01 {
	margin-bottom: 3.2rem;
}
#main .inner .subInner .textInner .bigText.mb02 {
	margin-bottom: 2.3rem;
}
#main .inner .subInner .textInner .comLink02 {
	margin-bottom: 2rem;
}
#main .inner .subInner .textInner .comLink02.mb01 {
	margin-bottom: 5.9rem;
}
#main .inner .subInner .textInner .comLink02 a {
	padding: 0.5rem 5.9rem 0.5rem 1.9rem;
	min-height: 4rem;
	color: #000;
	font-size: 1.3rem;
	background-color: #FFF;
}
#main .inner .subInner .textInner .comLink02 a::after {
	right: 2.9rem;
	background-image: url(../img/common/icon22_over.png);
}
@media all and (min-width: 897px) {
	#main .inner .subInner .textInner .comLink02 a:hover {
		color: #FFF;
		background: #000;
	}
	#main .inner .subInner .textInner .comLink02 a:hover::after {
		background-image: url(../img/common/icon22.png);
	}
}
#main .inner .subInner .tabBox.tab02 .titleBox {
	background-image: url(../img/ourculture/place/photo09.jpg);
}
#main .inner .subInner .tabBox.tab03 .titleBox {
	background-image: url(../img/ourculture/place/photo17.jpg);
}
#main .inner .subInner .tabBox.tab04 .titleBox {
	background-image: url(../img/ourculture/place/photo25.jpg);
}
#main .inner .subInner .tabBox.tab05 .titleBox {
	background-image: url(../img/ourculture/place/photo31.jpg);
}
#main .inner .subInner .textInner .phoArea {
	margin: 3.1rem 0 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .inner .subInner .textInner .phoArea .txtBox {
	width: calc(100% - 41rem);
}
#main .inner .subInner .textInner .phoArea .txtBox .ttl {
	margin-bottom: 0.9rem;
	color: #7556F0;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .inner .subInner .textInner .phoArea .txtBox .txt {
	line-height: 2;
	text-align: justify;
}
#main .inner .subInner .textInner .phoArea .phoBox {
	padding-top: 0.5rem;
	width: 35rem;
}
#main .inner .subInner .textInner .phoArea .phoBox .sml {
	margin-top: 1.6rem;
	font-size: 1.4rem;
}
@media all and (max-width: 896px) {
	#main .comTopTxt {
		margin-bottom: 5rem;
	}
	#main .bgBox {
		padding: 5rem 0;
		background-image: url(../img/ourculture/place/bg01_sp.jpg);
	}
	#main .bgBox .mapBox {
		margin: 0 auto 4.9rem;
		max-width: inherit;
	}
	#main .bgBox .mapBox .map {
		margin: 0 0 0 12.8vw;
		width: auto;
	}
	#main .bgBox .mapBox .map img {
		width: 100%;
	}
	#main .bgBox .mapBox .innBox {
		left: 12.8vw;
		right: 0;
		width: auto;
	}
	#main .bgBox .mapBox .area {
		z-index: 10;
	}
	#main .bgBox .mapBox .area::before {
		bottom: -10vw;
		right: -18vw;
		width: 21.5vw;
		height: 12vw;
	}
	#main .bgBox .mapBox .area.area01 {
		bottom: 35.5vw;
		left: -2.5vw;
	}
	#main .bgBox .mapBox .area.area02 {
		bottom: 41.8vw;
		left: 15.6vw;
	}
	#main .bgBox .mapBox .area.area02::before {
		right: -4.3vw;
		bottom: -11vw;
		width: 7.5vw;
		height: 13vw;
	}
	#main .bgBox .mapBox .area.area03 {
		bottom: 2.8vw;
		left: 40vw;
	}
	#main .bgBox .mapBox .area.area03::before {
		left: -5.7vw;
		top: -8.5vw;
		width: 12.9vw;
		height: 11vw;
	}
	#main .bgBox .mapBox .area.area04 {
		top: 29.6vw;
		right: 40.2vw;
	}
	#main .bgBox .mapBox .area.area04::before {
		margin-left: -0.8vw;
		bottom: -20vw;
		width: 1.95vw;
		height: 20vw;
	}
	#main .bgBox .mapBox .area.area05 {
		right: 9.3vw;
		bottom: 35.5vw;
	}
	#main .bgBox .mapBox .area.area05::before {
		left: -9.6vw;
		bottom: -2.6vw;
		width: 10.5vw;
		height: 5vw;
	}
	#main .bgBox .mapBox .area .photo {
		width: 13.8vw;
		aspect-ratio: 1 / 1;
	}
	#main .bgBox .mapBox .area .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .bgBox .mapBox .area .photo::before {
		border: 0.7vw solid #FFF;
	}
	#main .bgBox .mapBox .area .en {
		margin: -1.8vw auto 0;
		padding: 0.3rem 0.6rem 0.1rem;
		width: fit-content;
		font-size: 1.4vw;
		font-weight: 400;
	}
	#main .bgBox .mapBox .area .en.spec {
		margin: 0 auto -1.8vw;
	}
	#main .inner .tabLinkList {
		gap: 1.1rem;
	}
	#main .inner .tabLinkList li {
		width: calc((100% - 4.4rem) / 5);
	}
	#main .inner .tabLinkList li a {
		padding: 0 2rem 0.6rem;
		font-size: 1.6rem;
		line-height: 1;
	}
	#main .inner .subInner {
		margin: 0 2rem;
		padding-bottom: 5rem;
		width: auto;
		border-radius: 0 0 3rem 3rem;
	}
	#main .inner .subInner .titleBox {
		padding: 4.3rem 2rem 0;
		aspect-ratio: 35 / 20;
		display: block;
		text-align: center;
		line-height: 1;
	}
	#main .inner .subInner .titleBox .title {
		padding: 1.2rem 1rem 1.3rem;
	}
	#main .inner .subInner .linkList {
		margin: -6rem 0 5rem;
		gap: 1rem;
	}
	#main .inner .subInner .linkList li {
		width: 7.5rem;
	}
	#main .inner .subInner .linkList li a {
		padding: 1rem 0.4rem 4rem;
		min-height: 16.9rem;
		height: 100%;
		font-size: 1.4rem;
		line-height: 1;
		box-sizing: border-box;
	}
	#main .inner .subInner .linkList li a::before {
		bottom: 2rem;
	}
	#main .inner .subInner .linkList li a .sml {
		margin-bottom: 0.5rem;
		min-height: 2.6rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		font-size: 1rem;
		line-height: 1.3;
	}
	#main .inner .subInner .linkList li a .txt {
		margin: 0 auto;
		width: fit-content;
		display: block;
		-webkit-writing-mode : tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	#main .inner .subInner .accessBox {
		margin-bottom: 4.2rem;
	}
	#main .inner .subInner .accessBox h3 {
		margin: 0 -1.5rem 2.3rem;
		font-size: 3rem;
	}
	#main .inner .subInner .accessBox h3 .tag {
		margin: 0 auto 0.2rem;
		padding: 1.2rem 1rem 0.9rem;
		font-size: 1.6rem;
	}
	#main .inner .subInner .accessBox h3 .sml {
		margin: 1.3rem 0 3rem;
		padding-top: 0.6rem;
		font-size:1.8rem;
	}
	#main .inner .subInner .accessBox .photo {
		margin: 0 auto 3rem;
		width: auto !important;
	}
	#main .inner .subInner .accessBox .photo img {
		width: 100%;
	}
	#main .inner .subInner .accessBox .textBox {
		margin-bottom: 3rem;
	}
	#main .inner .subInner .accessBox .textBox .tag {
		margin-bottom: 1rem;
		padding: 0.4rem 1rem 0.6rem;
		font-size: 1.6rem;
	}
	#main .inner .subInner .accessArea {
		display: block;
	}
	#main .inner .subInner .accessArea .lBox {
		padding-top: 0;
		width: auto;
	}
	#main .inner .subInner .accessArea .lBox .ttl {
		margin-bottom: 2.1rem;
		font-size: 1.6rem;
	}
	#main .inner .subInner .accessArea .lBox .ttl::before {
		left: calc(100% + 1.1rem);
	}
	#main .inner .subInner .accessArea .lBox .txt {
		margin-bottom: 2rem;
	}
	#main .inner .subInner .accessArea .lBox .txtUl {
		margin-bottom: 2rem;
	}
	#main .inner .subInner .accessArea .lBox .txtUl li {
		margin-bottom: 1rem;
		padding-left: 1.8rem;
		font-size: 1.2rem;
	}
	#main .inner .subInner .accessArea .lBox .txtUl li::before {
		top: 0.9rem;
		left: 0.8rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	#main .inner .subInner .accessArea .rBox {
		width: auto;
		aspect-ratio: 310 / 166;
	}
	#main .inner .subInner .photoArea {
		margin-bottom: 9.6rem;
	}
	#main .inner .subInner .photoArea.mb01 {
		margin-bottom: 6rem;
	}
	#main .inner .subInner .photoArea h4 {
		margin: 0 auto 0.3rem;
		padding-left: 4.8rem;
		width: fit-content;
		background: url(../img/ourculture/place/img01.png) no-repeat left top 0.3rem / 4rem;
	}
	#main .inner .subInner .photoArea h4 .en {
		font-size: 2.6rem;
	}
	#main .inner .subInner .photoArea .photoList {
		display: block;
	}
	#main .inner .subInner .photoArea .photoList li {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .inner .subInner .photoArea .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .inner .subInner .photoArea .photoList li .pho {
		margin-bottom: 1rem;
	}
	#main .inner .subInner .photoArea .photoList li .pho img {
		width: 100%;
	}
	#main .inner .subInner .textInner {
		padding: 0.5rem 0 2.9rem;
	}
	#main .inner .subInner .textInner .subArea {
		margin: 0 1.9rem 3rem;
		width: auto;
	}
	#main .inner .subInner .textInner .subArea.mb01 {
		margin-bottom: 3rem;
	}
	#main .inner .subInner .textInner .subArea.mb02 {
		margin-bottom: 3rem;
	}
	#main .inner .subInner .textInner .topImg {
		margin: -4.2rem auto 3.4rem;
		padding: 0 1rem;
		width: 23rem;
	}
	#main .inner .subInner .textInner .topTitle {
		margin: 0 auto 1.5rem;
		font-size: 2.2rem;
	}
	#main .inner .subInner .textInner .title {
		margin-bottom: 1.9rem;
	}
	#main .inner .subInner .textInner .title.mb01 {
		margin-bottom: 1.9rem;
	}
	#main .inner .subInner .textInner .title .pic {
		margin: 0 auto 0.3rem;
		width: 3.1rem;
	}
	#main .inner .subInner .textInner .title .pic.style01 {
		margin-bottom: 0;
		width: 3rem;
	}
	#main .inner .subInner .textInner .title .txt {
		font-size: 1.8rem;
}
	#main .inner .subInner .textInner .photoUl {
		display: block;
	}
	#main .inner .subInner .textInner .photoUl li {
		margin-bottom: 3.1rem;
		width: auto;
	}
	#main .inner .subInner .textInner .photoUl li:last-child {
		margin-bottom: 0;
	}
	#main .inner .subInner .textInner .photoUl li .pho {
		margin-bottom: 1rem;
	}
	#main .inner .subInner .textInner .photoUl li .pho img {
		width: 100%;
	}
	#main .inner .subInner .textInner .photoUl li .ttl {
		margin: -0.3rem 0 0.6rem;
		font-size: 1.6rem;
	}
	#main .inner .subInner .textInner .photoUl li .txt {
		font-size: 1.2rem;
	}
	#main .inner .subInner .textInner .bigText {
		margin-bottom: 2.1rem;
		font-size: 1.6rem;
	}
	#main .inner .subInner .textInner .comLink02.mb01 {
		margin-bottom: 3rem;
	}
	#main .inner .subInner .textInner .comLink02.mb0 {
		margin-bottom: 0;
	}
	#main .inner .subInner .textInner .comLink02 a {
		padding: 1.1rem 4.2rem 1.1rem 1.9rem;
		font-weight: 500;
		line-height: 1.25;
	}
	#main .inner .subInner .textInner .comLink02 a::after {
		right: 1.9rem;
		background-image: url(../img/common/icon22_over.png);
	}
	#main .inner .subInner .textInner .phoArea {
		margin: 3rem 0;
		display: block;
	}
	#main .inner .subInner .textInner .phoArea .txtBox {
		width: auto;
	}
	#main .inner .subInner .textInner .phoArea .txtBox .ttl {
		font-size: 1.6rem;
	}
	#main .inner .subInner .textInner .phoArea .phoBox {
		padding-top: 1.5rem;
		width: auto;
	}
	#main .inner .subInner .textInner .phoArea .phoBox img {
		width: 100%;
	}
	#main .inner .subInner .textInner .phoArea .phoBox .sml {
		margin-top: 1rem;
		font-size: 1.2rem;
	}
}