

.page_fv{
	position: relative;
}

.page_fv_img img{
	width: 100%;
}

.page_fv_copy{
	font-family: 'NotoserifM';
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 3.8rem;
	width: min(1230px, 100%);
	padding: 0 15px;
}

@media(max-width:820px) {
	.page_fv_copy{
		font-size: 2rem;
	}
}

.page_fv_copy span{
	display: block;
	font-size: 1.4rem;
}

@media(max-width:820px) {
	.page_fv_copy span{
		font-size: 1rem;
	}
}

.page_nav_housing{
	margin-top: -35px;
}

@media(max-width:820px) {
	.page_nav_housing{
		margin-top: -15px;
	}
}

.page_nav_housing_img{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.page_nav_housing_img::before {
	content: "";
	display: block;
	padding-top: 65%;
}

.page_nav_housing_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}



.page_nav_housing_wrapper > div{
	width: 23%;
	background-color: #fff;
	padding-bottom: 15px;
}

.page_nav_housing_wrapper > div a{
	color: var(--font-color);
	text-decoration: none;
}

@media(max-width:599px) {
	.page_nav_housing_wrapper > div{
/*		height: 100px;*/
		width: 48%;
		margin-bottom: 10px;
	}
	
/*
	.page_nav_housing_wrapper > div a{
		display: flex;
		justify-content: space-between;
	}
*/
}




/* ////////////////////////////////////////////////////////////
251027 TAM追加
/////////////////////////////////////////////////////////////*/

.wedding-page .page_nav_housing_wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
}

@media(max-width:960px) {
	.wedding-page .page_nav_housing_wrapper {
/*		flex-direction: column;*/
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 10px;
	}
}

@media(max-width:599px) {
	.wedding-page .page_nav_housing_wrapper {
/*		flex-direction: column;*/
		flex-wrap: wrap;
	}
}



.wedding-page .page_nav_housing_wrapper > div {
	width: 19%;
	background-color: #fff;
	padding-bottom: 15px;
}

@media(max-width:960px) {
	.wedding-page .page_nav_housing_wrapper > div {
/*		height: 100px;*/
		width: calc(33% - 5px);
		margin-bottom: 10px;
	}
}

@media(max-width:599px) {
	.wedding-page .page_nav_housing_wrapper > div {
/*		height: 100px;*/
		width: 48%;
		margin-bottom: 10px;
	}
}




.wedding-page .page_nav_housing_wrapper > div a {
	color: var(--font-color);
	text-decoration: none;
}

@media(max-width:599px) {
	.wedding-page .page_nav_housing_wrapper > div a {

	}
}


.wedding-page .page_nav_copy {
	width: min(165px, 100%);
	margin: 0 auto;
	text-align: center;
	font-size: 1.3rem;
/*	letter-spacing: 0.3em;*/
	letter-spacing: 0.17em;
	line-height: 1.5;
	border-bottom: 1px solid #d9d9d9;
	padding: 0.5em 0;
}

@media(max-width:820px) {
	.wedding-page .page_nav_copy {
		font-size: 1.2rem;
	}
}


/* ▲▲ 251027 TAM追加 ここまで ▲▲ */





 
@media(min-width:821px) {
	.page_nav_housing_wrapper > div a:hover .page_nav_housing_img img{
		transform: scale(1.05);
		transition: .5s;
	}
}

.page_nav_copy{
	width: min(165px, 100%);
	margin: 0 auto;
	text-align: center;
/*	letter-spacing: 0.3em;*/
	letter-spacing: 0.17em;
    line-height: 1.5;
	border-bottom: 1px solid #d9d9d9;
	padding: 0.5em 0;
}

@media(max-width:820px) {
	.page_nav_copy{
		font-size: 1.2rem;
	}
}

.page_nav_logo{
	width: min(170px, 90%);
	margin: 0 auto;
}

.page_nav_logo img{
/*	margin: 0 auto;*/
}

.page_nav_housing_wrapper{
	display: flex;
	justify-content: space-between;
	position: relative;
}

