#about .secTitle{
	margin-bottom: 80px;
}
/* 館主挨拶 start*/
.about-greeting{
	background-image: url("../img/about/img_bg.jpg");
	background-size: cover;
	background-position: center;
	border-bottom: solid 2px #B19552;
}
.about-greeting .inner{
	max-width: 1000px;
}
.ag-content .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ag-content .box.image{
	width: 40%;
}
.ag-content .box.text{
	box-sizing: border-box;
	width: 60%;
	background: rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	padding: 35px 40px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), inset 0 0 20px rgba(255, 255, 255, 0.3);
	margin-left: 40px;
}
.ag-content .box.text p:not(:first-child){
	padding-top: 16px;
}
.ag-content .box.text::after {
	content: "";
	display: block;
	width: auto;
	height: 100px;
	background-image: url("../img/about/ribbon.png"); /* TODO_URL */
	background-size: contain;
	background-repeat: no-repeat;
}
/* 館主挨拶 end*/

/* 店舗情報 start*/
.about-infomation{
	border-top: solid 2px #B19552;
	border-bottom: solid 2px #B19552;
	margin-top: 5px;
}
.about-infomation .inner{
	max-width: 1000px;
}
.ai-content .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ai-content .box.detail{
	width: 55%;
}
.ai-content dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 0;
	border-bottom: solid 2px #dedede;
	position: relative;
}
.ai-content dl::before{
	content: "";
	display: block;
	width: 68px;
	height: 2px;
	background-color: #577ca2;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.ai-content dl:first-of-type::before,
.ai-content dl:nth-of-type(2)::before,
.ai-content dl:nth-of-type(4)::before,
.ai-content dl:last-of-type::before{
	width: 50px;
}
.ai-content dl dt{
	font-weight: 600;
	width: 120px;
}
.ai-content-imageList{
	margin-top: 60px;
}
.ai-content-imageList ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ai-content-imageList ul li{
	border: solid 3px #577ca2;
	border-radius: 20px;
	overflow: hidden;
	padding: 5px;
}
.ai-content-imageList ul li img{
	border-radius: 15px;
}
/* 店舗情報 end*/

/* アクセス start*/
.about-access{
	background-image: url("../img/about/img_access_bg.jpg");
	background-size: cover;
	background-position: center;
	border-top: solid 2px #B19552;
	border-bottom: solid 2px #B19552;
	margin-top: 5px;
}
.about-access-map{
	background-color: #fff;
	border: solid 3px #779ac3;
	border-radius: 20px;
	padding: 20px 15px 15px;
	margin-bottom: 70px;
}
.about-access-map div{
	height: 400px;
	margin-top: 20px;
}
.about-access-map p{
	text-align: left;
	line-height: 1;
}
.about-access-map p:first-of-type{
	margin-bottom: 15px;
}
.about-access-map p span{
	font-weight: 600;
	padding-right: 10px;
}
.aa-way{
	padding: 15px 10px 12px;
	border: solid 3px #779ac3;
	border-radius: 20px;
	background-color: #fff;
}
.aa-message{
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	margin: 120px 0;
	position: relative;
}
.aa-message::before{
	content: url("../img/about/img_011.png");
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 728px;
	height: 143px;
}
.aa-way ul{
	display: flex;
	justify-content: center;
}
.aa-way ul li{
	box-sizing: border-box;
	width: 20%;
	padding: 0 10px;
	position: relative;
}
.aa-way ul li:not(:last-child)::before{
	content: url("../img/about/svg_way_arrow.svg");
	position: absolute;
	bottom: 22px;
	right: -12px;
	width: 26px;
}
.aa-way ul li img{
	max-width: unset;
	width: 100%;
}
.aa-way ul li p{
	font-size: 1.4rem;
	padding-top: 15px;
	text-align: center;
}
.aa-way ul li:first-of-type p,
.aa-way ul li:last-of-type p{
	padding-top: 27px;
}
.aa-way ul li:nth-of-type(2) p,
.aa-way ul li:nth-of-type(3) p{
	padding-top: 38px;
}
/* アクセス end*/

/* 新宿館のご案内 start*/
.about-shinjuku{
	text-align: center;
	border-top: solid 2px #B19552;
	margin-top: 5px;
}
.about-shinjuku .inner{
	max-width: 900px;
}
.as-content .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.as-content .box.detail{
	width: 55%;
}
.as-content dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 0;
	border-bottom: solid 2px #dedede;
	position: relative;
	text-align: left;
}
.as-content dl::before{
	content: "";
	display: block;
	width: 68px;
	height: 2px;
	background-color: #577ca2;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.as-content dl:first-of-type::before,
.as-content dl:nth-of-type(2)::before{
	width: 50px;
}
.as-content dl dt{
	font-weight: 600;
	width: 120px;
}
.as-content .box.image{
	border: solid 3px #577ca2;
	padding: 5px;
	border-radius: 20px;
}
.as-content .box.image img{
	border-radius: 15px;
}
.about-shinjuku .btn-01{
	margin-top: 100px;
}
/* 新宿館のご案内 end*/

/* 占い師募集 start*/
.about-recruit{
	background-color: #f4f9fc;
}
.about-recruit .inner{
	box-sizing: border-box;
	width: 60%;
	max-width: 1500px;
	min-width: 1140px;
	padding: 70px 70px 70px 120px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
/*.about-recruit .inner::before{
content: url("../img/about/img_13.png");
width: 53px;
height: 347px;
position: absolute;
top: 50%;
left: 30px;
transform: translateY(-50%);
}*/
.about-recruit h2{
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
}
.about-recruit .text{
	line-height: 2;
	margin-top: 40px;
}
.about-recruit .btn-01{
	margin-top: 40px;
}
.about-recruit img {
	border: 3px solid #76241f;
	border-radius: 20px;
}
/* 占い師募集 end*/


@media screen and (max-width:767px){


	#about .secTitle{
		margin-bottom: 50px;
	}
	/* 館主挨拶 start*/
	.about-greeting{
		background-image: url("../img/about/img_bg_sp.jpg");
		background-size: cover;
		background-position: center;
		border-bottom: solid 2px #B19552;
	}
	.about-greeting .inner{
		max-width: 100%;
	}
	.ag-content .wrapper{
		display: block;
		justify-content: space-between;
		align-items: center;
	}
	.ag-content .box.image{
		width: 100%;
		margin-bottom: 30px;
	}
	.ag-content .box.text{
		box-sizing: border-box;
		width: 100%;
		padding: 20px;
		margin-left: 0;
	}
	.ag-content .box.text p:not(:first-child){
		padding-top: 16px;
	}
	/* 館主挨拶 end*/

	/* 店舗情報 start*/
	.section.about-infomation{
		padding: 50px 0 30px;
	}
	.about-infomation{
		border-top: solid 2px #B19552;
		border-bottom: solid 2px #B19552;
		margin-top: 5px;
	}
	.about-infomation .inner{
		max-width: 100%;
	}
	.ai-content .wrapper{
		display: block;
		justify-content: space-between;
		align-items: flex-start;
	}
	.ai-content .box.detail{
		width: 100%;
	}
	.ai-content dl{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 15px 0 12px;
		border-bottom: solid 2px #dedede;
		position: relative;
	}
	.ai-content dl:first-of-type{
		padding-top: 0;
	}
	.ai-content dl::before{
		content: "";
		display: block;
		width: 60px;
		height: 2px;
		background-color: #577ca2;
		position: absolute;
		bottom: -2px;
		left: 0;
	}
	.ai-content dl:first-of-type::before,
	.ai-content dl:nth-of-type(2)::before,
	.ai-content dl:nth-of-type(4)::before,
	.ai-content dl:last-of-type::before{
		width: 45px;
	}
	.ai-content dl dt{
		font-weight: 600;
		width: 80px;
	}
	.ai-content dl dd{
		width: calc(100% - 80px);
	}
	.ai-content-imageList{
		margin-top: 30px;
		display: flex;
		align-items: center;
	}
	.ai-content-imageList ul{
		display: block;
		width: 50%;
		justify-content: space-between;
		align-items: center;
	}
	.ai-content-imageList ul li{
		box-sizing: border-box;
		width: 100%;
		border: solid 2px #577ca2;
		border-radius: 10px;
		overflow: hidden;
		padding: 3px;
		margin-bottom: 10px;
	}
	.ai-content-imageList ul li img{
		border-radius: 10px;
	}
	.ai-content-imageList .image{
		width: 50%;
		position: relative;
		right: -10px;
	}
	/* 店舗情報 end*/

	/* アクセス start*/
	.about-access{
		background-image: url("../img/about/img_access_bg.jpg");
		background-size: cover;
		background-position: center;
		border-top: solid 2px #B19552;
		border-bottom: solid 2px #B19552;
		margin-top: 5px;
	}
	.about-access-map{
		background-color: #fff;
		border: solid 3px #779ac3;
		border-radius: 20px;
		padding: 15px 10px 10px;
		margin-bottom: 20px;
	}
	.about-access-map div{
		height: 400px;
		margin-top: 15px;
	}
	.about-access-map p{
		text-align: left;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.about-access-map p:first-of-type{
		margin-bottom: 15px;
	}
	.about-access-map p span{
		font-weight: 600;
		padding-right: 10px;
		display: block;
		margin-bottom: 3px;
	}
	.aa-way{
		padding: 10px 0 15px;
		border: solid 3px #779ac3;
		border-radius: 20px;
		background-color: #fff;
		margin-top: 30px;
	}
	.aa-message{
		font-size: 1.5rem;
		font-weight: 600;
		text-align: center;
		margin: 60px 0;
		position: relative;
		line-height: 2;
	}
	.aa-message::before{
		content: url("../img/about/img_011_sp.png");
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 335px;
		height: 149px;
	}
	.aa-way ul{
		display: block;
		justify-content: center;
	}
	.aa-way ul li{
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
		position: relative;
		margin-bottom: 65px;
	}
	.aa-way ul li:last-of-type{
		margin-bottom: 0;
	}
	.aa-way ul li:not(:last-child)::before{
		content: url("../img/about/svg_way_arrow_sp.svg");
		position: absolute;
		bottom: -50px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: 14px;
	}
	.aa-way ul li img{
		max-width: unset;
		width: 100%;
	}
	.aa-way ul li p{
		font-size: 1.4rem;
		padding-top: 15px;
		text-align: center;
	}
	.aa-way ul li:first-of-type p,
	.aa-way ul li:last-of-type p{
		padding-top: 17px;
	}
	.aa-way ul li:nth-of-type(2) p,
	.aa-way ul li:nth-of-type(3) p{
		padding-top: 17px;
	}
	/* アクセス end*/

	/* 新宿館のご案内 start*/
	.about-shinjuku{
		text-align: center;
		border-top: solid 2px #B19552;
		margin-top: 5px;
	}
	.about-shinjuku .inner{
		max-width: 100%;
	}
	.as-content .wrapper{
		display: block;
		justify-content: space-between;
		align-items: flex-start;
	}
	.as-content .box.detail{
		width: 100%;
	}
	.as-content dl{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 15px 0 12px;
		border-bottom: solid 2px #dedede;
		position: relative;
		text-align: left;
	}
	.as-content dl:first-of-type{
		padding-top: 0;
	}
	.as-content dl::before{
		content: "";
		display: block;
		width: 60px;
		height: 2px;
		background-color: #577ca2;
		position: absolute;
		bottom: -2px;
		left: 0;
	}
	.as-content dl:first-of-type::before,
	.as-content dl:nth-of-type(2)::before{
		width: 45px;
	}
	.as-content dl dt{
		font-weight: 600;
		width: 80px;
	}
	.as-content dl dd{
		width: calc(100% - 80px);
	}
	.as-content .box.image{
		border: solid 3px #577ca2;
		padding: 5px;
		border-radius: 20px;
		margin-top: 30px;
	}
	.as-content .box.image img{
		border-radius: 15px;
	}
	.about-shinjuku .btn-01{
		margin-top: 50px;
	}
	/* 新宿館のご案内 end*/

	/* 占い師募集 start*/
	.about-recruit{
		background-color: #f4f9fc;
		padding: 50px 20px;
	}
	.about-recruit .inner{
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: 0;
		position: relative;
		text-align: center;
	}
	/*.about-recruit .inner::before{
	content: "";
	width: 90%;
	height: 50px;
	background-image: url("../img/about/img_13_sp.png");
	background-size: contain;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateY(none);
	transform: translateX(-50%);
}*/
	.about-recruit h2{
		font-size: 2.2rem;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1;
	}
	.about-recruit .text{
		font-weight: 600;
		line-height: 2;
		margin-top: 20px;
	}
	.about-recruit .btn-01{
		margin-top: 20px;
	}
	/* 占い師募集 end*/



}