@media(max-width:599px) {
	.page_nav_housing_wrapper{
/*		flex-direction: column;*/
		flex-wrap: wrap;
	}
}

.page_nav_housing_wrapper > div::after {
	content: '';
    display: block;
	margin: 0 auto;
    width: 10px;
    height: 10px;
/*    margin: 0 10px;*/
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
    transform: rotate(45deg);
	transition: .5s;
}

@media(min-width:821px) {
	.page_nav_housing_wrapper > div:hover::after{
		transform: rotate(45deg) translate(5px,5px);
		transition: .5s;
	}
}

.page_nav_title{
	text-align: center;
	font-family: 'poppins';
	font-weight: normal;
	font-size: 2.2rem;
	line-height: 1.5;
	padding: 36px 0 30px;
}

.page_nav_title span{
	display: block;
	font-family: 'Notosans';
	font-weight: normal;
	font-size: 1rem;
}





.bland_wrapper > ul{
	list-style: none;
}

.bland_wrapper > ul li{
	background-color: #fff;
	padding: 60px 40px 35px;
	margin-bottom: 70px;
}

@media(max-width:599px) {
	.bland_wrapper > ul li{
	padding: 30px 20px 35px;
	}
}

.bland_wrapper > ul li:last-of-type{
	margin-bottom: 0;
}

.bland_wrapper > ul li h3,
.story_title{
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.3em;
	margin-bottom: 2.5em;
	font-size: 2rem;
	line-height: 1.6;
}

@media(max-width:820px) {
	.bland_wrapper > ul li h3,
	.story_title{
		font-size: 1.6rem;
	}
}

.bland_intro{
	display: flex;
/*	gap: 50px;*/
	gap: 45px;
	margin-bottom: 30px;
}

@media(max-width:820px) {
	.bland_intro{
		gap: 25px;
	}
}

@media(max-width:599px) {
	.bland_intro{
		flex-direction: column;
		gap: 20px;
	}
}

.bland_intro_img{
	position: relative;
/*	width: min(480px, 48%);*/
	width: min(480px, 64%);
	overflow: hidden;
}

@media(max-width:599px) {
	.bland_intro_img{
		width: 100%;
	}
}

.bland_intro_img::before {
	content: "";
	display: block;
	padding-top: 83%;
}

.bland_intro_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bland_intro_img + div{
/*	width: calc(100% - 480px);*/
	width: 52%;
}

@media(max-width:599px) {
	.bland_intro_img + div{
		width: 100%;
	}
}

.bland_wrapper ul li h4{
	font-weight: 400;
	text-align: center;
	font-size: 2.6rem;
	margin-top: 2.7em;
	margin-bottom: 1.6em;
	line-height: 1.5;
}

@media(max-width:820px) {
	.bland_wrapper ul li h4{
		font-size: 2rem;
	}
}

.bland_intro_logo{
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 0 35px;
	margin-bottom: 40px;
}

@media(max-width:599px) {
	.bland_intro_logo{
		margin-bottom: 25px;
	}
}

.bland_intro_logo.reform{
	margin-bottom: 10px;
}

.bland_intro_logo img{
	margin: 0 auto;
	width: min(330px, 70%);
}

.housing_map_wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.housing_map_wrapper::before {
	content: "";
	display: block;
	padding-top: 33%;
}

@media(max-width:599px) {
	.housing_map_wrapper::before {
		padding-top: 60%;
	}
}

.housing_map_wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bland_info{
	display: flex;
	justify-content: space-between;
}

@media(max-width:599px) {
	.bland_info{
		flex-direction: column;
		margin-bottom: 50px;
	}
}

.bland_info h5{
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 1em;
}

.bland_info_list dl dd{
	line-height: 1.5;
}

@media(max-width:599px) {
	.bland_info_list dl dd{
		padding-left: 70px;
		margin-bottom: 10px;
	}
}

/*
.bland_info_list ul li{
	margin-bottom: 10px;
	padding: 0;
}
*/

.bland_info_img{
	width: min(283px, 31%);
}

@media(max-width:599px) {
	.bland_info_img{
/*		width: 80%;*/
		width: 100%;
		margin: 0 auto 20px;
	}
}

.bland_info_img img{
	width: 100%;
}

.bland_info_img + div{
/*	width: calc(100% - 303px);*/
	width: 66%;
}

@media(max-width:599px) {
	.bland_info_img + div{
		width: 100%;
	}
}

.bland_info_list dt{
	font-size: 1.2rem;
	background-color: #5b6356;
	width: 70px;
	line-height: 2;
	text-align: center;
	display: inline-block;
	color: #fff;
	margin-right: 1em;
	float: left;
	margin-bottom: 8px;
/*	transform: translateY(3px);*/
}

@media(max-width:820px) {
	.bland_info_list dt{
		font-size: 1rem;
		width: 60px;
		transform: translateY(1px);
	}
}

.bland_info_list dl{
	clear: both;
}

.bland_info{
	margin-bottom: 70px;
}

.bland_info:last-of-type{
	margin-bottom: 0;
}


.compare{
	background-color: #fff;
}

@media(max-width:599px) {
	section.compare{
		padding-bottom: 60px;
	}
}

.table_wrapper{
	width: 100%;
	overflow-x: scroll;
}

.compare table{
	width: 100%;
}

.compare th{
	background-color: var(--theme-color);
	color: #fff;
	text-align: center;
	padding: 0.5em 0.1em;
	font-weight: 400;
	border-right: 1px solid #fff;
}

.compare th:first-of-type{
	width: 200px;
}

@media(max-width:820px) {
	.compare th:first-of-type{
		width: 140px;
		font-size: 1.2rem;
	}
}

.compare th:nth-of-type(2){
	width: 200px;
}

.compare th:nth-of-type(3){
	width: 190px;
}

.compare th:nth-of-type(4){
	width: 160px;
}

.compare th:nth-of-type(5){
	width: 135px;
}

.compare th:nth-of-type(6){
	width: 110px;
	border-right: none;
}

@media(max-width:820px) {
	.compare_logo{
		width: 100px;
		height: 30px;
		margin: 0 auto;
	}
}

.compare td{
	padding: 25px 15px;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	line-height: 1.6;
}

@media(max-width:599px) {
	.compare td{
		padding: 15px 10px;
		font-size: 1.2rem;
	}
}

.compare td:last-child{
	border-right: none;
}

.compare tr:last-child td{
	border-bottom: none;
}



.splan .tokuten_img{
	width: 46%
}

@media(max-width:599px) {
	.splan .tokuten_img{
		width: 100%;
	}
}

.s_plan_info{
	display: inline-block;
	font-size: 1.2rem;
	margin-right: 20px;
}

.s_plan_info:last-child{
	margin-right: 0;
}

.s_plan_info div{
	display: inline-block;
	background-color: #5b6356;
	line-height: 1.5;
	width: 70px;
	color: #fff;
	text-align: center;
	margin-right: 1em;
}

@media(max-width:820px) {
	.s_plan_info div{
		font-size: 1rem;
		width: 60px;
	}
}

.splan .title{
	font-size: 1.5rem;
	margin-top: 25px;
	margin-bottom: 5px;
}

@media(max-width:599px) {
	.splan .title{
		margin-top: 15px;
	}
}

.s_plan_tokuten{
	line-height: 1.5;
}

.splan .tokuten_wrapper ul li{
	border: 1px solid #cccccc;
	background-color: #fff;
}

.tokuten_wrapper hr{
	border: 1px dashed #999999;
	margin: 23px 0;
}

@media(max-width:599px) {
	.tokuten_wrapper hr{
		margin: 15px 0;
	}
}

.bg_white{
	background-color: #fff;
}


.wedding_hall{
	padding-bottom: 0;
}

.hall_intro_img{
	position: relative;
	width: min(480px, 64%);
	overflow: hidden;
}

@media(max-width:599px) {
	.hall_intro_img{
		width: 100%;
	}
}

.hall_intro_img::before {
	content: "";
	display: block;
	padding-top: 66%;
}

.hall_intro_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hall_intro_img + div{
	width: 52%;
}

@media(max-width:599px) {
	.hall_intro_img + div{
		width: 100%;
	}
}


.hall_intro_logo{
/*	border-bottom: 1px solid #b2b2b2;*/
	padding: 10px 0 0;
	margin-bottom: 40px;
}

@media(max-width:820px) {
	.hall_intro_logo{
		margin-bottom: 20px;
	}
}

@media(max-width:599px) {
	.hall_intro_logo{
		padding: 10px 0 10px;
		margin-bottom: 15px;
	}
}

.hall_intro_logo img{
	margin: 0 auto;
	width: min(330px, 70%);
}

.hall_place{
	text-align: center;
/*	margin-bottom: 20px;*/
	margin-bottom: 15px;
}

.hall_place > div:first-of-type{
	border-bottom: 1px solid #b2b2b2;
}

.hall_name{
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	padding-bottom: 0.5em;
	line-height: 1.5;
}

div.hall_local{
	font-size: 1.2rem;
	letter-spacing: 0.5em;
	padding-top: 1em;
}

.hall_added_img{
	display: flex;
	justify-content: space-between;
	gap: 4%;
}

@media(max-width:599px) {
	.hall_added_img{
		flex-direction: column;
	}
}


.hall_info_img{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 70px;
}

@media(max-width:599px) {
	.hall_info_img{
		margin-bottom: 20px;
	}
}

.hall_info_img::before {
	content: "";
	display: block;
	padding-top: 63%;
}

.hall_info_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hall_more_banner{
	display: flex;
	justify-content: center;
	gap: 8%;
}

@media(max-width:599px) {
	.hall_more_banner{
		flex-direction: column;
	}
}

.hall_more_banner a{
	display: block;
	color: #fff;
	text-align: center;
	background-color: var(--theme-color);
	width: min(260px, 48%);
	text-decoration: none;
	padding: 0.7em;
}

@media(max-width:599px) {
	.hall_more_banner a{
		width: 100%;
		margin-bottom: 15px;
	}
}

.hall_address{
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.5;
}

.bland_wrapper h5{
	font-weight: 400;
	font-size: 1.6rem;
}

.bland_wrapper h5 + p{
	margin-bottom: 20px;
	line-height: 1.5;
}

.pr_hall{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.2rem;
	color: #fff;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 1.7;
}

.pr_hall.hall1{ /*コルトーナ*/
	background-color: #87634a;
}

.pr_hall.hall2{ /*ロックハート*/
	background-color: #005a3b;
}

.pr_hall.hall3{ /*アネーリ*/
	background-color: #b3006f;
}

.pr_hall.hall4{ /*ビアンカーラ*/
	background-color: #404040;
}

.hall_map_wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.hall_map_wrapper::before {
	content: "";
	display: block;
	padding-top: 43%;
}

@media(max-width:599px) {
	.hall_map_wrapper::before {
		padding-top: 60%;
	}
}

.hall_map_wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nf_mssg{
	text-align: center;
	margin-bottom: 30px;
}

.pankuzu{
	padding: 1em 2em;
	font-size: 1.2rem;
	line-height: 1.5;
}

@media(max-width:820px) {
	.pankuzu{
		font-size: 1rem;
	}
}

.pankuzu a{
	color: var(--font-color);
}

section.story_wrapper{
	padding-top: 10px;
}

.story,
.form_wrapper{
	background-color: #fff;
	padding: 60px 40px 50px;
/*    margin-bottom: 70px;*/
}

.form_wrapper{
    margin-bottom: 70px;
}

@media(max-width:820px) {
	.story,
	.form_wrapper{
		padding: 40px 15px 40px;
		margin-bottom: 50px;
	}
}

.story_info{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.story_info > div{
/*	display: inline-block;*/
	font-size: 1.6rem;
	border-right: 1px solid #a7a7a7;
	padding: 1px 1em;
    line-height: 1.2;
}

.story_info > div:last-of-type{
	border-right: 0;
}

.storyimg{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.storyimg::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.storyimg img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story_mainview{
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 40px;
}

@media(max-width:599px) {
	.story_mainview{
		flex-direction: column-reverse;
		gap: 20px;
	}
}

.story_mainview > div{
	width: 50%;
}

@media(max-width:599px) {
	.story_mainview > div{
		width: 100%;
	}
}

.story_maintxt{
	width: min(680px, 100%);
	margin: 0 auto;
	padding: 0 15px;
}

.story_maintxt img{
	margin-top: 50px;
	margin-bottom: 50px;
/*	display: inline-block;*/
}

.story_maintxt img.aligncenter{
	margin-left: auto;
	margin-right: auto;
}

.story_maintxt img.alignright{
	float: right;
}

.story_maintxt p{
	margin-bottom: 1em;
}

.button.backall{
	text-align: center;
	margin-bottom: 100px;
}

.button.backall a{
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.2em;
	display: inline-block;
	border: 2px solid #fff;
	padding: 0.8em 2em;
	text-decoration: none;
	color: var(--font-color);
	transition: .3s;
}

@media(min-width:821px) {
	.button.backall a:hover{
		background-color: #fff;
		transition: .3s;
	}
}

.weddstory_mainview{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.weddstory_mainview::before {
	content: "";
	display: block;
	padding-top: 66%;
}

.weddstory_mainview img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*お問合せフォーム用css*/

.form_wrapper table{
	width: min(700px, 100%);
	margin: 0 auto;
}

.form_wrapper th{
	text-align: left;
	padding: 0.5em 1em;
	background-color: #f2f2e6;
	font-size: 1.5rem;
	font-family: 'Notosans_b';
	font-weight: normal;
}

.form_wrapper td{
	padding: 30px 0 50px;
}

@media(max-width:599px) {
	.form_wrapper td{
		padding: 20px 0;
	}
}

.checkbox_wrapper{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 2%;
}

.checkboxnone{
	display: none;
}

.check_button{
	width: 32%;
	border: 2px solid #e0e0e0;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

@media(max-width:599px) {
	.check_button{
		width: 48%;
	}
}

.checklogo{
	width: 50%;
	margin: 8px auto 0;
}

.required{
	display: inline-block;
	font-size: 1rem;
	background-color: #ff0000;
	padding: 0.2em;
	line-height: 1.2;
	border-radius: 3px;
	color: #fff;
	transform: translateY(-1.5px);
	margin-left: 1em;
}

input[type='checkbox'].checkboxnone:checked + label.check_button,
input[type='radio'].checkboxnone:checked + label.check_button{
	background-color: #a6cae8;
}

input[type="text"],
select,
textarea{
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 0.2em 0.5em;
	font-size: 1.6rem;
	margin-bottom: 20px;
	width: 100%;
}

.item_subtitle{
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 0.2em;
	font-family: 'Notosans_b';
	font-weight: normal;
}

.submitbutton{
	text-align: center;
}

input[type="submit"]{
	display: block;
	margin: 0 auto 20px;
	background-color: var(--theme-color);
	color: #fff;
	width: 220px;
	height: 50px;
	border: 1px solid var(--theme-color);
	transition: .3s;
	font-size: 1.6rem;
}

@media(min-width:821px) {
	input[type="submit"]:hover{
		background-color: #fff;
		color: var(--font-color);
		transition: .3s;
	}
}

.form_wrapper h2{
	font-size: 2.5rem;
	font-weight: 700;
}

.form_wrapper.check td{
	padding: 0.5em 1em;
	border-bottom: 1px solid #f2f2e6;
}

.form_wrapper.check tr:first-child td{
	border-top: 1px solid #f2f2e6;
}

.form_wrapper.check th{
	border-bottom: 1px solid #fff;
}

.form_wrapper.check tr:last-child th{
	border-bottom: 1px solid #f2f2e6;
}

.form_wrapper table.formTable{
	margin-bottom: 50px;
}

.button_back{
	background-color: #fff;
	border: 1px solid #e0e0e0;
	width: 170px;
	height: 40px;
}

input[type="button"]{
	padding: 0 1em;
}

ul.hall_local{
	list-style: none;
	margin-top: 7px;
}

ul.hall_local::before{
	content: '';
	display: inline-block;
	width: 13px;
	height: 20px;
	background-image: url("../img/icon_area.png");
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(0.4em);
}

ul.hall_local li{
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;
	background-color: #c1ab05;
	padding: 0.1em 1.5em;
	border-radius: 20px;
	margin-left: 5px;
	margin-bottom: 0;
}


/*サンポウメンバーズとは CSS*/

.about_msg_wrapper{
	background-image: url("../img/page_about_mesgbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 65px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
}

.about_msg{
	background-color: #fff;
	font-family: 'NotoserifEL';
	font-weight: normal;
	width: min(800px, 100%);
	margin: 0 auto;
	padding: 60px 80px;
	box-shadow: 4px 4px 10px 0px #d4d4d4;
}

@media(max-width:820px) {
	.about_msg{
		font-size: 1.2rem;
	}
}

@media(max-width:599px) {
	.about_msg{
		padding: 20px;
	}
}

.about_msg p{
	background-image: linear-gradient(180deg, rgba(220, 220, 211, 0) 0%, rgba(220, 220, 211, 0) 98%, #dcdcd3 100%);
	background-repeat: repeat-y;
	background-size: 100% 3em;
    line-height: 3;
	margin-bottom: 30px;
}

.about_msg p + div{
	text-align: right;
}

.about_msg p + div img{
	display: inline-block;
	transform: translateY(0.2em);
	margin-left: 0.7em;
}

@media(max-width:599px) {
	.about_msg p + div img{
		width: 90px;
	}
}

.about_target_wrapper{
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

@media(max-width:599px) {
	.about_target_wrapper{
		padding-bottom: 60px;
	}
}

.about_target{
	width: min(620px, 100%);
	margin: 0 auto;
}

.about_target h3{
	font-family: 'Notosans_b';
	font-weight: normal;
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	margin-bottom: 1.3rem;
}

@media(max-width:820px) {
	.about_target h3{
		font-size: 1.6rem;
	}
}

strong{
	font-family: 'Notosans_b';
	font-weight: normal;
}

.about_target h3::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--theme-color);
	top: 50%;
	left: 0;
}

.about_target h3 span{
	background-color: #fff;
	display: inline-block;
	padding: 0.1em 0.5em;
	position: relative;
	z-index: 5;
}

.about_target_txt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	border: 5px solid #e5e5e5;
	padding: 25px 30px;
}

@media(max-width:599px) {
	.about_target_txt{
		flex-direction: column;
		padding: 25px 30px;
	}
}

.page_nav.page_about{
	padding-top: 60px;
}

.page_nav.page_about .page_nav_wrapper{
	margin-top: 0;
}

.about_data{
	background-image: url("../img/page_about_databg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}

@media(max-width:599px) {
	.about_data{
		background-image: url("../img/page_about_databg_sp.jpg");
		padding-bottom: 60px;
	}
}

.about_data h2{
	color: #fff;
	margin-bottom: 40px;
}

.about_data h2 + p{
	text-align: center;
	color: #fff;
}

.about_data_box{
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 60px;
}

@media(max-width:599px) {
	.about_data_box{
		flex-direction: column;
	}
}

.about_data_box > div{
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 30px 20px;
	text-align: center;
}

.about_data_targ{
	line-height: 1.2;
	margin-bottom: 10px;
}

.about_data_targ span{
	font-size: 140%;
	font-family: 'Notosans_b';
	font-weight: normal;
	background: linear-gradient(transparent 60%, #ffff00 0%);
}

.about_data_num{
	font-size: 3.7rem;
	color: var(--theme-color);
	font-family: 'Notosans_b';
	font-weight: normal;
	line-height: 1;
/*	margin-bottom: 5px;*/
}

.about_data_num span{
	font-size: 1.3rem;
	font-family: 'Notosans';
	font-weight: 400;
	color: var(--font-color);
}

.about_data_date{
	font-size: 9px;
	color: #888888;
}

.about_voice{
	background-color: #e9e9dd;
	position: relative;
/*	z-index: -1;*/
}

@media(max-width:599px) {
	.about_voice{
		padding-bottom: 60px;
	}
}

.about_voice::before{
	content: '';
	position: absolute;
	background-image: url("../img/about_voice_bgbefore.png");
	width: 277px;
	height: 290px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
/*	z-index: 0;*/
}

.about_voice::after{
	content: '';
	position: absolute;
	background-image: url("../img/about_voice_bgafter.png");
	width: 291px;
	height: 266px;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
/*	z-index: 0;*/
}

.about_voice .law{
	position: relative;
	z-index: 10;
}

.about_voice_box{
	background-color: #fff;
	border-radius: 10px;
	padding: 25px 40px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 50px;
}

@media(max-width:599px) {
	.about_voice_box{
		padding: 25px 20px;
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
}

.about_voice_box > div:first-of-type{
	width: 115px;
}

@media(max-width:820px) {
	.about_voice_box > div:first-of-type{
		width: 80px;
	}
}

.about_voice_box > div:nth-of-type(2){
	width: calc(100% - 115px);
}

@media(max-width:820px) {
	.about_voice_box > div:nth-of-type(2){
		width: calc(100% - 80px);
	}
}

@media(max-width:599px) {
	.about_voice_box > div:nth-of-type(2){
		width: 100%;
	}
}

.about_voice_flow{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	color: #cb82c4;
	font-weight: 500;
	gap: 20px;
	margin-bottom: 15px;
	font-size: 1.4rem;
}

@media(max-width:820px) {
	.about_voice_flow{
		font-size: 1.3rem;
		gap: 10px;
	}
}

@media(max-width:599px) {
	.about_voice_flow{
		justify-content: center;
	}
}

.about_voice_flow .box{
	border: 1px solid #cd89c3;
	padding: 0.2em 0.6em;
	line-height: 1.2;
	border-radius: 5px;
}

.about_voice_user{
	font-size: 1.9rem;
	font-weight: 500;
	text-align: center;
	margin-top: 5px;
}

@media(max-width:820px) {
	.about_voice_user{
		font-size: 1.3rem;
	}
}

.about_voice h2,
.about_smessage h2{
	margin-bottom: 40px;
}

@media(max-width:599px) {
	.about_voice h2,
	.about_smessage h2{
		margin-bottom: 30px;
	}
}

.about_voice h2 + p,
.about_smessage h2 + p{
	text-align: center;
	margin-bottom: 75px;
}

@media(max-width:599px) {
	.about_voice h2 + p,
	.about_smessage h2 + p{
		margin-bottom: 30px;
	}
}

.about_smsg_box{
	background-color: #e7f2f7;
	padding: 40px 30px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 40px;
}

@media(max-width:599px) {
	.about_smsg_box{
		padding: 30px 20px;
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
}

.about_smsg_box > div:first-of-type{
	width: 176px;
}

@media(max-width:820px) {
	.about_smsg_box > div:first-of-type{
		width: 130px;
	}
}

/*
.about_smsg_box > div:first-of-type img{
	width: 100%;
}
*/

.about_smsg_box > div:nth-of-type(2){
	width: calc(100% - 220px);
}

@media(max-width:820px) {
	.about_smsg_box > div:nth-of-type(2){
		width: calc(100% - 130px);
	}
}

@media(max-width:599px) {
	.about_smsg_box > div:nth-of-type(2){
		width: 100%;
	}
}

.about_sname{
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 1;
	border-bottom: 1px solid var(--theme-color);
	padding-bottom: 0.5em;
	margin-bottom: 0.6em;
}

@media(max-width:820px) {
	.about_sname{
		font-size: 3rem;
	}
}

.about_sname span{
	font-size: 1.1rem;
	font-weight: 400;
	color: var(--theme-color);
	margin-left: 1em;
}


.movie_wrap{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.movie_wrap::before {
	content: "";
	display: block;
	padding-top: 56%;
}

.movie_wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.movies{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media(max-width:599px) {
	.movies{
		display: inherit;
	}
}

.movies > div{
	width: 48%;
	margin-bottom: 30px;
}

@media(max-width:599px) {
	.movies > div{
		width: 100%;
	}
}

.movie_title{
	line-height: 1.5;
}








